Results

By type

          2025-03-31 07:46:15.247 [,] [main]  INFO   --- [           main] org.onap.aai.util.AAIConfig              : Initializing AAIConfig
2025-03-31 07:46:15.254 [,] [main]  INFO   --- [           main] org.onap.aai.util.AAIConfig              : Found the aaiconfig.properties in the following location: /opt/app/aai-resources/./resources/etc/appprops/aaiconfig.properties
2025-03-31 07:46:15.259 [,] [main]  INFO   --- [           main] org.onap.aai.util.AAIConfig              : A&AI Server Node Name = aai.config.nodename
2025-03-31 07:46:16.618 [,] [main]  WARN [aai-resources,,] 1 --- [           main] o.s.b.l.logback.LogbackLoggingSystem     : Ignoring 'logback.configurationFile' system property. Please use 'logging.config' instead.

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::               (v2.7.18)

2025-03-31 07:46:16.816 [,] [background-preinit]  INFO [aai-resources,,] 1 --- [kground-preinit] o.h.validator.internal.util.Version      : HV000001: Hibernate Validator 6.2.5.Final
07:46:23,527 |-INFO in LogbackRequestLog - Will use configuration resource [/localhost-access-logback.xml]
07:46:23,538 |-INFO in ch.qos.logback.access.joran.action.ConfigurationAction - debug attribute not set
07:46:23,539 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
07:46:23,544 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ACCESS]
07:46:23,552 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1277678493 - setting totalSizeCap to 1 GB
07:46:23,558 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1277678493 - Will use zip compression
07:46:23,560 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1277678493 - Will use the pattern /opt/app/aai-resources/logs/ajsc-jetty/localhost_access.log.%d{yyyy-MM-dd} for the active file
07:46:23,566 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/opt/app/aai-resources/logs/ajsc-jetty/localhost_access.log.%d{yyyy-MM-dd}.zip'.
07:46:23,566 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
07:46:23,592 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Mon Mar 31 07:46:23 GMT 2025
07:46:23,625 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ACCESS] - Active log file name: /opt/app/aai-resources/logs/ajsc-jetty/localhost_access.log
07:46:23,625 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ACCESS] - File property is set to [/opt/app/aai-resources/logs/ajsc-jetty/localhost_access.log]
07:46:23,628 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[ACCESS] - Failed to create parent directories for [/opt/app/aai-resources/logs/ajsc-jetty/localhost_access.log]
07:46:23,628 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[ACCESS] - openFile(/opt/app/aai-resources/logs/ajsc-jetty/localhost_access.log,true) call failed. java.io.FileNotFoundException: /opt/app/aai-resources/logs/ajsc-jetty/localhost_access.log (No such file or directory)
	at java.io.FileNotFoundException: /opt/app/aai-resources/logs/ajsc-jetty/localhost_access.log (No such file or directory)
	at 	at java.base/java.io.FileOutputStream.open0(Native Method)
	at 	at java.base/java.io.FileOutputStream.open(Unknown Source)
	at 	at java.base/java.io.FileOutputStream.(Unknown Source)
	at 	at ch.qos.logback.core.recovery.ResilientFileOutputStream.(ResilientFileOutputStream.java:26)
	at 	at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:204)
	at 	at ch.qos.logback.core.FileAppender.start(FileAppender.java:127)
	at 	at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:100)
	at 	at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:90)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:309)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:193)
	at 	at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:179)
	at 	at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:165)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:152)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110)
	at 	at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53)
	at 	at ch.qos.logback.access.jetty.RequestLogImpl.runJoranOnFile(RequestLogImpl.java:343)
	at 	at ch.qos.logback.access.jetty.RequestLogImpl.configure(RequestLogImpl.java:295)
	at 	at ch.qos.logback.access.jetty.RequestLogImpl.start(RequestLogImpl.java:281)
	at 	at org.onap.aai.web.LocalHostAccessLog.lambda$jettyConfigBean$0(LocalHostAccessLog.java:57)
	at 	at org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory.getWebServer(JettyServletWebServerFactory.java:171)
	at 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:184)
	at 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162)
	at 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:585)
	at 	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
	at 	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
	at 	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
	at 	at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
	at 	at org.onap.aai.ResourcesApp.main(ResourcesApp.java:109)
	at 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at 	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at 	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at 	at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
	at 	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at 	at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:467)
07:46:23,628 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ACCESS] to null
07:46:23,628 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
07:46:23,628 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUTACCESS]
07:46:23,631 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUTACCESS] to null
07:46:23,631 |-INFO in ch.qos.logback.access.joran.action.ConfigurationAction - End of configuration.
07:46:23,631 |-INFO in ch.qos.logback.access.joran.JoranConfigurator@7bde1f3a - Registering current configuration as safe fallback point

2025-03-31 07:46:23.945 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.reflections.Reflections              : Reflections took 112 ms to scan 1 urls, producing 10 keys and 52 values 
2025-03-31 07:46:23.954 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.reflections.Reflections              : Reflections took 6 ms to scan 1 urls, producing 7 keys and 7 values 
2025-03-31 07:46:25.223 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.aai.config.NodesConfiguration   : Translator is SchemaServiceTranslator
2025-03-31 07:46:25.718 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:25.718 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:25.719 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:25.772 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:25.773 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:25.773 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:25.775 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:25.961 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:46:26.309 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:26.309 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:26.309 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:26.309 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:26.327 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:28.024--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:30.251 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:30.253 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:30.253 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:30.253 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:30.273 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:30.819--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:32.551 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:32.551 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:32.552 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:32.552 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:32.573 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:33.063--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:34.160 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:34.160 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:34.161 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:34.161 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:34.179 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:34.556--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:35.743 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:35.743 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:35.743 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:35.743 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:35.759 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:36.072--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:37.533 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:37.533 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:37.533 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:37.533 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:37.547 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:37.889--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:38.971 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:38.971 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:38.972 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:38.972 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:38.986 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:39.269--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:40.315 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:40.316 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:40.316 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:40.316 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:40.329 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:40.615--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:41.682 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:41.683 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:41.683 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:41.683 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:41.700 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:42.053--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:43.161 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:43.161 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:43.162 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:43.162 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:43.176 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:43.519--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:45.641 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:45.642 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:45.642 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:45.642 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:45.675 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:46.228--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:47.870 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:47.871 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:47.871 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:47.871 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:47.888 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:48.352--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:50.018 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:50.019 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:50.019 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:50.019 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:50.047 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:50.495--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:52.814 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:52.814 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:52.814 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:52.814 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:52.832 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:53.606--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:55.594 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:55.594 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:55.595 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:55.595 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:55.611 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:56.066--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:46:58.274 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:46:58.274 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:46:58.275 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:46:58.275 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:46:58.307 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:46:59.421--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:47:01.142 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:01.142 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:01.142 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:01.142 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:01.159 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:47:01.581--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:47:03.141 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:03.141 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:03.141 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:03.142 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:03.157 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:47:03.639--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:47:05.348 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:05.348 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:05.348 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:05.349 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:05.366 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:47:06.214--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:47:08.169 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:08.169 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:08.169 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:08.170 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:08.186 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
[EL Warning]: moxy: 2025-03-31 07:47:08.671--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
2025-03-31 07:47:10.416 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.aai.ResourcesApp                : AAI Server initialization started...
2025-03-31 07:47:10.416 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.aai.ResourcesApp                : Starting AAIGraph connections and the NodeInjestor
2025-03-31 07:47:12.212 [,] [main]  INFO [aai-resources,,] 1 --- [           main] c.d.o.d.internal.core.ContactPoints      : Contact point cassandra-dc1-service:9042 resolves to multiple addresses, will use them all ([cassandra-dc1-service/10.233.67.84, cassandra-dc1-service/10.233.68.182, cassandra-dc1-service/10.233.64.185])
2025-03-31 07:47:12.641 [,] [main]  INFO [aai-resources,,] 1 --- [           main] c.d.o.d.i.core.DefaultMavenCoordinates   : DataStax Java driver for Apache Cassandra(R) (com.datastax.oss:java-driver-core) version 4.17.0
2025-03-31 07:47:12.954 [,] [main]  INFO [aai-resources,,] 1 --- [           main] c.d.o.d.i.c.c.CqlPrepareAsyncProcessor   : Adding handler to invalidate cached prepared statements on type changes
2025-03-31 07:47:13.992 [,] [JanusGraph Session-admin-0]  INFO [aai-resources,,] 1 --- [Session-admin-0] c.d.oss.driver.internal.core.time.Clock  : Could not access native clock (see debug logs for details), falling back to Java system clock
2025-03-31 07:47:16.087 [,] [main]  WARN [aai-resources,,] 1 --- [           main] o.j.d.c.b.ReadConfigurationBuilder       : Warning graph.allow-upgrade is currently set to true on graph null. Please set graph.allow-upgrade to false in your properties file.
2025-03-31 07:47:16.675 [,] [main]  INFO [aai-resources,,] 1 --- [           main] c.d.o.d.internal.core.ContactPoints      : Contact point cassandra-dc1-service:9042 resolves to multiple addresses, will use them all ([cassandra-dc1-service/10.233.67.84, cassandra-dc1-service/10.233.68.182, cassandra-dc1-service/10.233.64.185])
2025-03-31 07:47:16.683 [,] [main]  INFO [aai-resources,,] 1 --- [           main] c.d.o.d.i.c.c.CqlPrepareAsyncProcessor   : Adding handler to invalidate cached prepared statements on type changes
2025-03-31 07:47:16.723 [,] [JanusGraph Session-admin-0]  INFO [aai-resources,,] 1 --- [Session-admin-0] c.d.oss.driver.internal.core.time.Clock  : Could not access native clock (see debug logs for details), falling back to Java system clock
2025-03-31 07:47:18.040 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.041 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.041 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.041 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.056 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.061 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.061 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.061 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.061 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.069 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.073 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.073 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.074 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.074 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.082 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.085 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.086 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.086 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.086 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.096 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.099 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.099 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.099 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.099 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.109 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.112 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.112 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.112 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.112 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.123 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.126 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.126 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.126 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.126 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.135 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.137 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.138 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.138 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.138 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.147 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.150 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.150 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.150 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.150 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.158 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.161 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.161 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.161 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.162 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.169 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.172 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.172 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.172 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.172 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.180 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.184 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.184 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.184 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.185 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.193 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.197 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.197 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.197 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.197 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.205 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.209 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.209 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.209 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.209 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.218 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.224 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.224 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.224 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.225 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.234 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.239 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.240 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.240 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.240 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.251 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.258 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.258 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.258 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.258 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.269 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.274 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.274 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.274 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.274 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.284 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.290 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.290 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.290 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.290 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.301 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.306 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:18.306 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:18.306 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:18.306 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2025-03-31 07:47:18.320 [,] [main]  INFO [aai-resources,,] 1 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2025-03-31 07:47:18.668 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.aai.config.KafkaConfig          : Using authentication provided by kafka interaction
2025-03-31 07:47:18.803 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.aai.config.KafkaConfig          : Using authentication provided by kafka interaction
2025-03-31 07:47:22.608 [,] [main]  WARN [aai-resources,,] 1 --- [           main] .b.a.g.t.GroovyTemplateAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false)
2025-03-31 07:47:25.588 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.aai.ResourcesApp                : Application 'aai-resources' is running on 8447!
2025-03-31 07:47:25.589 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.aai.util.AAIConfig              : Initializing AAIConfig
2025-03-31 07:47:25.589 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.aai.util.AAIConfig              : Found the aaiconfig.properties in the following location: /opt/app/aai-resources/./resources/etc/appprops/aaiconfig.properties
2025-03-31 07:47:25.589 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.aai.util.AAIConfig              : A&AI Server Node Name = aai.config.nodename
2025-03-31 07:47:25.626 [,] [main]  INFO [aai-resources,,] 1 --- [           main] c.d.o.d.internal.core.ContactPoints      : Contact point cassandra-dc1-service:9042 resolves to multiple addresses, will use them all ([cassandra-dc1-service/10.233.67.84, cassandra-dc1-service/10.233.68.182, cassandra-dc1-service/10.233.64.185])
2025-03-31 07:47:25.648 [,] [main]  INFO [aai-resources,,] 1 --- [           main] c.d.o.d.i.c.c.CqlPrepareAsyncProcessor   : Adding handler to invalidate cached prepared statements on type changes
2025-03-31 07:47:25.652 [,] [JanusGraph Session-admin-0]  INFO [aai-resources,,] 1 --- [Session-admin-0] c.d.oss.driver.internal.core.time.Clock  : Could not access native clock (see debug logs for details), falling back to Java system clock
2025-03-31 07:47:26.064 [,] [main]  WARN [aai-resources,,] 1 --- [           main] o.j.d.c.b.ReadConfigurationBuilder       : Warning graph.allow-upgrade is currently set to true on graph null. Please set graph.allow-upgrade to false in your properties file.
2025-03-31 07:47:26.155 [,] [main]  INFO [aai-resources,,] 1 --- [           main] c.d.o.d.internal.core.ContactPoints      : Contact point cassandra-dc1-service:9042 resolves to multiple addresses, will use them all ([cassandra-dc1-service/10.233.67.84, cassandra-dc1-service/10.233.68.182, cassandra-dc1-service/10.233.64.185])
2025-03-31 07:47:26.163 [,] [main]  INFO [aai-resources,,] 1 --- [           main] c.d.o.d.i.c.c.CqlPrepareAsyncProcessor   : Adding handler to invalidate cached prepared statements on type changes
2025-03-31 07:47:26.172 [,] [JanusGraph Session-admin-0]  INFO [aai-resources,,] 1 --- [Session-admin-0] c.d.oss.driver.internal.core.time.Clock  : Could not access native clock (see debug logs for details), falling back to Java system clock
2025-03-31 07:47:26.887 [,] [main]  INFO [aai-resources,,] 1 --- [           main] org.onap.aai.ResourcesApp                : Resources MicroService Started
2025-03-31 07:47:30.754 [67ea4892d6b37741514fdc64436f76a8,514fdc64436f76a8] [qtp1225114731-26]  INFO [aai-resources,67ea4892d6b37741514fdc64436f76a8,514fdc64436f76a8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:31.506 [67ea4892d6b37741514fdc64436f76a8,514fdc64436f76a8] [qtp1225114731-26] DEBUG [aai-resources,67ea4892d6b37741514fdc64436f76a8,514fdc64436f76a8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6b8f3828-a3a3-4334-8490-d449f3a8afa1","status":"200","rqstDate":"250331-07:47:30:764","respDate":"250331-07:47:31:505","sourceId":"haproxy:6b8f3828-a3a3-4334-8490-d449f3a8afa1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:47:30:764-52721\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a7589204-6a90-4bf7-ba97-769d9063133f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6b8f3828-a3a3-4334-8490-d449f3a8afa1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 881 - "logType": "access"
2025-03-31 07:47:33.542 [67ea489589428ac832b630f9a432480e,32b630f9a432480e] [qtp1225114731-22]  INFO [aai-resources,67ea489589428ac832b630f9a432480e,32b630f9a432480e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:33.822 [67ea489589428ac832b630f9a432480e,32b630f9a432480e] [qtp1225114731-22] DEBUG [aai-resources,67ea489589428ac832b630f9a432480e,32b630f9a432480e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e50598dd-19fb-4a56-b246-77f650fc36cb","status":"200","rqstDate":"250331-07:47:33:543","respDate":"250331-07:47:33:822","sourceId":"haproxy:e50598dd-19fb-4a56-b246-77f650fc36cb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:47:33:543-91891\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e5b69393-4146-48e8-8273-d1b7a29d42c7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e50598dd-19fb-4a56-b246-77f650fc36cb]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 287 - "logType": "access"
2025-03-31 07:47:35.834 [67ea4897cfac043dbd7cf1b1bddf3bd7,bd7cf1b1bddf3bd7] [qtp1225114731-25]  INFO [aai-resources,67ea4897cfac043dbd7cf1b1bddf3bd7,bd7cf1b1bddf3bd7] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:36.043 [67ea4897cfac043dbd7cf1b1bddf3bd7,bd7cf1b1bddf3bd7] [qtp1225114731-25] DEBUG [aai-resources,67ea4897cfac043dbd7cf1b1bddf3bd7,bd7cf1b1bddf3bd7] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"12dd3670-2ae1-43e9-abed-182eb5283a11","status":"200","rqstDate":"250331-07:47:35:835","respDate":"250331-07:47:36:043","sourceId":"haproxy:12dd3670-2ae1-43e9-abed-182eb5283a11","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:47:35:835-10735\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9ad41bfb-9aea-42a7-8824-85edfc7bf742], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[12dd3670-2ae1-43e9-abed-182eb5283a11]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 216 - "logType": "access"
2025-03-31 07:47:38.055 [67ea489a659c7aeeb7de22293da5cc64,b7de22293da5cc64] [qtp1225114731-24]  INFO [aai-resources,67ea489a659c7aeeb7de22293da5cc64,b7de22293da5cc64] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:38.300 [67ea489a659c7aeeb7de22293da5cc64,b7de22293da5cc64] [qtp1225114731-24] DEBUG [aai-resources,67ea489a659c7aeeb7de22293da5cc64,b7de22293da5cc64] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"15d084f1-b419-43c4-bb54-475814e0500c","status":"200","rqstDate":"250331-07:47:38:055","respDate":"250331-07:47:38:299","sourceId":"haproxy:15d084f1-b419-43c4-bb54-475814e0500c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:47:38:055-92017\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d54d6a1-14cb-45af-80e5-275f035cdeba], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[15d084f1-b419-43c4-bb54-475814e0500c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 250 - "logType": "access"
2025-03-31 07:47:40.313 [67ea489c820317acf08b75186183e208,f08b75186183e208] [qtp1225114731-25]  INFO [aai-resources,67ea489c820317acf08b75186183e208,f08b75186183e208] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:40.512 [67ea489c820317acf08b75186183e208,f08b75186183e208] [qtp1225114731-25] DEBUG [aai-resources,67ea489c820317acf08b75186183e208,f08b75186183e208] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"744c2be9-8f98-4eb9-8b43-35214f1b674b","status":"200","rqstDate":"250331-07:47:40:314","respDate":"250331-07:47:40:512","sourceId":"haproxy:744c2be9-8f98-4eb9-8b43-35214f1b674b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:47:40:314-85339\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4dab0756-f957-4d41-9c16-7defe589a9e4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[744c2be9-8f98-4eb9-8b43-35214f1b674b]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 207 - "logType": "access"
2025-03-31 07:47:42.524 [67ea489ebfc93be5574b72f24acbfce3,574b72f24acbfce3] [qtp1225114731-24]  INFO [aai-resources,67ea489ebfc93be5574b72f24acbfce3,574b72f24acbfce3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:42.727 [67ea489ebfc93be5574b72f24acbfce3,574b72f24acbfce3] [qtp1225114731-24] DEBUG [aai-resources,67ea489ebfc93be5574b72f24acbfce3,574b72f24acbfce3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dd1868c7-088a-4a3f-b034-35ce0eb05e1f","status":"200","rqstDate":"250331-07:47:42:525","respDate":"250331-07:47:42:727","sourceId":"haproxy:dd1868c7-088a-4a3f-b034-35ce0eb05e1f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:47:42:525-78107\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[add7f21a-6b27-4c99-95ab-024055652a3f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dd1868c7-088a-4a3f-b034-35ce0eb05e1f]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 210 - "logType": "access"
2025-03-31 07:47:44.737 [67ea48a03c02b78e269efd1f69d4bc05,269efd1f69d4bc05] [qtp1225114731-25]  INFO [aai-resources,67ea48a03c02b78e269efd1f69d4bc05,269efd1f69d4bc05] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:44.937 [67ea48a03c02b78e269efd1f69d4bc05,269efd1f69d4bc05] [qtp1225114731-25] DEBUG [aai-resources,67ea48a03c02b78e269efd1f69d4bc05,269efd1f69d4bc05] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b5e3363-6f8b-419c-8a04-b4ab47fab92c","status":"200","rqstDate":"250331-07:47:44:738","respDate":"250331-07:47:44:937","sourceId":"haproxy:8b5e3363-6f8b-419c-8a04-b4ab47fab92c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:47:44:738-57979\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ece21cc4-5bcf-4789-86a7-5a1377f24e8e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8b5e3363-6f8b-419c-8a04-b4ab47fab92c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 205 - "logType": "access"
2025-03-31 07:47:46.946 [67ea48a264be1d8c7ea9594221befc0f,7ea9594221befc0f] [qtp1225114731-24]  INFO [aai-resources,67ea48a264be1d8c7ea9594221befc0f,7ea9594221befc0f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:47.124 [67ea48a264be1d8c7ea9594221befc0f,7ea9594221befc0f] [qtp1225114731-24] DEBUG [aai-resources,67ea48a264be1d8c7ea9594221befc0f,7ea9594221befc0f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4e089f49-b473-42b6-ad4b-18a740ff4de6","status":"200","rqstDate":"250331-07:47:46:947","respDate":"250331-07:47:47:124","sourceId":"haproxy:4e089f49-b473-42b6-ad4b-18a740ff4de6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:47:46:947-6061\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[40ceb042-5b2a-4a9a-8f43-65e00fc7eb91], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4e089f49-b473-42b6-ad4b-18a740ff4de6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 184 - "logType": "access"
2025-03-31 07:47:49.135 [67ea48a5993d8bfe6079ff4b300efd41,6079ff4b300efd41] [qtp1225114731-25]  INFO [aai-resources,67ea48a5993d8bfe6079ff4b300efd41,6079ff4b300efd41] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:49.303 [67ea48a5993d8bfe6079ff4b300efd41,6079ff4b300efd41] [qtp1225114731-25] DEBUG [aai-resources,67ea48a5993d8bfe6079ff4b300efd41,6079ff4b300efd41] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4b45904e-baf6-4e8f-bc97-57f56adbeb34","status":"200","rqstDate":"250331-07:47:49:135","respDate":"250331-07:47:49:302","sourceId":"haproxy:4b45904e-baf6-4e8f-bc97-57f56adbeb34","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:47:49:135-11079\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d16c569b-fcae-4fc4-b593-1b4fe60ec993], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4b45904e-baf6-4e8f-bc97-57f56adbeb34]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 173 - "logType": "access"
2025-03-31 07:47:51.315 [67ea48a71e5207be049338b6743f2bc6,049338b6743f2bc6] [qtp1225114731-24]  INFO [aai-resources,67ea48a71e5207be049338b6743f2bc6,049338b6743f2bc6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:51.500 [67ea48a71e5207be049338b6743f2bc6,049338b6743f2bc6] [qtp1225114731-24] DEBUG [aai-resources,67ea48a71e5207be049338b6743f2bc6,049338b6743f2bc6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5d473c87-b5c1-4c8b-a7ec-e0458c5c495d","status":"200","rqstDate":"250331-07:47:51:315","respDate":"250331-07:47:51:499","sourceId":"haproxy:5d473c87-b5c1-4c8b-a7ec-e0458c5c495d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:47:51:315-55476\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[05047e64-1afb-4511-8091-3e6e0fe9e91d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5d473c87-b5c1-4c8b-a7ec-e0458c5c495d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 193 - "logType": "access"
2025-03-31 07:47:53.511 [67ea48a94b9213dcb56f6a831ade1f61,b56f6a831ade1f61] [qtp1225114731-25]  INFO [aai-resources,67ea48a94b9213dcb56f6a831ade1f61,b56f6a831ade1f61] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:53.700 [67ea48a94b9213dcb56f6a831ade1f61,b56f6a831ade1f61] [qtp1225114731-25] DEBUG [aai-resources,67ea48a94b9213dcb56f6a831ade1f61,b56f6a831ade1f61] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4d3463f-645f-419e-9caa-083944f25003","status":"200","rqstDate":"250331-07:47:53:512","respDate":"250331-07:47:53:699","sourceId":"haproxy:e4d3463f-645f-419e-9caa-083944f25003","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:47:53:512-44475\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ba7fba19-4f16-4c6d-8fef-9464ae6d1353], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e4d3463f-645f-419e-9caa-083944f25003]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 195 - "logType": "access"
2025-03-31 07:47:55.712 [67ea48ab7688b6c3cb79e0e19124817b,cb79e0e19124817b] [qtp1225114731-24]  INFO [aai-resources,67ea48ab7688b6c3cb79e0e19124817b,cb79e0e19124817b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:55.885 [67ea48ab7688b6c3cb79e0e19124817b,cb79e0e19124817b] [qtp1225114731-24] DEBUG [aai-resources,67ea48ab7688b6c3cb79e0e19124817b,cb79e0e19124817b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"62984bbc-9faa-4830-9163-841a115724b6","status":"200","rqstDate":"250331-07:47:55:713","respDate":"250331-07:47:55:884","sourceId":"haproxy:62984bbc-9faa-4830-9163-841a115724b6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:47:55:713-90835\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[58f606f5-167d-400e-b7a7-e83acdcfa9f8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[62984bbc-9faa-4830-9163-841a115724b6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 178 - "logType": "access"
2025-03-31 07:47:56.302 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  INFO [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:56.500 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  INFO [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.onap.aai.logging.ErrorLogHelper      : Found the error.properties in the following location: /opt/app/aai-resources/./resources/etc/appprops/
2025-03-31 07:47:56.781 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  INFO [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:47:56.781 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  INFO [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:47:56.781 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  INFO [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:47:56.783 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  INFO [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:47:57.898 [67ea48ad22856fd9013959595b578e32,013959595b578e32] [qtp1225114731-19]  INFO [aai-resources,67ea48ad22856fd9013959595b578e32,013959595b578e32] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:47:58.070 [67ea48ad22856fd9013959595b578e32,013959595b578e32] [qtp1225114731-19] DEBUG [aai-resources,67ea48ad22856fd9013959595b578e32,013959595b578e32] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b2b229c9-05ae-4e98-9830-c42b9209bfb7","status":"200","rqstDate":"250331-07:47:57:899","respDate":"250331-07:47:58:070","sourceId":"haproxy:b2b229c9-05ae-4e98-9830-c42b9209bfb7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:47:57:899-65401\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e3f5fc7a-ef6d-4bb7-b25d-33d6cc4f0645], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b2b229c9-05ae-4e98-9830-c42b9209bfb7]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:47:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 180 - "logType": "access"
2025-03-31 07:48:00.081 [67ea48b0a1d957a434bb08758d046aab,34bb08758d046aab] [qtp1225114731-26]  INFO [aai-resources,67ea48b0a1d957a434bb08758d046aab,34bb08758d046aab] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:00.256 [67ea48b0a1d957a434bb08758d046aab,34bb08758d046aab] [qtp1225114731-26] DEBUG [aai-resources,67ea48b0a1d957a434bb08758d046aab,34bb08758d046aab] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7bcb2ab0-4440-411c-b2b2-ea0d046eac50","status":"200","rqstDate":"250331-07:48:00:081","respDate":"250331-07:48:00:255","sourceId":"haproxy:7bcb2ab0-4440-411c-b2b2-ea0d046eac50","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:00:081-38503\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[06901d79-f347-43a8-9752-d524d54002d5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7bcb2ab0-4440-411c-b2b2-ea0d046eac50]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 181 - "logType": "access"
2025-03-31 07:48:01.146 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  WARN [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.reflections8.Reflections             : could not get type for name org.janusgraph.hadoop.scan.AbstractHadoopScanRunner from any class loader

org.reflections8.ReflectionsException: could not get type for name org.janusgraph.hadoop.scan.AbstractHadoopScanRunner
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:412)
	at org.reflections8.Reflections.expandSuperTypes(Reflections.java:421)
	at org.reflections8.Reflections.(Reflections.java:158)
	at org.reflections8.Reflections.(Reflections.java:200)
	at org.reflections8.Reflections.(Reflections.java:173)
	at org.janusgraph.graphdb.util.JanusGraphTraverserUtil.(JanusGraphTraverserUtil.java:35)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.registerTraverser(JanusGraphMultiQueryStep.java:119)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:112)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep.standardAlgorithm(BranchStep.java:137)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.processNextStart(ComputerAwareStep.java:46)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep.processNextStart(UnionStep.java:86)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:111)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep.processNextStart(DedupGlobalStep.java:115)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:140)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.fill(Traversal.java:184)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.toList(Traversal.java:122)
	at org.onap.aai.serialization.engines.query.GraphTraversalQueryEngine.findChildrenOfType(GraphTraversalQueryEngine.java:127)
	at org.onap.aai.serialization.db.DBSerializer.processObject(DBSerializer.java:648)
	at org.onap.aai.serialization.db.DBSerializer.serializeSingleVertex(DBSerializer.java:504)
	at org.onap.aai.serialization.db.DBSerializer.serializeToDb(DBSerializer.java:479)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:409)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:191)
	at org.onap.aai.service.ResourcesService.handleWrites(ResourcesService.java:247)
	at org.onap.aai.rest.ResourcesController.update(ResourcesController.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:475)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:397)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:89)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:552)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.janusgraph.hadoop.scan.AbstractHadoopScanRunner
	at java.base/java.net.URLClassLoader.findClass(Unknown Source)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:410)
	... 122 common frames omitted

2025-03-31 07:48:01.154 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  WARN [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.reflections8.Reflections             : could not get type for name org.janusgraph.hadoop.formats.util.HadoopInputFormat from any class loader

org.reflections8.ReflectionsException: could not get type for name org.janusgraph.hadoop.formats.util.HadoopInputFormat
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:412)
	at org.reflections8.Reflections.expandSuperTypes(Reflections.java:421)
	at org.reflections8.Reflections.(Reflections.java:158)
	at org.reflections8.Reflections.(Reflections.java:200)
	at org.reflections8.Reflections.(Reflections.java:173)
	at org.janusgraph.graphdb.util.JanusGraphTraverserUtil.(JanusGraphTraverserUtil.java:35)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.registerTraverser(JanusGraphMultiQueryStep.java:119)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:112)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep.standardAlgorithm(BranchStep.java:137)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.processNextStart(ComputerAwareStep.java:46)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep.processNextStart(UnionStep.java:86)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:111)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep.processNextStart(DedupGlobalStep.java:115)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:140)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.fill(Traversal.java:184)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.toList(Traversal.java:122)
	at org.onap.aai.serialization.engines.query.GraphTraversalQueryEngine.findChildrenOfType(GraphTraversalQueryEngine.java:127)
	at org.onap.aai.serialization.db.DBSerializer.processObject(DBSerializer.java:648)
	at org.onap.aai.serialization.db.DBSerializer.serializeSingleVertex(DBSerializer.java:504)
	at org.onap.aai.serialization.db.DBSerializer.serializeToDb(DBSerializer.java:479)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:409)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:191)
	at org.onap.aai.service.ResourcesService.handleWrites(ResourcesService.java:247)
	at org.onap.aai.rest.ResourcesController.update(ResourcesController.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:475)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:397)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:89)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:552)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.janusgraph.hadoop.formats.util.HadoopInputFormat
	at java.base/java.net.URLClassLoader.findClass(Unknown Source)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:410)
	... 122 common frames omitted

2025-03-31 07:48:01.160 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  WARN [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.reflections8.Reflections             : could not get type for name org.apache.tinkerpop.gremlin.server.GraphManager from any class loader

org.reflections8.ReflectionsException: could not get type for name org.apache.tinkerpop.gremlin.server.GraphManager
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:412)
	at org.reflections8.Reflections.expandSuperTypes(Reflections.java:421)
	at org.reflections8.Reflections.(Reflections.java:158)
	at org.reflections8.Reflections.(Reflections.java:200)
	at org.reflections8.Reflections.(Reflections.java:173)
	at org.janusgraph.graphdb.util.JanusGraphTraverserUtil.(JanusGraphTraverserUtil.java:35)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.registerTraverser(JanusGraphMultiQueryStep.java:119)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:112)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep.standardAlgorithm(BranchStep.java:137)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.processNextStart(ComputerAwareStep.java:46)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep.processNextStart(UnionStep.java:86)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:111)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep.processNextStart(DedupGlobalStep.java:115)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:140)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.fill(Traversal.java:184)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.toList(Traversal.java:122)
	at org.onap.aai.serialization.engines.query.GraphTraversalQueryEngine.findChildrenOfType(GraphTraversalQueryEngine.java:127)
	at org.onap.aai.serialization.db.DBSerializer.processObject(DBSerializer.java:648)
	at org.onap.aai.serialization.db.DBSerializer.serializeSingleVertex(DBSerializer.java:504)
	at org.onap.aai.serialization.db.DBSerializer.serializeToDb(DBSerializer.java:479)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:409)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:191)
	at org.onap.aai.service.ResourcesService.handleWrites(ResourcesService.java:247)
	at org.onap.aai.rest.ResourcesController.update(ResourcesController.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:475)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:397)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:89)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:552)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.apache.tinkerpop.gremlin.server.GraphManager
	at java.base/java.net.URLClassLoader.findClass(Unknown Source)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:410)
	... 122 common frames omitted

2025-03-31 07:48:01.166 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  WARN [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.reflections8.Reflections             : could not get type for name org.janusgraph.hadoop.formats.util.AbstractBinaryInputFormat from any class loader

org.reflections8.ReflectionsException: could not get type for name org.janusgraph.hadoop.formats.util.AbstractBinaryInputFormat
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:412)
	at org.reflections8.Reflections.expandSuperTypes(Reflections.java:421)
	at org.reflections8.Reflections.(Reflections.java:158)
	at org.reflections8.Reflections.(Reflections.java:200)
	at org.reflections8.Reflections.(Reflections.java:173)
	at org.janusgraph.graphdb.util.JanusGraphTraverserUtil.(JanusGraphTraverserUtil.java:35)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.registerTraverser(JanusGraphMultiQueryStep.java:119)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:112)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep.standardAlgorithm(BranchStep.java:137)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.processNextStart(ComputerAwareStep.java:46)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep.processNextStart(UnionStep.java:86)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:111)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep.processNextStart(DedupGlobalStep.java:115)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:140)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.fill(Traversal.java:184)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.toList(Traversal.java:122)
	at org.onap.aai.serialization.engines.query.GraphTraversalQueryEngine.findChildrenOfType(GraphTraversalQueryEngine.java:127)
	at org.onap.aai.serialization.db.DBSerializer.processObject(DBSerializer.java:648)
	at org.onap.aai.serialization.db.DBSerializer.serializeSingleVertex(DBSerializer.java:504)
	at org.onap.aai.serialization.db.DBSerializer.serializeToDb(DBSerializer.java:479)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:409)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:191)
	at org.onap.aai.service.ResourcesService.handleWrites(ResourcesService.java:247)
	at org.onap.aai.rest.ResourcesController.update(ResourcesController.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:475)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:397)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:89)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:552)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.janusgraph.hadoop.formats.util.AbstractBinaryInputFormat
	at java.base/java.net.URLClassLoader.findClass(Unknown Source)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:410)
	... 122 common frames omitted

2025-03-31 07:48:01.173 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  WARN [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.reflections8.Reflections             : could not get type for name org.janusgraph.hadoop.HadoopStoreManager from any class loader

org.reflections8.ReflectionsException: could not get type for name org.janusgraph.hadoop.HadoopStoreManager
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:412)
	at org.reflections8.Reflections.expandSuperTypes(Reflections.java:421)
	at org.reflections8.Reflections.(Reflections.java:158)
	at org.reflections8.Reflections.(Reflections.java:200)
	at org.reflections8.Reflections.(Reflections.java:173)
	at org.janusgraph.graphdb.util.JanusGraphTraverserUtil.(JanusGraphTraverserUtil.java:35)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.registerTraverser(JanusGraphMultiQueryStep.java:119)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:112)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep.standardAlgorithm(BranchStep.java:137)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.processNextStart(ComputerAwareStep.java:46)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep.processNextStart(UnionStep.java:86)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:111)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep.processNextStart(DedupGlobalStep.java:115)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:140)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.fill(Traversal.java:184)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.toList(Traversal.java:122)
	at org.onap.aai.serialization.engines.query.GraphTraversalQueryEngine.findChildrenOfType(GraphTraversalQueryEngine.java:127)
	at org.onap.aai.serialization.db.DBSerializer.processObject(DBSerializer.java:648)
	at org.onap.aai.serialization.db.DBSerializer.serializeSingleVertex(DBSerializer.java:504)
	at org.onap.aai.serialization.db.DBSerializer.serializeToDb(DBSerializer.java:479)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:409)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:191)
	at org.onap.aai.service.ResourcesService.handleWrites(ResourcesService.java:247)
	at org.onap.aai.rest.ResourcesController.update(ResourcesController.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:475)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:397)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:89)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:552)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.janusgraph.hadoop.HadoopStoreManager
	at java.base/java.net.URLClassLoader.findClass(Unknown Source)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:410)
	... 122 common frames omitted

2025-03-31 07:48:01.186 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  WARN [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.reflections8.Reflections             : could not get type for name org.apache.hadoop.mapreduce.RecordReader from any class loader

org.reflections8.ReflectionsException: could not get type for name org.apache.hadoop.mapreduce.RecordReader
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:412)
	at org.reflections8.Reflections.expandSuperTypes(Reflections.java:421)
	at org.reflections8.Reflections.(Reflections.java:158)
	at org.reflections8.Reflections.(Reflections.java:200)
	at org.reflections8.Reflections.(Reflections.java:173)
	at org.janusgraph.graphdb.util.JanusGraphTraverserUtil.(JanusGraphTraverserUtil.java:35)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.registerTraverser(JanusGraphMultiQueryStep.java:119)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:112)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep.standardAlgorithm(BranchStep.java:137)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.processNextStart(ComputerAwareStep.java:46)
	at org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep.processNextStart(UnionStep.java:86)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphMultiQueryStep.processNextStart(JanusGraphMultiQueryStep.java:111)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.hasNext(ExpandableStepIterator.java:47)
	at org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphNoOpBarrierVertexOnlyStep.processAllStarts(JanusGraphNoOpBarrierVertexOnlyStep.java:49)
	at org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep.processNextStart(NoOpBarrierStep.java:60)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:155)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator.next(ExpandableStepIterator.java:55)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep.processNextStart(FilterStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep.processNextStart(DedupGlobalStep.java:115)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:140)
	at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.next(AbstractStep.java:40)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.fill(Traversal.java:184)
	at org.apache.tinkerpop.gremlin.process.traversal.Traversal.toList(Traversal.java:122)
	at org.onap.aai.serialization.engines.query.GraphTraversalQueryEngine.findChildrenOfType(GraphTraversalQueryEngine.java:127)
	at org.onap.aai.serialization.db.DBSerializer.processObject(DBSerializer.java:648)
	at org.onap.aai.serialization.db.DBSerializer.serializeSingleVertex(DBSerializer.java:504)
	at org.onap.aai.serialization.db.DBSerializer.serializeToDb(DBSerializer.java:479)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:409)
	at org.onap.aai.rest.db.HttpEntry.process(HttpEntry.java:191)
	at org.onap.aai.service.ResourcesService.handleWrites(ResourcesService.java:247)
	at org.onap.aai.rest.ResourcesController.update(ResourcesController.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:475)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:397)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:89)
	at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:552)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.mapreduce.RecordReader
	at java.base/java.net.URLClassLoader.findClass(Unknown Source)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at org.reflections8.ReflectionUtils.forName(ReflectionUtils.java:410)
	... 122 common frames omitted

2025-03-31 07:48:02.268 [67ea48b2c46bdbfccaeb4ab308e42672,caeb4ab308e42672] [qtp1225114731-22]  INFO [aai-resources,67ea48b2c46bdbfccaeb4ab308e42672,caeb4ab308e42672] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:02.433 [67ea48b2c46bdbfccaeb4ab308e42672,caeb4ab308e42672] [qtp1225114731-22] DEBUG [aai-resources,67ea48b2c46bdbfccaeb4ab308e42672,caeb4ab308e42672] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0fab0de4-4928-4c9c-8e10-8bb4dce32ba6","status":"200","rqstDate":"250331-07:48:02:268","respDate":"250331-07:48:02:433","sourceId":"haproxy:0fab0de4-4928-4c9c-8e10-8bb4dce32ba6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:02:268-39244\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ced63f3c-3451-43c2-823a-d2347111850b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0fab0de4-4928-4c9c-8e10-8bb4dce32ba6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 172 - "logType": "access"
2025-03-31 07:48:02.510 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25]  INFO [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:04.447 [67ea48b4e8637bd0b70055cbd11eeefb,b70055cbd11eeefb] [qtp1225114731-26]  INFO [aai-resources,67ea48b4e8637bd0b70055cbd11eeefb,b70055cbd11eeefb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:04.671 [67ea48b4e8637bd0b70055cbd11eeefb,b70055cbd11eeefb] [qtp1225114731-26] DEBUG [aai-resources,67ea48b4e8637bd0b70055cbd11eeefb,b70055cbd11eeefb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0636039a-1f4a-41c6-8004-c5e2e53b5f2a","status":"200","rqstDate":"250331-07:48:04:448","respDate":"250331-07:48:04:670","sourceId":"haproxy:0636039a-1f4a-41c6-8004-c5e2e53b5f2a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:04:448-58088\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[15564077-9990-421e-a08a-2cf1b000851e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0636039a-1f4a-41c6-8004-c5e2e53b5f2a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 232 - "logType": "access"
2025-03-31 07:48:05.574 [67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] [qtp1225114731-25] DEBUG [aai-resources,67ea48accb72b8f939ef5ef7120869e7,39ef5ef7120869e7] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2f9439cc-7033-47c3-83c7-d8d91e0bd2c6","status":"201","rqstDate":"250331-07:47:56:302","respDate":"250331-07:48:05:573","sourceId":"AAI-TOOLS:2f9439cc-7033-47c3-83c7-d8d91e0bd2c6","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/af593b4b-490e-4665-ad74-2f6351c0a7ce","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:47:56:302-79080\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[68f162f2-4e10-456c-b28c-11e3f7eeb43b], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[260], Content-Type=[application/json], X-ONAP-RequestID=[2f9439cc-7033-47c3-83c7-d8d91e0bd2c6]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"af593b4b-490e-4665-ad74-2f6351c0a7ce\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"fd7fb09e-d930-41b9-b83f-cfde9df48640\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"action\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:47:56:302-79080\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[40964200], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:47:56:302-79080]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:05 +0000] "PUT /aai/v30/service-design-and-creation/models/model/af593b4b-490e-4665-ad74-2f6351c0a7ce" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 9295 - "logType": "access"
2025-03-31 07:48:05.678 [67ea48b5db3a602d228a0278318896d7,228a0278318896d7] [qtp1225114731-24]  INFO [aai-resources,67ea48b5db3a602d228a0278318896d7,228a0278318896d7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:05.698 [67ea48b5db3a602d228a0278318896d7,228a0278318896d7] [qtp1225114731-24]  INFO [aai-resources,67ea48b5db3a602d228a0278318896d7,228a0278318896d7] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:05.698 [67ea48b5db3a602d228a0278318896d7,228a0278318896d7] [qtp1225114731-24]  INFO [aai-resources,67ea48b5db3a602d228a0278318896d7,228a0278318896d7] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:05.699 [67ea48b5db3a602d228a0278318896d7,228a0278318896d7] [qtp1225114731-24]  INFO [aai-resources,67ea48b5db3a602d228a0278318896d7,228a0278318896d7] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:05.699 [67ea48b5db3a602d228a0278318896d7,228a0278318896d7] [qtp1225114731-24]  INFO [aai-resources,67ea48b5db3a602d228a0278318896d7,228a0278318896d7] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:06.589 [67ea48b5db3a602d228a0278318896d7,228a0278318896d7] [qtp1225114731-24]  INFO [aai-resources,67ea48b5db3a602d228a0278318896d7,228a0278318896d7] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:06.630 [67ea48b5db3a602d228a0278318896d7,228a0278318896d7] [qtp1225114731-24] DEBUG [aai-resources,67ea48b5db3a602d228a0278318896d7,228a0278318896d7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"170f815a-2611-4804-8e73-42a886b67c4e","status":"201","rqstDate":"250331-07:48:05:678","respDate":"250331-07:48:06:630","sourceId":"AAI-TOOLS:170f815a-2611-4804-8e73-42a886b67c4e","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/9551346c-7d8b-4daf-9926-b93e96e2344a","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:05:678-51674\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c4bfbf6d-5ec1-45b2-87dd-214d25a4fa8c], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[265], Content-Type=[application/json], X-ONAP-RequestID=[170f815a-2611-4804-8e73-42a886b67c4e]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"9551346c-7d8b-4daf-9926-b93e96e2344a\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"2f80c596-27e5-4ca9-b5bb-e03a7fd4c0fd\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"action-data\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:05:678-51674\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[40968296], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:05:678-51674]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:06 +0000] "PUT /aai/v30/service-design-and-creation/models/model/9551346c-7d8b-4daf-9926-b93e96e2344a" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 959 - "logType": "access"
2025-03-31 07:48:06.683 [67ea48b6630648dbb923be4243baed6b,b923be4243baed6b] [qtp1225114731-25]  INFO [aai-resources,67ea48b6630648dbb923be4243baed6b,b923be4243baed6b] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:06.720 [67ea48b6630648dbb923be4243baed6b,b923be4243baed6b] [qtp1225114731-25] DEBUG [aai-resources,67ea48b6630648dbb923be4243baed6b,b923be4243baed6b] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bfab7d60-274f-49ac-9aca-17ea56161af3","status":"200","rqstDate":"250331-07:48:06:683","respDate":"250331-07:48:06:720","sourceId":"haproxy:bfab7d60-274f-49ac-9aca-17ea56161af3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:06:683-73458\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[df14c936-9e81-4e2e-9b8d-2547345ec424], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bfab7d60-274f-49ac-9aca-17ea56161af3]}\"}"}
2025-03-31 07:48:06.721 [67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] [qtp1225114731-22]  INFO [aai-resources,67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
127.0.0.6 - - [31/Mar/2025:07:48:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 47 - "logType": "access"
2025-03-31 07:48:06.741 [67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] [qtp1225114731-22]  INFO [aai-resources,67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:06.741 [67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] [qtp1225114731-22]  INFO [aai-resources,67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:06.742 [67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] [qtp1225114731-22]  INFO [aai-resources,67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:06.742 [67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] [qtp1225114731-22]  INFO [aai-resources,67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:08.225 [67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] [qtp1225114731-22]  INFO [aai-resources,67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:08.257 [67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] [qtp1225114731-22] DEBUG [aai-resources,67ea48b6c4792f4da3c9ceb02825db78,a3c9ceb02825db78] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1deca1d9-7be6-4772-981b-a72caa035336","status":"201","rqstDate":"250331-07:48:06:722","respDate":"250331-07:48:08:257","sourceId":"AAI-TOOLS:1deca1d9-7be6-4772-981b-a72caa035336","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/f6d6a23d-a1a9-48ff-8419-b6530da2d381","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:06:722-86590\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e83c3e4e-a7d7-4f35-8106-4e92018c4859], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[271], Content-Type=[application/json], X-ONAP-RequestID=[1deca1d9-7be6-4772-981b-a72caa035336]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"f6d6a23d-a1a9-48ff-8419-b6530da2d381\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"7ad0915f-25c0-4a70-b9bc-185a75f87564\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"allotted-resource\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:06:722-86590\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[4288], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:06:722-86590]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:08 +0000] "PUT /aai/v30/service-design-and-creation/models/model/f6d6a23d-a1a9-48ff-8419-b6530da2d381" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 1540 - "logType": "access"
2025-03-31 07:48:08.365 [67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] [qtp1225114731-26]  INFO [aai-resources,67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:08.379 [67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] [qtp1225114731-26]  INFO [aai-resources,67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:08.379 [67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] [qtp1225114731-26]  INFO [aai-resources,67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:08.379 [67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] [qtp1225114731-26]  INFO [aai-resources,67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:08.380 [67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] [qtp1225114731-26]  INFO [aai-resources,67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:08.737 [67ea48b86523e7e23f8c73cf26e8a4c4,3f8c73cf26e8a4c4] [qtp1225114731-24]  INFO [aai-resources,67ea48b86523e7e23f8c73cf26e8a4c4,3f8c73cf26e8a4c4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:08.783 [67ea48b86523e7e23f8c73cf26e8a4c4,3f8c73cf26e8a4c4] [qtp1225114731-24] DEBUG [aai-resources,67ea48b86523e7e23f8c73cf26e8a4c4,3f8c73cf26e8a4c4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c565b8b2-20cc-4cac-86cc-a25bc26af39c","status":"200","rqstDate":"250331-07:48:08:738","respDate":"250331-07:48:08:783","sourceId":"haproxy:c565b8b2-20cc-4cac-86cc-a25bc26af39c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:08:738-46999\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[16f2e0fa-73cf-49a9-95b5-03039285119b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c565b8b2-20cc-4cac-86cc-a25bc26af39c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 52 - "logType": "access"
2025-03-31 07:48:09.892 [67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] [qtp1225114731-26]  INFO [aai-resources,67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:09.921 [67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] [qtp1225114731-26] DEBUG [aai-resources,67ea48b8974fca017d4ab68d21de6808,7d4ab68d21de6808] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ffac58b0-c42b-4cd0-8f32-1a819d6b6741","status":"201","rqstDate":"250331-07:48:08:365","respDate":"250331-07:48:09:921","sourceId":"AAI-TOOLS:ffac58b0-c42b-4cd0-8f32-1a819d6b6741","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/61b88c01-d819-41c0-8e21-7fd7ba47148e","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:08:365-12299\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[363cf262-d8ab-4ad3-95bf-ac37987ec8e9], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[271], Content-Type=[application/json], X-ONAP-RequestID=[ffac58b0-c42b-4cd0-8f32-1a819d6b6741]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"61b88c01-d819-41c0-8e21-7fd7ba47148e\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"6c092fb1-21b2-456b-9e01-67fb4de1896e\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"availability-zone\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:08:365-12299\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[4312], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:08:365-12299]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:09 +0000] "PUT /aai/v30/service-design-and-creation/models/model/61b88c01-d819-41c0-8e21-7fd7ba47148e" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 1561 - "logType": "access"
2025-03-31 07:48:09.998 [67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] [qtp1225114731-22]  INFO [aai-resources,67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:10.010 [67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] [qtp1225114731-22]  INFO [aai-resources,67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:10.010 [67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] [qtp1225114731-22]  INFO [aai-resources,67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:10.010 [67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] [qtp1225114731-22]  INFO [aai-resources,67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:10.010 [67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] [qtp1225114731-22]  INFO [aai-resources,67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:10.795 [67ea48ba251f7db68cbd40e0910497ea,8cbd40e0910497ea] [qtp1225114731-25]  INFO [aai-resources,67ea48ba251f7db68cbd40e0910497ea,8cbd40e0910497ea] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:10.812 [67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] [qtp1225114731-22]  INFO [aai-resources,67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:10.841 [67ea48ba251f7db68cbd40e0910497ea,8cbd40e0910497ea] [qtp1225114731-25] DEBUG [aai-resources,67ea48ba251f7db68cbd40e0910497ea,8cbd40e0910497ea] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ae3b1691-57fa-4646-9c33-70b791b1c25d","status":"200","rqstDate":"250331-07:48:10:795","respDate":"250331-07:48:10:841","sourceId":"haproxy:ae3b1691-57fa-4646-9c33-70b791b1c25d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:10:795-63261\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e4d57fed-ab7e-493c-8a45-c8835442ee09], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ae3b1691-57fa-4646-9c33-70b791b1c25d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 54 - "logType": "access"
2025-03-31 07:48:10.863 [67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] [qtp1225114731-22] DEBUG [aai-resources,67ea48b9a09a234752b39bc28228d934,52b39bc28228d934] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1b72bf24-1b19-44f9-aecc-6a5ffbcd1867","status":"201","rqstDate":"250331-07:48:09:999","respDate":"250331-07:48:10:862","sourceId":"AAI-TOOLS:1b72bf24-1b19-44f9-aecc-6a5ffbcd1867","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/53dc00d4-e6d9-48ec-b6cc-3d3797e9b896","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:09:999-98165\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d4b61029-cafa-48f0-bd84-e922b67acb69], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[273], Content-Type=[application/json], X-ONAP-RequestID=[1b72bf24-1b19-44f9-aecc-6a5ffbcd1867]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"53dc00d4-e6d9-48ec-b6cc-3d3797e9b896\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"b2dea88d-78a0-49bf-95c9-5819df08e966\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"az-and-dvs-switches\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:09:999-98165\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[8352], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:09:999-98165]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:10 +0000] "PUT /aai/v30/service-design-and-creation/models/model/53dc00d4-e6d9-48ec-b6cc-3d3797e9b896" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 871 - "logType": "access"
2025-03-31 07:48:10.986 [67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] [qtp1225114731-26]  INFO [aai-resources,67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:11.004 [67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] [qtp1225114731-26]  INFO [aai-resources,67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:11.004 [67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] [qtp1225114731-26]  INFO [aai-resources,67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:11.005 [67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] [qtp1225114731-26]  INFO [aai-resources,67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:11.006 [67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] [qtp1225114731-26]  INFO [aai-resources,67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:11.105 [67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] [qtp1225114731-26]  INFO [aai-resources,67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:11.132 [67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] [qtp1225114731-26] DEBUG [aai-resources,67ea48ba1ac391e56abe618bba2040d9,6abe618bba2040d9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7a757039-f681-49d4-a261-2d556242bea9","status":"201","rqstDate":"250331-07:48:10:987","respDate":"250331-07:48:11:131","sourceId":"AAI-TOOLS:7a757039-f681-49d4-a261-2d556242bea9","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/18094b19-d16d-4822-8acf-e92c6aefa178","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:10:987-65138\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ee3b064c-59b2-4cf2-88eb-1f7db43213cc], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[270], Content-Type=[application/json], X-ONAP-RequestID=[7a757039-f681-49d4-a261-2d556242bea9]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"18094b19-d16d-4822-8acf-e92c6aefa178\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"d2fb27cc-15eb-4c4e-828e-71d41aaecc5b\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"class-of-service\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:10:987-65138\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[8280], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:10:987-65138]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:11 +0000] "PUT /aai/v30/service-design-and-creation/models/model/18094b19-d16d-4822-8acf-e92c6aefa178" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 152 - "logType": "access"
2025-03-31 07:48:11.232 [67ea48bb0962349196850089aa31fe95,96850089aa31fe95] [qtp1225114731-22]  INFO [aai-resources,67ea48bb0962349196850089aa31fe95,96850089aa31fe95] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:11.252 [67ea48bb0962349196850089aa31fe95,96850089aa31fe95] [qtp1225114731-22]  INFO [aai-resources,67ea48bb0962349196850089aa31fe95,96850089aa31fe95] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:11.253 [67ea48bb0962349196850089aa31fe95,96850089aa31fe95] [qtp1225114731-22]  INFO [aai-resources,67ea48bb0962349196850089aa31fe95,96850089aa31fe95] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:11.253 [67ea48bb0962349196850089aa31fe95,96850089aa31fe95] [qtp1225114731-22]  INFO [aai-resources,67ea48bb0962349196850089aa31fe95,96850089aa31fe95] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:11.254 [67ea48bb0962349196850089aa31fe95,96850089aa31fe95] [qtp1225114731-22]  INFO [aai-resources,67ea48bb0962349196850089aa31fe95,96850089aa31fe95] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:11.334 [67ea48bb0962349196850089aa31fe95,96850089aa31fe95] [qtp1225114731-22]  INFO [aai-resources,67ea48bb0962349196850089aa31fe95,96850089aa31fe95] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:11.381 [67ea48bb0962349196850089aa31fe95,96850089aa31fe95] [qtp1225114731-22] DEBUG [aai-resources,67ea48bb0962349196850089aa31fe95,96850089aa31fe95] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a2c4a65f-ca08-4a0c-aaa1-0fc5a1c94f4a","status":"201","rqstDate":"250331-07:48:11:232","respDate":"250331-07:48:11:380","sourceId":"AAI-TOOLS:a2c4a65f-ca08-4a0c-aaa1-0fc5a1c94f4a","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/425b2158-e51d-4509-9945-dad4556474a3","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:11:232-47213\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[87ac3403-2540-4e51-b3d5-35b4b47fe260], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[266], Content-Type=[application/json], X-ONAP-RequestID=[a2c4a65f-ca08-4a0c-aaa1-0fc5a1c94f4a]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"425b2158-e51d-4509-9945-dad4556474a3\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"2a160989-b202-47dd-874b-4a0f275998f7\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"cloud-region\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:11:232-47213\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[40976488], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:11:232-47213]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:11 +0000] "PUT /aai/v30/service-design-and-creation/models/model/425b2158-e51d-4509-9945-dad4556474a3" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 157 - "logType": "access"
2025-03-31 07:48:11.483 [67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] [qtp1225114731-26]  INFO [aai-resources,67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:11.497 [67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] [qtp1225114731-26]  INFO [aai-resources,67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:11.498 [67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] [qtp1225114731-26]  INFO [aai-resources,67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:11.498 [67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] [qtp1225114731-26]  INFO [aai-resources,67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:11.499 [67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] [qtp1225114731-26]  INFO [aai-resources,67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:11.594 [67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] [qtp1225114731-26]  INFO [aai-resources,67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:11.633 [67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] [qtp1225114731-26] DEBUG [aai-resources,67ea48bb520af851a61d5da1aeb09176,a61d5da1aeb09176] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"357d02e2-6178-400e-a2be-6301d9d2a28a","status":"201","rqstDate":"250331-07:48:11:484","respDate":"250331-07:48:11:632","sourceId":"AAI-TOOLS:357d02e2-6178-400e-a2be-6301d9d2a28a","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/8bac3599-9a1c-4b7f-80e5-c1838f744c23","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:11:484-90774\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7228120d-0feb-4c18-b2f7-831c24f1003c], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[298], Content-Type=[application/json], X-ONAP-RequestID=[357d02e2-6178-400e-a2be-6301d9d2a28a]}\",\"Payload\":\"{\\n   \\\"model-invariant-id\\\" : \\\"8bac3599-9a1c-4b7f-80e5-c1838f744c23\\\",\\n   \\\"model-type\\\" : \\\"widget\\\",\\n   \\\"model-vers\\\" : {\\n      \\\"model-ver\\\" : [ {\\n         \\\"model-version-id\\\" : \\\"3f908abc-3a15-40d0-b674-2a639e52884d\\\",\\n         \\\"model-name\\\" : \\\"collection\\\",\\n         \\\"model-version\\\" : \\\"1.0\\\"\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:11:484-90774\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[8384], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:11:484-90774]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:11 +0000] "PUT /aai/v30/service-design-and-creation/models/model/8bac3599-9a1c-4b7f-80e5-c1838f744c23" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 154 - "logType": "access"
2025-03-31 07:48:11.789 [67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] [qtp1225114731-22]  INFO [aai-resources,67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:11.802 [67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] [qtp1225114731-22]  INFO [aai-resources,67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:11.802 [67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] [qtp1225114731-22]  INFO [aai-resources,67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:11.802 [67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] [qtp1225114731-22]  INFO [aai-resources,67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:11.802 [67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] [qtp1225114731-22]  INFO [aai-resources,67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:11.891 [67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] [qtp1225114731-22]  INFO [aai-resources,67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:11.938 [67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] [qtp1225114731-22] DEBUG [aai-resources,67ea48bb06c5513f1803ca417dcfb162,1803ca417dcfb162] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a7fb5947-4b47-40cb-8ec5-4f769bbe27c5","status":"201","rqstDate":"250331-07:48:11:789","respDate":"250331-07:48:11:930","sourceId":"AAI-TOOLS:a7fb5947-4b47-40cb-8ec5-4f769bbe27c5","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/af91c2f7-35fc-43cf-a13d-443f385b2353","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:11:789-50670\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[aa23713d-7c1c-4159-bc26-afa8cd8aae5a], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[261], Content-Type=[application/json], X-ONAP-RequestID=[a7fb5947-4b47-40cb-8ec5-4f769bbe27c5]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"af91c2f7-35fc-43cf-a13d-443f385b2353\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"3a8ab1ee-9220-4fe8-b89c-9251d160ddc2\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"complex\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:11:789-50670\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[12504], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:11:789-50670]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:11 +0000] "PUT /aai/v30/service-design-and-creation/models/model/af91c2f7-35fc-43cf-a13d-443f385b2353" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 158 - "logType": "access"
2025-03-31 07:48:12.034 [67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] [qtp1225114731-26]  INFO [aai-resources,67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:12.051 [67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] [qtp1225114731-26]  INFO [aai-resources,67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:12.051 [67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] [qtp1225114731-26]  INFO [aai-resources,67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:12.051 [67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] [qtp1225114731-26]  INFO [aai-resources,67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:12.052 [67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] [qtp1225114731-26]  INFO [aai-resources,67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:12.856 [67ea48bc6a266360a4b3cd6c89ac2f4f,a4b3cd6c89ac2f4f] [qtp1225114731-24]  INFO [aai-resources,67ea48bc6a266360a4b3cd6c89ac2f4f,a4b3cd6c89ac2f4f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:12.874 [67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] [qtp1225114731-26]  INFO [aai-resources,67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:12.914 [67ea48bc6a266360a4b3cd6c89ac2f4f,a4b3cd6c89ac2f4f] [qtp1225114731-24] DEBUG [aai-resources,67ea48bc6a266360a4b3cd6c89ac2f4f,a4b3cd6c89ac2f4f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7a91247a-9a35-4acf-b6e2-13978a0ed9d6","status":"200","rqstDate":"250331-07:48:12:857","respDate":"250331-07:48:12:912","sourceId":"haproxy:7a91247a-9a35-4acf-b6e2-13978a0ed9d6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:12:857-22434\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[83503bdc-87d7-4035-8df9-7e310b6ea682], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7a91247a-9a35-4acf-b6e2-13978a0ed9d6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 68 - "logType": "access"
2025-03-31 07:48:12.947 [67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] [qtp1225114731-26] DEBUG [aai-resources,67ea48bcdd7ed2ba64089991a7b97b8c,64089991a7b97b8c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d591354c-ae88-4f40-ba82-28c229c5af51","status":"201","rqstDate":"250331-07:48:12:034","respDate":"250331-07:48:12:947","sourceId":"AAI-TOOLS:d591354c-ae88-4f40-ba82-28c229c5af51","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/166c050d-f69d-4305-943e-0bc58c3a26cf","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:12:034-98772\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[aabb73f9-22ad-43d2-80f7-fed6ce766fe6], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[267], Content-Type=[application/json], X-ONAP-RequestID=[d591354c-ae88-4f40-ba82-28c229c5af51]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"166c050d-f69d-4305-943e-0bc58c3a26cf\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"5a175add-57e4-4a5d-8b02-c36f1d69c52b\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"configuration\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:12:034-98772\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[4272], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:12:034-98772]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:12 +0000] "PUT /aai/v30/service-design-and-creation/models/model/166c050d-f69d-4305-943e-0bc58c3a26cf" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 919 - "logType": "access"
2025-03-31 07:48:13.085 [67ea48bda099c68145d82187e6b65966,45d82187e6b65966] [qtp1225114731-22]  INFO [aai-resources,67ea48bda099c68145d82187e6b65966,45d82187e6b65966] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:13.102 [67ea48bda099c68145d82187e6b65966,45d82187e6b65966] [qtp1225114731-22]  INFO [aai-resources,67ea48bda099c68145d82187e6b65966,45d82187e6b65966] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:13.102 [67ea48bda099c68145d82187e6b65966,45d82187e6b65966] [qtp1225114731-22]  INFO [aai-resources,67ea48bda099c68145d82187e6b65966,45d82187e6b65966] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:13.102 [67ea48bda099c68145d82187e6b65966,45d82187e6b65966] [qtp1225114731-22]  INFO [aai-resources,67ea48bda099c68145d82187e6b65966,45d82187e6b65966] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:13.103 [67ea48bda099c68145d82187e6b65966,45d82187e6b65966] [qtp1225114731-22]  INFO [aai-resources,67ea48bda099c68145d82187e6b65966,45d82187e6b65966] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:13.905 [67ea48bda099c68145d82187e6b65966,45d82187e6b65966] [qtp1225114731-22]  INFO [aai-resources,67ea48bda099c68145d82187e6b65966,45d82187e6b65966] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:13.950 [67ea48bda099c68145d82187e6b65966,45d82187e6b65966] [qtp1225114731-22] DEBUG [aai-resources,67ea48bda099c68145d82187e6b65966,45d82187e6b65966] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5d10d0b0-09c3-45f0-8994-151cbf584712","status":"201","rqstDate":"250331-07:48:13:086","respDate":"250331-07:48:13:950","sourceId":"AAI-TOOLS:5d10d0b0-09c3-45f0-8994-151cbf584712","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/4c01c948-7607-4d66-8a6c-99c2c2717936","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:13:086-45\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[94f5ae6a-89f0-487f-a930-8c257a95c78d], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[263], Content-Type=[application/json], X-ONAP-RequestID=[5d10d0b0-09c3-45f0-8994-151cbf584712]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"4c01c948-7607-4d66-8a6c-99c2c2717936\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"22104c9f-29fd-462f-be07-96cd6b46dd33\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"connector\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:13:086-45\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[12472], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:13:086-45]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:13 +0000] "PUT /aai/v30/service-design-and-creation/models/model/4c01c948-7607-4d66-8a6c-99c2c2717936" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 873 - "logType": "access"
2025-03-31 07:48:14.058 [67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] [qtp1225114731-26]  INFO [aai-resources,67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:14.073 [67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] [qtp1225114731-26]  INFO [aai-resources,67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:14.074 [67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] [qtp1225114731-26]  INFO [aai-resources,67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:14.074 [67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] [qtp1225114731-26]  INFO [aai-resources,67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:14.089 [67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] [qtp1225114731-26]  INFO [aai-resources,67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:14.188 [67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] [qtp1225114731-26]  INFO [aai-resources,67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:14.213 [67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] [qtp1225114731-26] DEBUG [aai-resources,67ea48beabcbddb7a6ca1449f55375e8,a6ca1449f55375e8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9d943158-9620-4afb-849e-804434ee352b","status":"201","rqstDate":"250331-07:48:14:058","respDate":"250331-07:48:14:213","sourceId":"AAI-TOOLS:9d943158-9620-4afb-849e-804434ee352b","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/c0292b4f-ee97-40cc-8c2e-f967c48f5701","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:14:058-49005\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6e6b168d-01db-4572-98b4-c11736020ed4], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[277], Content-Type=[application/json], X-ONAP-RequestID=[9d943158-9620-4afb-849e-804434ee352b]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"c0292b4f-ee97-40cc-8c2e-f967c48f5701\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"01102126-9c04-4a89-945b-b131e61e95d7\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"constrained-element-set\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:14:058-49005\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[8360], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:14:058-49005]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:14 +0000] "PUT /aai/v30/service-design-and-creation/models/model/c0292b4f-ee97-40cc-8c2e-f967c48f5701" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 164 - "logType": "access"
2025-03-31 07:48:14.359 [67ea48be4715bf01208d91756342020f,208d91756342020f] [qtp1225114731-22]  INFO [aai-resources,67ea48be4715bf01208d91756342020f,208d91756342020f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:14.370 [67ea48be4715bf01208d91756342020f,208d91756342020f] [qtp1225114731-22]  INFO [aai-resources,67ea48be4715bf01208d91756342020f,208d91756342020f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:14.370 [67ea48be4715bf01208d91756342020f,208d91756342020f] [qtp1225114731-22]  INFO [aai-resources,67ea48be4715bf01208d91756342020f,208d91756342020f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:14.371 [67ea48be4715bf01208d91756342020f,208d91756342020f] [qtp1225114731-22]  INFO [aai-resources,67ea48be4715bf01208d91756342020f,208d91756342020f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:14.371 [67ea48be4715bf01208d91756342020f,208d91756342020f] [qtp1225114731-22]  INFO [aai-resources,67ea48be4715bf01208d91756342020f,208d91756342020f] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:14.450 [67ea48be4715bf01208d91756342020f,208d91756342020f] [qtp1225114731-22]  INFO [aai-resources,67ea48be4715bf01208d91756342020f,208d91756342020f] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:14.474 [67ea48be4715bf01208d91756342020f,208d91756342020f] [qtp1225114731-22] DEBUG [aai-resources,67ea48be4715bf01208d91756342020f,208d91756342020f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"92ed85d6-7f6a-4ed5-aace-ced249af61ee","status":"201","rqstDate":"250331-07:48:14:360","respDate":"250331-07:48:14:473","sourceId":"AAI-TOOLS:92ed85d6-7f6a-4ed5-aace-ced249af61ee","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/fcb8d46b-b656-4ad6-8fa4-22cef74b443f","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:14:360-14160\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c2113ac7-2e6e-4476-b622-73490b60a6d9], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[269], Content-Type=[application/json], X-ONAP-RequestID=[92ed85d6-7f6a-4ed5-aace-ced249af61ee]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"fcb8d46b-b656-4ad6-8fa4-22cef74b443f\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"44e5cb1f-0938-41aa-b766-d4595109fe89\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"ctag-assignment\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:14:360-14160\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[20568], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:14:360-14160]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:14 +0000] "PUT /aai/v30/service-design-and-creation/models/model/fcb8d46b-b656-4ad6-8fa4-22cef74b443f" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 121 - "logType": "access"
2025-03-31 07:48:14.642 [67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] [qtp1225114731-26]  INFO [aai-resources,67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:14.655 [67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] [qtp1225114731-26]  INFO [aai-resources,67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:14.655 [67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] [qtp1225114731-26]  INFO [aai-resources,67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:14.655 [67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] [qtp1225114731-26]  INFO [aai-resources,67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:14.656 [67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] [qtp1225114731-26]  INFO [aai-resources,67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:14.747 [67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] [qtp1225114731-26]  INFO [aai-resources,67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:14.772 [67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] [qtp1225114731-26] DEBUG [aai-resources,67ea48be2eeb1f169accd8c8558364ce,9accd8c8558364ce] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a15b2d3-7c75-4282-987e-30523671fc80","status":"201","rqstDate":"250331-07:48:14:642","respDate":"250331-07:48:14:772","sourceId":"AAI-TOOLS:0a15b2d3-7c75-4282-987e-30523671fc80","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/46c51d4e-d67e-4a9c-b1f5-49b1e9c6fcaa","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:14:642-88941\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c073c253-7ac1-4a42-b60e-c239ddf3eebc], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[263], Content-Type=[application/json], X-ONAP-RequestID=[0a15b2d3-7c75-4282-987e-30523671fc80]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"46c51d4e-d67e-4a9c-b1f5-49b1e9c6fcaa\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"2056c41f-23b9-4de7-9f50-819adad37d76\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"ctag-pool\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:14:642-88941\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[12480], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:14:642-88941]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:14 +0000] "PUT /aai/v30/service-design-and-creation/models/model/46c51d4e-d67e-4a9c-b1f5-49b1e9c6fcaa" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 135 - "logType": "access"
2025-03-31 07:48:14.926 [67ea48beb93926045992d92d90891205,5992d92d90891205] [qtp1225114731-22]  INFO [aai-resources,67ea48beb93926045992d92d90891205,5992d92d90891205] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:14.966 [67ea48beb93926045992d92d90891205,5992d92d90891205] [qtp1225114731-22] DEBUG [aai-resources,67ea48beb93926045992d92d90891205,5992d92d90891205] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"326b5e11-a349-4eae-8d53-9e773d91b62a","status":"200","rqstDate":"250331-07:48:14:927","respDate":"250331-07:48:14:966","sourceId":"haproxy:326b5e11-a349-4eae-8d53-9e773d91b62a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:14:927-41121\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0a1e0965-357c-411e-8f2c-fc9568ceb9e9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[326b5e11-a349-4eae-8d53-9e773d91b62a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 44 - "logType": "access"
2025-03-31 07:48:14.987 [67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] [qtp1225114731-26]  INFO [aai-resources,67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:14.997 [67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] [qtp1225114731-26]  INFO [aai-resources,67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:14.998 [67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] [qtp1225114731-26]  INFO [aai-resources,67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:14.998 [67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] [qtp1225114731-26]  INFO [aai-resources,67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:14.998 [67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] [qtp1225114731-26]  INFO [aai-resources,67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:15.065 [67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] [qtp1225114731-26]  INFO [aai-resources,67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:15.089 [67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] [qtp1225114731-26] DEBUG [aai-resources,67ea48be3689c9b3d0897a1446a7f70f,d0897a1446a7f70f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d3a92579-c29e-4c2a-bf0f-70d760a46a08","status":"201","rqstDate":"250331-07:48:14:987","respDate":"250331-07:48:15:088","sourceId":"AAI-TOOLS:d3a92579-c29e-4c2a-bf0f-70d760a46a08","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/c1d4305f-cdbd-4bbe-9069-a2f4978fd89e","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:14:987-26297\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7991b76f-db9a-4fc6-9140-d892dc7d89c8], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[262], Content-Type=[application/json], X-ONAP-RequestID=[d3a92579-c29e-4c2a-bf0f-70d760a46a08]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"c1d4305f-cdbd-4bbe-9069-a2f4978fd89e\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"d4df5c27-98a1-4812-a8aa-c17f055b7a3f\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"customer\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:14:987-26297\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[20696], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:14:987-26297]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:15 +0000] "PUT /aai/v30/service-design-and-creation/models/model/c1d4305f-cdbd-4bbe-9069-a2f4978fd89e" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 107 - "logType": "access"
2025-03-31 07:48:15.323 [67ea48bf4eac0be323396243564aa018,23396243564aa018] [qtp1225114731-22]  INFO [aai-resources,67ea48bf4eac0be323396243564aa018,23396243564aa018] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:15.336 [67ea48bf4eac0be323396243564aa018,23396243564aa018] [qtp1225114731-22]  INFO [aai-resources,67ea48bf4eac0be323396243564aa018,23396243564aa018] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:15.336 [67ea48bf4eac0be323396243564aa018,23396243564aa018] [qtp1225114731-22]  INFO [aai-resources,67ea48bf4eac0be323396243564aa018,23396243564aa018] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:15.336 [67ea48bf4eac0be323396243564aa018,23396243564aa018] [qtp1225114731-22]  INFO [aai-resources,67ea48bf4eac0be323396243564aa018,23396243564aa018] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:15.339 [67ea48bf4eac0be323396243564aa018,23396243564aa018] [qtp1225114731-22]  INFO [aai-resources,67ea48bf4eac0be323396243564aa018,23396243564aa018] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:15.424 [67ea48bf4eac0be323396243564aa018,23396243564aa018] [qtp1225114731-22]  INFO [aai-resources,67ea48bf4eac0be323396243564aa018,23396243564aa018] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:15.454 [67ea48bf4eac0be323396243564aa018,23396243564aa018] [qtp1225114731-22] DEBUG [aai-resources,67ea48bf4eac0be323396243564aa018,23396243564aa018] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fa566f2a-e0d2-4a47-97ee-90e15340abb9","status":"201","rqstDate":"250331-07:48:15:323","respDate":"250331-07:48:15:454","sourceId":"AAI-TOOLS:fa566f2a-e0d2-4a47-97ee-90e15340abb9","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/245cf4b0-7cc5-4eea-bbd9-753e939adcab","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:15:323-87990\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a3525a5b-25ac-442a-9704-da9c32e047f2], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[269], Content-Type=[application/json], X-ONAP-RequestID=[fa566f2a-e0d2-4a47-97ee-90e15340abb9]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"245cf4b0-7cc5-4eea-bbd9-753e939adcab\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"c3878ffb-8d85-4114-bee6-e4074a9db10b\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"cvlan-tag-entry\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:15:323-87990\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[40984680], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:15:323-87990]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:15 +0000] "PUT /aai/v30/service-design-and-creation/models/model/245cf4b0-7cc5-4eea-bbd9-753e939adcab" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 141 - "logType": "access"
2025-03-31 07:48:15.649 [67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] [qtp1225114731-26]  INFO [aai-resources,67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:15.660 [67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] [qtp1225114731-26]  INFO [aai-resources,67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:15.660 [67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] [qtp1225114731-26]  INFO [aai-resources,67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:15.660 [67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] [qtp1225114731-26]  INFO [aai-resources,67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:15.661 [67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] [qtp1225114731-26]  INFO [aai-resources,67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:15.719 [67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] [qtp1225114731-26]  INFO [aai-resources,67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:15.742 [67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] [qtp1225114731-26] DEBUG [aai-resources,67ea48bfebe011ac0d5228ef2fd2979c,0d5228ef2fd2979c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"35cf4e7b-2705-410a-a466-ac57e4619ce6","status":"201","rqstDate":"250331-07:48:15:649","respDate":"250331-07:48:15:742","sourceId":"AAI-TOOLS:35cf4e7b-2705-410a-a466-ac57e4619ce6","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/98fbb471-1f86-428e-bd8a-c8a25de6fa23","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:15:649-62651\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[99ba9a71-5b09-4612-8332-4597ac15944f], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[264], Content-Type=[application/json], X-ONAP-RequestID=[35cf4e7b-2705-410a-a466-ac57e4619ce6]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"98fbb471-1f86-428e-bd8a-c8a25de6fa23\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"4cb44ae8-e3ab-452a-9f95-bcc8a44c55ea\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"dvs-switch\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:15:649-62651\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[24664], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:15:649-62651]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:15 +0000] "PUT /aai/v30/service-design-and-creation/models/model/98fbb471-1f86-428e-bd8a-c8a25de6fa23" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 98 - "logType": "access"
2025-03-31 07:48:15.931 [67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] [qtp1225114731-22]  INFO [aai-resources,67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:15.945 [67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] [qtp1225114731-22]  INFO [aai-resources,67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:15.945 [67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] [qtp1225114731-22]  INFO [aai-resources,67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:15.946 [67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] [qtp1225114731-22]  INFO [aai-resources,67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:15.946 [67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] [qtp1225114731-22]  INFO [aai-resources,67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:16.021 [67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] [qtp1225114731-22]  INFO [aai-resources,67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:16.046 [67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] [qtp1225114731-22] DEBUG [aai-resources,67ea48bf434d8c81c8f3e7f42b6c07be,c8f3e7f42b6c07be] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bd507050-2b2e-41ce-8413-37aeacc18e4f","status":"201","rqstDate":"250331-07:48:15:932","respDate":"250331-07:48:16:046","sourceId":"AAI-TOOLS:bd507050-2b2e-41ce-8413-37aeacc18e4f","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/7a08cad4-8759-46a5-8245-095d1ba57ac6","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:15:932-14723\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b2e85565-f18f-4ec6-9c3a-ca7f94fea97a], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[269], Content-Type=[application/json], X-ONAP-RequestID=[bd507050-2b2e-41ce-8413-37aeacc18e4f]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"7a08cad4-8759-46a5-8245-095d1ba57ac6\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"f0442326-8201-4d0e-857c-74b4ddcbfc9f\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"edge-prop-names\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:15:932-14723\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[16576], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:15:932-14723]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:16 +0000] "PUT /aai/v30/service-design-and-creation/models/model/7a08cad4-8759-46a5-8245-095d1ba57ac6" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 120 - "logType": "access"
2025-03-31 07:48:16.220 [67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] [qtp1225114731-26]  INFO [aai-resources,67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:16.248 [67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] [qtp1225114731-26]  INFO [aai-resources,67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:16.248 [67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] [qtp1225114731-26]  INFO [aai-resources,67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:16.249 [67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] [qtp1225114731-26]  INFO [aai-resources,67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:16.250 [67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] [qtp1225114731-26]  INFO [aai-resources,67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:16.341 [67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] [qtp1225114731-26]  INFO [aai-resources,67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:16.363 [67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] [qtp1225114731-26] DEBUG [aai-resources,67ea48c0bdfdac18f95907cbe17eeedd,f95907cbe17eeedd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4236f65-ccc9-47c9-b7b2-a9d1f83a6d45","status":"201","rqstDate":"250331-07:48:16:222","respDate":"250331-07:48:16:363","sourceId":"AAI-TOOLS:e4236f65-ccc9-47c9-b7b2-a9d1f83a6d45","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/9a011958-7165-47a3-b872-00951d1f09ae","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:16:222-34159\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ceefb04b-f6a8-45cc-946f-a688dbfe0c04], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[272], Content-Type=[application/json], X-ONAP-RequestID=[e4236f65-ccc9-47c9-b7b2-a9d1f83a6d45]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"9a011958-7165-47a3-b872-00951d1f09ae\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"af27fbfd-598d-44da-aeae-0f9d3a5fcd6a\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"element-choice-set\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:16:222-34159\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[28760], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:16:222-34159]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:16 +0000] "PUT /aai/v30/service-design-and-creation/models/model/9a011958-7165-47a3-b872-00951d1f09ae" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 151 - "logType": "access"
2025-03-31 07:48:16.553 [67ea48c0fbe587a577ac082482c78530,77ac082482c78530] [qtp1225114731-22]  INFO [aai-resources,67ea48c0fbe587a577ac082482c78530,77ac082482c78530] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:16.569 [67ea48c0fbe587a577ac082482c78530,77ac082482c78530] [qtp1225114731-22]  INFO [aai-resources,67ea48c0fbe587a577ac082482c78530,77ac082482c78530] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:16.569 [67ea48c0fbe587a577ac082482c78530,77ac082482c78530] [qtp1225114731-22]  INFO [aai-resources,67ea48c0fbe587a577ac082482c78530,77ac082482c78530] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:16.571 [67ea48c0fbe587a577ac082482c78530,77ac082482c78530] [qtp1225114731-22]  INFO [aai-resources,67ea48c0fbe587a577ac082482c78530,77ac082482c78530] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:16.571 [67ea48c0fbe587a577ac082482c78530,77ac082482c78530] [qtp1225114731-22]  INFO [aai-resources,67ea48c0fbe587a577ac082482c78530,77ac082482c78530] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:16.627 [67ea48c0fbe587a577ac082482c78530,77ac082482c78530] [qtp1225114731-22]  INFO [aai-resources,67ea48c0fbe587a577ac082482c78530,77ac082482c78530] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:16.647 [67ea48c0fbe587a577ac082482c78530,77ac082482c78530] [qtp1225114731-22] DEBUG [aai-resources,67ea48c0fbe587a577ac082482c78530,77ac082482c78530] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f6793b6-fe78-4482-95b7-5374d33b942a","status":"201","rqstDate":"250331-07:48:16:554","respDate":"250331-07:48:16:647","sourceId":"AAI-TOOLS:0f6793b6-fe78-4482-95b7-5374d33b942a","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/ae75b5a0-d5e1-4f3a-b8fb-37626a753da3","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:16:554-54560\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[572edb36-65d9-46c2-870a-bab96383daf0], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[265], Content-Type=[application/json], X-ONAP-RequestID=[0f6793b6-fe78-4482-95b7-5374d33b942a]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"ae75b5a0-d5e1-4f3a-b8fb-37626a753da3\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"7e27ba2e-b7db-4e13-9fae-d142152ef98a\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"entitlement\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:16:554-54560\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[8400], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:16:554-54560]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:16 +0000] "PUT /aai/v30/service-design-and-creation/models/model/ae75b5a0-d5e1-4f3a-b8fb-37626a753da3" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 99 - "logType": "access"
2025-03-31 07:48:16.768 [67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] [qtp1225114731-26]  INFO [aai-resources,67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:16.781 [67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] [qtp1225114731-26]  INFO [aai-resources,67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:16.781 [67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] [qtp1225114731-26]  INFO [aai-resources,67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:16.782 [67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] [qtp1225114731-26]  INFO [aai-resources,67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:16.783 [67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] [qtp1225114731-26]  INFO [aai-resources,67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:16.866 [67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] [qtp1225114731-26]  INFO [aai-resources,67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:16.892 [67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] [qtp1225114731-26] DEBUG [aai-resources,67ea48c0704b3124e8a25ba26026d10e,e8a25ba26026d10e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dcb3c880-6cb1-41ce-aa34-2965ca1f9e85","status":"201","rqstDate":"250331-07:48:16:769","respDate":"250331-07:48:16:892","sourceId":"AAI-TOOLS:dcb3c880-6cb1-41ce-aa34-2965ca1f9e85","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/0562518b-e5b3-49f4-8ad8-19b43766c79d","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:16:769-24154\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[61d1f815-259a-4e03-95ca-b3b0499b50b9], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[269], Content-Type=[application/json], X-ONAP-RequestID=[dcb3c880-6cb1-41ce-aa34-2965ca1f9e85]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"0562518b-e5b3-49f4-8ad8-19b43766c79d\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"5ded840b-42aa-4692-a7ac-9a6ed5f3146b\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"esr-system-info\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:16:769-24154\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[20640], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:16:769-24154]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:16 +0000] "PUT /aai/v30/service-design-and-creation/models/model/0562518b-e5b3-49f4-8ad8-19b43766c79d" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 130 - "logType": "access"
2025-03-31 07:48:16.975 [67ea48c0a4456ff8a8f43a4756977206,a8f43a4756977206] [qtp1225114731-22]  INFO [aai-resources,67ea48c0a4456ff8a8f43a4756977206,a8f43a4756977206] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:16.987 [67ea48c0a4456ff8a8f43a4756977206,a8f43a4756977206] [qtp1225114731-22] DEBUG [aai-resources,67ea48c0a4456ff8a8f43a4756977206,a8f43a4756977206] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00b8e074-c257-4e5a-881c-110d498b08a2","status":"200","rqstDate":"250331-07:48:16:975","respDate":"250331-07:48:16:987","sourceId":"haproxy:00b8e074-c257-4e5a-881c-110d498b08a2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:16:975-49357\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[55d4ebc5-9176-46a6-b41d-7c6a7f5b4fa6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[00b8e074-c257-4e5a-881c-110d498b08a2]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:48:17.070 [67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] [qtp1225114731-26]  INFO [aai-resources,67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:17.082 [67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] [qtp1225114731-26]  INFO [aai-resources,67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:17.082 [67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] [qtp1225114731-26]  INFO [aai-resources,67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:17.083 [67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] [qtp1225114731-26]  INFO [aai-resources,67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:17.083 [67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] [qtp1225114731-26]  INFO [aai-resources,67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:17.159 [67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] [qtp1225114731-26]  INFO [aai-resources,67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:17.185 [67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] [qtp1225114731-26] DEBUG [aai-resources,67ea48c1b8b564eb081a3d98c84c16c6,081a3d98c84c16c6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"36b98a4b-5738-47ac-a0ed-b76c1a6111b7","status":"201","rqstDate":"250331-07:48:17:070","respDate":"250331-07:48:17:184","sourceId":"AAI-TOOLS:36b98a4b-5738-47ac-a0ed-b76c1a6111b7","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/bace8d1c-a261-4041-9e37-823117415d0f","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:17:070-83858\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d46488c7-a94b-4be6-a363-a0031aaab09d], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[260], Content-Type=[application/json], X-ONAP-RequestID=[36b98a4b-5738-47ac-a0ed-b76c1a6111b7]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"bace8d1c-a261-4041-9e37-823117415d0f\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"36200fb5-f251-4f5d-a520-7c5ad5c2cd4b\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"flavor\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:17:070-83858\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[8256], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:17:070-83858]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:17 +0000] "PUT /aai/v30/service-design-and-creation/models/model/bace8d1c-a261-4041-9e37-823117415d0f" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 120 - "logType": "access"
2025-03-31 07:48:17.351 [67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] [qtp1225114731-22]  INFO [aai-resources,67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:17.359 [67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] [qtp1225114731-22]  INFO [aai-resources,67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:17.360 [67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] [qtp1225114731-22]  INFO [aai-resources,67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:17.360 [67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] [qtp1225114731-22]  INFO [aai-resources,67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:17.360 [67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] [qtp1225114731-22]  INFO [aai-resources,67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:17.424 [67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] [qtp1225114731-22]  INFO [aai-resources,67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:17.443 [67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] [qtp1225114731-22] DEBUG [aai-resources,67ea48c195e105fa26c6428c29f42855,26c6428c29f42855] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a8feaf0b-dd1c-48e3-a719-3bb69563e0af","status":"201","rqstDate":"250331-07:48:17:351","respDate":"250331-07:48:17:443","sourceId":"AAI-TOOLS:a8feaf0b-dd1c-48e3-a719-3bb69563e0af","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/acc6edd8-a8d4-4b93-afaa-0994068be14c","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:17:351-26248\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[14f5c739-9843-4c4d-9636-266dc75eaa30], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[265], Content-Type=[application/json], X-ONAP-RequestID=[a8feaf0b-dd1c-48e3-a719-3bb69563e0af]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"93a6166f-b3d5-4f06-b4ba-aed48d009ad9\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"generic-vnf\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:17:351-26248\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[24736], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:17:351-26248]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:17 +0000] "PUT /aai/v30/service-design-and-creation/models/model/acc6edd8-a8d4-4b93-afaa-0994068be14c" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 97 - "logType": "access"
2025-03-31 07:48:17.719 [67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] [qtp1225114731-26]  INFO [aai-resources,67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:17.727 [67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] [qtp1225114731-26]  INFO [aai-resources,67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:17.727 [67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] [qtp1225114731-26]  INFO [aai-resources,67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:17.727 [67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] [qtp1225114731-26]  INFO [aai-resources,67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:17.728 [67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] [qtp1225114731-26]  INFO [aai-resources,67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:17.787 [67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] [qtp1225114731-26]  INFO [aai-resources,67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:17.810 [67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] [qtp1225114731-26] DEBUG [aai-resources,67ea48c13c096b78b66af43bc3e54a41,b66af43bc3e54a41] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f7652b9f-886a-4e72-a8be-37d9591a5c3b","status":"201","rqstDate":"250331-07:48:17:719","respDate":"250331-07:48:17:809","sourceId":"AAI-TOOLS:f7652b9f-886a-4e72-a8be-37d9591a5c3b","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/7cc05f25-7ba2-42b7-a237-c5662a1689e1","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:17:719-94579\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[359bf4f4-bf6b-4a62-9fe6-33becec5e022], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[270], Content-Type=[application/json], X-ONAP-RequestID=[f7652b9f-886a-4e72-a8be-37d9591a5c3b]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"7cc05f25-7ba2-42b7-a237-c5662a1689e1\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"fe578080-ce19-4604-8760-fc264fbb2565\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"group-assignment\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:17:719-94579\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[28840], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:17:719-94579]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:17 +0000] "PUT /aai/v30/service-design-and-creation/models/model/7cc05f25-7ba2-42b7-a237-c5662a1689e1" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 97 - "logType": "access"
2025-03-31 07:48:17.979 [67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] [qtp1225114731-22]  INFO [aai-resources,67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:17.987 [67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] [qtp1225114731-22]  INFO [aai-resources,67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:17.988 [67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] [qtp1225114731-22]  INFO [aai-resources,67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:17.989 [67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] [qtp1225114731-22]  INFO [aai-resources,67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:17.989 [67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] [qtp1225114731-22]  INFO [aai-resources,67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:18.057 [67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] [qtp1225114731-22]  INFO [aai-resources,67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:18.077 [67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] [qtp1225114731-22] DEBUG [aai-resources,67ea48c135f559a7ae15591383c3810d,ae15591383c3810d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e478c6ac-2f77-46be-bd86-ab064fb45f29","status":"201","rqstDate":"250331-07:48:17:979","respDate":"250331-07:48:18:077","sourceId":"AAI-TOOLS:e478c6ac-2f77-46be-bd86-ab064fb45f29","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/3f4c7204-739b-4bbb-87a7-8a6856439c90","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:17:979-94756\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cf87bffc-896c-4545-89c1-ae75d4dcd292], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[259], Content-Type=[application/json], X-ONAP-RequestID=[e478c6ac-2f77-46be-bd86-ab064fb45f29]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"3f4c7204-739b-4bbb-87a7-8a6856439c90\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"f6a038c2-820c-42ba-8c2b-375e24e8f932\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"image\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:17:979-94756\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[40996968], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:17:979-94756]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:18 +0000] "PUT /aai/v30/service-design-and-creation/models/model/3f4c7204-739b-4bbb-87a7-8a6856439c90" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 104 - "logType": "access"
2025-03-31 07:48:18.270 [67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] [qtp1225114731-26]  INFO [aai-resources,67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:18.279 [67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] [qtp1225114731-26]  INFO [aai-resources,67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:18.280 [67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] [qtp1225114731-26]  INFO [aai-resources,67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:18.280 [67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] [qtp1225114731-26]  INFO [aai-resources,67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:18.280 [67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] [qtp1225114731-26]  INFO [aai-resources,67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:18.364 [67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] [qtp1225114731-26]  INFO [aai-resources,67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:18.411 [67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] [qtp1225114731-26] DEBUG [aai-resources,67ea48c22755bfaced8a83ed557e04e6,ed8a83ed557e04e6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9ab563a0-ad82-418e-a730-dccafc031544","status":"201","rqstDate":"250331-07:48:18:270","respDate":"250331-07:48:18:408","sourceId":"AAI-TOOLS:9ab563a0-ad82-418e-a730-dccafc031544","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/2a2d8ad2-af0a-4e1f-9982-0c899e7dc827","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:18:270-37356\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[676cd1c9-a477-49ee-a3ba-7195a29fadfd], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[273], Content-Type=[application/json], X-ONAP-RequestID=[9ab563a0-ad82-418e-a730-dccafc031544]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"2a2d8ad2-af0a-4e1f-9982-0c899e7dc827\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"f05f804d-7057-4ffe-bdc5-39f2f0c9c9fd\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"include-node-filter\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:18:270-37356\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[20664], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:18:270-37356]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:18 +0000] "PUT /aai/v30/service-design-and-creation/models/model/2a2d8ad2-af0a-4e1f-9982-0c899e7dc827" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 146 - "logType": "access"
2025-03-31 07:48:18.588 [67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] [qtp1225114731-22]  INFO [aai-resources,67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:18.598 [67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] [qtp1225114731-22]  INFO [aai-resources,67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:18.598 [67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] [qtp1225114731-22]  INFO [aai-resources,67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:18.598 [67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] [qtp1225114731-22]  INFO [aai-resources,67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:18.599 [67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] [qtp1225114731-22]  INFO [aai-resources,67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:18.663 [67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] [qtp1225114731-22]  INFO [aai-resources,67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:18.688 [67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] [qtp1225114731-22] DEBUG [aai-resources,67ea48c2740293491c2c8bae2dfc2c75,1c2c8bae2dfc2c75] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a5ff8668-208d-49b0-b509-063707ce0740","status":"201","rqstDate":"250331-07:48:18:588","respDate":"250331-07:48:18:687","sourceId":"AAI-TOOLS:a5ff8668-208d-49b0-b509-063707ce0740","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/3bf1e610-45f7-4ad6-b833-ca4c5ee6a3fd","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:18:588-47852\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b29d35fb-1f05-4b3b-9d65-340a918a54e6], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[268], Content-Type=[application/json], X-ONAP-RequestID=[a5ff8668-208d-49b0-b509-063707ce0740]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"3bf1e610-45f7-4ad6-b833-ca4c5ee6a3fd\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"8e6ee9dc-9017-444a-83b3-219edb018128\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"instance-group\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:18:588-47852\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41001064], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:18:588-47852]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:18 +0000] "PUT /aai/v30/service-design-and-creation/models/model/3bf1e610-45f7-4ad6-b833-ca4c5ee6a3fd" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 104 - "logType": "access"
2025-03-31 07:48:18.887 [67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] [qtp1225114731-26]  INFO [aai-resources,67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:18.898 [67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] [qtp1225114731-26]  INFO [aai-resources,67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:18.899 [67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] [qtp1225114731-26]  INFO [aai-resources,67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:18.899 [67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] [qtp1225114731-26]  INFO [aai-resources,67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:18.899 [67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] [qtp1225114731-26]  INFO [aai-resources,67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:18.950 [67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] [qtp1225114731-26]  INFO [aai-resources,67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:18.978 [67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] [qtp1225114731-26] DEBUG [aai-resources,67ea48c26d3dbb53a0c9a0f3e0d8a3b8,a0c9a0f3e0d8a3b8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b7c5ad22-5cb7-41e5-8d74-52ecae89ec75","status":"201","rqstDate":"250331-07:48:18:888","respDate":"250331-07:48:18:978","sourceId":"AAI-TOOLS:b7c5ad22-5cb7-41e5-8d74-52ecae89ec75","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/cd57d844-9017-4078-aa19-926935a3d77c","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:18:888-85887\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8b989e83-0e3b-489b-bd62-9b256a79bed0], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[268], Content-Type=[application/json], X-ONAP-RequestID=[b7c5ad22-5cb7-41e5-8d74-52ecae89ec75]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"cd57d844-9017-4078-aa19-926935a3d77c\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"69957f4a-2155-4b95-8d72-d6dd9b88b27b\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"inventory-item\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:18:888-85887\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[24792], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:18:888-85887]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:18 +0000] "PUT /aai/v30/service-design-and-creation/models/model/cd57d844-9017-4078-aa19-926935a3d77c" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 95 - "logType": "access"
2025-03-31 07:48:18.995 [67ea48c27e65428a15e1cbed7bae9479,15e1cbed7bae9479] [qtp1225114731-22]  INFO [aai-resources,67ea48c27e65428a15e1cbed7bae9479,15e1cbed7bae9479] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:19.017 [67ea48c27e65428a15e1cbed7bae9479,15e1cbed7bae9479] [qtp1225114731-22] DEBUG [aai-resources,67ea48c27e65428a15e1cbed7bae9479,15e1cbed7bae9479] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"625f11cc-45b6-4045-8233-8d4b4147a9aa","status":"200","rqstDate":"250331-07:48:18:996","respDate":"250331-07:48:19:016","sourceId":"haproxy:625f11cc-45b6-4045-8233-8d4b4147a9aa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:18:996-83398\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d0356782-5b48-4be8-a5a8-8e2306603f70], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[625f11cc-45b6-4045-8233-8d4b4147a9aa]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 07:48:19.162 [67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] [qtp1225114731-26]  INFO [aai-resources,67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:19.173 [67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] [qtp1225114731-26]  INFO [aai-resources,67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:19.173 [67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] [qtp1225114731-26]  INFO [aai-resources,67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:19.173 [67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] [qtp1225114731-26]  INFO [aai-resources,67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:19.173 [67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] [qtp1225114731-26]  INFO [aai-resources,67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:19.239 [67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] [qtp1225114731-26]  INFO [aai-resources,67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:19.260 [67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] [qtp1225114731-26] DEBUG [aai-resources,67ea48c31a4ed5d033504ace8e315e5b,33504ace8e315e5b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eed51ac4-352d-48c1-a102-633047a1ad9e","status":"201","rqstDate":"250331-07:48:19:162","respDate":"250331-07:48:19:260","sourceId":"AAI-TOOLS:eed51ac4-352d-48c1-a102-633047a1ad9e","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/87a383ae-cf03-432e-a9de-04e6a622d0fd","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:19:162-34830\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[0f3db102-262a-4ed7-83b4-3a42c88baf30], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[273], Content-Type=[application/json], X-ONAP-RequestID=[eed51ac4-352d-48c1-a102-633047a1ad9e]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"87a383ae-cf03-432e-a9de-04e6a622d0fd\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"0e54bb87-bd6e-4a2b-ad1c-6d935b87ae51\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"inventory-item-data\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:19:162-34830\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[28888], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:19:162-34830]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:19 +0000] "PUT /aai/v30/service-design-and-creation/models/model/87a383ae-cf03-432e-a9de-04e6a622d0fd" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 105 - "logType": "access"
2025-03-31 07:48:19.470 [67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] [qtp1225114731-22]  INFO [aai-resources,67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:19.485 [67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] [qtp1225114731-22]  INFO [aai-resources,67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:19.486 [67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] [qtp1225114731-22]  INFO [aai-resources,67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:19.486 [67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] [qtp1225114731-22]  INFO [aai-resources,67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:19.487 [67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] [qtp1225114731-22]  INFO [aai-resources,67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:19.548 [67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] [qtp1225114731-22]  INFO [aai-resources,67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:19.572 [67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] [qtp1225114731-22] DEBUG [aai-resources,67ea48c36542729793aead5a5be857c4,93aead5a5be857c4] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3f6cea01-424e-4e52-9870-4ea7ed349258","status":"201","rqstDate":"250331-07:48:19:471","respDate":"250331-07:48:19:572","sourceId":"AAI-TOOLS:3f6cea01-424e-4e52-9870-4ea7ed349258","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/aca4c310-cb45-42bd-9f88-73e40ba7b962","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:19:471-2837\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2f596298-1767-4c2f-be48-5f5b840b8dcd], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[273], Content-Type=[application/json], X-ONAP-RequestID=[3f6cea01-424e-4e52-9870-4ea7ed349258]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"aca4c310-cb45-42bd-9f88-73e40ba7b962\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"d949fd10-36bf-408a-ac7a-cad5004d2e0d\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"ipsec-configuration\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:19:471-2837\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[24760], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:19:471-2837]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:19 +0000] "PUT /aai/v30/service-design-and-creation/models/model/aca4c310-cb45-42bd-9f88-73e40ba7b962" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 107 - "logType": "access"
2025-03-31 07:48:19.752 [67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] [qtp1225114731-26]  INFO [aai-resources,67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:19.767 [67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] [qtp1225114731-26]  INFO [aai-resources,67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:19.767 [67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] [qtp1225114731-26]  INFO [aai-resources,67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:19.767 [67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] [qtp1225114731-26]  INFO [aai-resources,67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:19.768 [67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] [qtp1225114731-26]  INFO [aai-resources,67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:19.830 [67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] [qtp1225114731-26]  INFO [aai-resources,67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:19.851 [67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] [qtp1225114731-26] DEBUG [aai-resources,67ea48c3b82413ae89dc2f07aa1addd9,89dc2f07aa1addd9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"18d1e9b6-756b-4a06-840f-bb9a2a8db8bd","status":"201","rqstDate":"250331-07:48:19:752","respDate":"250331-07:48:19:851","sourceId":"AAI-TOOLS:18d1e9b6-756b-4a06-840f-bb9a2a8db8bd","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/f5faa464-c2f2-4cc3-89d2-a90452dc3a07","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:19:752-87861\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[27db228f-7b6f-45bf-8e01-2fdf50396d1f], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[262], Content-Type=[application/json], X-ONAP-RequestID=[18d1e9b6-756b-4a06-840f-bb9a2a8db8bd]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"f5faa464-c2f2-4cc3-89d2-a90452dc3a07\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"c23ea04d-1a3b-453d-bc49-a6c783a5e92b\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"key-data\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:19:752-87861\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41048], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:19:752-87861]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:19 +0000] "PUT /aai/v30/service-design-and-creation/models/model/f5faa464-c2f2-4cc3-89d2-a90452dc3a07" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 104 - "logType": "access"
2025-03-31 07:48:20.046 [67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] [qtp1225114731-22]  INFO [aai-resources,67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:20.053 [67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] [qtp1225114731-22]  INFO [aai-resources,67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:20.054 [67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] [qtp1225114731-22]  INFO [aai-resources,67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:20.054 [67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] [qtp1225114731-22]  INFO [aai-resources,67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:20.054 [67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] [qtp1225114731-22]  INFO [aai-resources,67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:20.116 [67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] [qtp1225114731-22]  INFO [aai-resources,67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:20.142 [67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] [qtp1225114731-22] DEBUG [aai-resources,67ea48c4689a8be75c4365c4f3a30fa9,5c4365c4f3a30fa9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f27220ff-d63b-49bc-9791-e6d75101d7e2","status":"201","rqstDate":"250331-07:48:20:046","respDate":"250331-07:48:20:142","sourceId":"AAI-TOOLS:f27220ff-d63b-49bc-9791-e6d75101d7e2","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/cea0a982-8d55-4093-921e-418fbccf7060","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:20:046-26322\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ea1a6d9e-78d8-4862-a57d-260ff0d2c0d1], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[265], Content-Type=[application/json], X-ONAP-RequestID=[f27220ff-d63b-49bc-9791-e6d75101d7e2]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"cea0a982-8d55-4093-921e-418fbccf7060\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"a32613fd-18b9-459e-aab8-fffb3912966a\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"l-interface\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:20:046-26322\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[20688], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:20:046-26322]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:20 +0000] "PUT /aai/v30/service-design-and-creation/models/model/cea0a982-8d55-4093-921e-418fbccf7060" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 104 - "logType": "access"
2025-03-31 07:48:20.387 [67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] [qtp1225114731-26]  INFO [aai-resources,67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:20.418 [67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] [qtp1225114731-26]  INFO [aai-resources,67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:20.419 [67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] [qtp1225114731-26]  INFO [aai-resources,67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:20.419 [67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] [qtp1225114731-26]  INFO [aai-resources,67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:20.420 [67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] [qtp1225114731-26]  INFO [aai-resources,67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:20.498 [67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] [qtp1225114731-26]  INFO [aai-resources,67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:20.517 [67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] [qtp1225114731-26] DEBUG [aai-resources,67ea48c49c4358bf55a4d8c6aeb13550,55a4d8c6aeb13550] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"46dad042-5949-42d1-8b71-2213b1653478","status":"201","rqstDate":"250331-07:48:20:387","respDate":"250331-07:48:20:517","sourceId":"AAI-TOOLS:46dad042-5949-42d1-8b71-2213b1653478","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/aad85df2-09be-40fa-b867-16415e4e10e2","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:20:387-21197\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[35cbb321-b4c1-401a-89e2-17f230eae3c2], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[284], Content-Type=[application/json], X-ONAP-RequestID=[46dad042-5949-42d1-8b71-2213b1653478]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"41e76b6f-1e06-4fd4-82cd-81c50fc4574b\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"l3-interface-ipv4-address-list\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:20:387-21197\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[24784], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:20:387-21197]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:20 +0000] "PUT /aai/v30/service-design-and-creation/models/model/aad85df2-09be-40fa-b867-16415e4e10e2" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 150 - "logType": "access"
2025-03-31 07:48:20.683 [67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] [qtp1225114731-22]  INFO [aai-resources,67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:20.690 [67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] [qtp1225114731-22]  INFO [aai-resources,67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:20.691 [67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] [qtp1225114731-22]  INFO [aai-resources,67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:20.691 [67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] [qtp1225114731-22]  INFO [aai-resources,67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:20.691 [67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] [qtp1225114731-22]  INFO [aai-resources,67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:20.751 [67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] [qtp1225114731-22]  INFO [aai-resources,67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:20.773 [67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] [qtp1225114731-22] DEBUG [aai-resources,67ea48c48150299987472bb09adaaa8b,87472bb09adaaa8b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2f1500e0-72ba-4289-9d87-760fdf436636","status":"201","rqstDate":"250331-07:48:20:683","respDate":"250331-07:48:20:773","sourceId":"AAI-TOOLS:2f1500e0-72ba-4289-9d87-760fdf436636","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/82966045-43ee-4982-8307-7e9610866140","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:20:683-68084\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[011ef25c-268d-432f-a3eb-9462775d4116], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[284], Content-Type=[application/json], X-ONAP-RequestID=[2f1500e0-72ba-4289-9d87-760fdf436636]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"d040621d-541a-477b-bb1b-a2b61b14e295\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"l3-interface-ipv6-address-list\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:20:683-68084\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[37080], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:20:683-68084]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:20 +0000] "PUT /aai/v30/service-design-and-creation/models/model/82966045-43ee-4982-8307-7e9610866140" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 94 - "logType": "access"
2025-03-31 07:48:21.012 [67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] [qtp1225114731-26]  INFO [aai-resources,67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:21.020 [67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] [qtp1225114731-26]  INFO [aai-resources,67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:21.020 [67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] [qtp1225114731-26]  INFO [aai-resources,67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:21.020 [67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] [qtp1225114731-26]  INFO [aai-resources,67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:21.021 [67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] [qtp1225114731-26]  INFO [aai-resources,67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:21.025 [67ea48c55a0d9991e8a2ff26f1f71fb8,e8a2ff26f1f71fb8] [qtp1225114731-25]  INFO [aai-resources,67ea48c55a0d9991e8a2ff26f1f71fb8,e8a2ff26f1f71fb8] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:21.042 [67ea48c55a0d9991e8a2ff26f1f71fb8,e8a2ff26f1f71fb8] [qtp1225114731-25] DEBUG [aai-resources,67ea48c55a0d9991e8a2ff26f1f71fb8,e8a2ff26f1f71fb8] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"890b437b-854d-4b07-9a50-961667504d50","status":"200","rqstDate":"250331-07:48:21:025","respDate":"250331-07:48:21:041","sourceId":"haproxy:890b437b-854d-4b07-9a50-961667504d50","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:21:025-69212\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7de09e64-3980-48c2-a908-b49565823b16], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[890b437b-854d-4b07-9a50-961667504d50]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:48:21.071 [67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] [qtp1225114731-26]  INFO [aai-resources,67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:21.130 [67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] [qtp1225114731-26] DEBUG [aai-resources,67ea48c593de7a2e62493eeb5c26ad5e,62493eeb5c26ad5e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"90865817-7284-4a80-a058-17365118414c","status":"201","rqstDate":"250331-07:48:21:012","respDate":"250331-07:48:21:130","sourceId":"AAI-TOOLS:90865817-7284-4a80-a058-17365118414c","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/3d560d81-57d0-438b-a2a1-5334dba0651a","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:21:012-55429\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[49dc0e2e-57e4-4d3e-8003-c9ec1c887ea0], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[264], Content-Type=[application/json], X-ONAP-RequestID=[90865817-7284-4a80-a058-17365118414c]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"3d560d81-57d0-438b-a2a1-5334dba0651a\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"9111f20f-e680-4001-b83f-19a2fc23bfc1\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"l3-network\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:21:012-55429\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41128], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:21:012-55429]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:21 +0000] "PUT /aai/v30/service-design-and-creation/models/model/3d560d81-57d0-438b-a2a1-5334dba0651a" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 124 - "logType": "access"
2025-03-31 07:48:21.360 [67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] [qtp1225114731-22]  INFO [aai-resources,67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:21.369 [67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] [qtp1225114731-22]  INFO [aai-resources,67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:21.369 [67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] [qtp1225114731-22]  INFO [aai-resources,67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:21.369 [67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] [qtp1225114731-22]  INFO [aai-resources,67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:21.370 [67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] [qtp1225114731-22]  INFO [aai-resources,67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:21.445 [67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] [qtp1225114731-22]  INFO [aai-resources,67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:21.472 [67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] [qtp1225114731-22] DEBUG [aai-resources,67ea48c52e23f037f7240dbf22fced90,f7240dbf22fced90] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cdfe2633-cdce-4705-b0c6-78d633a2ad34","status":"201","rqstDate":"250331-07:48:21:360","respDate":"250331-07:48:21:472","sourceId":"AAI-TOOLS:cdfe2633-cdce-4705-b0c6-78d633a2ad34","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/e0ee9bde-c1fc-4651-a95d-8e0597bf7d70","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:21:360-22013\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[53619343-af1f-4ca4-b13a-137147b3df99], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[267], Content-Type=[application/json], X-ONAP-RequestID=[cdfe2633-cdce-4705-b0c6-78d633a2ad34]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"e0ee9bde-c1fc-4651-a95d-8e0597bf7d70\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"ce95f7c3-b61b-4758-ae9e-7e943b1c103d\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"lag-interface\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:21:360-22013\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[24640], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:21:360-22013]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:21 +0000] "PUT /aai/v30/service-design-and-creation/models/model/e0ee9bde-c1fc-4651-a95d-8e0597bf7d70" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 118 - "logType": "access"
2025-03-31 07:48:21.657 [67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] [qtp1225114731-26]  INFO [aai-resources,67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:21.666 [67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] [qtp1225114731-26]  INFO [aai-resources,67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:21.666 [67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] [qtp1225114731-26]  INFO [aai-resources,67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:21.666 [67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] [qtp1225114731-26]  INFO [aai-resources,67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:21.667 [67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] [qtp1225114731-26]  INFO [aai-resources,67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:21.737 [67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] [qtp1225114731-26]  INFO [aai-resources,67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:21.763 [67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] [qtp1225114731-26] DEBUG [aai-resources,67ea48c5d04443438fd6d75e368c918d,8fd6d75e368c918d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b798f593-4d4a-477b-85ed-54bbfbdedead","status":"201","rqstDate":"250331-07:48:21:657","respDate":"250331-07:48:21:762","sourceId":"AAI-TOOLS:b798f593-4d4a-477b-85ed-54bbfbdedead","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/86ffe6e5-4d0e-4cec-80b5-5c38aa3eff98","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:21:657-41668\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9365654d-79e4-4bb7-b4fd-8197f21c9ae6], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[262], Content-Type=[application/json], X-ONAP-RequestID=[b798f593-4d4a-477b-85ed-54bbfbdedead]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"86ffe6e5-4d0e-4cec-80b5-5c38aa3eff98\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"d29a087a-af59-4053-a3f8-0f95a92faa75\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"lag-link\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:21:657-41668\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[28736], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:21:657-41668]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:21 +0000] "PUT /aai/v30/service-design-and-creation/models/model/86ffe6e5-4d0e-4cec-80b5-5c38aa3eff98" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 112 - "logType": "access"
2025-03-31 07:48:21.931 [67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] [qtp1225114731-22]  INFO [aai-resources,67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:21.942 [67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] [qtp1225114731-22]  INFO [aai-resources,67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:21.942 [67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] [qtp1225114731-22]  INFO [aai-resources,67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:21.942 [67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] [qtp1225114731-22]  INFO [aai-resources,67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:21.942 [67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] [qtp1225114731-22]  INFO [aai-resources,67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:22.000 [67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] [qtp1225114731-22]  INFO [aai-resources,67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:22.027 [67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] [qtp1225114731-22] DEBUG [aai-resources,67ea48c5e2ac502b59b069843a0ee6d9,59b069843a0ee6d9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58f07490-375a-4e4f-bc15-de87bfae2e6e","status":"201","rqstDate":"250331-07:48:21:931","respDate":"250331-07:48:22:027","sourceId":"AAI-TOOLS:58f07490-375a-4e4f-bc15-de87bfae2e6e","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/b9a9b337-1f86-42d3-b9f9-f987a089507c","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:21:931-59070\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f5e4c973-aba9-4481-8b2d-feb03fddff7b], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[261], Content-Type=[application/json], X-ONAP-RequestID=[58f07490-375a-4e4f-bc15-de87bfae2e6e]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"b9a9b337-1f86-42d3-b9f9-f987a089507c\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"6889274b-a1dc-40ab-9090-93677e13e2e6\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"license\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:21:931-59070\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[28880], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:21:931-59070]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:22 +0000] "PUT /aai/v30/service-design-and-creation/models/model/b9a9b337-1f86-42d3-b9f9-f987a089507c" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 100 - "logType": "access"
2025-03-31 07:48:22.205 [67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] [qtp1225114731-26]  INFO [aai-resources,67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:22.220 [67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] [qtp1225114731-26]  INFO [aai-resources,67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:22.221 [67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] [qtp1225114731-26]  INFO [aai-resources,67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:22.221 [67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] [qtp1225114731-26]  INFO [aai-resources,67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:22.222 [67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] [qtp1225114731-26]  INFO [aai-resources,67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:22.297 [67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] [qtp1225114731-26]  INFO [aai-resources,67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:22.322 [67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] [qtp1225114731-26] DEBUG [aai-resources,67ea48c6bc4c7d30d1335937d3faebaa,d1335937d3faebaa] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"613cd4e2-4add-4a0a-9a7a-d8fa1e6b07af","status":"201","rqstDate":"250331-07:48:22:205","respDate":"250331-07:48:22:322","sourceId":"AAI-TOOLS:613cd4e2-4add-4a0a-9a7a-d8fa1e6b07af","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/9022ebfe-b54f-4911-a6b2-8c3f5ec189b7","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:22:205-45880\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[4300879f-7040-4542-936e-577c6d92521e], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[274], Content-Type=[application/json], X-ONAP-RequestID=[613cd4e2-4add-4a0a-9a7a-d8fa1e6b07af]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"9022ebfe-b54f-4911-a6b2-8c3f5ec189b7\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"24b25f8c-b8bd-4c62-9421-87c12667aac9\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"license-key-resource\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:22:205-45880\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[28832], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:22:205-45880]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:22 +0000] "PUT /aai/v30/service-design-and-creation/models/model/9022ebfe-b54f-4911-a6b2-8c3f5ec189b7" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 123 - "logType": "access"
2025-03-31 07:48:22.489 [67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] [qtp1225114731-22]  INFO [aai-resources,67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:22.498 [67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] [qtp1225114731-22]  INFO [aai-resources,67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:22.498 [67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] [qtp1225114731-22]  INFO [aai-resources,67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:22.499 [67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] [qtp1225114731-22]  INFO [aai-resources,67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:22.500 [67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] [qtp1225114731-22]  INFO [aai-resources,67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:22.585 [67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] [qtp1225114731-22]  INFO [aai-resources,67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:22.602 [67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] [qtp1225114731-22] DEBUG [aai-resources,67ea48c6bd11925d7b34103b482f81ad,7b34103b482f81ad] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ad124bcb-226c-4007-b222-1ba37f410883","status":"201","rqstDate":"250331-07:48:22:489","respDate":"250331-07:48:22:602","sourceId":"AAI-TOOLS:ad124bcb-226c-4007-b222-1ba37f410883","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/fe012535-2c31-4a39-a739-612374c638a0","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:22:489-90711\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[44f69fbf-18ff-478f-bca4-f2b05f382a94], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[266], Content-Type=[application/json], X-ONAP-RequestID=[ad124bcb-226c-4007-b222-1ba37f410883]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"fe012535-2c31-4a39-a739-612374c638a0\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"a1481a38-f8ba-4ae4-bdf1-06c2c6af4c54\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"logical-link\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:22:489-90711\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[16560], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:22:489-90711]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:22 +0000] "PUT /aai/v30/service-design-and-creation/models/model/fe012535-2c31-4a39-a739-612374c638a0" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 118 - "logType": "access"
2025-03-31 07:48:22.750 [67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] [qtp1225114731-26]  INFO [aai-resources,67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:22.759 [67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] [qtp1225114731-26]  INFO [aai-resources,67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:22.759 [67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] [qtp1225114731-26]  INFO [aai-resources,67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:22.759 [67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] [qtp1225114731-26]  INFO [aai-resources,67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:22.759 [67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] [qtp1225114731-26]  INFO [aai-resources,67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:22.821 [67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] [qtp1225114731-26]  INFO [aai-resources,67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:22.840 [67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] [qtp1225114731-26] DEBUG [aai-resources,67ea48c65c470a72bddadd44ad54f3b6,bddadd44ad54f3b6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1621a9c3-39ea-4a15-9de5-829e16a1aab2","status":"201","rqstDate":"250331-07:48:22:750","respDate":"250331-07:48:22:840","sourceId":"AAI-TOOLS:1621a9c3-39ea-4a15-9de5-829e16a1aab2","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/86dbb63a-265e-4614-993f-6771c30b56a5","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:22:750-58498\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c8613ad8-9025-4f8a-9178-55c8eff7bf9f], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[263], Content-Type=[application/json], X-ONAP-RequestID=[1621a9c3-39ea-4a15-9de5-829e16a1aab2]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"86dbb63a-265e-4614-993f-6771c30b56a5\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"6bae950e-8939-41d3-a6a7-251b03e4c1fc\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"metadatum\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:22:750-58498\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41017448], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:22:750-58498]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:22 +0000] "PUT /aai/v30/service-design-and-creation/models/model/86dbb63a-265e-4614-993f-6771c30b56a5" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 98 - "logType": "access"
2025-03-31 07:48:23.051 [67ea48c71b781bc0d2f39e4f8bdf1fbd,d2f39e4f8bdf1fbd] [qtp1225114731-22]  INFO [aai-resources,67ea48c71b781bc0d2f39e4f8bdf1fbd,d2f39e4f8bdf1fbd] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:23.062 [67ea48c71b781bc0d2f39e4f8bdf1fbd,d2f39e4f8bdf1fbd] [qtp1225114731-22] DEBUG [aai-resources,67ea48c71b781bc0d2f39e4f8bdf1fbd,d2f39e4f8bdf1fbd] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ea3b879b-9b67-4307-a0b8-bf7efb7d05c4","status":"200","rqstDate":"250331-07:48:23:051","respDate":"250331-07:48:23:062","sourceId":"haproxy:ea3b879b-9b67-4307-a0b8-bf7efb7d05c4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:23:051-64988\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a97a189b-7bb7-4f9d-a69f-26d50a3816b0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ea3b879b-9b67-4307-a0b8-bf7efb7d05c4]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:48:23.117 [67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] [qtp1225114731-26]  INFO [aai-resources,67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:23.125 [67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] [qtp1225114731-26]  INFO [aai-resources,67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:23.125 [67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] [qtp1225114731-26]  INFO [aai-resources,67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:23.125 [67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] [qtp1225114731-26]  INFO [aai-resources,67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:23.126 [67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] [qtp1225114731-26]  INFO [aai-resources,67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:23.177 [67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] [qtp1225114731-26]  INFO [aai-resources,67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:23.200 [67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] [qtp1225114731-26] DEBUG [aai-resources,67ea48c75621aa311e8ebed94e46ab2d,1e8ebed94e46ab2d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2a40008b-5148-407a-b9b3-b0ce40c7d0f2","status":"201","rqstDate":"250331-07:48:23:117","respDate":"250331-07:48:23:200","sourceId":"AAI-TOOLS:2a40008b-5148-407a-b9b3-b0ce40c7d0f2","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/06d1418a-5faa-452d-a94b-a2829df5f67b","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:23:117-76743\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c25dd864-82de-4b0c-be27-eca588a33d49], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[259], Content-Type=[application/json], X-ONAP-RequestID=[2a40008b-5148-407a-b9b3-b0ce40c7d0f2]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"06d1418a-5faa-452d-a94b-a2829df5f67b\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"1f51c05c-b164-4c27-9c03-5cbb239fd6be\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"model\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:23:117-76743\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41021544], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:23:117-76743]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:23 +0000] "PUT /aai/v30/service-design-and-creation/models/model/06d1418a-5faa-452d-a94b-a2829df5f67b" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 88 - "logType": "access"
2025-03-31 07:48:23.336 [67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] [qtp1225114731-22]  INFO [aai-resources,67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:23.345 [67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] [qtp1225114731-22]  INFO [aai-resources,67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:23.345 [67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] [qtp1225114731-22]  INFO [aai-resources,67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:23.345 [67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] [qtp1225114731-22]  INFO [aai-resources,67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:23.346 [67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] [qtp1225114731-22]  INFO [aai-resources,67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:23.416 [67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] [qtp1225114731-22]  INFO [aai-resources,67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:23.444 [67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] [qtp1225114731-22] DEBUG [aai-resources,67ea48c7a18c97b7d98726944065ac74,d98726944065ac74] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"147f1f81-acf7-4e02-9b22-eccf5fc93df2","status":"201","rqstDate":"250331-07:48:23:337","respDate":"250331-07:48:23:444","sourceId":"AAI-TOOLS:147f1f81-acf7-4e02-9b22-eccf5fc93df2","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/c28966f3-e758-4483-b37b-a90b05d3dd33","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:23:337-25006\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f0800f01-9474-4697-bf31-72972ec2aae1], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[270], Content-Type=[application/json], X-ONAP-RequestID=[147f1f81-acf7-4e02-9b22-eccf5fc93df2]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"c28966f3-e758-4483-b37b-a90b05d3dd33\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"ad70dd19-f156-4fb5-a865-97b5563b0d37\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"model-constraint\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:23:337-25006\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[20656], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:23:337-25006]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:23 +0000] "PUT /aai/v30/service-design-and-creation/models/model/c28966f3-e758-4483-b37b-a90b05d3dd33" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 113 - "logType": "access"
2025-03-31 07:48:23.591 [67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] [qtp1225114731-26]  INFO [aai-resources,67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:23.598 [67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] [qtp1225114731-26]  INFO [aai-resources,67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:23.598 [67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] [qtp1225114731-26]  INFO [aai-resources,67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:23.599 [67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] [qtp1225114731-26]  INFO [aai-resources,67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:23.599 [67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] [qtp1225114731-26]  INFO [aai-resources,67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:23.653 [67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] [qtp1225114731-26]  INFO [aai-resources,67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:23.673 [67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] [qtp1225114731-26] DEBUG [aai-resources,67ea48c71e51b529d144390c5f357f68,d144390c5f357f68] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"18d0d4c5-0846-444c-8916-cda84d8aa49c","status":"201","rqstDate":"250331-07:48:23:591","respDate":"250331-07:48:23:673","sourceId":"AAI-TOOLS:18d0d4c5-0846-444c-8916-cda84d8aa49c","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/2076e726-3577-477a-a300-7fa65cd4df11","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:23:591-31076\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[88034bf2-5b7d-41b6-a734-f756f41c9460], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[267], Content-Type=[application/json], X-ONAP-RequestID=[18d0d4c5-0846-444c-8916-cda84d8aa49c]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"2076e726-3577-477a-a300-7fa65cd4df11\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"753e813a-ba9e-4a1d-ab34-b2f6dc6eec0c\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"model-element\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:23:591-31076\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[32832], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:23:591-31076]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:23 +0000] "PUT /aai/v30/service-design-and-creation/models/model/2076e726-3577-477a-a300-7fa65cd4df11" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 86 - "logType": "access"
2025-03-31 07:48:23.826 [67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] [qtp1225114731-22]  INFO [aai-resources,67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:23.835 [67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] [qtp1225114731-22]  INFO [aai-resources,67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:23.835 [67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] [qtp1225114731-22]  INFO [aai-resources,67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:23.836 [67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] [qtp1225114731-22]  INFO [aai-resources,67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:23.836 [67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] [qtp1225114731-22]  INFO [aai-resources,67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:23.899 [67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] [qtp1225114731-22]  INFO [aai-resources,67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:23.922 [67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] [qtp1225114731-22] DEBUG [aai-resources,67ea48c75c7cfb833eb1ecebc13b76d4,3eb1ecebc13b76d4] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4fb4f54f-008c-467e-8d96-403eb928cb06","status":"201","rqstDate":"250331-07:48:23:826","respDate":"250331-07:48:23:922","sourceId":"AAI-TOOLS:4fb4f54f-008c-467e-8d96-403eb928cb06","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/b5cd462f-e426-4146-b1fe-5475ae272c3d","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:23:826-9693\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6e659e1c-1f24-4c2e-92fc-6782d7daeea5], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[297], Content-Type=[application/json], X-ONAP-RequestID=[4fb4f54f-008c-467e-8d96-403eb928cb06]}\",\"Payload\":\"{\\n   \\\"model-invariant-id\\\" : \\\"b5cd462f-e426-4146-b1fe-5475ae272c3d\\\",\\n   \\\"model-type\\\" : \\\"widget\\\",\\n   \\\"model-vers\\\" : {\\n      \\\"model-ver\\\" : [ {\\n         \\\"model-version-id\\\" : \\\"93f2f8bc-cb12-4a01-96c8-3d2649e4ab8f\\\",\\n         \\\"model-name\\\" : \\\"model-ver\\\",\\n         \\\"model-version\\\" : \\\"1.0\\\"\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:23:826-9693\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41025640], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:23:826-9693]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:23 +0000] "PUT /aai/v30/service-design-and-creation/models/model/b5cd462f-e426-4146-b1fe-5475ae272c3d" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 103 - "logType": "access"
2025-03-31 07:48:24.161 [67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] [qtp1225114731-26]  INFO [aai-resources,67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:24.170 [67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] [qtp1225114731-26]  INFO [aai-resources,67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:24.170 [67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] [qtp1225114731-26]  INFO [aai-resources,67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:24.170 [67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] [qtp1225114731-26]  INFO [aai-resources,67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:24.171 [67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] [qtp1225114731-26]  INFO [aai-resources,67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:24.237 [67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] [qtp1225114731-26]  INFO [aai-resources,67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:24.265 [67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] [qtp1225114731-26] DEBUG [aai-resources,67ea48c8c0d3fb79e96680ac39d85a38,e96680ac39d85a38] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d06c002-a183-4c4c-b9ba-dfc02d5e56ea","status":"201","rqstDate":"250331-07:48:24:161","respDate":"250331-07:48:24:263","sourceId":"AAI-TOOLS:0d06c002-a183-4c4c-b9ba-dfc02d5e56ea","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/ea78c9e3-514d-4a0a-9162-13837fa54c35","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:24:161-32693\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8d1b0dac-b969-40aa-83ae-998bd3df2eca], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[277], Content-Type=[application/json], X-ONAP-RequestID=[0d06c002-a183-4c4c-b9ba-dfc02d5e56ea]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"ea78c9e3-514d-4a0a-9162-13837fa54c35\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"666a06ee-4b57-46df-bacf-908da8f10c3f\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"multicast-configuration\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:24:161-32693\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[37072], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:24:161-32693]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:24 +0000] "PUT /aai/v30/service-design-and-creation/models/model/ea78c9e3-514d-4a0a-9162-13837fa54c35" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 113 - "logType": "access"
2025-03-31 07:48:24.447 [67ea48c848099f27b508c2758920f47a,b508c2758920f47a] [qtp1225114731-22]  INFO [aai-resources,67ea48c848099f27b508c2758920f47a,b508c2758920f47a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:24.456 [67ea48c848099f27b508c2758920f47a,b508c2758920f47a] [qtp1225114731-22]  INFO [aai-resources,67ea48c848099f27b508c2758920f47a,b508c2758920f47a] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:24.456 [67ea48c848099f27b508c2758920f47a,b508c2758920f47a] [qtp1225114731-22]  INFO [aai-resources,67ea48c848099f27b508c2758920f47a,b508c2758920f47a] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:24.456 [67ea48c848099f27b508c2758920f47a,b508c2758920f47a] [qtp1225114731-22]  INFO [aai-resources,67ea48c848099f27b508c2758920f47a,b508c2758920f47a] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:24.457 [67ea48c848099f27b508c2758920f47a,b508c2758920f47a] [qtp1225114731-22]  INFO [aai-resources,67ea48c848099f27b508c2758920f47a,b508c2758920f47a] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:24.518 [67ea48c848099f27b508c2758920f47a,b508c2758920f47a] [qtp1225114731-22]  INFO [aai-resources,67ea48c848099f27b508c2758920f47a,b508c2758920f47a] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:24.535 [67ea48c848099f27b508c2758920f47a,b508c2758920f47a] [qtp1225114731-22] DEBUG [aai-resources,67ea48c848099f27b508c2758920f47a,b508c2758920f47a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"382e5f76-52e0-47e3-a8f6-022572d27cfa","status":"201","rqstDate":"250331-07:48:24:448","respDate":"250331-07:48:24:535","sourceId":"AAI-TOOLS:382e5f76-52e0-47e3-a8f6-022572d27cfa","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/80b712fd-0ad3-4180-a99c-8c995cf1cc32","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:24:448-65720\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[15c81ac0-ad1b-469f-ab1e-e9ec1bcd6edc], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[265], Content-Type=[application/json], X-ONAP-RequestID=[382e5f76-52e0-47e3-a8f6-022572d27cfa]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"80b712fd-0ad3-4180-a99c-8c995cf1cc32\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"5c3b7c33-afa3-4be5-8da7-1a5ac6f99896\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"named-query\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:24:448-65720\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41176], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:24:448-65720]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:24 +0000] "PUT /aai/v30/service-design-and-creation/models/model/80b712fd-0ad3-4180-a99c-8c995cf1cc32" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 92 - "logType": "access"
2025-03-31 07:48:24.684 [67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] [qtp1225114731-26]  INFO [aai-resources,67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:24.693 [67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] [qtp1225114731-26]  INFO [aai-resources,67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:24.693 [67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] [qtp1225114731-26]  INFO [aai-resources,67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:24.693 [67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] [qtp1225114731-26]  INFO [aai-resources,67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:24.694 [67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] [qtp1225114731-26]  INFO [aai-resources,67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:24.750 [67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] [qtp1225114731-26]  INFO [aai-resources,67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:24.770 [67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] [qtp1225114731-26] DEBUG [aai-resources,67ea48c8fc6606dd420fdc7e2cc6e2c0,420fdc7e2cc6e2c0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e3cd7b43-9e39-4fb7-99f8-d17d282b724c","status":"201","rqstDate":"250331-07:48:24:684","respDate":"250331-07:48:24:770","sourceId":"AAI-TOOLS:e3cd7b43-9e39-4fb7-99f8-d17d282b724c","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/3c504d40-b847-424c-9d25-4fb7e0a3e994","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:24:684-70276\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8312f433-cf57-410a-99a9-fc82f12404c8], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[273], Content-Type=[application/json], X-ONAP-RequestID=[e3cd7b43-9e39-4fb7-99f8-d17d282b724c]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"3c504d40-b847-424c-9d25-4fb7e0a3e994\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"204c641a-3494-48c8-979a-86856f5fd32a\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"named-query-element\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:24:684-70276\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[45144], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:24:684-70276]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:24 +0000] "PUT /aai/v30/service-design-and-creation/models/model/3c504d40-b847-424c-9d25-4fb7e0a3e994" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 94 - "logType": "access"
2025-03-31 07:48:24.921 [67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] [qtp1225114731-22]  INFO [aai-resources,67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:24.929 [67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] [qtp1225114731-22]  INFO [aai-resources,67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:24.929 [67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] [qtp1225114731-22]  INFO [aai-resources,67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:24.929 [67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] [qtp1225114731-22]  INFO [aai-resources,67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:24.930 [67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] [qtp1225114731-22]  INFO [aai-resources,67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:24.979 [67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] [qtp1225114731-22]  INFO [aai-resources,67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:24.996 [67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] [qtp1225114731-22] DEBUG [aai-resources,67ea48c839983b157ea4a1ca52fb682c,7ea4a1ca52fb682c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"315a6722-9a42-45ae-88f2-56224dbe7ae1","status":"201","rqstDate":"250331-07:48:24:921","respDate":"250331-07:48:24:996","sourceId":"AAI-TOOLS:315a6722-9a42-45ae-88f2-56224dbe7ae1","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/6aa05779-94d7-4d8b-9bee-59ef2ab0c246","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:24:921-9714\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7b0006cf-909b-430b-b49c-8abf6717a899], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[268], Content-Type=[application/json], X-ONAP-RequestID=[315a6722-9a42-45ae-88f2-56224dbe7ae1]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"6aa05779-94d7-4d8b-9bee-59ef2ab0c246\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"a0ccd9dc-7062-4940-9bcc-e91dd28af510\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"network-policy\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:24:921-9714\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[24752], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:24:921-9714]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:24 +0000] "PUT /aai/v30/service-design-and-creation/models/model/6aa05779-94d7-4d8b-9bee-59ef2ab0c246" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 80 - "logType": "access"
2025-03-31 07:48:25.071 [67ea48c969c9b93d6910369bd9b718f1,6910369bd9b718f1] [qtp1225114731-26]  INFO [aai-resources,67ea48c969c9b93d6910369bd9b718f1,6910369bd9b718f1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:25.091 [67ea48c969c9b93d6910369bd9b718f1,6910369bd9b718f1] [qtp1225114731-26] DEBUG [aai-resources,67ea48c969c9b93d6910369bd9b718f1,6910369bd9b718f1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"18811632-52c2-4dab-b847-26318aeac0b2","status":"200","rqstDate":"250331-07:48:25:074","respDate":"250331-07:48:25:090","sourceId":"haproxy:18811632-52c2-4dab-b847-26318aeac0b2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:25:074-15087\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[41fe422c-1db7-40a5-a91e-d5a2f53eb50f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[18811632-52c2-4dab-b847-26318aeac0b2]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 07:48:25.182 [67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] [qtp1225114731-22]  INFO [aai-resources,67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:25.191 [67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] [qtp1225114731-22]  INFO [aai-resources,67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:25.191 [67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] [qtp1225114731-22]  INFO [aai-resources,67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:25.191 [67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] [qtp1225114731-22]  INFO [aai-resources,67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:25.192 [67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] [qtp1225114731-22]  INFO [aai-resources,67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:25.251 [67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] [qtp1225114731-22]  INFO [aai-resources,67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:25.272 [67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] [qtp1225114731-22] DEBUG [aai-resources,67ea48c9fe9b3bf8f751f6a9fc7d73f0,f751f6a9fc7d73f0] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3b8443c5-3256-47d1-bc24-07ec75348534","status":"201","rqstDate":"250331-07:48:25:182","respDate":"250331-07:48:25:271","sourceId":"AAI-TOOLS:3b8443c5-3256-47d1-bc24-07ec75348534","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/2734b44a-b8a2-40f6-957d-6256589e5d00","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:25:182-79306\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b4d4bee9-bd9c-4f59-879b-00ce784789ea], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[269], Content-Type=[application/json], X-ONAP-RequestID=[3b8443c5-3256-47d1-bc24-07ec75348534]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"2734b44a-b8a2-40f6-957d-6256589e5d00\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"01f45471-4240-498c-a9e1-235dc0b8b4a6\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"network-profile\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:25:182-79306\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41168], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:25:182-79306]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:25 +0000] "PUT /aai/v30/service-design-and-creation/models/model/2734b44a-b8a2-40f6-957d-6256589e5d00" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 95 - "logType": "access"
2025-03-31 07:48:25.463 [67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] [qtp1225114731-26]  INFO [aai-resources,67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:25.471 [67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] [qtp1225114731-26]  INFO [aai-resources,67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:25.471 [67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] [qtp1225114731-26]  INFO [aai-resources,67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:25.471 [67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] [qtp1225114731-26]  INFO [aai-resources,67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:25.472 [67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] [qtp1225114731-26]  INFO [aai-resources,67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:25.528 [67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] [qtp1225114731-26]  INFO [aai-resources,67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:25.548 [67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] [qtp1225114731-26] DEBUG [aai-resources,67ea48c90bf22834510d8a0dddd5d7b0,510d8a0dddd5d7b0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"319bd3d6-0244-4409-a9da-3179b2655e23","status":"201","rqstDate":"250331-07:48:25:463","respDate":"250331-07:48:25:548","sourceId":"AAI-TOOLS:319bd3d6-0244-4409-a9da-3179b2655e23","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/4b05ec9c-c55d-4987-83ff-e08d6ddb694f","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:25:463-71218\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f37b5579-78da-4502-a050-79a07c3acbb5], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[260], Content-Type=[application/json], X-ONAP-RequestID=[319bd3d6-0244-4409-a9da-3179b2655e23]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"4b05ec9c-c55d-4987-83ff-e08d6ddb694f\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"7c79e11f-a408-4593-aa86-ba948a1236af\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"newvce\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:25:463-71218\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[53408], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:25:463-71218]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:25 +0000] "PUT /aai/v30/service-design-and-creation/models/model/4b05ec9c-c55d-4987-83ff-e08d6ddb694f" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 90 - "logType": "access"
2025-03-31 07:48:25.709 [67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] [qtp1225114731-22]  INFO [aai-resources,67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:25.721 [67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] [qtp1225114731-22]  INFO [aai-resources,67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:25.721 [67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] [qtp1225114731-22]  INFO [aai-resources,67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:25.721 [67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] [qtp1225114731-22]  INFO [aai-resources,67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:25.722 [67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] [qtp1225114731-22]  INFO [aai-resources,67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:25.776 [67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] [qtp1225114731-22]  INFO [aai-resources,67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:25.792 [67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] [qtp1225114731-22] DEBUG [aai-resources,67ea48c902397c4d60903aac54a6c472,60903aac54a6c472] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e3dfbc8f-a0ff-439a-bc75-0db884de1443","status":"201","rqstDate":"250331-07:48:25:709","respDate":"250331-07:48:25:791","sourceId":"AAI-TOOLS:e3dfbc8f-a0ff-439a-bc75-0db884de1443","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/2851cf01-9c40-4064-87d4-6184a6fcff35","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:25:709-93038\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a46f7378-cb00-4da0-aa9a-0494bf266e91], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[265], Content-Type=[application/json], X-ONAP-RequestID=[e3dfbc8f-a0ff-439a-bc75-0db884de1443]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"2851cf01-9c40-4064-87d4-6184a6fcff35\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"f4fb34f3-fd6e-4a8f-a3fb-4ab61a343b79\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"oam-network\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:25:709-93038\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[28848], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:25:709-93038]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:25 +0000] "PUT /aai/v30/service-design-and-creation/models/model/2851cf01-9c40-4064-87d4-6184a6fcff35" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 87 - "logType": "access"
2025-03-31 07:48:25.972 [67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] [qtp1225114731-26]  INFO [aai-resources,67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:25.982 [67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] [qtp1225114731-26]  INFO [aai-resources,67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:25.982 [67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] [qtp1225114731-26]  INFO [aai-resources,67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:25.982 [67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] [qtp1225114731-26]  INFO [aai-resources,67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:25.983 [67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] [qtp1225114731-26]  INFO [aai-resources,67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:26.042 [67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] [qtp1225114731-26]  INFO [aai-resources,67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:26.062 [67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] [qtp1225114731-26] DEBUG [aai-resources,67ea48c924badfe9756c60f61cc98b48,756c60f61cc98b48] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"686f4c44-fcaa-4346-a659-9bb7ecdb7ba3","status":"201","rqstDate":"250331-07:48:25:973","respDate":"250331-07:48:26:061","sourceId":"AAI-TOOLS:686f4c44-fcaa-4346-a659-9bb7ecdb7ba3","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/94043c37-4e73-439c-a790-0fdd697924cd","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:25:973-5151\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9059dd27-6b8a-425e-b54a-644ec81b80dc], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[265], Content-Type=[application/json], X-ONAP-RequestID=[686f4c44-fcaa-4346-a659-9bb7ecdb7ba3]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"94043c37-4e73-439c-a790-0fdd697924cd\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"d2cdb2d0-fc1f-4a57-a89e-591b1c4e3754\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"p-interface\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:25:973-5151\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[57504], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:25:973-5151]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:26 +0000] "PUT /aai/v30/service-design-and-creation/models/model/94043c37-4e73-439c-a790-0fdd697924cd" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 94 - "logType": "access"
2025-03-31 07:48:26.259 [67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] [qtp1225114731-22]  INFO [aai-resources,67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:26.267 [67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] [qtp1225114731-22]  INFO [aai-resources,67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:26.267 [67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] [qtp1225114731-22]  INFO [aai-resources,67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:26.267 [67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] [qtp1225114731-22]  INFO [aai-resources,67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:26.268 [67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] [qtp1225114731-22]  INFO [aai-resources,67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:26.315 [67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] [qtp1225114731-22]  INFO [aai-resources,67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:26.337 [67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] [qtp1225114731-22] DEBUG [aai-resources,67ea48cacdaebe626a352c7a654fb39b,6a352c7a654fb39b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6bb65e9e-31a7-4653-a004-9d71b42b7646","status":"201","rqstDate":"250331-07:48:26:259","respDate":"250331-07:48:26:336","sourceId":"AAI-TOOLS:6bb65e9e-31a7-4653-a004-9d71b42b7646","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/c822d81f-822f-4304-9623-1025b53da568","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:26:259-6344\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[0b0325d0-4294-4b49-b96f-1a002ed11b69], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[267], Content-Type=[application/json], X-ONAP-RequestID=[6bb65e9e-31a7-4653-a004-9d71b42b7646]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"c822d81f-822f-4304-9623-1025b53da568\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"9c523936-95b4-4d7f-9f53-6bdfe0cf2c05\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"physical-link\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:26:259-6344\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[61600], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:26:259-6344]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:26 +0000] "PUT /aai/v30/service-design-and-creation/models/model/c822d81f-822f-4304-9623-1025b53da568" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 83 - "logType": "access"
2025-03-31 07:48:26.515 [67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] [qtp1225114731-26]  INFO [aai-resources,67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:26.523 [67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] [qtp1225114731-26]  INFO [aai-resources,67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:26.523 [67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] [qtp1225114731-26]  INFO [aai-resources,67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:26.523 [67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] [qtp1225114731-26]  INFO [aai-resources,67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:26.524 [67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] [qtp1225114731-26]  INFO [aai-resources,67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:26.591 [67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] [qtp1225114731-26]  INFO [aai-resources,67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:26.609 [67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] [qtp1225114731-26] DEBUG [aai-resources,67ea48cad69d5327289d8cfc89ff0992,289d8cfc89ff0992] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"417d4ecd-d7cb-4274-9373-2d5b242faaef","status":"201","rqstDate":"250331-07:48:26:516","respDate":"250331-07:48:26:609","sourceId":"AAI-TOOLS:417d4ecd-d7cb-4274-9373-2d5b242faaef","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/862b25a1-262a-4961-bdaa-cdc55d69785a","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:26:516-86392\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[393598ac-df9d-4cfa-97fe-1c88beb6c487], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[257], Content-Type=[application/json], X-ONAP-RequestID=[417d4ecd-d7cb-4274-9373-2d5b242faaef]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"862b25a1-262a-4961-bdaa-cdc55d69785a\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"e9f1fa7d-c839-418a-9601-03dc0d2ad687\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"pnf\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:26:516-86392\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[45240], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:26:516-86392]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:26 +0000] "PUT /aai/v30/service-design-and-creation/models/model/862b25a1-262a-4961-bdaa-cdc55d69785a" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 98 - "logType": "access"
2025-03-31 07:48:26.771 [67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] [qtp1225114731-22]  INFO [aai-resources,67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:26.779 [67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] [qtp1225114731-22]  INFO [aai-resources,67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:26.779 [67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] [qtp1225114731-22]  INFO [aai-resources,67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:26.779 [67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] [qtp1225114731-22]  INFO [aai-resources,67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:26.779 [67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] [qtp1225114731-22]  INFO [aai-resources,67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:26.836 [67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] [qtp1225114731-22]  INFO [aai-resources,67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:26.856 [67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] [qtp1225114731-22] DEBUG [aai-resources,67ea48cae33c51bc9ed7f4690ea55f64,9ed7f4690ea55f64] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bff3a933-c04e-4d24-8b87-bbfefc25bfb2","status":"201","rqstDate":"250331-07:48:26:771","respDate":"250331-07:48:26:856","sourceId":"AAI-TOOLS:bff3a933-c04e-4d24-8b87-bbfefc25bfb2","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/8ce940fb-55d7-4230-9e7f-a56cc2741f77","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:26:771-95324\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[0eb21ba8-a757-4247-ba0a-e00f6cf31ac3], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[264], Content-Type=[application/json], X-ONAP-RequestID=[bff3a933-c04e-4d24-8b87-bbfefc25bfb2]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"8ce940fb-55d7-4230-9e7f-a56cc2741f77\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"03e8bb6b-b48a-46ae-b5d4-e5af577e6844\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"port-group\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:26:771-95324\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[65696], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:26:771-95324]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:26 +0000] "PUT /aai/v30/service-design-and-creation/models/model/8ce940fb-55d7-4230-9e7f-a56cc2741f77" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 90 - "logType": "access"
2025-03-31 07:48:27.000 [67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] [qtp1225114731-26]  INFO [aai-resources,67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:27.011 [67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] [qtp1225114731-26]  INFO [aai-resources,67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:27.011 [67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] [qtp1225114731-26]  INFO [aai-resources,67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:27.011 [67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] [qtp1225114731-26]  INFO [aai-resources,67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:27.015 [67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] [qtp1225114731-26]  INFO [aai-resources,67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:27.082 [67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] [qtp1225114731-26]  INFO [aai-resources,67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:27.103 [67ea48cb31a2be959c47f0afe47b9d91,9c47f0afe47b9d91] [qtp1225114731-24]  INFO [aai-resources,67ea48cb31a2be959c47f0afe47b9d91,9c47f0afe47b9d91] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:27.104 [67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] [qtp1225114731-26] DEBUG [aai-resources,67ea48caeef90200dfd3a2352d2bce62,dfd3a2352d2bce62] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d0921ca6-6ba8-4da6-97c7-e1c1d9baba70","status":"201","rqstDate":"250331-07:48:27:000","respDate":"250331-07:48:27:102","sourceId":"AAI-TOOLS:d0921ca6-6ba8-4da6-97c7-e1c1d9baba70","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/f4a863c3-6886-470a-a6ae-05723837ea45","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:27:000-88737\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[68e2a8c4-1305-49cd-960b-38bc5698cffe], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[273], Content-Type=[application/json], X-ONAP-RequestID=[d0921ca6-6ba8-4da6-97c7-e1c1d9baba70]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"f4a863c3-6886-470a-a6ae-05723837ea45\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"81706bbd-981e-4362-ae20-995cbcb2d995\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"property-constraint\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:27:000-88737\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[53416], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:27:000-88737]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:27 +0000] "PUT /aai/v30/service-design-and-creation/models/model/f4a863c3-6886-470a-a6ae-05723837ea45" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 111 - "logType": "access"
2025-03-31 07:48:27.125 [67ea48cb31a2be959c47f0afe47b9d91,9c47f0afe47b9d91] [qtp1225114731-24] DEBUG [aai-resources,67ea48cb31a2be959c47f0afe47b9d91,9c47f0afe47b9d91] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"252b8dba-801d-4468-a7c5-a54496e6751a","status":"200","rqstDate":"250331-07:48:27:103","respDate":"250331-07:48:27:125","sourceId":"haproxy:252b8dba-801d-4468-a7c5-a54496e6751a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:27:103-40967\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[89be796e-4117-4d5b-b46d-1bb819863f13], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[252b8dba-801d-4468-a7c5-a54496e6751a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 36 - "logType": "access"
2025-03-31 07:48:27.275 [67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] [qtp1225114731-25]  INFO [aai-resources,67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:27.283 [67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] [qtp1225114731-25]  INFO [aai-resources,67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:27.283 [67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] [qtp1225114731-25]  INFO [aai-resources,67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:27.283 [67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] [qtp1225114731-25]  INFO [aai-resources,67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:27.283 [67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] [qtp1225114731-25]  INFO [aai-resources,67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:27.358 [67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] [qtp1225114731-25]  INFO [aai-resources,67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:27.378 [67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] [qtp1225114731-25] DEBUG [aai-resources,67ea48cb1d0abfad6c39ffd4a4fce2d5,6c39ffd4a4fce2d5] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"72695f4e-03a9-4743-8d7b-45eb00bd2499","status":"201","rqstDate":"250331-07:48:27:276","respDate":"250331-07:48:27:377","sourceId":"AAI-TOOLS:72695f4e-03a9-4743-8d7b-45eb00bd2499","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/6d932c8f-463b-4e76-83fb-87acfbaa2e2d","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:27:276-36419\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9397ff33-da78-4f7a-b1e8-94317f4ffa1b], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[261], Content-Type=[application/json], X-ONAP-RequestID=[72695f4e-03a9-4743-8d7b-45eb00bd2499]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"6d932c8f-463b-4e76-83fb-87acfbaa2e2d\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"72f0d495-bc27-4653-9e1a-eef76bd34bc9\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"pserver\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:27:276-36419\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[57512], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:27:276-36419]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:27 +0000] "PUT /aai/v30/service-design-and-creation/models/model/6d932c8f-463b-4e76-83fb-87acfbaa2e2d" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 107 - "logType": "access"
2025-03-31 07:48:27.542 [67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] [qtp1225114731-24]  INFO [aai-resources,67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:27.555 [67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] [qtp1225114731-24]  INFO [aai-resources,67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:27.555 [67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] [qtp1225114731-24]  INFO [aai-resources,67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:27.561 [67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] [qtp1225114731-24]  INFO [aai-resources,67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:27.564 [67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] [qtp1225114731-24]  INFO [aai-resources,67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:27.641 [67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] [qtp1225114731-24]  INFO [aai-resources,67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:27.659 [67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] [qtp1225114731-24] DEBUG [aai-resources,67ea48cb80ae7d1250af86f296c77b4c,50af86f296c77b4c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"add2dafd-56e1-4c66-9759-1ca1328e1aed","status":"201","rqstDate":"250331-07:48:27:543","respDate":"250331-07:48:27:659","sourceId":"AAI-TOOLS:add2dafd-56e1-4c66-9759-1ca1328e1aed","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/468f6f5b-2996-41bb-b2a3-7cf9613ebb9b","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:27:543-64372\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c6e85d95-ea33-414f-b9e1-5d00d2d598ce], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[268], Content-Type=[application/json], X-ONAP-RequestID=[add2dafd-56e1-4c66-9759-1ca1328e1aed]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"468f6f5b-2996-41bb-b2a3-7cf9613ebb9b\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"0988bab5-bf4f-4938-a419-ab249867d12a\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"related-lookup\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:27:543-64372\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[49368], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:27:543-64372]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:27 +0000] "PUT /aai/v30/service-design-and-creation/models/model/468f6f5b-2996-41bb-b2a3-7cf9613ebb9b" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 121 - "logType": "access"
2025-03-31 07:48:27.987 [67ea48cba27a455d86a306661f375c51,86a306661f375c51] [qtp1225114731-25]  INFO [aai-resources,67ea48cba27a455d86a306661f375c51,86a306661f375c51] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:27.994 [67ea48cba27a455d86a306661f375c51,86a306661f375c51] [qtp1225114731-25]  INFO [aai-resources,67ea48cba27a455d86a306661f375c51,86a306661f375c51] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:27.994 [67ea48cba27a455d86a306661f375c51,86a306661f375c51] [qtp1225114731-25]  INFO [aai-resources,67ea48cba27a455d86a306661f375c51,86a306661f375c51] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:27.994 [67ea48cba27a455d86a306661f375c51,86a306661f375c51] [qtp1225114731-25]  INFO [aai-resources,67ea48cba27a455d86a306661f375c51,86a306661f375c51] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:27.995 [67ea48cba27a455d86a306661f375c51,86a306661f375c51] [qtp1225114731-25]  INFO [aai-resources,67ea48cba27a455d86a306661f375c51,86a306661f375c51] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:28.075 [67ea48cba27a455d86a306661f375c51,86a306661f375c51] [qtp1225114731-25]  INFO [aai-resources,67ea48cba27a455d86a306661f375c51,86a306661f375c51] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:28.094 [67ea48cba27a455d86a306661f375c51,86a306661f375c51] [qtp1225114731-25] DEBUG [aai-resources,67ea48cba27a455d86a306661f375c51,86a306661f375c51] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"abf9f2dd-ed49-4fc8-a0a7-51178251a44e","status":"201","rqstDate":"250331-07:48:27:987","respDate":"250331-07:48:28:094","sourceId":"AAI-TOOLS:abf9f2dd-ed49-4fc8-a0a7-51178251a44e","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/0c3e0ba3-618c-498d-9127-c8d42b00170f","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:27:987-98818\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3d120755-925f-4d88-a2f7-78d3798f98be], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[273], Content-Type=[application/json], X-ONAP-RequestID=[abf9f2dd-ed49-4fc8-a0a7-51178251a44e]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"0c3e0ba3-618c-498d-9127-c8d42b00170f\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"ac49d26d-9163-430e-934a-13b738a04f5c\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"reserved-prop-names\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:27:987-98818\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[69792], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:27:987-98818]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:28 +0000] "PUT /aai/v30/service-design-and-creation/models/model/0c3e0ba3-618c-498d-9127-c8d42b00170f" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 114 - "logType": "access"
2025-03-31 07:48:28.356 [67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] [qtp1225114731-24]  INFO [aai-resources,67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:28.381 [67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] [qtp1225114731-24]  INFO [aai-resources,67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:28.381 [67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] [qtp1225114731-24]  INFO [aai-resources,67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:28.381 [67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] [qtp1225114731-24]  INFO [aai-resources,67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:28.382 [67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] [qtp1225114731-24]  INFO [aai-resources,67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:28.458 [67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] [qtp1225114731-24]  INFO [aai-resources,67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:28.479 [67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] [qtp1225114731-24] DEBUG [aai-resources,67ea48cc338304657a6b928c7da954ff,7a6b928c7da954ff] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9b542a66-104b-4250-9fee-facd95c60493","status":"201","rqstDate":"250331-07:48:28:357","respDate":"250331-07:48:28:479","sourceId":"AAI-TOOLS:9b542a66-104b-4250-9fee-facd95c60493","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/ff656f23-6185-406f-9006-4b26834f3e1c","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:28:357-94556\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[29478b26-4eb9-41fc-8c7b-25c624aeab0b], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[265], Content-Type=[application/json], X-ONAP-RequestID=[9b542a66-104b-4250-9fee-facd95c60493]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"ff656f23-6185-406f-9006-4b26834f3e1c\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"4e9b50aa-5227-4f6f-b489-62e6bbc03c79\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"result-data\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:28:357-94556\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[45264], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:28:357-94556]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:28 +0000] "PUT /aai/v30/service-design-and-creation/models/model/ff656f23-6185-406f-9006-4b26834f3e1c" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 131 - "logType": "access"
2025-03-31 07:48:28.706 [67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] [qtp1225114731-25]  INFO [aai-resources,67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:28.714 [67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] [qtp1225114731-25]  INFO [aai-resources,67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:28.714 [67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] [qtp1225114731-25]  INFO [aai-resources,67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:28.714 [67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] [qtp1225114731-25]  INFO [aai-resources,67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:28.715 [67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] [qtp1225114731-25]  INFO [aai-resources,67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:28.767 [67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] [qtp1225114731-25]  INFO [aai-resources,67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:28.783 [67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] [qtp1225114731-25] DEBUG [aai-resources,67ea48cc4a0a6e5433f59fccfc0561e4,33f59fccfc0561e4] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"27a5f0b8-820d-47ae-8b28-3bd3ce7b3449","status":"201","rqstDate":"250331-07:48:28:706","respDate":"250331-07:48:28:782","sourceId":"AAI-TOOLS:27a5f0b8-820d-47ae-8b28-3bd3ce7b3449","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/a8614b63-2636-4c4f-98df-fd448c4241db","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:28:706-38630\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[37895eff-5a83-46d7-9519-d8191f03d532], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[275], Content-Type=[application/json], X-ONAP-RequestID=[27a5f0b8-820d-47ae-8b28-3bd3ce7b3449]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"a8614b63-2636-4c4f-98df-fd448c4241db\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"fed7e326-03a7-45ff-a3f2-471470d268c4\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"route-table-reference\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:28:706-38630\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[57432], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:28:706-38630]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:28 +0000] "PUT /aai/v30/service-design-and-creation/models/model/a8614b63-2636-4c4f-98df-fd448c4241db" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 81 - "logType": "access"
2025-03-31 07:48:28.916 [67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] [qtp1225114731-24]  INFO [aai-resources,67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:28.925 [67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] [qtp1225114731-24]  INFO [aai-resources,67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:28.926 [67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] [qtp1225114731-24]  INFO [aai-resources,67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:28.926 [67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] [qtp1225114731-24]  INFO [aai-resources,67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:28.927 [67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] [qtp1225114731-24]  INFO [aai-resources,67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:28.974 [67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] [qtp1225114731-24]  INFO [aai-resources,67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:28.993 [67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] [qtp1225114731-24] DEBUG [aai-resources,67ea48ccbdb24be6020e8fc70a86866a,020e8fc70a86866a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"106bcde0-c162-404b-9c39-d121d2a05307","status":"201","rqstDate":"250331-07:48:28:916","respDate":"250331-07:48:28:993","sourceId":"AAI-TOOLS:106bcde0-c162-404b-9c39-d121d2a05307","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/1c2ded4f-8b01-4193-829c-966847dfec3e","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:28:916-41812\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cbf38b64-8002-4dc6-84fb-be062388255e], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[270], Content-Type=[application/json], X-ONAP-RequestID=[106bcde0-c162-404b-9c39-d121d2a05307]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"1c2ded4f-8b01-4193-829c-966847dfec3e\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"3ccbcbc7-d19e-44d5-a52f-7e18aa8d69fa\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"routing-instance\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:28:916-41812\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[73888], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:28:916-41812]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:28 +0000] "PUT /aai/v30/service-design-and-creation/models/model/1c2ded4f-8b01-4193-829c-966847dfec3e" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 82 - "logType": "access"
2025-03-31 07:48:29.133 [67ea48cd2b713a7c82bfbbbef0779802,82bfbbbef0779802] [qtp1225114731-25]  INFO [aai-resources,67ea48cd2b713a7c82bfbbbef0779802,82bfbbbef0779802] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:29.150 [67ea48cd2b713a7c82bfbbbef0779802,82bfbbbef0779802] [qtp1225114731-25] DEBUG [aai-resources,67ea48cd2b713a7c82bfbbbef0779802,82bfbbbef0779802] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"60010a81-b1b8-4cb1-9ad2-6713e98ef319","status":"200","rqstDate":"250331-07:48:29:134","respDate":"250331-07:48:29:150","sourceId":"haproxy:60010a81-b1b8-4cb1-9ad2-6713e98ef319","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:29:134-30819\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[503f74a9-0ef9-4fa7-8310-8cc4188e0e40], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[60010a81-b1b8-4cb1-9ad2-6713e98ef319]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:48:29.154 [67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] [qtp1225114731-22]  INFO [aai-resources,67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:29.164 [67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] [qtp1225114731-22]  INFO [aai-resources,67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:29.164 [67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] [qtp1225114731-22]  INFO [aai-resources,67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:29.164 [67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] [qtp1225114731-22]  INFO [aai-resources,67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:29.165 [67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] [qtp1225114731-22]  INFO [aai-resources,67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:29.222 [67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] [qtp1225114731-22]  INFO [aai-resources,67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:29.243 [67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] [qtp1225114731-22] DEBUG [aai-resources,67ea48cd60032a07f52369be021dbee9,f52369be021dbee9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a8e92312-ee29-436b-94a1-84d624eb2826","status":"201","rqstDate":"250331-07:48:29:155","respDate":"250331-07:48:29:243","sourceId":"AAI-TOOLS:a8e92312-ee29-436b-94a1-84d624eb2826","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/738ff299-6290-4c00-8998-bd0e96a07b93","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:29:155-51306\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[1edcbdd3-812a-4b9f-9fc1-be145202909b], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[270], Content-Type=[application/json], X-ONAP-RequestID=[a8e92312-ee29-436b-94a1-84d624eb2826]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"738ff299-6290-4c00-8998-bd0e96a07b93\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"1380619d-dd1a-4cec-b755-c6407833e065\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"secondary-filter\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:29:155-51306\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[61528], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:29:155-51306]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:29 +0000] "PUT /aai/v30/service-design-and-creation/models/model/738ff299-6290-4c00-8998-bd0e96a07b93" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 93 - "logType": "access"
2025-03-31 07:48:29.481 [67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] [qtp1225114731-26]  INFO [aai-resources,67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:29.491 [67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] [qtp1225114731-26]  INFO [aai-resources,67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:29.491 [67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] [qtp1225114731-26]  INFO [aai-resources,67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:29.492 [67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] [qtp1225114731-26]  INFO [aai-resources,67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:29.492 [67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] [qtp1225114731-26]  INFO [aai-resources,67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:29.549 [67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] [qtp1225114731-26]  INFO [aai-resources,67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:29.568 [67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] [qtp1225114731-26] DEBUG [aai-resources,67ea48cd7a0df38c6371b0b9731c3b6a,6371b0b9731c3b6a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f4696867-5e95-4d76-935a-e3a1883fcdd8","status":"201","rqstDate":"250331-07:48:29:481","respDate":"250331-07:48:29:568","sourceId":"AAI-TOOLS:f4696867-5e95-4d76-935a-e3a1883fcdd8","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/6e814aee-46e1-4583-a9d4-0049bfd2b59b","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:29:481-38439\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[31a6ac68-5734-4633-bf92-ff3419d5ad3d], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[277], Content-Type=[application/json], X-ONAP-RequestID=[f4696867-5e95-4d76-935a-e3a1883fcdd8]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"6e814aee-46e1-4583-a9d4-0049bfd2b59b\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"c5171ae0-44fb-4c04-b482-d56702241a44\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"segmentation-assignment\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:29:481-38439\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41136], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:29:481-38439]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:29 +0000] "PUT /aai/v30/service-design-and-creation/models/model/6e814aee-46e1-4583-a9d4-0049bfd2b59b" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 92 - "logType": "access"
2025-03-31 07:48:29.743 [67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] [qtp1225114731-22]  INFO [aai-resources,67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:29.751 [67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] [qtp1225114731-22]  INFO [aai-resources,67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:29.751 [67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] [qtp1225114731-22]  INFO [aai-resources,67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:29.751 [67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] [qtp1225114731-22]  INFO [aai-resources,67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:29.752 [67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] [qtp1225114731-22]  INFO [aai-resources,67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:29.810 [67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] [qtp1225114731-22]  INFO [aai-resources,67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:29.827 [67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] [qtp1225114731-22] DEBUG [aai-resources,67ea48cd8e1e7f9385ad8e7a3d9a5f01,85ad8e7a3d9a5f01] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b2f0c98a-fc74-470b-8d12-50b60cc3c563","status":"201","rqstDate":"250331-07:48:29:744","respDate":"250331-07:48:29:827","sourceId":"AAI-TOOLS:b2f0c98a-fc74-470b-8d12-50b60cc3c563","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/07a3a60b-1b6c-4367-8173-8014386f89e3","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:29:744-41172\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[4d0ab8e0-6e9a-4fea-b37c-7a1fc61bcb7c], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[261], Content-Type=[application/json], X-ONAP-RequestID=[b2f0c98a-fc74-470b-8d12-50b60cc3c563]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"07a3a60b-1b6c-4367-8173-8014386f89e3\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"ecce2c42-3957-4ae0-9442-54bc6afe27b6\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"service\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:29:744-41172\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[28864], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:29:744-41172]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:29 +0000] "PUT /aai/v30/service-design-and-creation/models/model/07a3a60b-1b6c-4367-8173-8014386f89e3" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 90 - "logType": "access"
2025-03-31 07:48:29.978 [67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] [qtp1225114731-26]  INFO [aai-resources,67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:29.985 [67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] [qtp1225114731-26]  INFO [aai-resources,67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:29.985 [67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] [qtp1225114731-26]  INFO [aai-resources,67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:29.986 [67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] [qtp1225114731-26]  INFO [aai-resources,67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:29.986 [67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] [qtp1225114731-26]  INFO [aai-resources,67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:30.034 [67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] [qtp1225114731-26]  INFO [aai-resources,67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:30.052 [67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] [qtp1225114731-26] DEBUG [aai-resources,67ea48cd00d5bdf56853558e40382b50,6853558e40382b50] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dfc33147-6b05-4bd5-aff7-9cb8f48ffc74","status":"201","rqstDate":"250331-07:48:29:978","respDate":"250331-07:48:30:052","sourceId":"AAI-TOOLS:dfc33147-6b05-4bd5-aff7-9cb8f48ffc74","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/b1a7cc05-d19d-443b-a5d1-733e325c4232","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:29:978-84973\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9119f96a-3324-4fc2-afaa-8ec21bafc88d], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[272], Content-Type=[application/json], X-ONAP-RequestID=[dfc33147-6b05-4bd5-aff7-9cb8f48ffc74]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"b1a7cc05-d19d-443b-a5d1-733e325c4232\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"f9cfec1b-18da-4bba-bd83-4b26cca115cd\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"service-capability\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:29:978-84973\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[77984], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:29:978-84973]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:30 +0000] "PUT /aai/v30/service-design-and-creation/models/model/b1a7cc05-d19d-443b-a5d1-733e325c4232" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 78 - "logType": "access"
2025-03-31 07:48:30.249 [67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] [qtp1225114731-22]  INFO [aai-resources,67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:30.257 [67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] [qtp1225114731-22]  INFO [aai-resources,67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:30.257 [67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] [qtp1225114731-22]  INFO [aai-resources,67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:30.257 [67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] [qtp1225114731-22]  INFO [aai-resources,67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:30.257 [67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] [qtp1225114731-22]  INFO [aai-resources,67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:30.317 [67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] [qtp1225114731-22]  INFO [aai-resources,67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:30.335 [67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] [qtp1225114731-22] DEBUG [aai-resources,67ea48cedfb1481424cf0b2e3b1eb1b1,24cf0b2e3b1eb1b1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b61a9786-64a1-4c48-9b01-d996de1c473a","status":"201","rqstDate":"250331-07:48:30:249","respDate":"250331-07:48:30:335","sourceId":"AAI-TOOLS:b61a9786-64a1-4c48-9b01-d996de1c473a","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/82194af1-3c2c-485a-8f44-420e22a9eaa4","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:30:249-77826\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5a3bcdf9-bf6e-49ee-b112-4feb7ea4961b], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[270], Content-Type=[application/json], X-ONAP-RequestID=[b61a9786-64a1-4c48-9b01-d996de1c473a]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"46b92144-923a-4d20-b85a-3cbd847668a9\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"service-instance\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:30:249-77826\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[82088], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:30:249-77826]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:30 +0000] "PUT /aai/v30/service-design-and-creation/models/model/82194af1-3c2c-485a-8f44-420e22a9eaa4" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 91 - "logType": "access"
2025-03-31 07:48:30.559 [67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] [qtp1225114731-26]  INFO [aai-resources,67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:30.568 [67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] [qtp1225114731-26]  INFO [aai-resources,67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:30.568 [67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] [qtp1225114731-26]  INFO [aai-resources,67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:30.568 [67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] [qtp1225114731-26]  INFO [aai-resources,67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:30.568 [67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] [qtp1225114731-26]  INFO [aai-resources,67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:30.615 [67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] [qtp1225114731-26]  INFO [aai-resources,67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:30.630 [67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] [qtp1225114731-26] DEBUG [aai-resources,67ea48cea7bffa174aca50fade45018d,4aca50fade45018d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0ff9b3fb-6eeb-430f-9107-de0aa4cdd3ef","status":"201","rqstDate":"250331-07:48:30:560","respDate":"250331-07:48:30:630","sourceId":"AAI-TOOLS:0ff9b3fb-6eeb-430f-9107-de0aa4cdd3ef","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/2e1a602a-acd8-4f78-94ff-618b802a303b","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:30:560-35896\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c0be17f5-9673-42ab-8ca0-dbf2e2500526], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[274], Content-Type=[application/json], X-ONAP-RequestID=[0ff9b3fb-6eeb-430f-9107-de0aa4cdd3ef]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"2e1a602a-acd8-4f78-94ff-618b802a303b\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"5e68299a-79f2-4bfb-8fbc-2bae877a2459\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"service-subscription\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:30:560-35896\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[82080], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:30:560-35896]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:30 +0000] "PUT /aai/v30/service-design-and-creation/models/model/2e1a602a-acd8-4f78-94ff-618b802a303b" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 75 - "logType": "access"
2025-03-31 07:48:30.849 [67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] [qtp1225114731-22]  INFO [aai-resources,67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:30.856 [67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] [qtp1225114731-22]  INFO [aai-resources,67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:30.856 [67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] [qtp1225114731-22]  INFO [aai-resources,67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:30.856 [67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] [qtp1225114731-22]  INFO [aai-resources,67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:30.857 [67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] [qtp1225114731-22]  INFO [aai-resources,67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:30.905 [67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] [qtp1225114731-22]  INFO [aai-resources,67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:30.921 [67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] [qtp1225114731-22] DEBUG [aai-resources,67ea48cececb9f35c35b134256508ea6,c35b134256508ea6] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2d4cd7b7-1081-42e6-b539-e9f11d110624","status":"201","rqstDate":"250331-07:48:30:849","respDate":"250331-07:48:30:921","sourceId":"AAI-TOOLS:2d4cd7b7-1081-42e6-b539-e9f11d110624","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/db63f3e6-f8d1-484e-8d5e-191600b7914b","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:30:849-59080\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ee6c4ae6-da2e-4026-8885-95998eee37d6], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[263], Content-Type=[application/json], X-ONAP-RequestID=[2d4cd7b7-1081-42e6-b539-e9f11d110624]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"db63f3e6-f8d1-484e-8d5e-191600b7914b\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"7106bc02-6552-4fc3-8a56-4f3df9034531\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"site-pair\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:30:849-59080\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[86176], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:30:849-59080]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:30 +0000] "PUT /aai/v30/service-design-and-creation/models/model/db63f3e6-f8d1-484e-8d5e-191600b7914b" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 80 - "logType": "access"
2025-03-31 07:48:31.112 [67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] [qtp1225114731-26]  INFO [aai-resources,67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:31.120 [67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] [qtp1225114731-26]  INFO [aai-resources,67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:31.121 [67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] [qtp1225114731-26]  INFO [aai-resources,67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:31.121 [67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] [qtp1225114731-26]  INFO [aai-resources,67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:31.121 [67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] [qtp1225114731-26]  INFO [aai-resources,67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:31.158 [67ea48cf35c454f66585a2cf55b4ea9c,6585a2cf55b4ea9c] [qtp1225114731-24]  INFO [aai-resources,67ea48cf35c454f66585a2cf55b4ea9c,6585a2cf55b4ea9c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:31.169 [67ea48cf35c454f66585a2cf55b4ea9c,6585a2cf55b4ea9c] [qtp1225114731-24] DEBUG [aai-resources,67ea48cf35c454f66585a2cf55b4ea9c,6585a2cf55b4ea9c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ba7e7f9d-b7ae-4962-b2ec-e00a1c9b3fa6","status":"200","rqstDate":"250331-07:48:31:158","respDate":"250331-07:48:31:169","sourceId":"haproxy:ba7e7f9d-b7ae-4962-b2ec-e00a1c9b3fa6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:31:158-60905\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6abd9954-3db4-4768-ada5-c4360aaedd0d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ba7e7f9d-b7ae-4962-b2ec-e00a1c9b3fa6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:48:31.172 [67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] [qtp1225114731-26]  INFO [aai-resources,67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:31.188 [67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] [qtp1225114731-26] DEBUG [aai-resources,67ea48cf6a027e85b81d923da8b5cdcf,b81d923da8b5cdcf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1dc86b2d-c82f-4296-8ddb-0f659f64f7af","status":"201","rqstDate":"250331-07:48:31:112","respDate":"250331-07:48:31:187","sourceId":"AAI-TOOLS:1dc86b2d-c82f-4296-8ddb-0f659f64f7af","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/5d4dae3e-b402-4bfd-909e-ece12ff75d26","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:31:112-93317\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[102b1c07-764b-47e5-907d-1b492cf24d61], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[267], Content-Type=[application/json], X-ONAP-RequestID=[1dc86b2d-c82f-4296-8ddb-0f659f64f7af]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"5d4dae3e-b402-4bfd-909e-ece12ff75d26\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"a5c6c1bc-dc38-468e-9459-bb08f87247df\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"site-pair-set\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:31:112-93317\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[69720], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:31:112-93317]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:31 +0000] "PUT /aai/v30/service-design-and-creation/models/model/5d4dae3e-b402-4bfd-909e-ece12ff75d26" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 81 - "logType": "access"
2025-03-31 07:48:31.382 [67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] [qtp1225114731-22]  INFO [aai-resources,67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:31.390 [67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] [qtp1225114731-22]  INFO [aai-resources,67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:31.391 [67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] [qtp1225114731-22]  INFO [aai-resources,67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:31.391 [67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] [qtp1225114731-22]  INFO [aai-resources,67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:31.391 [67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] [qtp1225114731-22]  INFO [aai-resources,67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:31.435 [67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] [qtp1225114731-22]  INFO [aai-resources,67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:31.452 [67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] [qtp1225114731-22] DEBUG [aai-resources,67ea48cf1b5cf6fee93dcd8970be9d40,e93dcd8970be9d40] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2d859f58-ff65-416b-a261-a2b5553b4d53","status":"201","rqstDate":"250331-07:48:31:383","respDate":"250331-07:48:31:452","sourceId":"AAI-TOOLS:2d859f58-ff65-416b-a261-a2b5553b4d53","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/24de00ef-aead-4b52-995b-0adf8d4bd90d","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:31:383-10758\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5753c296-851a-4532-9d5d-0a4d6245e85b], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[262], Content-Type=[application/json], X-ONAP-RequestID=[2d859f58-ff65-416b-a261-a2b5553b4d53]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"24de00ef-aead-4b52-995b-0adf8d4bd90d\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"962a7c8b-687f-4d32-a775-fe098e214bcd\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"snapshot\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:31:383-10758\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[45120], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:31:383-10758]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:31 +0000] "PUT /aai/v30/service-design-and-creation/models/model/24de00ef-aead-4b52-995b-0adf8d4bd90d" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 75 - "logType": "access"
2025-03-31 07:48:31.616 [67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] [qtp1225114731-26]  INFO [aai-resources,67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:31.624 [67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] [qtp1225114731-26]  INFO [aai-resources,67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:31.624 [67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] [qtp1225114731-26]  INFO [aai-resources,67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:31.624 [67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] [qtp1225114731-26]  INFO [aai-resources,67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:31.625 [67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] [qtp1225114731-26]  INFO [aai-resources,67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:31.674 [67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] [qtp1225114731-26]  INFO [aai-resources,67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:31.688 [67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] [qtp1225114731-26] DEBUG [aai-resources,67ea48cf883688f1f11ec897420eaf71,f11ec897420eaf71] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"505b3c2d-b65e-4fe6-be09-75d8393752be","status":"201","rqstDate":"250331-07:48:31:616","respDate":"250331-07:48:31:688","sourceId":"AAI-TOOLS:505b3c2d-b65e-4fe6-be09-75d8393752be","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/04b2935f-33c4-40a9-8af0-8b52690042dc","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:31:616-16161\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[12d20d5b-ab7a-44fb-982f-68a75b94354a], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[262], Content-Type=[application/json], X-ONAP-RequestID=[505b3c2d-b65e-4fe6-be09-75d8393752be]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"04b2935f-33c4-40a9-8af0-8b52690042dc\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"1e8b331f-3d4a-4160-b7aa-f4d5a8916625\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"sriov-vf\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:31:616-16161\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41033832], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:31:616-16161]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:31 +0000] "PUT /aai/v30/service-design-and-creation/models/model/04b2935f-33c4-40a9-8af0-8b52690042dc" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 76 - "logType": "access"
2025-03-31 07:48:31.828 [67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] [qtp1225114731-22]  INFO [aai-resources,67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:31.835 [67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] [qtp1225114731-22]  INFO [aai-resources,67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:31.835 [67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] [qtp1225114731-22]  INFO [aai-resources,67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:31.835 [67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] [qtp1225114731-22]  INFO [aai-resources,67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:31.836 [67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] [qtp1225114731-22]  INFO [aai-resources,67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:31.905 [67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] [qtp1225114731-22]  INFO [aai-resources,67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:31.926 [67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] [qtp1225114731-22] DEBUG [aai-resources,67ea48cffceda0b1968c72a9ebe95436,968c72a9ebe95436] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3d84bd8d-52db-4611-971c-ffb60586cb54","status":"201","rqstDate":"250331-07:48:31:828","respDate":"250331-07:48:31:926","sourceId":"AAI-TOOLS:3d84bd8d-52db-4611-971c-ffb60586cb54","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/083093a3-e407-447a-ba5d-7583e4d23e1d","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:31:828-85489\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7522c39a-c125-4a95-83aa-52e0ea04fa2b], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[271], Content-Type=[application/json], X-ONAP-RequestID=[3d84bd8d-52db-4611-971c-ffb60586cb54]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"083093a3-e407-447a-ba5d-7583e4d23e1d\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"aad96fd3-e75f-42fc-9777-3450c36f1168\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"start-node-filter\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:31:828-85489\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[90272], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:31:828-85489]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:31 +0000] "PUT /aai/v30/service-design-and-creation/models/model/083093a3-e407-447a-ba5d-7583e4d23e1d" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 103 - "logType": "access"
2025-03-31 07:48:32.113 [67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] [qtp1225114731-26]  INFO [aai-resources,67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:32.121 [67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] [qtp1225114731-26]  INFO [aai-resources,67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:32.121 [67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] [qtp1225114731-26]  INFO [aai-resources,67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:32.121 [67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] [qtp1225114731-26]  INFO [aai-resources,67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:32.122 [67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] [qtp1225114731-26]  INFO [aai-resources,67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:32.177 [67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] [qtp1225114731-26]  INFO [aai-resources,67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:32.194 [67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] [qtp1225114731-26] DEBUG [aai-resources,67ea48d088ad17826a0cf57e181e94ff,6a0cf57e181e94ff] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1595a942-93b2-4128-bbb5-d3a91fdb00cc","status":"201","rqstDate":"250331-07:48:32:113","respDate":"250331-07:48:32:194","sourceId":"AAI-TOOLS:1595a942-93b2-4128-bbb5-d3a91fdb00cc","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/1b2c9ba7-e449-4831-ba15-3073672f5ef2","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:32:113-47369\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[435b9f72-d924-4ed6-8bd9-5860899afcaa], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[260], Content-Type=[application/json], X-ONAP-RequestID=[1595a942-93b2-4128-bbb5-d3a91fdb00cc]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"1b2c9ba7-e449-4831-ba15-3073672f5ef2\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"f902a6bc-6be4-4fe5-8458-a6ec0056b374\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"subnet\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:32:113-47369\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[94368], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:32:113-47369]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:32 +0000] "PUT /aai/v30/service-design-and-creation/models/model/1b2c9ba7-e449-4831-ba15-3073672f5ef2" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 87 - "logType": "access"
2025-03-31 07:48:32.378 [67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] [qtp1225114731-22]  INFO [aai-resources,67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:32.386 [67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] [qtp1225114731-22]  INFO [aai-resources,67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:32.386 [67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] [qtp1225114731-22]  INFO [aai-resources,67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:32.386 [67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] [qtp1225114731-22]  INFO [aai-resources,67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:32.387 [67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] [qtp1225114731-22]  INFO [aai-resources,67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:32.442 [67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] [qtp1225114731-22]  INFO [aai-resources,67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:32.461 [67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] [qtp1225114731-22] DEBUG [aai-resources,67ea48d09292acfe20eb900ddc6b5598,20eb900ddc6b5598] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f8fd920-3bcd-43ab-865d-3bfe95a94490","status":"201","rqstDate":"250331-07:48:32:378","respDate":"250331-07:48:32:460","sourceId":"AAI-TOOLS:8f8fd920-3bcd-43ab-865d-3bfe95a94490","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/e78a7eaa-f65d-4919-9c2b-5b258c8c4d7e","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:32:378-6089\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6c0fe2e8-8428-41eb-8c0a-50fb4e1eac5d], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[280], Content-Type=[application/json], X-ONAP-RequestID=[8f8fd920-3bcd-43ab-865d-3bfe95a94490]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"e78a7eaa-f65d-4919-9c2b-5b258c8c4d7e\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"c246f6e2-e3a1-4697-94c0-5672a7fbbf04\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"tagged-inventory-item-list\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:32:378-6089\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[49360], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:32:378-6089]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:32 +0000] "PUT /aai/v30/service-design-and-creation/models/model/e78a7eaa-f65d-4919-9c2b-5b258c8c4d7e" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 87 - "logType": "access"
2025-03-31 07:48:32.698 [67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] [qtp1225114731-26]  INFO [aai-resources,67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:32.710 [67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] [qtp1225114731-26]  INFO [aai-resources,67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:32.710 [67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] [qtp1225114731-26]  INFO [aai-resources,67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:32.710 [67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] [qtp1225114731-26]  INFO [aai-resources,67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:32.711 [67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] [qtp1225114731-26]  INFO [aai-resources,67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:32.775 [67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] [qtp1225114731-26]  INFO [aai-resources,67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:32.798 [67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] [qtp1225114731-26] DEBUG [aai-resources,67ea48d0131cec1dffbd3f08cc146350,ffbd3f08cc146350] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5b4e05b3-3963-4e7c-8f6c-8cc0760bc0e9","status":"201","rqstDate":"250331-07:48:32:698","respDate":"250331-07:48:32:797","sourceId":"AAI-TOOLS:5b4e05b3-3963-4e7c-8f6c-8cc0760bc0e9","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/97c26c99-6870-44c1-8a07-1d900d3f4ce6","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:32:698-68351\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[faae7693-7903-40e2-9987-e3ec3c3aae49], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[260], Content-Type=[application/json], X-ONAP-RequestID=[5b4e05b3-3963-4e7c-8f6c-8cc0760bc0e9]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"97c26c99-6870-44c1-8a07-1d900d3f4ce6\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"abcc54bc-bb74-49dc-9043-7f7171707545\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"tenant\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:32:698-68351\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[53424], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:32:698-68351]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:32 +0000] "PUT /aai/v30/service-design-and-creation/models/model/97c26c99-6870-44c1-8a07-1d900d3f4ce6" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 105 - "logType": "access"
2025-03-31 07:48:33.043 [67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] [qtp1225114731-22]  INFO [aai-resources,67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:33.055 [67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] [qtp1225114731-22]  INFO [aai-resources,67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:33.055 [67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] [qtp1225114731-22]  INFO [aai-resources,67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:33.056 [67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] [qtp1225114731-22]  INFO [aai-resources,67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:33.056 [67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] [qtp1225114731-22]  INFO [aai-resources,67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:33.100 [67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] [qtp1225114731-22]  INFO [aai-resources,67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:33.118 [67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] [qtp1225114731-22] DEBUG [aai-resources,67ea48d1439ef134f0abe8205df9487c,f0abe8205df9487c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7ffd1d0d-d836-4080-ac1e-0477c86a82c1","status":"201","rqstDate":"250331-07:48:33:043","respDate":"250331-07:48:33:118","sourceId":"AAI-TOOLS:7ffd1d0d-d836-4080-ac1e-0477c86a82c1","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/50b9e2fa-005c-4bbe-b651-3251dece4cd8","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:33:043-95240\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[aa54f8b9-be6c-48d4-b894-23b7cf885f70], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[269], Content-Type=[application/json], X-ONAP-RequestID=[7ffd1d0d-d836-4080-ac1e-0477c86a82c1]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"50b9e2fa-005c-4bbe-b651-3251dece4cd8\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"e7cb4ca8-e1a5-4487-a716-4ae0bcd8aef5\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"tunnel-xconnect\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:33:043-95240\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[98464], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:33:043-95240]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:33 +0000] "PUT /aai/v30/service-design-and-creation/models/model/50b9e2fa-005c-4bbe-b651-3251dece4cd8" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 81 - "logType": "access"
2025-03-31 07:48:33.176 [67ea48d1a56a9abd750a9e071e255164,750a9e071e255164] [qtp1225114731-26]  INFO [aai-resources,67ea48d1a56a9abd750a9e071e255164,750a9e071e255164] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:33.191 [67ea48d1a56a9abd750a9e071e255164,750a9e071e255164] [qtp1225114731-26] DEBUG [aai-resources,67ea48d1a56a9abd750a9e071e255164,750a9e071e255164] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c802358f-09a9-42fe-bed9-0a078ce03fc7","status":"200","rqstDate":"250331-07:48:33:177","respDate":"250331-07:48:33:191","sourceId":"haproxy:c802358f-09a9-42fe-bed9-0a078ce03fc7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:33:177-43619\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d6c41596-5cd8-48c3-bf50-7d4c78910e09], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c802358f-09a9-42fe-bed9-0a078ce03fc7]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:48:33.290 [67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] [qtp1225114731-22]  INFO [aai-resources,67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:33.297 [67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] [qtp1225114731-22]  INFO [aai-resources,67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:33.298 [67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] [qtp1225114731-22]  INFO [aai-resources,67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:33.298 [67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] [qtp1225114731-22]  INFO [aai-resources,67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:33.298 [67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] [qtp1225114731-22]  INFO [aai-resources,67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:33.359 [67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] [qtp1225114731-22]  INFO [aai-resources,67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:33.377 [67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] [qtp1225114731-22] DEBUG [aai-resources,67ea48d1bc5094fc6af8e83f8c7a39fc,6af8e83f8c7a39fc] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"af1fe879-bdd9-40fd-9556-53569be32d2a","status":"201","rqstDate":"250331-07:48:33:290","respDate":"250331-07:48:33:377","sourceId":"AAI-TOOLS:af1fe879-bdd9-40fd-9556-53569be32d2a","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/fe81c801-f65d-408a-b2b7-a729a18f8154","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:33:290-13560\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[48280d69-6abf-4e85-a1a2-7fa37f199399], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[269], Content-Type=[application/json], X-ONAP-RequestID=[af1fe879-bdd9-40fd-9556-53569be32d2a]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"fe81c801-f65d-408a-b2b7-a729a18f8154\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"6004cfa6-eb6d-4062-971f-b1fde6b74aa0\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"update-node-key\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:33:290-13560\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[102560], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:33:290-13560]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:33 +0000] "PUT /aai/v30/service-design-and-creation/models/model/fe81c801-f65d-408a-b2b7-a729a18f8154" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 92 - "logType": "access"
2025-03-31 07:48:33.550 [67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] [qtp1225114731-26]  INFO [aai-resources,67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:33.559 [67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] [qtp1225114731-26]  INFO [aai-resources,67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:33.559 [67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] [qtp1225114731-26]  INFO [aai-resources,67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:33.559 [67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] [qtp1225114731-26]  INFO [aai-resources,67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:33.560 [67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] [qtp1225114731-26]  INFO [aai-resources,67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:33.613 [67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] [qtp1225114731-26]  INFO [aai-resources,67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:33.631 [67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] [qtp1225114731-26] DEBUG [aai-resources,67ea48d1092e7642df68de24bccd110b,df68de24bccd110b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"878a91ba-3f1b-4acf-bd7f-717861fb420c","status":"201","rqstDate":"250331-07:48:33:550","respDate":"250331-07:48:33:631","sourceId":"AAI-TOOLS:878a91ba-3f1b-4acf-bd7f-717861fb420c","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/bab6dceb-e7e6-4301-a5e0-a7399b48d792","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:33:550-17931\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a8bda9fe-bdef-4d68-bb23-ec3347b9c60c], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[257], Content-Type=[application/json], X-ONAP-RequestID=[878a91ba-3f1b-4acf-bd7f-717861fb420c]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"bab6dceb-e7e6-4301-a5e0-a7399b48d792\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"b6cf54b5-ec45-43e1-be64-97b4e1513333\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"vce\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:33:550-17931\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[110752], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:33:550-17931]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:33 +0000] "PUT /aai/v30/service-design-and-creation/models/model/bab6dceb-e7e6-4301-a5e0-a7399b48d792" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 87 - "logType": "access"
2025-03-31 07:48:33.808 [67ea48d1303f37a4355ba9103590041e,355ba9103590041e] [qtp1225114731-22]  INFO [aai-resources,67ea48d1303f37a4355ba9103590041e,355ba9103590041e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:33.815 [67ea48d1303f37a4355ba9103590041e,355ba9103590041e] [qtp1225114731-22]  INFO [aai-resources,67ea48d1303f37a4355ba9103590041e,355ba9103590041e] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:33.815 [67ea48d1303f37a4355ba9103590041e,355ba9103590041e] [qtp1225114731-22]  INFO [aai-resources,67ea48d1303f37a4355ba9103590041e,355ba9103590041e] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:33.815 [67ea48d1303f37a4355ba9103590041e,355ba9103590041e] [qtp1225114731-22]  INFO [aai-resources,67ea48d1303f37a4355ba9103590041e,355ba9103590041e] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:33.815 [67ea48d1303f37a4355ba9103590041e,355ba9103590041e] [qtp1225114731-22]  INFO [aai-resources,67ea48d1303f37a4355ba9103590041e,355ba9103590041e] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:33.859 [67ea48d1303f37a4355ba9103590041e,355ba9103590041e] [qtp1225114731-22]  INFO [aai-resources,67ea48d1303f37a4355ba9103590041e,355ba9103590041e] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:33.881 [67ea48d1303f37a4355ba9103590041e,355ba9103590041e] [qtp1225114731-22] DEBUG [aai-resources,67ea48d1303f37a4355ba9103590041e,355ba9103590041e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"60f416e4-bb99-4237-94bf-1f10749145d9","status":"201","rqstDate":"250331-07:48:33:808","respDate":"250331-07:48:33:880","sourceId":"AAI-TOOLS:60f416e4-bb99-4237-94bf-1f10749145d9","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/ef86f9c5-2165-44f3-8fc3-96018b609ea5","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:33:808-29454\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e0694a77-1047-4e72-91e5-c1e158406424], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[263], Content-Type=[application/json], X-ONAP-RequestID=[60f416e4-bb99-4237-94bf-1f10749145d9]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"ef86f9c5-2165-44f3-8fc3-96018b609ea5\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"c00563ae-812b-4e62-8330-7c4d0f47088a\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"vf-module\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:33:808-29454\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[53312], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:33:808-29454]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:33 +0000] "PUT /aai/v30/service-design-and-creation/models/model/ef86f9c5-2165-44f3-8fc3-96018b609ea5" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 77 - "logType": "access"
2025-03-31 07:48:34.057 [67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] [qtp1225114731-26]  INFO [aai-resources,67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:34.066 [67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] [qtp1225114731-26]  INFO [aai-resources,67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:34.066 [67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] [qtp1225114731-26]  INFO [aai-resources,67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:34.066 [67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] [qtp1225114731-26]  INFO [aai-resources,67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:34.066 [67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] [qtp1225114731-26]  INFO [aai-resources,67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:34.122 [67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] [qtp1225114731-26]  INFO [aai-resources,67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:34.148 [67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] [qtp1225114731-26] DEBUG [aai-resources,67ea48d25850895febf4dc3fbe0788fd,ebf4dc3fbe0788fd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"93a60b94-3228-4640-8645-739fe362802c","status":"201","rqstDate":"250331-07:48:34:058","respDate":"250331-07:48:34:147","sourceId":"AAI-TOOLS:93a60b94-3228-4640-8645-739fe362802c","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/bed7c3b7-35d0-4cd9-abde-41b20e68b28e","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:34:058-88310\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[dec07d74-f2ac-4ad3-826e-ad214e386173], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[264], Content-Type=[application/json], X-ONAP-RequestID=[93a60b94-3228-4640-8645-739fe362802c]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"bed7c3b7-35d0-4cd9-abde-41b20e68b28e\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"8e8c22f1-fbdf-48ea-844c-8bdeb44e7b16\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"vig-server\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:34:058-88310\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[77912], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:34:058-88310]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:34 +0000] "PUT /aai/v30/service-design-and-creation/models/model/bed7c3b7-35d0-4cd9-abde-41b20e68b28e" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 97 - "logType": "access"
2025-03-31 07:48:34.325 [67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] [qtp1225114731-22]  INFO [aai-resources,67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:34.340 [67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] [qtp1225114731-22]  INFO [aai-resources,67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:34.340 [67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] [qtp1225114731-22]  INFO [aai-resources,67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:34.340 [67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] [qtp1225114731-22]  INFO [aai-resources,67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:34.341 [67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] [qtp1225114731-22]  INFO [aai-resources,67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:34.395 [67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] [qtp1225114731-22]  INFO [aai-resources,67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:34.423 [67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] [qtp1225114731-22] DEBUG [aai-resources,67ea48d256563fa96734e1ae9c429a6b,6734e1ae9c429a6b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b061f1c6-7042-4cb0-9ac8-d7f34abd3578","status":"201","rqstDate":"250331-07:48:34:325","respDate":"250331-07:48:34:423","sourceId":"AAI-TOOLS:b061f1c6-7042-4cb0-9ac8-d7f34abd3578","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/5150abcf-0c5f-4593-9afe-a19c48fc4824","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:34:325-63458\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6bbf8a21-21a9-44e4-b482-b6badef70b3c], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[273], Content-Type=[application/json], X-ONAP-RequestID=[b061f1c6-7042-4cb0-9ac8-d7f34abd3578]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"5150abcf-0c5f-4593-9afe-a19c48fc4824\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"6dd43ced-d789-47af-a759-d3abc14e3ac1\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"virtual-data-center\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:34:325-63458\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[65752], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:34:325-63458]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:34 +0000] "PUT /aai/v30/service-design-and-creation/models/model/5150abcf-0c5f-4593-9afe-a19c48fc4824" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 104 - "logType": "access"
2025-03-31 07:48:34.594 [67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] [qtp1225114731-26]  INFO [aai-resources,67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:34.602 [67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] [qtp1225114731-26]  INFO [aai-resources,67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:34.602 [67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] [qtp1225114731-26]  INFO [aai-resources,67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:34.602 [67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] [qtp1225114731-26]  INFO [aai-resources,67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:34.603 [67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] [qtp1225114731-26]  INFO [aai-resources,67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:34.650 [67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] [qtp1225114731-26]  INFO [aai-resources,67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:34.666 [67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] [qtp1225114731-26] DEBUG [aai-resources,67ea48d207295d61928a0bdab8ae491f,928a0bdab8ae491f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9a45264d-10c8-4e7b-8769-d45f94ebd23f","status":"201","rqstDate":"250331-07:48:34:595","respDate":"250331-07:48:34:666","sourceId":"AAI-TOOLS:9a45264d-10c8-4e7b-8769-d45f94ebd23f","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:34:595-45685\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[81467f49-04be-4ebf-ae39-0a85fc39da07], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[258], Content-Type=[application/json], X-ONAP-RequestID=[9a45264d-10c8-4e7b-8769-d45f94ebd23f]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"257d88a5-a269-4c35-944f-aca04fbdb791\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"vlan\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:34:595-45685\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41046120], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:34:595-45685]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:34 +0000] "PUT /aai/v30/service-design-and-creation/models/model/d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 76 - "logType": "access"
2025-03-31 07:48:34.839 [67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] [qtp1225114731-22]  INFO [aai-resources,67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:34.849 [67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] [qtp1225114731-22]  INFO [aai-resources,67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:34.849 [67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] [qtp1225114731-22]  INFO [aai-resources,67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:34.849 [67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] [qtp1225114731-22]  INFO [aai-resources,67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:34.849 [67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] [qtp1225114731-22]  INFO [aai-resources,67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:34.904 [67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] [qtp1225114731-22]  INFO [aai-resources,67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:34.921 [67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] [qtp1225114731-22] DEBUG [aai-resources,67ea48d2cf50a31454e2bef4c6ca78ae,54e2bef4c6ca78ae] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3647342d-9063-4287-b9c9-8170a472ffdd","status":"201","rqstDate":"250331-07:48:34:840","respDate":"250331-07:48:34:920","sourceId":"AAI-TOOLS:3647342d-9063-4287-b9c9-8170a472ffdd","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/f9a628ff-7aa0-40e2-a93d-02d91c950982","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:34:840-80992\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[4bd19d6e-aa81-4b14-a3a5-0ebba8284159], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[263], Content-Type=[application/json], X-ONAP-RequestID=[3647342d-9063-4287-b9c9-8170a472ffdd]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"f9a628ff-7aa0-40e2-a93d-02d91c950982\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"c4d3e747-ba4a-4b17-9896-94c6f18c19d3\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"vnf-image\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:34:840-80992\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[114848], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:34:840-80992]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:34 +0000] "PUT /aai/v30/service-design-and-creation/models/model/f9a628ff-7aa0-40e2-a93d-02d91c950982" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 85 - "logType": "access"
2025-03-31 07:48:35.056 [67ea48d30bb47280a6c234820567c910,a6c234820567c910] [qtp1225114731-26]  INFO [aai-resources,67ea48d30bb47280a6c234820567c910,a6c234820567c910] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:35.064 [67ea48d30bb47280a6c234820567c910,a6c234820567c910] [qtp1225114731-26]  INFO [aai-resources,67ea48d30bb47280a6c234820567c910,a6c234820567c910] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:35.064 [67ea48d30bb47280a6c234820567c910,a6c234820567c910] [qtp1225114731-26]  INFO [aai-resources,67ea48d30bb47280a6c234820567c910,a6c234820567c910] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:35.064 [67ea48d30bb47280a6c234820567c910,a6c234820567c910] [qtp1225114731-26]  INFO [aai-resources,67ea48d30bb47280a6c234820567c910,a6c234820567c910] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:35.064 [67ea48d30bb47280a6c234820567c910,a6c234820567c910] [qtp1225114731-26]  INFO [aai-resources,67ea48d30bb47280a6c234820567c910,a6c234820567c910] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:35.118 [67ea48d30bb47280a6c234820567c910,a6c234820567c910] [qtp1225114731-26]  INFO [aai-resources,67ea48d30bb47280a6c234820567c910,a6c234820567c910] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:35.138 [67ea48d30bb47280a6c234820567c910,a6c234820567c910] [qtp1225114731-26] DEBUG [aai-resources,67ea48d30bb47280a6c234820567c910,a6c234820567c910] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"914b18e5-5b4c-41fb-b2ad-54a76a7a9f6b","status":"201","rqstDate":"250331-07:48:35:056","respDate":"250331-07:48:35:138","sourceId":"AAI-TOOLS:914b18e5-5b4c-41fb-b2ad-54a76a7a9f6b","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/96129eb9-f0de-4e05-8af2-73146473f766","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:35:056-65437\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cb1b7dfc-7217-4d77-b7cb-f4256e351246], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[258], Content-Type=[application/json], X-ONAP-RequestID=[914b18e5-5b4c-41fb-b2ad-54a76a7a9f6b]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"96129eb9-f0de-4e05-8af2-73146473f766\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"5761e0a7-c6df-4d8a-9ebd-b8f445054dec\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"vnfc\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:35:056-65437\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[69848], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:35:056-65437]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:35 +0000] "PUT /aai/v30/service-design-and-creation/models/model/96129eb9-f0de-4e05-8af2-73146473f766" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 87 - "logType": "access"
2025-03-31 07:48:35.199 [67ea48d30dbc3eba70a81134ed32ba79,70a81134ed32ba79] [qtp1225114731-22]  INFO [aai-resources,67ea48d30dbc3eba70a81134ed32ba79,70a81134ed32ba79] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:35.211 [67ea48d30dbc3eba70a81134ed32ba79,70a81134ed32ba79] [qtp1225114731-22] DEBUG [aai-resources,67ea48d30dbc3eba70a81134ed32ba79,70a81134ed32ba79] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f710f87-feb6-45be-9ea4-8f70754bb797","status":"200","rqstDate":"250331-07:48:35:199","respDate":"250331-07:48:35:211","sourceId":"haproxy:0f710f87-feb6-45be-9ea4-8f70754bb797","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:35:199-57275\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cedecef2-26f1-4df8-a433-2170c9c88c9b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0f710f87-feb6-45be-9ea4-8f70754bb797]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:48:35.344 [67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] [qtp1225114731-26]  INFO [aai-resources,67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:35.352 [67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] [qtp1225114731-26]  INFO [aai-resources,67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:35.352 [67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] [qtp1225114731-26]  INFO [aai-resources,67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:35.352 [67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] [qtp1225114731-26]  INFO [aai-resources,67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:35.353 [67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] [qtp1225114731-26]  INFO [aai-resources,67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:35.414 [67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] [qtp1225114731-26]  INFO [aai-resources,67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:35.436 [67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] [qtp1225114731-26] DEBUG [aai-resources,67ea48d38a8ce0001a3152f37c7731ac,1a3152f37c7731ac] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"14d10afa-51a3-43bf-b718-0e832996bb77","status":"201","rqstDate":"250331-07:48:35:344","respDate":"250331-07:48:35:436","sourceId":"AAI-TOOLS:14d10afa-51a3-43bf-b718-0e832996bb77","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/ddd739b4-2b25-46c4-affc-41a32af5cc42","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:35:344-45972\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ea3462dc-55d5-4ec6-adf9-4097dde55edb], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[260], Content-Type=[application/json], X-ONAP-RequestID=[14d10afa-51a3-43bf-b718-0e832996bb77]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"ddd739b4-2b25-46c4-affc-41a32af5cc42\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"0fbe2e8f-4d91-4415-a772-88387049b38d\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"volume\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:35:344-45972\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[73944], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:35:344-45972]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:35 +0000] "PUT /aai/v30/service-design-and-creation/models/model/ddd739b4-2b25-46c4-affc-41a32af5cc42" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 97 - "logType": "access"
2025-03-31 07:48:35.624 [67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] [qtp1225114731-22]  INFO [aai-resources,67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:35.633 [67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] [qtp1225114731-22]  INFO [aai-resources,67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:35.633 [67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] [qtp1225114731-22]  INFO [aai-resources,67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:35.633 [67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] [qtp1225114731-22]  INFO [aai-resources,67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:35.634 [67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] [qtp1225114731-22]  INFO [aai-resources,67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:35.679 [67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] [qtp1225114731-22]  INFO [aai-resources,67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:35.702 [67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] [qtp1225114731-22] DEBUG [aai-resources,67ea48d3a9be8b6a3cd3d7f6c0a1d6b8,3cd3d7f6c0a1d6b8] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"92eae57b-413d-4676-910e-8d3694b44c30","status":"201","rqstDate":"250331-07:48:35:624","respDate":"250331-07:48:35:701","sourceId":"AAI-TOOLS:92eae57b-413d-4676-910e-8d3694b44c30","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/fcec1b02-b2d0-4834-aef8-d71be04717dd","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:35:624-93088\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6afcd065-928a-43be-94a6-c5a6ccee0386], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[266], Content-Type=[application/json], X-ONAP-RequestID=[92eae57b-413d-4676-910e-8d3694b44c30]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"fcec1b02-b2d0-4834-aef8-d71be04717dd\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"99d44c90-1f61-4418-b9a6-56586bf38c79\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"volume-group\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:35:624-93088\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[61616], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:35:624-93088]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:35 +0000] "PUT /aai/v30/service-design-and-creation/models/model/fcec1b02-b2d0-4834-aef8-d71be04717dd" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 82 - "logType": "access"
2025-03-31 07:48:35.824 [67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] [qtp1225114731-26]  INFO [aai-resources,67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:35.832 [67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] [qtp1225114731-26]  INFO [aai-resources,67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:35.832 [67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] [qtp1225114731-26]  INFO [aai-resources,67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:35.833 [67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] [qtp1225114731-26]  INFO [aai-resources,67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:35.833 [67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] [qtp1225114731-26]  INFO [aai-resources,67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:35.890 [67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] [qtp1225114731-26]  INFO [aai-resources,67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:35.909 [67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] [qtp1225114731-26] DEBUG [aai-resources,67ea48d3676cce485b02fefb6e7912bf,5b02fefb6e7912bf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5414d252-1983-4310-92a4-9c232bbd88f3","status":"201","rqstDate":"250331-07:48:35:824","respDate":"250331-07:48:35:909","sourceId":"AAI-TOOLS:5414d252-1983-4310-92a4-9c232bbd88f3","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/053ec3a7-5b72-492d-b54d-123805a9b967","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:35:824-4725\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[64f8946a-02fe-4554-922e-f9c4cdf58c17], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[257], Content-Type=[application/json], X-ONAP-RequestID=[5414d252-1983-4310-92a4-9c232bbd88f3]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"053ec3a7-5b72-492d-b54d-123805a9b967\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"203817d3-829c-42d4-942d-2a935478e993\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"vpe\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:35:824-4725\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[65712], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:35:824-4725]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:35 +0000] "PUT /aai/v30/service-design-and-creation/models/model/053ec3a7-5b72-492d-b54d-123805a9b967" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 88 - "logType": "access"
2025-03-31 07:48:36.087 [67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] [qtp1225114731-22]  INFO [aai-resources,67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:36.094 [67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] [qtp1225114731-22]  INFO [aai-resources,67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:36.095 [67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] [qtp1225114731-22]  INFO [aai-resources,67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:36.095 [67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] [qtp1225114731-22]  INFO [aai-resources,67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:36.095 [67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] [qtp1225114731-22]  INFO [aai-resources,67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:36.145 [67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] [qtp1225114731-22]  INFO [aai-resources,67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:36.159 [67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] [qtp1225114731-22] DEBUG [aai-resources,67ea48d4cb436afaceea158f42dd8a74,ceea158f42dd8a74] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b358c94e-396d-4857-bde3-ce33266772c4","status":"201","rqstDate":"250331-07:48:36:087","respDate":"250331-07:48:36:159","sourceId":"AAI-TOOLS:b358c94e-396d-4857-bde3-ce33266772c4","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/457ba89b-334c-4fbd-acc4-160ac0e0cdc0","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:36:087-86505\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[04c06306-4a2a-4cc2-b621-c3cd1980416c], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[261], Content-Type=[application/json], X-ONAP-RequestID=[b358c94e-396d-4857-bde3-ce33266772c4]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"457ba89b-334c-4fbd-acc4-160ac0e0cdc0\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"b1566228-6785-4ce1-aea2-053736f80341\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"vpls-pe\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:36:087-86505\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[86104], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:36:087-86505]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:36 +0000] "PUT /aai/v30/service-design-and-creation/models/model/457ba89b-334c-4fbd-acc4-160ac0e0cdc0" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 78 - "logType": "access"
2025-03-31 07:48:36.302 [67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] [qtp1225114731-26]  INFO [aai-resources,67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:36.310 [67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] [qtp1225114731-26]  INFO [aai-resources,67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:36.310 [67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] [qtp1225114731-26]  INFO [aai-resources,67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:36.310 [67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] [qtp1225114731-26]  INFO [aai-resources,67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:36.310 [67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] [qtp1225114731-26]  INFO [aai-resources,67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:36.352 [67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] [qtp1225114731-26]  INFO [aai-resources,67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:36.370 [67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] [qtp1225114731-26] DEBUG [aai-resources,67ea48d4a14fb3c693fb5f062472c342,93fb5f062472c342] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b8a93c02-7b2a-4544-9c16-e0b2b6a87404","status":"201","rqstDate":"250331-07:48:36:303","respDate":"250331-07:48:36:369","sourceId":"AAI-TOOLS:b8a93c02-7b2a-4544-9c16-e0b2b6a87404","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/9e23b675-db2b-488b-b459-57aa9857baa0","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:36:303-43998\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a8fcb5a3-be2c-4f3f-8925-02acaa575cc9], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[265], Content-Type=[application/json], X-ONAP-RequestID=[b8a93c02-7b2a-4544-9c16-e0b2b6a87404]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"9e23b675-db2b-488b-b459-57aa9857baa0\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"21a146e5-9901-448c-9197-723076770119\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"vpn-binding\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:36:303-43998\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41054312], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:36:303-43998]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:36 +0000] "PUT /aai/v30/service-design-and-creation/models/model/9e23b675-db2b-488b-b459-57aa9857baa0" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 71 - "logType": "access"
2025-03-31 07:48:36.582 [67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] [qtp1225114731-22]  INFO [aai-resources,67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:36.597 [67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] [qtp1225114731-22]  INFO [aai-resources,67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:36.597 [67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] [qtp1225114731-22]  INFO [aai-resources,67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:36.597 [67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] [qtp1225114731-22]  INFO [aai-resources,67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:36.598 [67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] [qtp1225114731-22]  INFO [aai-resources,67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:36.645 [67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] [qtp1225114731-22]  INFO [aai-resources,67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:36.660 [67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] [qtp1225114731-22] DEBUG [aai-resources,67ea48d49e2c78e9eecfe9cf646fbbdd,eecfe9cf646fbbdd] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"edfc2153-5e22-4bfe-99b6-99fe88c8ac06","status":"201","rqstDate":"250331-07:48:36:583","respDate":"250331-07:48:36:660","sourceId":"AAI-TOOLS:edfc2153-5e22-4bfe-99b6-99fe88c8ac06","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/ff69d4e0-a8e8-4108-bdb0-dd63217e63c7","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:36:583-7330\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9e480275-a5c4-4b34-8f10-71857959811b], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[261], Content-Type=[application/json], X-ONAP-RequestID=[edfc2153-5e22-4bfe-99b6-99fe88c8ac06]}\",\"Payload\":\"{\\n\\t\\\"model-invariant-id\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\",\\n\\t\\\"model-type\\\" : \\\"widget\\\",\\n\\t\\\"model-vers\\\" : {\\n\\t\\t\\\"model-ver\\\" : [ {\\n\\t\\t\\t\\\"model-version-id\\\" : \\\"8ecb2c5d-7176-4317-a255-26274edfdd53\\\",\\n\\t\\t\\t\\\"model-version\\\" : \\\"1.0\\\",\\n\\t\\t\\t\\\"model-name\\\" : \\\"vserver\\\"\\n\\t\\t} ]\\n\\t}\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:36:583-7330\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[94296], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:36:583-7330]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:36 +0000] "PUT /aai/v30/service-design-and-creation/models/model/ff69d4e0-a8e8-4108-bdb0-dd63217e63c7" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 83 - "logType": "access"
2025-03-31 07:48:36.853 [67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] [qtp1225114731-26]  INFO [aai-resources,67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:36.859 [67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] [qtp1225114731-26]  INFO [aai-resources,67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:36.860 [67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] [qtp1225114731-26]  INFO [aai-resources,67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:36.860 [67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] [qtp1225114731-26]  INFO [aai-resources,67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:36.860 [67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] [qtp1225114731-26]  INFO [aai-resources,67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:36.915 [67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] [qtp1225114731-26]  INFO [aai-resources,67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:36.936 [67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] [qtp1225114731-26] DEBUG [aai-resources,67ea48d4b0a81124bbe50fff64f93a74,bbe50fff64f93a74] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b3722def-5f55-4226-b83a-45737d34dc1d","status":"201","rqstDate":"250331-07:48:36:853","respDate":"250331-07:48:36:936","sourceId":"AAI-TOOLS:b3722def-5f55-4226-b83a-45737d34dc1d","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/models/model/16f7cb93-e807-4065-816b-9cdf391d4992","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:36:853-5247\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7eb648e6-4dd9-40d9-9e62-c3f4f8c7944c], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[292], Content-Type=[application/json], X-ONAP-RequestID=[b3722def-5f55-4226-b83a-45737d34dc1d]}\",\"Payload\":\"{\\n   \\\"model-invariant-id\\\" : \\\"16f7cb93-e807-4065-816b-9cdf391d4992\\\",\\n   \\\"model-type\\\" : \\\"widget\\\",\\n   \\\"model-vers\\\" : {\\n      \\\"model-ver\\\" : [ {\\n         \\\"model-version-id\\\" : \\\"f7f21a66-4714-431c-af17-52d64e21de95\\\",\\n         \\\"model-name\\\" : \\\"zone\\\",\\n         \\\"model-version\\\" : \\\"1.0\\\"\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:36:853-5247\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[123040], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:36:853-5247]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:36 +0000] "PUT /aai/v30/service-design-and-creation/models/model/16f7cb93-e807-4065-816b-9cdf391d4992" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 89 - "logType": "access"
2025-03-31 07:48:37.140 [67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] [qtp1225114731-22]  INFO [aai-resources,67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:37.164 [67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] [qtp1225114731-22]  INFO [aai-resources,67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:37.165 [67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] [qtp1225114731-22]  INFO [aai-resources,67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:37.165 [67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] [qtp1225114731-22]  INFO [aai-resources,67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:37.165 [67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] [qtp1225114731-22]  INFO [aai-resources,67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:37.219 [67ea48d54038994e6ea498a50c2e2f18,6ea498a50c2e2f18] [qtp1225114731-25]  INFO [aai-resources,67ea48d54038994e6ea498a50c2e2f18,6ea498a50c2e2f18] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:37.234 [67ea48d54038994e6ea498a50c2e2f18,6ea498a50c2e2f18] [qtp1225114731-25] DEBUG [aai-resources,67ea48d54038994e6ea498a50c2e2f18,6ea498a50c2e2f18] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5613ca6a-4f2d-4ca7-89fe-a2152d9d23e6","status":"200","rqstDate":"250331-07:48:37:219","respDate":"250331-07:48:37:234","sourceId":"haproxy:5613ca6a-4f2d-4ca7-89fe-a2152d9d23e6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:37:219-41548\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cdfa0b5e-7faa-4052-a1cb-a19d0b635eaf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5613ca6a-4f2d-4ca7-89fe-a2152d9d23e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:48:38.293 [67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] [qtp1225114731-22]  INFO [aai-resources,67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:38.954 [67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] [qtp1225114731-22] DEBUG [aai-resources,67ea48d548de21541fa54f4490b8df0a,1fa54f4490b8df0a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4d69b625-ac36-4205-85e4-86afd0c0c54a","status":"201","rqstDate":"250331-07:48:37:140","respDate":"250331-07:48:38:954","sourceId":"AAI-TOOLS:4d69b625-ac36-4205-85e4-86afd0c0c54a","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/4ff56a54-9e3f-46b7-a337-07a1d3c6b469","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:37:140-5563\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b8e705eb-8292-4acc-9066-10167c15f929], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[10743], Content-Type=[application/json], X-ONAP-RequestID=[4d69b625-ac36-4205-85e4-86afd0c0c54a]}\",\"Payload\":\"{\\n    \\\"description\\\": \\\"Named Query - For closed loop flow\\\",\\n    \\\"named-query-elements\\\": {\\n        \\\"named-query-element\\\": [\\n            {\\n                \\\"named-query-elements\\\": {\\n                    \\\"named-query-element\\\": [\\n                        {\\n                            \\\"named-query-elements\\\": {\\n                                \\\"named-query-element\\\": [\\n                                    {\\n                                        \\\"relationship-list\\\": {\\n                                            \\\"relationship\\\": [\\n                                                {\\n                                                    \\\"related-to\\\": \\\"model\\\",\\n                                                    \\\"relationship-data\\\": [\\n                                                        {\\n                                                            \\\"relationship-key\\\": \\\"model.model-invariant-id\\\",\\n                                                            \\\"relationship-value\\\": \\\"425b2158-e51d-4509-9945-dad4556474a3\\\"\\n                                                        }\\n                                                    ]\\n                                                }\\n                                            ]\\n                                        }\\n                                    }\\n                                ]\\n                            },\\n                            \\\"relationship-list\\\": {\\n                                \\\"relationship\\\": [\\n                                    {\\n                                        \\\"related-to\\\": \\\"model\\\",\\n                                        \\\"relationship-data\\\": [\\n                                            {\\n                                                \\\"relationship-key\\\": \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\": \\\"97c26c99-6870-44c1-8a07-1d900d3f4ce6\\\"\\n                                            }\\n                                        ]\\n                                    }\\n                                ]\\n                            }\\n                        },\\n                        {\\n                            \\\"named-query-elements\\\": {\\n                                \\\"named-query-element\\\": [\\n                                    {\\n                                        \\\"related-lookups\\\": {\\n                                            \\\"related-lookup\\\": [\\n                                                {\\n                                                    \\\"property-collect-list\\\": [\\n                                                        \\\"model-invariant-id\\\",\\n                                                        \\\"model-type\\\"\\n                                                    ],\\n                                                    \\\"source-node-property\\\": \\\"model-invariant-id-local\\\",\\n                                                    \\\"source-node-type\\\": \\\"vf-module\\\",\\n                                                    \\\"target-node-property\\\": \\\"model-invariant-id\\\",\\n                                                    \\\"target-node-type\\\": \\\"model\\\"\\n                                                },\\n                                                {\\n                                                    \\\"property-collect-list\\\": [\\n                                                        \\\"model-name\\\",\\n                                                        \\\"model-version-id\\\",\\n                                                        \\\"model-version\\\"\\n                                                    ],\\n                                                    \\\"source-node-property\\\": \\\"model-version-id-local\\\",\\n                                                    \\\"source-node-type\\\": \\\"vf-module\\\",\\n                                                    \\\"target-node-property\\\": \\\"model-version-id\\\",\\n                                                    \\\"target-node-type\\\": \\\"model-ver\\\"\\n                                                }\\n                                            ]\\n                                        },\\n                                        \\\"relationship-list\\\": {\\n                                            \\\"relationship\\\": [\\n                                                {\\n                                                    \\\"related-to\\\": \\\"model\\\",\\n                                                    \\\"relationship-data\\\": [\\n                                                        {\\n                                                            \\\"relationship-key\\\": \\\"model.model-invariant-id\\\",\\n                                                            \\\"relationship-value\\\": \\\"ef86f9c5-2165-44f3-8fc3-96018b609ea5\\\"\\n                                                        }\\n                                                    ]\\n                                                }\\n                                            ]\\n                                        }\\n                                    },\\n                                    {\\n                                        \\\"related-lookups\\\": {\\n                                            \\\"related-lookup\\\": [\\n                                                {\\n                                                    \\\"property-collect-list\\\": [\\n                                                        \\\"model-invariant-id\\\",\\n                                                        \\\"model-type\\\"\\n                                                    ],\\n                                                    \\\"source-node-property\\\": \\\"model-invariant-id-local\\\",\\n                                                    \\\"source-node-type\\\": \\\"service-instance\\\",\\n                                                    \\\"target-node-property\\\": \\\"model-invariant-id\\\",\\n                                                    \\\"target-node-type\\\": \\\"model\\\"\\n                                                },\\n                                                {\\n                                                    \\\"property-collect-list\\\": [\\n                                                        \\\"model-name\\\",\\n                                                        \\\"model-version-id\\\",\\n                                                        \\\"model-version\\\"\\n                                                    ],\\n                                                    \\\"source-node-property\\\": \\\"model-version-id-local\\\",\\n                                                    \\\"source-node-type\\\": \\\"service-instance\\\",\\n                                                    \\\"target-node-property\\\": \\\"model-version-id\\\",\\n                                                    \\\"target-node-type\\\": \\\"model-ver\\\"\\n                                                }\\n                                            ]\\n                                        },\\n                                        \\\"relationship-list\\\": {\\n                                            \\\"relationship\\\": [\\n                                                {\\n                                                    \\\"related-to\\\": \\\"model\\\",\\n                                                    \\\"relationship-data\\\": [\\n                                                        {\\n                                                            \\\"relationship-key\\\": \\\"model.model-invariant-id\\\",\\n                                                            \\\"relationship-value\\\": \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n                                                        }\\n                                                    ]\\n                                                }\\n                                            ]\\n                                        }\\n                                    }\\n                                ]\\n                            },\\n                            \\\"related-lookups\\\": {\\n                                \\\"related-lookup\\\": [\\n                                    {\\n                                        \\\"property-collect-list\\\": [\\n                                            \\\"model-invariant-id\\\",\\n                                            \\\"model-type\\\"\\n                                        ],\\n                                        \\\"source-node-property\\\": \\\"model-invariant-id-local\\\",\\n                                        \\\"source-node-type\\\": \\\"generic-vnf\\\",\\n                                        \\\"target-node-property\\\": \\\"model-invariant-id\\\",\\n                                        \\\"target-node-type\\\": \\\"model\\\"\\n                                    },\\n                                    {\\n                                        \\\"property-collect-list\\\": [\\n                                            \\\"model-name\\\",\\n                                            \\\"model-version-id\\\",\\n                                            \\\"model-version\\\"\\n                                        ],\\n                                        \\\"source-node-property\\\": \\\"model-version-id-local\\\",\\n                                        \\\"source-node-type\\\": \\\"generic-vnf\\\",\\n                                        \\\"target-node-property\\\": \\\"model-version-id\\\",\\n                                        \\\"target-node-type\\\": \\\"model-ver\\\"\\n                                    }\\n                                ]\\n                            },\\n                            \\\"relationship-list\\\": {\\n                                \\\"relationship\\\": [\\n                                    {\\n                                        \\\"related-to\\\": \\\"model\\\",\\n                                        \\\"relationship-data\\\": [\\n                                            {\\n                                                \\\"relationship-key\\\": \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\": \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                                            }\\n                                        ]\\n                                    }\\n                                ]\\n                            }\\n                        }\\n                    ]\\n                },\\n                \\\"relationship-list\\\": {\\n                    \\\"relationship\\\": [\\n                        {\\n                            \\\"related-to\\\": \\\"model\\\",\\n                            \\\"relationship-data\\\": [\\n                                {\\n                                    \\\"relationship-key\\\": \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\": \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                                }\\n                            ]\\n                        }\\n                    ]\\n                }\\n            }\\n        ]\\n    },\\n    \\\"named-query-name\\\": \\\"closed-loop-named-query\\\",\\n    \\\"named-query-uuid\\\": \\\"4ff56a54-9e3f-46b7-a337-07a1d3c6b469\\\",\\n    \\\"named-query-version\\\": \\\"1.0\\\"\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:37:140-5563\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[57408], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:37:140-5563]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:38 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/4ff56a54-9e3f-46b7-a337-07a1d3c6b469" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 1819 - "logType": "access"
2025-03-31 07:48:39.096 [67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] [qtp1225114731-26]  INFO [aai-resources,67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:39.108 [67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] [qtp1225114731-26]  INFO [aai-resources,67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:39.108 [67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] [qtp1225114731-26]  INFO [aai-resources,67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:39.108 [67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] [qtp1225114731-26]  INFO [aai-resources,67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:39.108 [67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] [qtp1225114731-26]  INFO [aai-resources,67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:39.246 [67ea48d7d0d4151abc1d5059549c7e62,bc1d5059549c7e62] [qtp1225114731-24]  INFO [aai-resources,67ea48d7d0d4151abc1d5059549c7e62,bc1d5059549c7e62] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:39.262 [67ea48d7d0d4151abc1d5059549c7e62,bc1d5059549c7e62] [qtp1225114731-24] DEBUG [aai-resources,67ea48d7d0d4151abc1d5059549c7e62,bc1d5059549c7e62] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"20e5e459-6c59-43da-a4fb-214e74b416d5","status":"200","rqstDate":"250331-07:48:39:246","respDate":"250331-07:48:39:262","sourceId":"haproxy:20e5e459-6c59-43da-a4fb-214e74b416d5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:39:246-66907\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c6dd77ff-03fc-4786-99f3-6b4e8cda0403], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[20e5e459-6c59-43da-a4fb-214e74b416d5]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:48:39.447 [67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] [qtp1225114731-26]  INFO [aai-resources,67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:39.623 [67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] [qtp1225114731-26] DEBUG [aai-resources,67ea48d7a5e980ee9e10edd48351c712,9e10edd48351c712] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5cf28f86-b32d-4c2c-8f14-8a49268feca7","status":"201","rqstDate":"250331-07:48:39:096","respDate":"250331-07:48:39:623","sourceId":"AAI-TOOLS:5cf28f86-b32d-4c2c-8f14-8a49268feca7","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/4f448e43-339f-4c1c-85f6-896c444e25ca","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:39:096-36570\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[32f5cb2d-5fcf-44c7-ab60-cd39e0293c34], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[4075], Content-Type=[application/json], X-ONAP-RequestID=[5cf28f86-b32d-4c2c-8f14-8a49268feca7]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"4f448e43-339f-4c1c-85f6-896c444e25ca\\\",\\n   \\\"named-query-name\\\" : \\\"GetClfiRoadmTailSummary\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named query - Get CLFI ROADM Tail Summary\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"862b25a1-262a-4961-bdaa-cdc55d69785a\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"94043c37-4e73-439c-a790-0fdd697924cd\\\"\\n                     } ]\\n                  } ]\\n               }\\n            }, {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"c1d4305f-cdbd-4bbe-9069-a2f4978fd89e\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"2e1a602a-acd8-4f78-94ff-618b802a303b\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"fe012535-2c31-4a39-a739-612374c638a0\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"fe012535-2c31-4a39-a739-612374c638a0\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:39:096-36570\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[118872], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:39:096-36570]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:39 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/4f448e43-339f-4c1c-85f6-896c444e25ca" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 540 - "logType": "access"
2025-03-31 07:48:39.796 [67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] [qtp1225114731-22]  INFO [aai-resources,67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:39.804 [67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] [qtp1225114731-22]  INFO [aai-resources,67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:39.805 [67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] [qtp1225114731-22]  INFO [aai-resources,67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:39.805 [67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] [qtp1225114731-22]  INFO [aai-resources,67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:39.806 [67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] [qtp1225114731-22]  INFO [aai-resources,67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:39.910 [67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] [qtp1225114731-22]  INFO [aai-resources,67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:39.969 [67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] [qtp1225114731-22] DEBUG [aai-resources,67ea48d7aec332f52f54e8372f7ad743,2f54e8372f7ad743] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"073af548-9f3a-498f-bb94-465388c9c7c3","status":"201","rqstDate":"250331-07:48:39:796","respDate":"250331-07:48:39:968","sourceId":"AAI-TOOLS:073af548-9f3a-498f-bb94-465388c9c7c3","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/d27ccfea-7098-42d7-a4cd-bbddb37bf205","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:39:796-12982\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[37480a0d-4d67-4d6c-845f-256d7e6452db], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[1122], Content-Type=[application/json], X-ONAP-RequestID=[073af548-9f3a-498f-bb94-465388c9c7c3]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"d27ccfea-7098-42d7-a4cd-bbddb37bf205\\\",\\n   \\\"named-query-name\\\" : \\\"getComplexByPnfName\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - get complex by pnfName\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"af91c2f7-35fc-43cf-a13d-443f385b2353\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"862b25a1-262a-4961-bdaa-cdc55d69785a\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:39:796-12982\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[78008], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:39:796-12982]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:39 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/d27ccfea-7098-42d7-a4cd-bbddb37bf205" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 178 - "logType": "access"
2025-03-31 07:48:40.144 [67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] [qtp1225114731-26]  INFO [aai-resources,67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:40.157 [67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] [qtp1225114731-26]  INFO [aai-resources,67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:40.157 [67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] [qtp1225114731-26]  INFO [aai-resources,67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:40.157 [67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] [qtp1225114731-26]  INFO [aai-resources,67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:40.158 [67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] [qtp1225114731-26]  INFO [aai-resources,67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:40.482 [67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] [qtp1225114731-26]  INFO [aai-resources,67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:40.680 [67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] [qtp1225114731-26] DEBUG [aai-resources,67ea48d8dc95ee59b7a73aed0e1bdf50,b7a73aed0e1bdf50] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aa77c676-3d3a-4423-9fad-3903d96a052e","status":"201","rqstDate":"250331-07:48:40:144","respDate":"250331-07:48:40:677","sourceId":"AAI-TOOLS:aa77c676-3d3a-4423-9fad-3903d96a052e","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/ed0a0f5b-cf79-4784-88b2-911cd726cd3d","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:40:144-36572\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3cdf4752-e43d-4bf6-ba02-f68225ea82eb], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[4286], Content-Type=[application/json], X-ONAP-RequestID=[aa77c676-3d3a-4423-9fad-3903d96a052e]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"ed0a0f5b-cf79-4784-88b2-911cd726cd3d\\\",\\n   \\\"named-query-name\\\" : \\\"get-component-list\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - Get Component List\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"3d560d81-57d0-438b-a2a1-5334dba0651a\\\"\\n                     } ]\\n                  } ]\\n               }\\n            }, {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"fcec1b02-b2d0-4834-aef8-d71be04717dd\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  }, {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"3d560d81-57d0-438b-a2a1-5334dba0651a\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        }, {\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        }, {\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"fcec1b02-b2d0-4834-aef8-d71be04717dd\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"ef86f9c5-2165-44f3-8fc3-96018b609ea5\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:40:144-36572\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[94376], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:40:144-36572]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:40 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/ed0a0f5b-cf79-4784-88b2-911cd726cd3d" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 541 - "logType": "access"
2025-03-31 07:48:40.839 [67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] [qtp1225114731-22]  INFO [aai-resources,67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:40.854 [67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] [qtp1225114731-22]  INFO [aai-resources,67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:40.854 [67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] [qtp1225114731-22]  INFO [aai-resources,67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:40.854 [67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] [qtp1225114731-22]  INFO [aai-resources,67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:40.854 [67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] [qtp1225114731-22]  INFO [aai-resources,67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:41.270 [67ea48d9faab1a356357dce7ee557d04,6357dce7ee557d04] [qtp1225114731-25]  INFO [aai-resources,67ea48d9faab1a356357dce7ee557d04,6357dce7ee557d04] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:41.286 [67ea48d9faab1a356357dce7ee557d04,6357dce7ee557d04] [qtp1225114731-25] DEBUG [aai-resources,67ea48d9faab1a356357dce7ee557d04,6357dce7ee557d04] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"10d51925-7cef-4f4b-ac25-b6506d9b3b97","status":"200","rqstDate":"250331-07:48:41:270","respDate":"250331-07:48:41:286","sourceId":"haproxy:10d51925-7cef-4f4b-ac25-b6506d9b3b97","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:41:270-42665\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1b246439-3e8a-407a-9471-aa8c37aa60cc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[10d51925-7cef-4f4b-ac25-b6506d9b3b97]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:48:41.338 [67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] [qtp1225114731-22]  INFO [aai-resources,67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:41.599 [67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] [qtp1225114731-22] DEBUG [aai-resources,67ea48d8b2217c31ebd14da2fedaa281,ebd14da2fedaa281] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aedfa7dd-7d59-4371-9c75-34f027699674","status":"201","rqstDate":"250331-07:48:40:839","respDate":"250331-07:48:41:599","sourceId":"AAI-TOOLS:aedfa7dd-7d59-4371-9c75-34f027699674","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/0367193e-c785-4d5f-9cb8-7bc89dc9ddb7","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:40:839-81349\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ecb64454-6e93-42df-b135-8ef7e1938273], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[6088], Content-Type=[application/json], X-ONAP-RequestID=[aedfa7dd-7d59-4371-9c75-34f027699674]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"0367193e-c785-4d5f-9cb8-7bc89dc9ddb7\\\",\\n   \\\"named-query-name\\\" : \\\"get-component-list\\\",\\n   \\\"named-query-version\\\" : \\\"1.1\\\",\\n   \\\"description\\\" : \\\"Named Query - Get Component List\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"property-collect-list\\\" : [ \\\"service-instance-id\\\", \\\"service-instance-name\\\" ],\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"166c050d-f69d-4305-943e-0bc58c3a26cf\\\"\\n                     } ]\\n                  } ]\\n               }\\n            }, {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"1b2c9ba7-e449-4831-ba15-3073672f5ef2\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"3d560d81-57d0-438b-a2a1-5334dba0651a\\\"\\n                     } ]\\n                  } ]\\n               }\\n            }, {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"fcec1b02-b2d0-4834-aef8-d71be04717dd\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  }, {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        }, {\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"fcec1b02-b2d0-4834-aef8-d71be04717dd\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        }, {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"1b2c9ba7-e449-4831-ba15-3073672f5ef2\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"3d560d81-57d0-438b-a2a1-5334dba0651a\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"ef86f9c5-2165-44f3-8fc3-96018b609ea5\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:40:839-81349\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[102568], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:40:839-81349]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:41 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/0367193e-c785-4d5f-9cb8-7bc89dc9ddb7" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 764 - "logType": "access"
2025-03-31 07:48:41.781 [67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] [qtp1225114731-26]  INFO [aai-resources,67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:41.798 [67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] [qtp1225114731-26]  INFO [aai-resources,67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:41.798 [67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] [qtp1225114731-26]  INFO [aai-resources,67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:41.798 [67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] [qtp1225114731-26]  INFO [aai-resources,67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:41.799 [67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] [qtp1225114731-26]  INFO [aai-resources,67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:42.213 [67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] [qtp1225114731-26]  INFO [aai-resources,67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:42.595 [67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] [qtp1225114731-26] DEBUG [aai-resources,67ea48d9764a9a896799acc7eaf6d253,6799acc7eaf6d253] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f2953844-3b52-4060-9bd2-539507259bcc","status":"201","rqstDate":"250331-07:48:41:781","respDate":"250331-07:48:42:595","sourceId":"AAI-TOOLS:f2953844-3b52-4060-9bd2-539507259bcc","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/2a183f99-2c66-482b-ade5-7962efd801ef","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:41:781-16607\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[348e2bd4-a29b-44cb-9752-428886abf1d3], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[6463], Content-Type=[application/json], X-ONAP-RequestID=[f2953844-3b52-4060-9bd2-539507259bcc]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"2a183f99-2c66-482b-ade5-7962efd801ef\\\",\\n   \\\"named-query-name\\\" : \\\"get-component-list\\\",\\n   \\\"named-query-version\\\" : \\\"1.2\\\",\\n   \\\"description\\\" : \\\"Named Query - Get Component List\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"property-collect-list\\\" : [ \\\"service-instance-id\\\", \\\"service-instance-name\\\" ],\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"1b2c9ba7-e449-4831-ba15-3073672f5ef2\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"3d560d81-57d0-438b-a2a1-5334dba0651a\\\"\\n                     } ]\\n                  } ]\\n               }\\n            }, {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"fcec1b02-b2d0-4834-aef8-d71be04717dd\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  }, {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"do-not-output\\\" : \\\"true\\\",\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"6d932c8f-463b-4e76-83fb-87acfbaa2e2d\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        }, {\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"fcec1b02-b2d0-4834-aef8-d71be04717dd\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        }, {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"1b2c9ba7-e449-4831-ba15-3073672f5ef2\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"3d560d81-57d0-438b-a2a1-5334dba0651a\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"ef86f9c5-2165-44f3-8fc3-96018b609ea5\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:41:781-16607\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[127064], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:41:781-16607]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:42 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/2a183f99-2c66-482b-ade5-7962efd801ef" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 820 - "logType": "access"
2025-03-31 07:48:42.710 [67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] [qtp1225114731-22]  INFO [aai-resources,67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:42.719 [67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] [qtp1225114731-22]  INFO [aai-resources,67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:42.719 [67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] [qtp1225114731-22]  INFO [aai-resources,67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:42.719 [67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] [qtp1225114731-22]  INFO [aai-resources,67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:42.720 [67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] [qtp1225114731-22]  INFO [aai-resources,67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:42.846 [67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] [qtp1225114731-22]  INFO [aai-resources,67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:42.918 [67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] [qtp1225114731-22] DEBUG [aai-resources,67ea48daa1014d2e89fe8e0dd8fdfd0b,89fe8e0dd8fdfd0b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"59875cc5-ab93-4421-9d2c-e0c1e5195188","status":"201","rqstDate":"250331-07:48:42:710","respDate":"250331-07:48:42:918","sourceId":"AAI-TOOLS:59875cc5-ab93-4421-9d2c-e0c1e5195188","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/670a94e9-874f-4087-8501-62d4d289c519","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:42:710-47253\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[12be0456-dff7-4557-b55c-8efe841cee94], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[1127], Content-Type=[application/json], X-ONAP-RequestID=[59875cc5-ab93-4421-9d2c-e0c1e5195188]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"670a94e9-874f-4087-8501-62d4d289c519\\\",\\n   \\\"named-query-name\\\" : \\\"dhv-complex-by-hostname\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - DHV Complex By Hostname\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"af91c2f7-35fc-43cf-a13d-443f385b2353\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"6d932c8f-463b-4e76-83fb-87acfbaa2e2d\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:42:710-47253\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[131160], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:42:710-47253]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:42 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/670a94e9-874f-4087-8501-62d4d289c519" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 216 - "logType": "access"
2025-03-31 07:48:43.135 [67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] [qtp1225114731-26]  INFO [aai-resources,67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:43.147 [67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] [qtp1225114731-26]  INFO [aai-resources,67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:43.147 [67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] [qtp1225114731-26]  INFO [aai-resources,67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:43.147 [67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] [qtp1225114731-26]  INFO [aai-resources,67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:43.148 [67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] [qtp1225114731-26]  INFO [aai-resources,67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:43.271 [67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] [qtp1225114731-26]  INFO [aai-resources,67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:43.294 [67ea48dbd8c14e1fa1778a3acd2e8061,a1778a3acd2e8061] [qtp1225114731-24]  INFO [aai-resources,67ea48dbd8c14e1fa1778a3acd2e8061,a1778a3acd2e8061] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:43.311 [67ea48dbd8c14e1fa1778a3acd2e8061,a1778a3acd2e8061] [qtp1225114731-24] DEBUG [aai-resources,67ea48dbd8c14e1fa1778a3acd2e8061,a1778a3acd2e8061] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"db39521e-3c8e-43a3-8bd2-c976d96e697c","status":"200","rqstDate":"250331-07:48:43:294","respDate":"250331-07:48:43:310","sourceId":"haproxy:db39521e-3c8e-43a3-8bd2-c976d96e697c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:43:294-76342\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3e2745c3-ed9f-4061-a930-e912a2b3953e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[db39521e-3c8e-43a3-8bd2-c976d96e697c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:48:43.351 [67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] [qtp1225114731-26] DEBUG [aai-resources,67ea48db80557a95d4e6fa6332274383,d4e6fa6332274383] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aa8ace3c-76c4-4825-b8c9-2e85d4aa169f","status":"201","rqstDate":"250331-07:48:43:135","respDate":"250331-07:48:43:350","sourceId":"AAI-TOOLS:aa8ace3c-76c4-4825-b8c9-2e85d4aa169f","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/59490c32-eaae-488d-8442-f301b1ed43a9","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:43:135-37745\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[09ef008b-7b40-4a36-b4be-0d13b07c6da9], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[1132], Content-Type=[application/json], X-ONAP-RequestID=[aa8ace3c-76c4-4825-b8c9-2e85d4aa169f]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"59490c32-eaae-488d-8442-f301b1ed43a9\\\",\\n   \\\"named-query-name\\\" : \\\"dhv-complex-by-location-id\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - DHV Complex By LocationId\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"6d932c8f-463b-4e76-83fb-87acfbaa2e2d\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"af91c2f7-35fc-43cf-a13d-443f385b2353\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:43:135-37745\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[135256], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:43:135-37745]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:43 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/59490c32-eaae-488d-8442-f301b1ed43a9" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 221 - "logType": "access"
2025-03-31 07:48:43.488 [67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] [qtp1225114731-22]  INFO [aai-resources,67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:43.498 [67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] [qtp1225114731-22]  INFO [aai-resources,67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:43.498 [67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] [qtp1225114731-22]  INFO [aai-resources,67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:43.498 [67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] [qtp1225114731-22]  INFO [aai-resources,67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:43.498 [67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] [qtp1225114731-22]  INFO [aai-resources,67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:43.698 [67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] [qtp1225114731-22]  INFO [aai-resources,67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:43.841 [67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] [qtp1225114731-22] DEBUG [aai-resources,67ea48dbb9f472bf05c38c560e3cfffd,05c38c560e3cfffd] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ecf3d5ac-699a-4a3a-8803-e51a3dc4e402","status":"201","rqstDate":"250331-07:48:43:488","respDate":"250331-07:48:43:841","sourceId":"AAI-TOOLS:ecf3d5ac-699a-4a3a-8803-e51a3dc4e402","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/47e5e7c7-719e-45af-b96f-0c15fa0691b9","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:43:488-87776\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[882b6eb4-a02f-4e39-b79a-a2cfa1655e72], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[2361], Content-Type=[application/json], X-ONAP-RequestID=[ecf3d5ac-699a-4a3a-8803-e51a3dc4e402]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"47e5e7c7-719e-45af-b96f-0c15fa0691b9\\\",\\n   \\\"named-query-name\\\" : \\\"logical-link-by-vnf-name\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - get logical-link by vnf-name\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"fe012535-2c31-4a39-a739-612374c638a0\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"cea0a982-8d55-4093-921e-418fbccf7060\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:43:488-87776\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[106680], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:43:488-87776]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:43 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/47e5e7c7-719e-45af-b96f-0c15fa0691b9" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 358 - "logType": "access"
2025-03-31 07:48:43.992 [67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] [qtp1225114731-26]  INFO [aai-resources,67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:43.999 [67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] [qtp1225114731-26]  INFO [aai-resources,67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:43.999 [67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] [qtp1225114731-26]  INFO [aai-resources,67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:43.999 [67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] [qtp1225114731-26]  INFO [aai-resources,67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:44.000 [67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] [qtp1225114731-26]  INFO [aai-resources,67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:44.115 [67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] [qtp1225114731-26]  INFO [aai-resources,67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:44.171 [67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] [qtp1225114731-26] DEBUG [aai-resources,67ea48dbb559f93b7bade03e0b5d9959,7bade03e0b5d9959] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2d514fbd-e2f4-4a75-b813-0d1b92d82620","status":"201","rqstDate":"250331-07:48:43:992","respDate":"250331-07:48:44:171","sourceId":"AAI-TOOLS:2d514fbd-e2f4-4a75-b813-0d1b92d82620","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/4028faed-b7d5-4059-9d49-7df06da9ebfb","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:43:992-20974\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3459fb9d-8ba0-436d-8eaf-a7aff63d1178], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[642], Content-Type=[application/json], X-ONAP-RequestID=[2d514fbd-e2f4-4a75-b813-0d1b92d82620]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"4028faed-b7d5-4059-9d49-7df06da9ebfb\\\",\\n   \\\"named-query-name\\\" : \\\"logical-link-by-circuit-id-\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - get logical-link by circuit-id\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"fe012535-2c31-4a39-a739-612374c638a0\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:43:992-20974\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[118952], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:43:992-20974]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:44 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/4028faed-b7d5-4059-9d49-7df06da9ebfb" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 186 - "logType": "access"
2025-03-31 07:48:44.335 [67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] [qtp1225114731-22]  INFO [aai-resources,67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:44.357 [67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] [qtp1225114731-22]  INFO [aai-resources,67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:44.357 [67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] [qtp1225114731-22]  INFO [aai-resources,67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:44.357 [67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] [qtp1225114731-22]  INFO [aai-resources,67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:44.358 [67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] [qtp1225114731-22]  INFO [aai-resources,67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:45.123 [67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] [qtp1225114731-22]  INFO [aai-resources,67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:45.320 [67ea48dda03cec29d64b8b8a662e42b5,d64b8b8a662e42b5] [qtp1225114731-25]  INFO [aai-resources,67ea48dda03cec29d64b8b8a662e42b5,d64b8b8a662e42b5] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:45.334 [67ea48dda03cec29d64b8b8a662e42b5,d64b8b8a662e42b5] [qtp1225114731-25] DEBUG [aai-resources,67ea48dda03cec29d64b8b8a662e42b5,d64b8b8a662e42b5] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"805e58d9-50dc-4e19-a8a6-e98147064463","status":"200","rqstDate":"250331-07:48:45:320","respDate":"250331-07:48:45:334","sourceId":"haproxy:805e58d9-50dc-4e19-a8a6-e98147064463","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:45:320-20249\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[96177e2e-d9ce-401e-9f01-553ceb554c53], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[805e58d9-50dc-4e19-a8a6-e98147064463]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:48:45.531 [67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] [qtp1225114731-22] DEBUG [aai-resources,67ea48dcb00e315cd14a5a5e1de2571a,d14a5a5e1de2571a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"93ed6418-694c-48c8-96db-b641af59e058","status":"201","rqstDate":"250331-07:48:44:336","respDate":"250331-07:48:45:530","sourceId":"AAI-TOOLS:93ed6418-694c-48c8-96db-b641af59e058","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/b546a34b-7e71-45dc-9907-4cbdcf675c64","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:44:336-89701\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8460def4-d8d4-4c4a-b35a-26a215a9d6f1], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[16162], Content-Type=[application/json], X-ONAP-RequestID=[93ed6418-694c-48c8-96db-b641af59e058]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"b546a34b-7e71-45dc-9907-4cbdcf675c64\\\",\\n   \\\"named-query-name\\\" : \\\"dhv-service-topology\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - DHV Service Topology\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"property-collect-list\\\" : [ \\\"service-instance-id\\\", \\\"persona-model-id\\\", \\\"service-instance-name\\\", \\\"service-instance-location-id\\\" ],\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"property-collect-list\\\" : [ \\\"service-type\\\", \\\"temp-ub-sub-account-id\\\" ],\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"property-collect-list\\\" : [ \\\"global-customer-id\\\" ],\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"c1d4305f-cdbd-4bbe-9069-a2f4978fd89e\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"2e1a602a-acd8-4f78-94ff-618b802a303b\\\"\\n                     } ]\\n                  } ]\\n               }\\n            }, {\\n               \\\"property-collect-list\\\" : [ \\\"service-instance-id\\\", \\\"persona-model-id\\\", \\\"service-instance-name\\\", \\\"service-instance-location-id\\\" ],\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"property-collect-list\\\" : [ \\\"vnf-name\\\", \\\"vnf-id\\\", \\\"vnf-type\\\", \\\"prov-status\\\", \\\"operational-state\\\" ],\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"property-collect-list\\\" : [ \\\"interface-name\\\" ],\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"property-collect-list\\\" : [ \\\"vlan-interface\\\", \\\"vlan-id-inner\\\", \\\"vlan-id-outer\\\", \\\"vlan-description\\\", \\\"speed-value\\\", \\\"speed-units\\\" ],\\n                                 \\\"named-query-elements\\\" : {\\n                                    \\\"named-query-element\\\" : [ {\\n                                       \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv4-address\\\" ],\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    }, {\\n                                       \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv6-address\\\" ],\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    } ]\\n                                 },\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              }, {\\n                                 \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv4-address\\\" ],\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              }, {\\n                                 \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv6-address\\\" ],\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"cea0a982-8d55-4093-921e-418fbccf7060\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        }, {\\n                           \\\"property-collect-list\\\" : [ \\\"vserver-name\\\", \\\"vserver-id\\\", \\\"prov-status\\\" ],\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"property-collect-list\\\" : [ \\\"interface-name\\\" ],\\n                                 \\\"named-query-elements\\\" : {\\n                                    \\\"named-query-element\\\" : [ {\\n                                       \\\"property-collect-list\\\" : [ \\\"vlan-interface\\\", \\\"vlan-id-inner\\\", \\\"vlan-id-outer\\\", \\\"vlan-description\\\", \\\"speed-value\\\", \\\"speed-units\\\" ],\\n                                       \\\"named-query-elements\\\" : {\\n                                          \\\"named-query-element\\\" : [ {\\n                                             \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv4-address\\\" ],\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          }, {\\n                                             \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv6-address\\\" ],\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          } ]\\n                                       },\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    }, {\\n                                       \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv4-address\\\" ],\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    }, {\\n                                       \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv6-address\\\" ],\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    } ]\\n                                 },\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"cea0a982-8d55-4093-921e-418fbccf7060\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              }, {\\n                                 \\\"property-collect-list\\\" : [ \\\"hostname\\\" ],\\n                                 \\\"named-query-elements\\\" : {\\n                                    \\\"named-query-element\\\" : [ {\\n                                       \\\"property-collect-list\\\" : [ \\\"interface-name\\\" ],\\n                                       \\\"named-query-elements\\\" : {\\n                                          \\\"named-query-element\\\" : [ {\\n                                             \\\"property-collect-list\\\" : [ \\\"service-provider-name\\\" ],\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"c822d81f-822f-4304-9623-1025b53da568\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          } ]\\n                                       },\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"94043c37-4e73-439c-a790-0fdd697924cd\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    } ]\\n                                 },\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"6d932c8f-463b-4e76-83fb-87acfbaa2e2d\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:44:336-89701\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[86192], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:44:336-89701]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:45 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/b546a34b-7e71-45dc-9907-4cbdcf675c64" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 1200 - "logType": "access"
2025-03-31 07:48:45.707 [67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] [qtp1225114731-26]  INFO [aai-resources,67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:45.730 [67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] [qtp1225114731-26]  INFO [aai-resources,67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:45.731 [67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] [qtp1225114731-26]  INFO [aai-resources,67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:45.731 [67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] [qtp1225114731-26]  INFO [aai-resources,67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:45.732 [67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] [qtp1225114731-26]  INFO [aai-resources,67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:46.434 [67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] [qtp1225114731-26]  INFO [aai-resources,67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:46.884 [67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] [qtp1225114731-26] DEBUG [aai-resources,67ea48dd5c223d5f2c02c3cb65cdd10b,2c02c3cb65cdd10b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3b186e64-4f6a-4802-ad09-b60c6b820d2a","status":"201","rqstDate":"250331-07:48:45:707","respDate":"250331-07:48:46:884","sourceId":"AAI-TOOLS:3b186e64-4f6a-4802-ad09-b60c6b820d2a","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/888d6065-e1ff-409c-ac6b-baafc4777788","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:45:707-63562\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ec33c887-dbe6-4e06-850e-ac9a6c47c75b], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[16164], Content-Type=[application/json], X-ONAP-RequestID=[3b186e64-4f6a-4802-ad09-b60c6b820d2a]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"888d6065-e1ff-409c-ac6b-baafc4777788\\\",\\n   \\\"named-query-name\\\" : \\\"dhv-service-topology\\\",\\n   \\\"named-query-version\\\" : \\\"1.1\\\",\\n   \\\"description\\\" : \\\"Named Query - DHV Service Topology\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"property-collect-list\\\" : [ \\\"service-instance-id\\\", \\\"model-invariant-id\\\", \\\"service-instance-name\\\", \\\"service-instance-location-id\\\" ],\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"property-collect-list\\\" : [ \\\"service-type\\\", \\\"temp-ub-sub-account-id\\\" ],\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"property-collect-list\\\" : [ \\\"global-customer-id\\\" ],\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"c1d4305f-cdbd-4bbe-9069-a2f4978fd89e\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"2e1a602a-acd8-4f78-94ff-618b802a303b\\\"\\n                     } ]\\n                  } ]\\n               }\\n            }, {\\n               \\\"property-collect-list\\\" : [ \\\"service-instance-id\\\", \\\"persona-model-id\\\", \\\"service-instance-name\\\", \\\"service-instance-location-id\\\" ],\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"property-collect-list\\\" : [ \\\"vnf-name\\\", \\\"vnf-id\\\", \\\"vnf-type\\\", \\\"prov-status\\\", \\\"operational-state\\\" ],\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"property-collect-list\\\" : [ \\\"interface-name\\\" ],\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"property-collect-list\\\" : [ \\\"vlan-interface\\\", \\\"vlan-id-inner\\\", \\\"vlan-id-outer\\\", \\\"vlan-description\\\", \\\"speed-value\\\", \\\"speed-units\\\" ],\\n                                 \\\"named-query-elements\\\" : {\\n                                    \\\"named-query-element\\\" : [ {\\n                                       \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv4-address\\\" ],\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    }, {\\n                                       \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv6-address\\\" ],\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    } ]\\n                                 },\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              }, {\\n                                 \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv4-address\\\" ],\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              }, {\\n                                 \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv6-address\\\" ],\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"cea0a982-8d55-4093-921e-418fbccf7060\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        }, {\\n                           \\\"property-collect-list\\\" : [ \\\"vserver-name\\\", \\\"vserver-id\\\", \\\"prov-status\\\" ],\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"property-collect-list\\\" : [ \\\"interface-name\\\" ],\\n                                 \\\"named-query-elements\\\" : {\\n                                    \\\"named-query-element\\\" : [ {\\n                                       \\\"property-collect-list\\\" : [ \\\"vlan-interface\\\", \\\"vlan-id-inner\\\", \\\"vlan-id-outer\\\", \\\"vlan-description\\\", \\\"speed-value\\\", \\\"speed-units\\\" ],\\n                                       \\\"named-query-elements\\\" : {\\n                                          \\\"named-query-element\\\" : [ {\\n                                             \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv4-address\\\" ],\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          }, {\\n                                             \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv6-address\\\" ],\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          } ]\\n                                       },\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    }, {\\n                                       \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv4-address\\\" ],\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    }, {\\n                                       \\\"property-collect-list\\\" : [ \\\"l3-interface-ipv6-address\\\" ],\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    } ]\\n                                 },\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"cea0a982-8d55-4093-921e-418fbccf7060\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              }, {\\n                                 \\\"property-collect-list\\\" : [ \\\"hostname\\\" ],\\n                                 \\\"named-query-elements\\\" : {\\n                                    \\\"named-query-element\\\" : [ {\\n                                       \\\"property-collect-list\\\" : [ \\\"interface-name\\\" ],\\n                                       \\\"named-query-elements\\\" : {\\n                                          \\\"named-query-element\\\" : [ {\\n                                             \\\"property-collect-list\\\" : [ \\\"service-provider-name\\\" ],\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"c822d81f-822f-4304-9623-1025b53da568\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          } ]\\n                                       },\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"94043c37-4e73-439c-a790-0fdd697924cd\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    } ]\\n                                 },\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"6d932c8f-463b-4e76-83fb-87acfbaa2e2d\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:45:707-63562\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[147544], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:45:707-63562]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:46 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/888d6065-e1ff-409c-ac6b-baafc4777788" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 1182 - "logType": "access"
2025-03-31 07:48:47.003 [67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] [qtp1225114731-22]  INFO [aai-resources,67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:47.022 [67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] [qtp1225114731-22]  INFO [aai-resources,67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:47.022 [67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] [qtp1225114731-22]  INFO [aai-resources,67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:47.022 [67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] [qtp1225114731-22]  INFO [aai-resources,67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:47.023 [67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] [qtp1225114731-22]  INFO [aai-resources,67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:47.342 [67ea48df34d92e4d7eb11802e7406e11,7eb11802e7406e11] [qtp1225114731-24]  INFO [aai-resources,67ea48df34d92e4d7eb11802e7406e11,7eb11802e7406e11] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:47.351 [67ea48df34d92e4d7eb11802e7406e11,7eb11802e7406e11] [qtp1225114731-24] DEBUG [aai-resources,67ea48df34d92e4d7eb11802e7406e11,7eb11802e7406e11] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"20e86b64-e74f-42cd-ae9a-16f2ec122e19","status":"200","rqstDate":"250331-07:48:47:342","respDate":"250331-07:48:47:351","sourceId":"haproxy:20e86b64-e74f-42cd-ae9a-16f2ec122e19","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:47:342-30885\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ca4e7433-23b5-4a52-b6c8-469ac9c596d9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[20e86b64-e74f-42cd-ae9a-16f2ec122e19]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 07:48:47.748 [67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] [qtp1225114731-22]  INFO [aai-resources,67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:48.144 [67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] [qtp1225114731-22] DEBUG [aai-resources,67ea48df33f4c7e30dcbb10f39448be0,0dcbb10f39448be0] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b2ddb1e7-7dab-44b7-a4a3-71b7f12747a8","status":"201","rqstDate":"250331-07:48:47:003","respDate":"250331-07:48:48:143","sourceId":"AAI-TOOLS:b2ddb1e7-7dab-44b7-a4a3-71b7f12747a8","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/09236f18-a9d2-4468-9086-464b8385b706","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:47:003-65488\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2f4f7f37-44eb-47a0-9af1-1321f3dfb0c6], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[18105], Content-Type=[application/json], X-ONAP-RequestID=[b2ddb1e7-7dab-44b7-a4a3-71b7f12747a8]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"09236f18-a9d2-4468-9086-464b8385b706\\\",\\n   \\\"named-query-name\\\" : \\\"dhv-service-topology-2\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - DHV Service Topology 2\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        }, {\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        }, {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              }, {\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"cea0a982-8d55-4093-921e-418fbccf7060\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  }, {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"af91c2f7-35fc-43cf-a13d-443f385b2353\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"6d932c8f-463b-4e76-83fb-87acfbaa2e2d\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                     } ]\\n                  } ]\\n               }\\n            }, {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"named-query-elements\\\" : {\\n                                    \\\"named-query-element\\\" : [ {\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    }, {\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    }, {\\n                                       \\\"named-query-elements\\\" : {\\n                                          \\\"named-query-element\\\" : [ {\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          }, {\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          } ]\\n                                       },\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    } ]\\n                                 },\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"cea0a982-8d55-4093-921e-418fbccf7060\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              }, {\\n                                 \\\"named-query-elements\\\" : {\\n                                    \\\"named-query-element\\\" : [ {\\n                                       \\\"named-query-elements\\\" : {\\n                                          \\\"named-query-element\\\" : [ {\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          }, {\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          }, {\\n                                             \\\"named-query-elements\\\" : {\\n                                                \\\"named-query-element\\\" : [ {\\n                                                   \\\"relationship-list\\\" : {\\n                                                      \\\"relationship\\\" : [ {\\n                                                         \\\"related-to\\\" : \\\"model\\\",\\n                                                         \\\"relationship-data\\\" : [ {\\n                                                            \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                            \\\"relationship-value\\\" : \\\"aad85df2-09be-40fa-b867-16415e4e10e2\\\"\\n                                                         } ]\\n                                                      } ]\\n                                                   }\\n                                                }, {\\n                                                   \\\"relationship-list\\\" : {\\n                                                      \\\"relationship\\\" : [ {\\n                                                         \\\"related-to\\\" : \\\"model\\\",\\n                                                         \\\"relationship-data\\\" : [ {\\n                                                            \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                            \\\"relationship-value\\\" : \\\"82966045-43ee-4982-8307-7e9610866140\\\"\\n                                                         } ]\\n                                                      } ]\\n                                                   }\\n                                                } ]\\n                                             },\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          } ]\\n                                       },\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"cea0a982-8d55-4093-921e-418fbccf7060\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    } ]\\n                                 },\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"f6d6a23d-a1a9-48ff-8419-b6530da2d381\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:47:003-65488\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[131256], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:47:003-65488]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:48 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/09236f18-a9d2-4468-9086-464b8385b706" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 1146 - "logType": "access"
2025-03-31 07:48:48.356 [67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] [qtp1225114731-26]  INFO [aai-resources,67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:48.366 [67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] [qtp1225114731-26]  INFO [aai-resources,67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:48.366 [67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] [qtp1225114731-26]  INFO [aai-resources,67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:48.366 [67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] [qtp1225114731-26]  INFO [aai-resources,67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:48.366 [67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] [qtp1225114731-26]  INFO [aai-resources,67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:48.536 [67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] [qtp1225114731-26]  INFO [aai-resources,67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:48.699 [67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] [qtp1225114731-26] DEBUG [aai-resources,67ea48e0bcd7c29dff8bd8edb213f8d8,ff8bd8edb213f8d8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ba125395-ad02-429b-a7e9-8908c47e8e3f","status":"201","rqstDate":"250331-07:48:48:356","respDate":"250331-07:48:48:698","sourceId":"AAI-TOOLS:ba125395-ad02-429b-a7e9-8908c47e8e3f","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/96e54642-c0e1-4aa2-af53-e37c623b8d01","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:48:356-34066\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2be0d2b6-7ac8-41db-981a-717e42ede6a6], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[3122], Content-Type=[application/json], X-ONAP-RequestID=[ba125395-ad02-429b-a7e9-8908c47e8e3f]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"96e54642-c0e1-4aa2-af53-e37c623b8d01\\\",\\n   \\\"named-query-name\\\" : \\\"l3network-cloud-region-by-network-role\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - get l3Network and cloudRegion by networkRole\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"425b2158-e51d-4509-9945-dad4556474a3\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"97c26c99-6870-44c1-8a07-1d900d3f4ce6\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"3d560d81-57d0-438b-a2a1-5334dba0651a\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:48:356-34066\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41132136], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:48:356-34066]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:48 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/96e54642-c0e1-4aa2-af53-e37c623b8d01" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 351 - "logType": "access"
2025-03-31 07:48:48.859 [67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] [qtp1225114731-22]  INFO [aai-resources,67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:48.866 [67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] [qtp1225114731-22]  INFO [aai-resources,67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:48.866 [67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] [qtp1225114731-22]  INFO [aai-resources,67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:48.866 [67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] [qtp1225114731-22]  INFO [aai-resources,67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:48.866 [67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] [qtp1225114731-22]  INFO [aai-resources,67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:48.946 [67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] [qtp1225114731-22]  INFO [aai-resources,67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:49.007 [67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] [qtp1225114731-22] DEBUG [aai-resources,67ea48e0f2c5e4cb20a356ad2ef6cb83,20a356ad2ef6cb83] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"262f6e34-354d-4ee1-b60a-f118169e126d","status":"201","rqstDate":"250331-07:48:48:859","respDate":"250331-07:48:49:006","sourceId":"AAI-TOOLS:262f6e34-354d-4ee1-b60a-f118169e126d","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/25096aa7-bc97-4ece-8a81-41dd28cd0f7d","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:48:859-85936\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5e825ae6-acce-49e0-a63d-b72330835a5d], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[1145], Content-Type=[application/json], X-ONAP-RequestID=[262f6e34-354d-4ee1-b60a-f118169e126d]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"25096aa7-bc97-4ece-8a81-41dd28cd0f7d\\\",\\n   \\\"named-query-name\\\" : \\\"getLogicalLinkByCloudRegionId\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named query - get logical link by cloud region id\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"fe012535-2c31-4a39-a739-612374c638a0\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"425b2158-e51d-4509-9945-dad4556474a3\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:48:859-85936\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[139432], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:48:859-85936]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:49 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/25096aa7-bc97-4ece-8a81-41dd28cd0f7d" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 151 - "logType": "access"
2025-03-31 07:48:49.206 [67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] [qtp1225114731-26]  INFO [aai-resources,67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:49.218 [67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] [qtp1225114731-26]  INFO [aai-resources,67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:49.218 [67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] [qtp1225114731-26]  INFO [aai-resources,67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:49.218 [67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] [qtp1225114731-26]  INFO [aai-resources,67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:49.218 [67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] [qtp1225114731-26]  INFO [aai-resources,67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:49.359 [67ea48e1be0b88646e9fe8e0c5235e91,6e9fe8e0c5235e91] [qtp1225114731-25]  INFO [aai-resources,67ea48e1be0b88646e9fe8e0c5235e91,6e9fe8e0c5235e91] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:49.371 [67ea48e1be0b88646e9fe8e0c5235e91,6e9fe8e0c5235e91] [qtp1225114731-25] DEBUG [aai-resources,67ea48e1be0b88646e9fe8e0c5235e91,6e9fe8e0c5235e91] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c3e0999-9c48-4511-9a28-3a2faf8864f2","status":"200","rqstDate":"250331-07:48:49:359","respDate":"250331-07:48:49:371","sourceId":"haproxy:3c3e0999-9c48-4511-9a28-3a2faf8864f2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:49:359-61353\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3b18c945-409f-4961-aaee-00e8cb45e2ac], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c3e0999-9c48-4511-9a28-3a2faf8864f2]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:48:49.422 [67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] [qtp1225114731-26]  INFO [aai-resources,67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:49.656 [67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] [qtp1225114731-26] DEBUG [aai-resources,67ea48e157ce7ebe538c5837236630bb,538c5837236630bb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a7469d6d-1faa-43a5-879c-33d6eee7099a","status":"201","rqstDate":"250331-07:48:49:206","respDate":"250331-07:48:49:655","sourceId":"AAI-TOOLS:a7469d6d-1faa-43a5-879c-33d6eee7099a","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/75d55786-200b-49fd-92d7-1393e755d693","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:49:206-30031\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[bb19a61d-5292-4e77-ae71-433eeea76d2e], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[3948], Content-Type=[application/json], X-ONAP-RequestID=[a7469d6d-1faa-43a5-879c-33d6eee7099a]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"75d55786-200b-49fd-92d7-1393e755d693\\\",\\n   \\\"named-query-name\\\" : \\\"pinterface-physical-link-by-service-instance-id\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - get pInterface and physicalLink by serviceInstanceId\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"named-query-elements\\\" : {\\n                                    \\\"named-query-element\\\" : [ {\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"c822d81f-822f-4304-9623-1025b53da568\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    } ]\\n                                 },\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"94043c37-4e73-439c-a790-0fdd697924cd\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"6d932c8f-463b-4e76-83fb-87acfbaa2e2d\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:49:206-30031\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41136232], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:49:206-30031]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:49 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/75d55786-200b-49fd-92d7-1393e755d693" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 454 - "logType": "access"
2025-03-31 07:48:49.813 [67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] [qtp1225114731-22]  INFO [aai-resources,67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:49.824 [67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] [qtp1225114731-22]  INFO [aai-resources,67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:49.824 [67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] [qtp1225114731-22]  INFO [aai-resources,67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:49.824 [67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] [qtp1225114731-22]  INFO [aai-resources,67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:49.824 [67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] [qtp1225114731-22]  INFO [aai-resources,67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:50.065 [67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] [qtp1225114731-22]  INFO [aai-resources,67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:50.255 [67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] [qtp1225114731-22] DEBUG [aai-resources,67ea48e18d004a076220136cf4e0e5ff,6220136cf4e0e5ff] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8d445690-27b5-4ef3-a566-ff2f1b343b7b","status":"201","rqstDate":"250331-07:48:49:813","respDate":"250331-07:48:50:255","sourceId":"AAI-TOOLS:8d445690-27b5-4ef3-a566-ff2f1b343b7b","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/cbf22b8a-f29a-4b9b-a466-a878095b258a","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:49:813-29531\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f0ef375e-7354-494b-8830-e5a52ee65944], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[6051], Content-Type=[application/json], X-ONAP-RequestID=[8d445690-27b5-4ef3-a566-ff2f1b343b7b]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"cbf22b8a-f29a-4b9b-a466-a878095b258a\\\",\\n   \\\"named-query-name\\\" : \\\"GetRouterRoadmTailSummary\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named query - Get Router ROADM Tail Summary\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"862b25a1-262a-4961-bdaa-cdc55d69785a\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"94043c37-4e73-439c-a790-0fdd697924cd\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        }, {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"named-query-elements\\\" : {\\n                                    \\\"named-query-element\\\" : [ {\\n                                       \\\"named-query-elements\\\" : {\\n                                          \\\"named-query-element\\\" : [ {\\n                                             \\\"relationship-list\\\" : {\\n                                                \\\"relationship\\\" : [ {\\n                                                   \\\"related-to\\\" : \\\"model\\\",\\n                                                   \\\"relationship-data\\\" : [ {\\n                                                      \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                      \\\"relationship-value\\\" : \\\"c1d4305f-cdbd-4bbe-9069-a2f4978fd89e\\\"\\n                                                   } ]\\n                                                } ]\\n                                             }\\n                                          } ]\\n                                       },\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"2e1a602a-acd8-4f78-94ff-618b802a303b\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    } ]\\n                                 },\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"fe012535-2c31-4a39-a739-612374c638a0\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"fe012535-2c31-4a39-a739-612374c638a0\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"94043c37-4e73-439c-a790-0fdd697924cd\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"862b25a1-262a-4961-bdaa-cdc55d69785a\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:49:813-29531\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[131280], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:49:813-29531]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:50 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/cbf22b8a-f29a-4b9b-a466-a878095b258a" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 447 - "logType": "access"
2025-03-31 07:48:50.451 [67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] [qtp1225114731-26]  INFO [aai-resources,67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:50.464 [67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] [qtp1225114731-26]  INFO [aai-resources,67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:50.464 [67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] [qtp1225114731-26]  INFO [aai-resources,67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:50.464 [67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] [qtp1225114731-26]  INFO [aai-resources,67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:50.465 [67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] [qtp1225114731-26]  INFO [aai-resources,67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:50.713 [67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] [qtp1225114731-26]  INFO [aai-resources,67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:50.837 [67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] [qtp1225114731-26] DEBUG [aai-resources,67ea48e251b70b55f45b4a848a11afda,f45b4a848a11afda] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"db25ee68-a3b7-42e4-a6b2-e5113cd1d739","status":"201","rqstDate":"250331-07:48:50:453","respDate":"250331-07:48:50:837","sourceId":"AAI-TOOLS:db25ee68-a3b7-42e4-a6b2-e5113cd1d739","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/3fb4d3d3-36c1-4162-9fe9-3e2c68a9da81","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:50:453-12082\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d8d1d69a-4291-4b28-85d9-3199b83a0c88], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[4254], Content-Type=[application/json], X-ONAP-RequestID=[db25ee68-a3b7-42e4-a6b2-e5113cd1d739]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"3fb4d3d3-36c1-4162-9fe9-3e2c68a9da81\\\",\\n   \\\"named-query-name\\\" : \\\"getServiceInstanceModel-1.0\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named query - Get service instance model\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"related-lookups\\\" : {\\n                        \\\"related-lookup\\\" : [ {\\n                           \\\"source-node-type\\\" : \\\"vf-module\\\",\\n                           \\\"source-node-property\\\" : \\\"model-invariant-id-local\\\",\\n                           \\\"target-node-type\\\" : \\\"model\\\",\\n                           \\\"target-node-property\\\" : \\\"model-invariant-id\\\",\\n                           \\\"property-collect-list\\\" : [ \\\"model-invariant-id\\\", \\\"model-type\\\" ]\\n                        }, \\n                        {\\n                           \\\"source-node-type\\\" : \\\"vf-module\\\",\\n                           \\\"source-node-property\\\" : \\\"model-version-id-local\\\",\\n                           \\\"target-node-type\\\" : \\\"model-ver\\\",\\n                           \\\"target-node-property\\\" : \\\"model-version-id\\\",\\n                           \\\"property-collect-list\\\" : [ \\\"model-name\\\", \\\"model-version-id\\\", \\\"model-version\\\" ]\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"ef86f9c5-2165-44f3-8fc3-96018b609ea5\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"related-lookups\\\" : {\\n                  \\\"related-lookup\\\" : [ {\\n                     \\\"source-node-type\\\" : \\\"generic-vnf\\\",\\n                     \\\"source-node-property\\\" : \\\"model-invariant-id-local\\\",\\n                     \\\"target-node-type\\\" : \\\"model\\\",\\n                     \\\"target-node-property\\\" : \\\"model-invariant-id\\\",\\n                     \\\"property-collect-list\\\" : [ \\\"model-invariant-id\\\", \\\"model-type\\\" ]\\n                  },\\n                  {\\n                     \\\"source-node-type\\\" : \\\"generic-vnf\\\",\\n                     \\\"source-node-property\\\" : \\\"model-version-id-local\\\",\\n                     \\\"target-node-type\\\" : \\\"model-ver\\\",\\n                     \\\"target-node-property\\\" : \\\"model-version-id\\\",\\n                     \\\"property-collect-list\\\" : [ \\\"model-name\\\", \\\"model-version-id\\\", \\\"model-version\\\" ]\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"related-lookups\\\" : {\\n            \\\"related-lookup\\\" : [ {\\n               \\\"source-node-type\\\" : \\\"service-instance\\\",\\n               \\\"source-node-property\\\" : \\\"model-invariant-id-local\\\",\\n               \\\"target-node-type\\\" : \\\"model\\\",\\n               \\\"target-node-property\\\" : \\\"model-invariant-id\\\",\\n               \\\"property-collect-list\\\" : [ \\\"model-invariant-id\\\", \\\"model-type\\\" ]\\n            },\\n            {\\n               \\\"source-node-type\\\" : \\\"service-instance\\\",\\n               \\\"source-node-property\\\" : \\\"model-invariant-id-local\\\",\\n               \\\"target-node-type\\\" : \\\"model\\\",\\n               \\\"target-node-property\\\" : \\\"model-invariant-id\\\",\\n               \\\"property-collect-list\\\" : [ \\\"model-name\\\", \\\"model-version-id\\\", \\\"model-version\\\" ]\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:50:453-12082\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[172192], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:50:453-12082]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:50 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/3fb4d3d3-36c1-4162-9fe9-3e2c68a9da81" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 390 - "logType": "access"
2025-03-31 07:48:51.011 [67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] [qtp1225114731-22]  INFO [aai-resources,67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:51.022 [67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] [qtp1225114731-22]  INFO [aai-resources,67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:51.022 [67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] [qtp1225114731-22]  INFO [aai-resources,67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:51.023 [67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] [qtp1225114731-22]  INFO [aai-resources,67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:51.023 [67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] [qtp1225114731-22]  INFO [aai-resources,67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:51.272 [67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] [qtp1225114731-22]  INFO [aai-resources,67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:51.379 [67ea48e3a93c47d30548929e23375b70,0548929e23375b70] [qtp1225114731-24]  INFO [aai-resources,67ea48e3a93c47d30548929e23375b70,0548929e23375b70] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:51.392 [67ea48e3a93c47d30548929e23375b70,0548929e23375b70] [qtp1225114731-24] DEBUG [aai-resources,67ea48e3a93c47d30548929e23375b70,0548929e23375b70] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"55d0365d-89ba-46ca-87c4-3e26fda18225","status":"200","rqstDate":"250331-07:48:51:379","respDate":"250331-07:48:51:392","sourceId":"haproxy:55d0365d-89ba-46ca-87c4-3e26fda18225","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:51:379-10699\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fdfb2727-3071-4df4-8b78-fa94b3be1884], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[55d0365d-89ba-46ca-87c4-3e26fda18225]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:48:51.483 [67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] [qtp1225114731-22] DEBUG [aai-resources,67ea48e352914c39a4e702364ac677b5,a4e702364ac677b5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1e0e5a43-f37f-4db5-b559-953a6fdcb68e","status":"201","rqstDate":"250331-07:48:51:012","respDate":"250331-07:48:51:482","sourceId":"AAI-TOOLS:1e0e5a43-f37f-4db5-b559-953a6fdcb68e","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/5aaae840-ca96-4e5f-9308-58883564a80f","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:51:012-38888\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9e0448f4-39bd-48c5-94a3-d9ae40743224], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[5663], Content-Type=[application/json], X-ONAP-RequestID=[1e0e5a43-f37f-4db5-b559-953a6fdcb68e]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"5aaae840-ca96-4e5f-9308-58883564a80f\\\",\\n   \\\"named-query-name\\\" : \\\"get-service-instance-summary\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - Get Service Instance Summary\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"property-collect-list\\\" : [ \\\"service-instance-id\\\", \\\"service-instance-name\\\", \\\"operational-status\\\" ],\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"do-not-output\\\" : \\\"true\\\",\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"property-collect-list\\\" : [ \\\"cloud-region-id\\\" ],\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"425b2158-e51d-4509-9945-dad4556474a3\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"3d560d81-57d0-438b-a2a1-5334dba0651a\\\"\\n                     } ]\\n                  } ]\\n               }\\n            }, {\\n               \\\"property-collect-list\\\" : [ \\\"service-type\\\" ],\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"property-collect-list\\\" : [ \\\"global-customer-id\\\", \\\"subscriber-name\\\" ],\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"c1d4305f-cdbd-4bbe-9069-a2f4978fd89e\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"2e1a602a-acd8-4f78-94ff-618b802a303b\\\"\\n                     } ]\\n                  } ]\\n               }\\n            }, {\\n               \\\"do-not-output\\\" : \\\"true\\\",\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"do-not-output\\\" : \\\"true\\\",\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"do-not-output\\\" : \\\"true\\\",\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"property-collect-list\\\" : [ \\\"cloud-region-id\\\" ],\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"425b2158-e51d-4509-9945-dad4556474a3\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"97c26c99-6870-44c1-8a07-1d900d3f4ce6\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:51:012-38888\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[184480], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:51:012-38888]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:51 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/5aaae840-ca96-4e5f-9308-58883564a80f" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 476 - "logType": "access"
2025-03-31 07:48:51.613 [67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] [qtp1225114731-26]  INFO [aai-resources,67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:51.621 [67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] [qtp1225114731-26]  INFO [aai-resources,67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:51.621 [67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] [qtp1225114731-26]  INFO [aai-resources,67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:51.621 [67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] [qtp1225114731-26]  INFO [aai-resources,67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:51.622 [67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] [qtp1225114731-26]  INFO [aai-resources,67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:51.735 [67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] [qtp1225114731-26]  INFO [aai-resources,67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:51.798 [67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] [qtp1225114731-26] DEBUG [aai-resources,67ea48e3c2303e0441b6d71aa85f3d6f,41b6d71aa85f3d6f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c3aa2a56-f6e4-40f6-8113-86ed7f79cae3","status":"201","rqstDate":"250331-07:48:51:613","respDate":"250331-07:48:51:798","sourceId":"AAI-TOOLS:c3aa2a56-f6e4-40f6-8113-86ed7f79cae3","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/6e806bc2-8f9b-4534-bb68-be91267ff6c8","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:51:613-66680\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ed73b99e-655c-4d6f-a95c-d1f24b569416], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[1982], Content-Type=[application/json], X-ONAP-RequestID=[c3aa2a56-f6e4-40f6-8113-86ed7f79cae3]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"6e806bc2-8f9b-4534-bb68-be91267ff6c8\\\",\\n   \\\"named-query-name\\\" : \\\"get-service-instance-model-info\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - Get Service Instance Model Info\\\",\\n    \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"do-not-output\\\" : \\\"false\\\",\\n               \\\"related-lookups\\\" : {\\n                  \\\"related-lookup\\\" : [ {\\n                     \\\"source-node-type\\\" : \\\"service-instance\\\",\\n                     \\\"source-node-property\\\" : \\\"model-invariant-id-local\\\",\\n                     \\\"target-node-type\\\" : \\\"model\\\",\\n                     \\\"target-node-property\\\" : \\\"model-invariant-id\\\",\\n                     \\\"property-collect-list\\\" : [\\\"model-invariant-id\\\", \\\"model-type\\\", \\\"model-description\\\" ]\\n                  }, {\\n                     \\\"source-node-type\\\" : \\\"service-instance\\\",\\n                     \\\"source-node-property\\\" : \\\"model-version-id-local\\\",\\n                     \\\"target-node-type\\\" : \\\"model-ver\\\",\\n                     \\\"target-node-property\\\" : \\\"model-version-id\\\",\\n                     \\\"property-collect-list\\\" : [ \\\"model-version-id\\\", \\\"model-name\\\", \\\"model-version\\\", \\\"model-description\\\" ]\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"2e1a602a-acd8-4f78-94ff-618b802a303b\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:51:613-66680\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[192600], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:51:613-66680]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:51 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/6e806bc2-8f9b-4534-bb68-be91267ff6c8" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 189 - "logType": "access"
2025-03-31 07:48:51.932 [67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] [qtp1225114731-22]  INFO [aai-resources,67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:51.941 [67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] [qtp1225114731-22]  INFO [aai-resources,67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:51.941 [67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] [qtp1225114731-22]  INFO [aai-resources,67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:51.941 [67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] [qtp1225114731-22]  INFO [aai-resources,67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:51.942 [67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] [qtp1225114731-22]  INFO [aai-resources,67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:52.168 [67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] [qtp1225114731-22]  INFO [aai-resources,67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:52.362 [67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] [qtp1225114731-22] DEBUG [aai-resources,67ea48e3a658bafe97388966dfe69c5d,97388966dfe69c5d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37dfb4cf-959d-4d91-a7e8-ecef40fd1c9c","status":"201","rqstDate":"250331-07:48:51:932","respDate":"250331-07:48:52:362","sourceId":"AAI-TOOLS:37dfb4cf-959d-4d91-a7e8-ecef40fd1c9c","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/3c167fdb-5a99-46a3-8165-e566d289358d","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:51:932-30620\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[fff7d4f4-6631-403e-8454-57fc6132c455], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[4142], Content-Type=[application/json], X-ONAP-RequestID=[37dfb4cf-959d-4d91-a7e8-ecef40fd1c9c]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"3c167fdb-5a99-46a3-8165-e566d289358d\\\",\\n   \\\"named-query-name\\\" : \\\"getTenantInfoAtSvcInstance\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - Tenant Info At Service Instance\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"property-collect-list\\\" : [ \\\"service-instance-id\\\", \\\"service-instance-name\\\" ],\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"property-collect-list\\\" : [ \\\"vnf-id\\\", \\\"vnf-name\\\" ],\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"property-collect-list\\\" : [ \\\"vserver-id\\\", \\\"vserver-name\\\" ],\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"named-query-elements\\\" : {\\n                                    \\\"named-query-element\\\" : [ {\\n                                       \\\"relationship-list\\\" : {\\n                                          \\\"relationship\\\" : [ {\\n                                             \\\"related-to\\\" : \\\"model\\\",\\n                                             \\\"relationship-data\\\" : [ {\\n                                                \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                                \\\"relationship-value\\\" : \\\"af91c2f7-35fc-43cf-a13d-443f385b2353\\\"\\n                                             } ]\\n                                          } ]\\n                                       }\\n                                    } ]\\n                                 },\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"425b2158-e51d-4509-9945-dad4556474a3\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"97c26c99-6870-44c1-8a07-1d900d3f4ce6\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:51:932-30620\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41156712], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:51:932-30620]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:52 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/3c167fdb-5a99-46a3-8165-e566d289358d" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 438 - "logType": "access"
2025-03-31 07:48:52.514 [67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] [qtp1225114731-26]  INFO [aai-resources,67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:52.523 [67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] [qtp1225114731-26]  INFO [aai-resources,67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:52.523 [67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] [qtp1225114731-26]  INFO [aai-resources,67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:52.523 [67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] [qtp1225114731-26]  INFO [aai-resources,67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:52.524 [67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] [qtp1225114731-26]  INFO [aai-resources,67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:52.676 [67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] [qtp1225114731-26]  INFO [aai-resources,67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:52.783 [67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] [qtp1225114731-26] DEBUG [aai-resources,67ea48e4d6d7ac8501a9ea25483d5dce,01a9ea25483d5dce] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"47a9555b-3cf0-45a0-8803-8b2fae1cd4a8","status":"201","rqstDate":"250331-07:48:52:514","respDate":"250331-07:48:52:782","sourceId":"AAI-TOOLS:47a9555b-3cf0-45a0-8803-8b2fae1cd4a8","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/35b13965-ef9d-4597-9859-bde64c521c91","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:52:514-46288\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[4985ebe2-1274-4b07-9ea4-10ad18083d1a], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[2374], Content-Type=[application/json], X-ONAP-RequestID=[47a9555b-3cf0-45a0-8803-8b2fae1cd4a8]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"35b13965-ef9d-4597-9859-bde64c521c91\\\",\\n   \\\"named-query-name\\\" : \\\"getTenantInfoAtSvcSubscription\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - Tenant Info At ServiceSubscription\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"af91c2f7-35fc-43cf-a13d-443f385b2353\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"425b2158-e51d-4509-9945-dad4556474a3\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"97c26c99-6870-44c1-8a07-1d900d3f4ce6\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"2e1a602a-acd8-4f78-94ff-618b802a303b\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:52:514-46288\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[159920], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:52:514-46288]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:52 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/35b13965-ef9d-4597-9859-bde64c521c91" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 273 - "logType": "access"
2025-03-31 07:48:52.928 [67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] [qtp1225114731-22]  INFO [aai-resources,67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:52.936 [67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] [qtp1225114731-22]  INFO [aai-resources,67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:52.936 [67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] [qtp1225114731-22]  INFO [aai-resources,67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:52.936 [67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] [qtp1225114731-22]  INFO [aai-resources,67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:52.936 [67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] [qtp1225114731-22]  INFO [aai-resources,67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:53.056 [67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] [qtp1225114731-22]  INFO [aai-resources,67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:53.193 [67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] [qtp1225114731-22] DEBUG [aai-resources,67ea48e4268151304d2efba56a789c2e,4d2efba56a789c2e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b29a6aea-59e8-469b-b85d-eeb25aba291f","status":"201","rqstDate":"250331-07:48:52:929","respDate":"250331-07:48:53:193","sourceId":"AAI-TOOLS:b29a6aea-59e8-469b-b85d-eeb25aba291f","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/9abb2661-d92c-4f84-aea6-b16acfa00e22","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:52:929-61067\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[0ff43f56-2a66-465b-9aab-22837063f366], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[2376], Content-Type=[application/json], X-ONAP-RequestID=[b29a6aea-59e8-469b-b85d-eeb25aba291f]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"9abb2661-d92c-4f84-aea6-b16acfa00e22\\\",\\n   \\\"named-query-name\\\" : \\\"generic-vnf-vlan-by-circuit-id\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - get genericVnf and vlan by circuitId\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"cea0a982-8d55-4093-921e-418fbccf7060\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"d2b1eaf1-ae59-4116-9ee4-aa0179faa4f8\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"fe012535-2c31-4a39-a739-612374c638a0\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-07:48:52:929-61067\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[159912], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-07:48:52:929-61067]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:53 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/9abb2661-d92c-4f84-aea6-b16acfa00e22" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 271 - "logType": "access"
2025-03-31 07:48:53.385 [67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] [qtp1225114731-26]  INFO [aai-resources,67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:53.397 [67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] [qtp1225114731-26]  INFO [aai-resources,67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:53.397 [67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] [qtp1225114731-26]  INFO [aai-resources,67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:53.397 [67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] [qtp1225114731-26]  INFO [aai-resources,67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:53.398 [67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] [qtp1225114731-26]  INFO [aai-resources,67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:53.400 [67ea48e58f3f8d11fb1be2196034da00,fb1be2196034da00] [qtp1225114731-25]  INFO [aai-resources,67ea48e58f3f8d11fb1be2196034da00,fb1be2196034da00] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:53.411 [67ea48e58f3f8d11fb1be2196034da00,fb1be2196034da00] [qtp1225114731-25] DEBUG [aai-resources,67ea48e58f3f8d11fb1be2196034da00,fb1be2196034da00] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8106d6a1-942b-45d0-9a6a-f944515e1252","status":"200","rqstDate":"250331-07:48:53:400","respDate":"250331-07:48:53:411","sourceId":"haproxy:8106d6a1-942b-45d0-9a6a-f944515e1252","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:53:400-39357\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9c41267b-2f7d-47b5-ab4f-4d4388a81719], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8106d6a1-942b-45d0-9a6a-f944515e1252]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:48:53.716 [67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] [qtp1225114731-26]  INFO [aai-resources,67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:53.914 [67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] [qtp1225114731-26] DEBUG [aai-resources,67ea48e51afea3c1db0609b81393d3b0,db0609b81393d3b0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f914d85c-4d89-4998-9957-309c967bd6f4","status":"201","rqstDate":"250331-07:48:53:386","respDate":"250331-07:48:53:914","sourceId":"AAI-TOOLS:f914d85c-4d89-4998-9957-309c967bd6f4","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/f199cb88-5e69-4b1f-93e0-6f257877d066","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:53:386-91328\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5d767b95-3e03-4111-962e-736ee7293825], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[5872], Content-Type=[application/json], X-ONAP-RequestID=[f914d85c-4d89-4998-9957-309c967bd6f4]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"f199cb88-5e69-4b1f-93e0-6f257877d066\\\",\\n   \\\"named-query-name\\\" : \\\"getVserver-1.0\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named query - Get vserver\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"425b2158-e51d-4509-9945-dad4556474a3\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"97c26c99-6870-44c1-8a07-1d900d3f4ce6\\\"\\n                     } ]\\n                  } ]\\n               }\\n            }, {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"related-lookups\\\" : {\\n                        \\\"related-lookup\\\" : [ {\\n                           \\\"source-node-type\\\" : \\\"vf-module\\\",\\n                           \\\"source-node-property\\\" : \\\"model-invariant-id-local\\\",\\n                           \\\"target-node-type\\\" : \\\"model\\\",\\n                           \\\"target-node-property\\\" : \\\"model-invariant-id\\\",\\n                           \\\"property-collect-list\\\" : [ \\\"model-invariant-id\\\", \\\"model-type\\\" ]\\n                        }, \\n                        {\\n                           \\\"source-node-type\\\" : \\\"vf-module\\\",\\n                           \\\"source-node-property\\\" : \\\"model-version-id-local\\\",\\n                           \\\"target-node-type\\\" : \\\"model-ver\\\",\\n                           \\\"target-node-property\\\" : \\\"model-version-id\\\",\\n                           \\\"property-collect-list\\\" : [\\\"model-name\\\", \\\"model-version-id\\\", \\\"model-version\\\" ]\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"ef86f9c5-2165-44f3-8fc3-96018b609ea5\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  }, {\\n                     \\\"related-lookups\\\" : {\\n                        \\\"related-lookup\\\" : [ {\\n                           \\\"source-node-type\\\" : \\\"service-instance\\\",\\n                           \\\"source-node-property\\\" : \\\"model-invariant-id-local\\\",\\n                           \\\"target-node-type\\\" : \\\"model\\\",\\n                           \\\"target-node-property\\\" : \\\"model-invariant-id\\\",\\n                           \\\"property-collect-list\\\" : [ \\\"model-invariant-id\\\", \\\"model-type\\\" ]\\n                        }, \\n                        {\\n                           \\\"source-node-type\\\" : \\\"service-instance\\\",\\n                           \\\"source-node-property\\\" : \\\"model-version-id-local\\\",\\n                           \\\"target-node-type\\\" : \\\"model-ver\\\",\\n                           \\\"target-node-property\\\" : \\\"model-version-id\\\",\\n                           \\\"property-collect-list\\\" : [ \\\"model-name\\\", \\\"model-version-id\\\", \\\"model-version\\\" ]\\n                        }]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"related-lookups\\\" : {\\n                  \\\"related-lookup\\\" : [ {\\n                     \\\"source-node-type\\\" : \\\"generic-vnf\\\",\\n                     \\\"source-node-property\\\" : \\\"model-invariant-id-local\\\",\\n                     \\\"target-node-type\\\" : \\\"model\\\",\\n                     \\\"target-node-property\\\" : \\\"model-invariant-id\\\",\\n                     \\\"property-collect-list\\\" : [ \\\"model-invariant-id\\\", \\\"model-type\\\" ]\\n                  },\\n                  {\\n                     \\\"source-node-type\\\" : \\\"generic-vnf\\\",\\n                     \\\"source-node-property\\\" : \\\"model-version-id-local\\\",\\n                     \\\"target-node-type\\\" : \\\"model-ver\\\",\\n                     \\\"target-node-property\\\" : \\\"model-version-id\\\",\\n                     \\\"property-collect-list\\\" : [ \\\"model-name\\\", \\\"model-version-id\\\", \\\"model-version\\\" ]\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:53:386-91328\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[164024], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:53:386-91328]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:53 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/f199cb88-5e69-4b1f-93e0-6f257877d066" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 533 - "logType": "access"
2025-03-31 07:48:54.055 [67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] [qtp1225114731-22]  INFO [aai-resources,67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:54.066 [67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] [qtp1225114731-22]  INFO [aai-resources,67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:54.066 [67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] [qtp1225114731-22]  INFO [aai-resources,67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:54.066 [67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] [qtp1225114731-22]  INFO [aai-resources,67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:54.066 [67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] [qtp1225114731-22]  INFO [aai-resources,67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:54.271 [67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] [qtp1225114731-22]  INFO [aai-resources,67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:54.409 [67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] [qtp1225114731-22] DEBUG [aai-resources,67ea48e6cbab3a95b5f127c7cbbcd6b6,b5f127c7cbbcd6b6] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"39360d85-8b26-4087-9308-aa5289970f2c","status":"201","rqstDate":"250331-07:48:54:056","respDate":"250331-07:48:54:408","sourceId":"AAI-TOOLS:39360d85-8b26-4087-9308-aa5289970f2c","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/88aae9bc-9b3d-44c8-a0ba-3c4911da755c","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:54:056-39935\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cae613aa-73c8-4868-81e6-cb514b5da3eb], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[3564], Content-Type=[application/json], X-ONAP-RequestID=[39360d85-8b26-4087-9308-aa5289970f2c]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"88aae9bc-9b3d-44c8-a0ba-3c4911da755c\\\",\\n   \\\"named-query-name\\\" : \\\"GetWlBundleId\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named query for wavelength services with same Bundle Id\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"c1d4305f-cdbd-4bbe-9069-a2f4978fd89e\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"2e1a602a-acd8-4f78-94ff-618b802a303b\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  }, {\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"fe012535-2c31-4a39-a739-612374c638a0\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"fe012535-2c31-4a39-a739-612374c638a0\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"86ffe6e5-4d0e-4cec-80b5-5c38aa3eff98\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:54:056-39935\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[172216], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:54:056-39935]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:54 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/88aae9bc-9b3d-44c8-a0ba-3c4911da755c" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 357 - "logType": "access"
2025-03-31 07:48:54.621 [67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] [qtp1225114731-26]  INFO [aai-resources,67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:54.629 [67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] [qtp1225114731-26]  INFO [aai-resources,67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:54.629 [67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] [qtp1225114731-26]  INFO [aai-resources,67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:54.630 [67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] [qtp1225114731-26]  INFO [aai-resources,67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:54.630 [67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] [qtp1225114731-26]  INFO [aai-resources,67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:54.790 [67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] [qtp1225114731-26]  INFO [aai-resources,67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:54.913 [67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] [qtp1225114731-26] DEBUG [aai-resources,67ea48e6773bf050ba45b9bba609ee1a,ba45b9bba609ee1a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c616809e-5efe-44c8-b5f7-3f229e722a48","status":"201","rqstDate":"250331-07:48:54:621","respDate":"250331-07:48:54:913","sourceId":"AAI-TOOLS:c616809e-5efe-44c8-b5f7-3f229e722a48","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/037eb932-edac-48f5-9782-c19c0aa5a031","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:54:621-25631\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8662bbcf-1081-4061-a288-79519ef2a495], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[3084], Content-Type=[application/json], X-ONAP-RequestID=[c616809e-5efe-44c8-b5f7-3f229e722a48]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"037eb932-edac-48f5-9782-c19c0aa5a031\\\",\\n   \\\"named-query-name\\\" : \\\"vnf-to-esr-system-info\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - VNF to ESR System Info\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"named-query-elements\\\" : {\\n                        \\\"named-query-element\\\" : [ {\\n                           \\\"named-query-elements\\\" : {\\n                              \\\"named-query-element\\\" : [ {\\n                                 \\\"relationship-list\\\" : {\\n                                    \\\"relationship\\\" : [ {\\n                                       \\\"related-to\\\" : \\\"model\\\",\\n                                       \\\"relationship-data\\\" : [ {\\n                                          \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                          \\\"relationship-value\\\" : \\\"0562518b-e5b3-49f4-8ad8-19b43766c79d\\\"\\n                                       } ]\\n                                    } ]\\n                                 }\\n                              } ]\\n                           },\\n                           \\\"relationship-list\\\" : {\\n                              \\\"relationship\\\" : [ {\\n                                 \\\"related-to\\\" : \\\"model\\\",\\n                                 \\\"relationship-data\\\" : [ {\\n                                    \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                                    \\\"relationship-value\\\" : \\\"425b2158-e51d-4509-9945-dad4556474a3\\\"\\n                                 } ]\\n                              } ]\\n                           }\\n                        } ]\\n                     },\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"97c26c99-6870-44c1-8a07-1d900d3f4ce6\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-07:48:54:621-25631\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[168144], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-07:48:54:621-25631]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:54 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/037eb932-edac-48f5-9782-c19c0aa5a031" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 298 - "logType": "access"
2025-03-31 07:48:55.081 [67ea48e7622c019ed9af901238844af1,d9af901238844af1] [qtp1225114731-22]  INFO [aai-resources,67ea48e7622c019ed9af901238844af1,d9af901238844af1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:55.090 [67ea48e7622c019ed9af901238844af1,d9af901238844af1] [qtp1225114731-22]  INFO [aai-resources,67ea48e7622c019ed9af901238844af1,d9af901238844af1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 07:48:55.090 [67ea48e7622c019ed9af901238844af1,d9af901238844af1] [qtp1225114731-22]  INFO [aai-resources,67ea48e7622c019ed9af901238844af1,d9af901238844af1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 07:48:55.090 [67ea48e7622c019ed9af901238844af1,d9af901238844af1] [qtp1225114731-22]  INFO [aai-resources,67ea48e7622c019ed9af901238844af1,d9af901238844af1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 07:48:55.091 [67ea48e7622c019ed9af901238844af1,d9af901238844af1] [qtp1225114731-22]  INFO [aai-resources,67ea48e7622c019ed9af901238844af1,d9af901238844af1] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 07:48:55.187 [67ea48e7622c019ed9af901238844af1,d9af901238844af1] [qtp1225114731-22]  INFO [aai-resources,67ea48e7622c019ed9af901238844af1,d9af901238844af1] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 07:48:55.276 [67ea48e7622c019ed9af901238844af1,d9af901238844af1] [qtp1225114731-22] DEBUG [aai-resources,67ea48e7622c019ed9af901238844af1,d9af901238844af1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4aa0ccf3-27f3-4009-a087-b7450d1e38c7","status":"201","rqstDate":"250331-07:48:55:081","respDate":"250331-07:48:55:276","sourceId":"AAI-TOOLS:4aa0ccf3-27f3-4009-a087-b7450d1e38c7","resourceId":"http://aai.onap:35653/aai/v30/service-design-and-creation/named-queries/named-query/a93ac487-409c-4e8c-9e5f-334ae8f99087","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:55:081-80549\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[52190e27-cd5e-4bb4-a4d5-d5de6566ddf6], Accept=[application/json], User-Agent=[curl/8.11.1], X-Forwarded-Proto=[http], x-transactionid=[someUUID], Host=[aai.onap:35653], X-Forwarded-Port=[35653], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[AAI-TOOLS], Content-Length=[1702], Content-Type=[application/json], X-ONAP-RequestID=[4aa0ccf3-27f3-4009-a087-b7450d1e38c7]}\",\"Payload\":\"{\\n   \\\"named-query-uuid\\\" : \\\"a93ac487-409c-4e8c-9e5f-334ae8f99087\\\",\\n   \\\"named-query-name\\\" : \\\"vnf-to-service-instance\\\",\\n   \\\"named-query-version\\\" : \\\"1.0\\\",\\n   \\\"description\\\" : \\\"Named Query - VNF to Service Instance\\\",\\n   \\\"named-query-elements\\\" : {\\n      \\\"named-query-element\\\" : [ {\\n         \\\"named-query-elements\\\" : {\\n            \\\"named-query-element\\\" : [ {\\n               \\\"named-query-elements\\\" : {\\n                  \\\"named-query-element\\\" : [ {\\n                     \\\"relationship-list\\\" : {\\n                        \\\"relationship\\\" : [ {\\n                           \\\"related-to\\\" : \\\"model\\\",\\n                           \\\"relationship-data\\\" : [ {\\n                              \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                              \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n                           } ]\\n                        } ]\\n                     }\\n                  } ]\\n               },\\n               \\\"relationship-list\\\" : {\\n                  \\\"relationship\\\" : [ {\\n                     \\\"related-to\\\" : \\\"model\\\",\\n                     \\\"relationship-data\\\" : [ {\\n                        \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                        \\\"relationship-value\\\" : \\\"82194af1-3c2c-485a-8f44-420e22a9eaa4\\\"\\n                     } ]\\n                  } ]\\n               }\\n            } ]\\n         },\\n         \\\"relationship-list\\\" : {\\n            \\\"relationship\\\" : [ {\\n               \\\"related-to\\\" : \\\"model\\\",\\n               \\\"relationship-data\\\" : [ {\\n                  \\\"relationship-key\\\" : \\\"model.model-invariant-id\\\",\\n                  \\\"relationship-value\\\" : \\\"acc6edd8-a8d4-4b93-afaa-0994068be14c\\\"\\n               } ]\\n            } ]\\n         }\\n      } ]\\n   }\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-07:48:55:081-80549\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[221272], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-07:48:55:081-80549]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:55 +0000] "PUT /aai/v30/service-design-and-creation/named-queries/named-query/a93ac487-409c-4e8c-9e5f-334ae8f99087" 201 0 REST someUUID AAI-TOOLS 127.0.0.6 - - - - - - - - - 200 - "logType": "access"
2025-03-31 07:48:55.419 [67ea48e749b7397fb131a28a7600ba4f,b131a28a7600ba4f] [qtp1225114731-26]  INFO [aai-resources,67ea48e749b7397fb131a28a7600ba4f,b131a28a7600ba4f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:55.435 [67ea48e749b7397fb131a28a7600ba4f,b131a28a7600ba4f] [qtp1225114731-26] DEBUG [aai-resources,67ea48e749b7397fb131a28a7600ba4f,b131a28a7600ba4f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"35271426-78f1-44a4-9e55-d0942e581d73","status":"200","rqstDate":"250331-07:48:55:419","respDate":"250331-07:48:55:435","sourceId":"haproxy:35271426-78f1-44a4-9e55-d0942e581d73","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:48:55:419-49210\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[27df2242-0ca1-4b35-b184-13aab7aca418], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[35271426-78f1-44a4-9e55-d0942e581d73]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:48:57.443 [67ea48e933a2e1e1646ae688baba06ec,646ae688baba06ec] [qtp1225114731-22]  INFO [aai-resources,67ea48e933a2e1e1646ae688baba06ec,646ae688baba06ec] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:57.460 [67ea48e933a2e1e1646ae688baba06ec,646ae688baba06ec] [qtp1225114731-22] DEBUG [aai-resources,67ea48e933a2e1e1646ae688baba06ec,646ae688baba06ec] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"82146fc8-f7af-4ca6-997c-b3e55f9620d7","status":"200","rqstDate":"250331-07:48:57:443","respDate":"250331-07:48:57:459","sourceId":"haproxy:82146fc8-f7af-4ca6-997c-b3e55f9620d7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:48:57:443-87247\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9b1dee4b-4014-95fd-8c88-1d04fe3bd588], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[82146fc8-f7af-4ca6-997c-b3e55f9620d7]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:48:59.466 [67ea48ebad79ef1f244be2971d9abf1b,244be2971d9abf1b] [qtp1225114731-26]  INFO [aai-resources,67ea48ebad79ef1f244be2971d9abf1b,244be2971d9abf1b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:48:59.482 [67ea48ebad79ef1f244be2971d9abf1b,244be2971d9abf1b] [qtp1225114731-26] DEBUG [aai-resources,67ea48ebad79ef1f244be2971d9abf1b,244be2971d9abf1b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6e4c7b40-4aa3-4ffc-afd9-2d76613bc8ce","status":"200","rqstDate":"250331-07:48:59:467","respDate":"250331-07:48:59:482","sourceId":"haproxy:6e4c7b40-4aa3-4ffc-afd9-2d76613bc8ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:48:59:467-9091\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bd6b46e6-03aa-4884-9e80-f314e9dfe3f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6e4c7b40-4aa3-4ffc-afd9-2d76613bc8ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:48:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:49:01.489 [67ea48ed15dd5ec71aaa7923299db4a2,1aaa7923299db4a2] [qtp1225114731-22]  INFO [aai-resources,67ea48ed15dd5ec71aaa7923299db4a2,1aaa7923299db4a2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:01.503 [67ea48ed15dd5ec71aaa7923299db4a2,1aaa7923299db4a2] [qtp1225114731-22] DEBUG [aai-resources,67ea48ed15dd5ec71aaa7923299db4a2,1aaa7923299db4a2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c8c749f5-00ee-4dc3-8141-802fc4e810c4","status":"200","rqstDate":"250331-07:49:01:490","respDate":"250331-07:49:01:503","sourceId":"haproxy:c8c749f5-00ee-4dc3-8141-802fc4e810c4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:49:01:490-71160\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fcd6732d-7fb9-4631-9a00-a4b371dda5ef], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c8c749f5-00ee-4dc3-8141-802fc4e810c4]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:49:03.514 [67ea48ef4891367ebd4d7cb9cfb1b944,bd4d7cb9cfb1b944] [qtp1225114731-26]  INFO [aai-resources,67ea48ef4891367ebd4d7cb9cfb1b944,bd4d7cb9cfb1b944] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:03.533 [67ea48ef4891367ebd4d7cb9cfb1b944,bd4d7cb9cfb1b944] [qtp1225114731-26] DEBUG [aai-resources,67ea48ef4891367ebd4d7cb9cfb1b944,bd4d7cb9cfb1b944] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd39542a-71d0-4504-9c4d-3b986abba38f","status":"200","rqstDate":"250331-07:49:03:514","respDate":"250331-07:49:03:533","sourceId":"haproxy:cd39542a-71d0-4504-9c4d-3b986abba38f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:03:514-99896\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[50396e0b-a1e4-4857-b953-9f83e43aac49], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd39542a-71d0-4504-9c4d-3b986abba38f]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:49:05.542 [67ea48f1e2ce00552e8c33ed0e3e0b15,2e8c33ed0e3e0b15] [qtp1225114731-25]  INFO [aai-resources,67ea48f1e2ce00552e8c33ed0e3e0b15,2e8c33ed0e3e0b15] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:05.555 [67ea48f1e2ce00552e8c33ed0e3e0b15,2e8c33ed0e3e0b15] [qtp1225114731-25] DEBUG [aai-resources,67ea48f1e2ce00552e8c33ed0e3e0b15,2e8c33ed0e3e0b15] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"879795bf-f1ab-4df4-aaec-d2bec508ce54","status":"200","rqstDate":"250331-07:49:05:542","respDate":"250331-07:49:05:554","sourceId":"haproxy:879795bf-f1ab-4df4-aaec-d2bec508ce54","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:49:05:542-31040\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eceab172-ee8b-4418-88eb-ac2b898a4234], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[879795bf-f1ab-4df4-aaec-d2bec508ce54]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:49:07.562 [67ea48f327a71ecbcf2875c07d8e78da,cf2875c07d8e78da] [qtp1225114731-26]  INFO [aai-resources,67ea48f327a71ecbcf2875c07d8e78da,cf2875c07d8e78da] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:07.580 [67ea48f327a71ecbcf2875c07d8e78da,cf2875c07d8e78da] [qtp1225114731-26] DEBUG [aai-resources,67ea48f327a71ecbcf2875c07d8e78da,cf2875c07d8e78da] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"671ef16b-77ba-4f85-a119-3ff11a6d93e0","status":"200","rqstDate":"250331-07:49:07:563","respDate":"250331-07:49:07:579","sourceId":"haproxy:671ef16b-77ba-4f85-a119-3ff11a6d93e0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:07:563-56132\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[745797af-1ce8-401c-9f83-99aca64df2cf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[671ef16b-77ba-4f85-a119-3ff11a6d93e0]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:49:09.588 [67ea48f55d087bcc55a77b98b73148dd,55a77b98b73148dd] [qtp1225114731-25]  INFO [aai-resources,67ea48f55d087bcc55a77b98b73148dd,55a77b98b73148dd] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:09.606 [67ea48f55d087bcc55a77b98b73148dd,55a77b98b73148dd] [qtp1225114731-25] DEBUG [aai-resources,67ea48f55d087bcc55a77b98b73148dd,55a77b98b73148dd] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8caef373-b98d-46ee-9847-fbb10b5eb5b1","status":"200","rqstDate":"250331-07:49:09:588","respDate":"250331-07:49:09:606","sourceId":"haproxy:8caef373-b98d-46ee-9847-fbb10b5eb5b1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:49:09:588-9361\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[37f3f78d-060d-490f-8d89-afcfdeb23e8f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8caef373-b98d-46ee-9847-fbb10b5eb5b1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:49:11.615 [67ea48f7341dbd1c9c6c61f23a4a51b8,9c6c61f23a4a51b8] [qtp1225114731-26]  INFO [aai-resources,67ea48f7341dbd1c9c6c61f23a4a51b8,9c6c61f23a4a51b8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:11.627 [67ea48f7341dbd1c9c6c61f23a4a51b8,9c6c61f23a4a51b8] [qtp1225114731-26] DEBUG [aai-resources,67ea48f7341dbd1c9c6c61f23a4a51b8,9c6c61f23a4a51b8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dd256e4f-92d6-48ee-a5bb-d0dc191f8cd1","status":"200","rqstDate":"250331-07:49:11:615","respDate":"250331-07:49:11:627","sourceId":"haproxy:dd256e4f-92d6-48ee-a5bb-d0dc191f8cd1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:49:11:615-22847\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ffe2632a-ee0e-47b6-b148-8f032fb2739f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dd256e4f-92d6-48ee-a5bb-d0dc191f8cd1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:49:13.634 [67ea48f95652bf245a8ad5afd81cec56,5a8ad5afd81cec56] [qtp1225114731-25]  INFO [aai-resources,67ea48f95652bf245a8ad5afd81cec56,5a8ad5afd81cec56] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:13.649 [67ea48f95652bf245a8ad5afd81cec56,5a8ad5afd81cec56] [qtp1225114731-25] DEBUG [aai-resources,67ea48f95652bf245a8ad5afd81cec56,5a8ad5afd81cec56] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"acc7cd08-3019-4325-b290-d274965f8d56","status":"200","rqstDate":"250331-07:49:13:634","respDate":"250331-07:49:13:649","sourceId":"haproxy:acc7cd08-3019-4325-b290-d274965f8d56","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:49:13:634-21058\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cc1d9c4c-deca-451c-9cfb-843658626aaa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[acc7cd08-3019-4325-b290-d274965f8d56]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:49:15.658 [67ea48fb16a4bba2ff9f5bf399f5d6eb,ff9f5bf399f5d6eb] [qtp1225114731-26]  INFO [aai-resources,67ea48fb16a4bba2ff9f5bf399f5d6eb,ff9f5bf399f5d6eb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:15.675 [67ea48fb16a4bba2ff9f5bf399f5d6eb,ff9f5bf399f5d6eb] [qtp1225114731-26] DEBUG [aai-resources,67ea48fb16a4bba2ff9f5bf399f5d6eb,ff9f5bf399f5d6eb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e1c9eb1-6c82-4fda-a9f1-b09156e5d4ae","status":"200","rqstDate":"250331-07:49:15:658","respDate":"250331-07:49:15:674","sourceId":"haproxy:5e1c9eb1-6c82-4fda-a9f1-b09156e5d4ae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:15:658-82443\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[74282291-957f-4ed7-8068-d4f3998dc3fb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5e1c9eb1-6c82-4fda-a9f1-b09156e5d4ae]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:49:17.684 [67ea48fd2ec9e8cddf0a08f2bfb6fb66,df0a08f2bfb6fb66] [qtp1225114731-25]  INFO [aai-resources,67ea48fd2ec9e8cddf0a08f2bfb6fb66,df0a08f2bfb6fb66] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:17.696 [67ea48fd2ec9e8cddf0a08f2bfb6fb66,df0a08f2bfb6fb66] [qtp1225114731-25] DEBUG [aai-resources,67ea48fd2ec9e8cddf0a08f2bfb6fb66,df0a08f2bfb6fb66] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f138c8d5-8bf1-493e-8054-3f1b9f1721cd","status":"200","rqstDate":"250331-07:49:17:684","respDate":"250331-07:49:17:696","sourceId":"haproxy:f138c8d5-8bf1-493e-8054-3f1b9f1721cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:49:17:684-13302\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c974196b-c645-476a-a2b6-f5e051bc5801], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f138c8d5-8bf1-493e-8054-3f1b9f1721cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:49:19.704 [67ea48ffecb38ec16a0a4ec439beb6d2,6a0a4ec439beb6d2] [qtp1225114731-26]  INFO [aai-resources,67ea48ffecb38ec16a0a4ec439beb6d2,6a0a4ec439beb6d2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:19.717 [67ea48ffecb38ec16a0a4ec439beb6d2,6a0a4ec439beb6d2] [qtp1225114731-26] DEBUG [aai-resources,67ea48ffecb38ec16a0a4ec439beb6d2,6a0a4ec439beb6d2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3699f032-b8e8-4aba-b8de-0da907e4a10a","status":"200","rqstDate":"250331-07:49:19:704","respDate":"250331-07:49:19:717","sourceId":"haproxy:3699f032-b8e8-4aba-b8de-0da907e4a10a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:19:704-19097\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4db03481-4f0d-42e4-93f5-0483da499e58], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3699f032-b8e8-4aba-b8de-0da907e4a10a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:49:21.724 [67ea49010074637dccdb716cbff6098a,ccdb716cbff6098a] [qtp1225114731-25]  INFO [aai-resources,67ea49010074637dccdb716cbff6098a,ccdb716cbff6098a] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:21.740 [67ea49010074637dccdb716cbff6098a,ccdb716cbff6098a] [qtp1225114731-25] DEBUG [aai-resources,67ea49010074637dccdb716cbff6098a,ccdb716cbff6098a] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ace2bdfb-8d88-4c54-aa92-8e263255b3c1","status":"200","rqstDate":"250331-07:49:21:725","respDate":"250331-07:49:21:740","sourceId":"haproxy:ace2bdfb-8d88-4c54-aa92-8e263255b3c1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:49:21:725-18523\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[25d061ef-a379-4123-8dc7-ceac56e53c75], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ace2bdfb-8d88-4c54-aa92-8e263255b3c1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:49:23.750 [67ea4903e2709c543cc4de91a0785737,3cc4de91a0785737] [qtp1225114731-26]  INFO [aai-resources,67ea4903e2709c543cc4de91a0785737,3cc4de91a0785737] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:23.766 [67ea4903e2709c543cc4de91a0785737,3cc4de91a0785737] [qtp1225114731-26] DEBUG [aai-resources,67ea4903e2709c543cc4de91a0785737,3cc4de91a0785737] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"127348ab-54f4-4fa3-862e-a3bc60cd2a85","status":"200","rqstDate":"250331-07:49:23:751","respDate":"250331-07:49:23:765","sourceId":"haproxy:127348ab-54f4-4fa3-862e-a3bc60cd2a85","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:23:751-90988\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[32d70931-bd2b-4c50-854d-668123a9d95b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[127348ab-54f4-4fa3-862e-a3bc60cd2a85]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:49:25.774 [67ea490553df15348cbd07bf8b879228,8cbd07bf8b879228] [qtp1225114731-24]  INFO [aai-resources,67ea490553df15348cbd07bf8b879228,8cbd07bf8b879228] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:25.789 [67ea490553df15348cbd07bf8b879228,8cbd07bf8b879228] [qtp1225114731-24] DEBUG [aai-resources,67ea490553df15348cbd07bf8b879228,8cbd07bf8b879228] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c8e38706-f80c-4179-8eba-21c89901a601","status":"200","rqstDate":"250331-07:49:25:774","respDate":"250331-07:49:25:789","sourceId":"haproxy:c8e38706-f80c-4179-8eba-21c89901a601","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:25:774-39003\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[20506ea4-5452-4219-ac58-7cc2855ba3b8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c8e38706-f80c-4179-8eba-21c89901a601]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:49:27.801 [67ea4907026630da020fe844e100ecfb,020fe844e100ecfb] [qtp1225114731-26]  INFO [aai-resources,67ea4907026630da020fe844e100ecfb,020fe844e100ecfb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:27.822 [67ea4907026630da020fe844e100ecfb,020fe844e100ecfb] [qtp1225114731-26] DEBUG [aai-resources,67ea4907026630da020fe844e100ecfb,020fe844e100ecfb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dab155f1-0e8c-4b27-b4a6-f69c78287cc4","status":"200","rqstDate":"250331-07:49:27:802","respDate":"250331-07:49:27:822","sourceId":"haproxy:dab155f1-0e8c-4b27-b4a6-f69c78287cc4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:27:802-45800\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5ef8a568-1843-4fd1-a61c-3cae337af489], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dab155f1-0e8c-4b27-b4a6-f69c78287cc4]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 07:49:29.829 [67ea49091b0f6d8da360248fdea07d3e,a360248fdea07d3e] [qtp1225114731-24]  INFO [aai-resources,67ea49091b0f6d8da360248fdea07d3e,a360248fdea07d3e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:29.846 [67ea49091b0f6d8da360248fdea07d3e,a360248fdea07d3e] [qtp1225114731-24] DEBUG [aai-resources,67ea49091b0f6d8da360248fdea07d3e,a360248fdea07d3e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2d443b83-349a-494e-afc3-1a51c56df09b","status":"200","rqstDate":"250331-07:49:29:830","respDate":"250331-07:49:29:846","sourceId":"haproxy:2d443b83-349a-494e-afc3-1a51c56df09b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:29:830-42354\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aaa00da9-da24-47f7-b79f-0bb137f9e02c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2d443b83-349a-494e-afc3-1a51c56df09b]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:49:31.862 [67ea490bccf6bb0488a8b9325f1833d9,88a8b9325f1833d9] [qtp1225114731-26]  INFO [aai-resources,67ea490bccf6bb0488a8b9325f1833d9,88a8b9325f1833d9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:31.882 [67ea490bccf6bb0488a8b9325f1833d9,88a8b9325f1833d9] [qtp1225114731-26] DEBUG [aai-resources,67ea490bccf6bb0488a8b9325f1833d9,88a8b9325f1833d9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"696b0f47-433a-4773-9177-07e571c795d1","status":"200","rqstDate":"250331-07:49:31:862","respDate":"250331-07:49:31:881","sourceId":"haproxy:696b0f47-433a-4773-9177-07e571c795d1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:31:862-57676\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[81f4fcb0-f6ee-4e6f-bb35-d51717255d10], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[696b0f47-433a-4773-9177-07e571c795d1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 07:49:33.890 [67ea490df1a98d9e76e222e713dfb6a0,76e222e713dfb6a0] [qtp1225114731-24]  INFO [aai-resources,67ea490df1a98d9e76e222e713dfb6a0,76e222e713dfb6a0] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:33.905 [67ea490df1a98d9e76e222e713dfb6a0,76e222e713dfb6a0] [qtp1225114731-24] DEBUG [aai-resources,67ea490df1a98d9e76e222e713dfb6a0,76e222e713dfb6a0] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f13345d-77dd-4fb6-83c0-8a773d6cd123","status":"200","rqstDate":"250331-07:49:33:890","respDate":"250331-07:49:33:905","sourceId":"haproxy:8f13345d-77dd-4fb6-83c0-8a773d6cd123","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:49:33:890-10996\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[60f66f75-4388-4b6f-ba8b-3c8caadd0aa0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8f13345d-77dd-4fb6-83c0-8a773d6cd123]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:49:35.914 [67ea490fc22472b3b2479b303d8db25a,b2479b303d8db25a] [qtp1225114731-26]  INFO [aai-resources,67ea490fc22472b3b2479b303d8db25a,b2479b303d8db25a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:35.926 [67ea490fc22472b3b2479b303d8db25a,b2479b303d8db25a] [qtp1225114731-26] DEBUG [aai-resources,67ea490fc22472b3b2479b303d8db25a,b2479b303d8db25a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ae04b881-fb61-4db5-b6fb-965816b5c716","status":"200","rqstDate":"250331-07:49:35:914","respDate":"250331-07:49:35:926","sourceId":"haproxy:ae04b881-fb61-4db5-b6fb-965816b5c716","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:35:914-8679\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e05cf2b4-4359-4b76-9dac-7c4bc2ae8105], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ae04b881-fb61-4db5-b6fb-965816b5c716]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:49:37.935 [67ea4911de8907071fcf8de6a9e98806,1fcf8de6a9e98806] [qtp1225114731-24]  INFO [aai-resources,67ea4911de8907071fcf8de6a9e98806,1fcf8de6a9e98806] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:37.954 [67ea4911de8907071fcf8de6a9e98806,1fcf8de6a9e98806] [qtp1225114731-24] DEBUG [aai-resources,67ea4911de8907071fcf8de6a9e98806,1fcf8de6a9e98806] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4faf1611-4b71-42c8-80dc-02d3d395f994","status":"200","rqstDate":"250331-07:49:37:935","respDate":"250331-07:49:37:954","sourceId":"haproxy:4faf1611-4b71-42c8-80dc-02d3d395f994","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:37:935-9573\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[49069c77-4879-9745-a16b-afb1bdf3c40a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4faf1611-4b71-42c8-80dc-02d3d395f994]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:49:39.963 [67ea4913241d6c05fb66d85a2ac13f5f,fb66d85a2ac13f5f] [qtp1225114731-26]  INFO [aai-resources,67ea4913241d6c05fb66d85a2ac13f5f,fb66d85a2ac13f5f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:39.988 [67ea4913241d6c05fb66d85a2ac13f5f,fb66d85a2ac13f5f] [qtp1225114731-26] DEBUG [aai-resources,67ea4913241d6c05fb66d85a2ac13f5f,fb66d85a2ac13f5f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"44ecc10d-a536-4226-b613-d58537f652cd","status":"200","rqstDate":"250331-07:49:39:963","respDate":"250331-07:49:39:988","sourceId":"haproxy:44ecc10d-a536-4226-b613-d58537f652cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:39:963-43131\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a2b3bc9f-6475-4d52-93f3-5babd184e741], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[44ecc10d-a536-4226-b613-d58537f652cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 29 - "logType": "access"
2025-03-31 07:49:41.996 [67ea49150ff6b6d45ee0f730bb2133bf,5ee0f730bb2133bf] [qtp1225114731-24]  INFO [aai-resources,67ea49150ff6b6d45ee0f730bb2133bf,5ee0f730bb2133bf] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:42.022 [67ea49150ff6b6d45ee0f730bb2133bf,5ee0f730bb2133bf] [qtp1225114731-24] DEBUG [aai-resources,67ea49150ff6b6d45ee0f730bb2133bf,5ee0f730bb2133bf] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"02def148-0182-4726-b866-40b9d523a9df","status":"200","rqstDate":"250331-07:49:41:996","respDate":"250331-07:49:42:021","sourceId":"haproxy:02def148-0182-4726-b866-40b9d523a9df","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:49:41:996-74345\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9bfee71e-3da7-44d2-b394-6b84380e5e36], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[02def148-0182-4726-b866-40b9d523a9df]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 29 - "logType": "access"
2025-03-31 07:49:44.030 [67ea4918be0d622a013f985c1fbe33e0,013f985c1fbe33e0] [qtp1225114731-26]  INFO [aai-resources,67ea4918be0d622a013f985c1fbe33e0,013f985c1fbe33e0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:44.047 [67ea4918be0d622a013f985c1fbe33e0,013f985c1fbe33e0] [qtp1225114731-26] DEBUG [aai-resources,67ea4918be0d622a013f985c1fbe33e0,013f985c1fbe33e0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2e3db8e0-e247-4122-b0fe-f7b17079095e","status":"200","rqstDate":"250331-07:49:44:030","respDate":"250331-07:49:44:046","sourceId":"haproxy:2e3db8e0-e247-4122-b0fe-f7b17079095e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:49:44:030-84822\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[125112ab-fc83-45ea-897b-d3dcc72fcb48], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2e3db8e0-e247-4122-b0fe-f7b17079095e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:49:46.058 [67ea491a2bb818c38fe38d8ff496393b,8fe38d8ff496393b] [qtp1225114731-24]  INFO [aai-resources,67ea491a2bb818c38fe38d8ff496393b,8fe38d8ff496393b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:46.079 [67ea491a2bb818c38fe38d8ff496393b,8fe38d8ff496393b] [qtp1225114731-24] DEBUG [aai-resources,67ea491a2bb818c38fe38d8ff496393b,8fe38d8ff496393b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"523e8054-7793-46b5-acd7-95d4ed30f08e","status":"200","rqstDate":"250331-07:49:46:059","respDate":"250331-07:49:46:079","sourceId":"haproxy:523e8054-7793-46b5-acd7-95d4ed30f08e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:49:46:059-65357\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b6e83d44-f8d7-45d6-b3c6-be1db6ea14fd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[523e8054-7793-46b5-acd7-95d4ed30f08e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 07:49:48.092 [67ea491c7b85641e380a8054a50594c2,380a8054a50594c2] [qtp1225114731-26]  INFO [aai-resources,67ea491c7b85641e380a8054a50594c2,380a8054a50594c2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:48.107 [67ea491c7b85641e380a8054a50594c2,380a8054a50594c2] [qtp1225114731-26] DEBUG [aai-resources,67ea491c7b85641e380a8054a50594c2,380a8054a50594c2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f7799ef-7455-41bc-8fbb-3af9c6fd0c31","status":"200","rqstDate":"250331-07:49:48:092","respDate":"250331-07:49:48:107","sourceId":"haproxy:8f7799ef-7455-41bc-8fbb-3af9c6fd0c31","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:49:48:092-9571\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b321f28e-28ac-4d09-aa32-641bff419aaa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8f7799ef-7455-41bc-8fbb-3af9c6fd0c31]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:49:50.115 [67ea491edf0c58e756a02e516fc17473,56a02e516fc17473] [qtp1225114731-24]  INFO [aai-resources,67ea491edf0c58e756a02e516fc17473,56a02e516fc17473] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:50.130 [67ea491edf0c58e756a02e516fc17473,56a02e516fc17473] [qtp1225114731-24] DEBUG [aai-resources,67ea491edf0c58e756a02e516fc17473,56a02e516fc17473] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"03c8ac53-4242-4e5b-b9e8-f3c6becefd95","status":"200","rqstDate":"250331-07:49:50:116","respDate":"250331-07:49:50:130","sourceId":"haproxy:03c8ac53-4242-4e5b-b9e8-f3c6becefd95","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:49:50:116-40485\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1ffaa5bd-96ff-43b8-891c-eb0d9f3092c6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[03c8ac53-4242-4e5b-b9e8-f3c6becefd95]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:49:52.139 [67ea49209c257875d3cf51f6963e161e,d3cf51f6963e161e] [qtp1225114731-26]  INFO [aai-resources,67ea49209c257875d3cf51f6963e161e,d3cf51f6963e161e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:52.156 [67ea49209c257875d3cf51f6963e161e,d3cf51f6963e161e] [qtp1225114731-26] DEBUG [aai-resources,67ea49209c257875d3cf51f6963e161e,d3cf51f6963e161e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f4e52ccf-2726-4f6d-a581-40825e00186d","status":"200","rqstDate":"250331-07:49:52:139","respDate":"250331-07:49:52:155","sourceId":"haproxy:f4e52ccf-2726-4f6d-a581-40825e00186d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:49:52:139-35384\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ad29cf14-cc9e-4fd5-8166-0631c130c671], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f4e52ccf-2726-4f6d-a581-40825e00186d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:49:54.167 [67ea4922806e7f20a0bec2204301171d,a0bec2204301171d] [qtp1225114731-24]  INFO [aai-resources,67ea4922806e7f20a0bec2204301171d,a0bec2204301171d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:54.180 [67ea4922806e7f20a0bec2204301171d,a0bec2204301171d] [qtp1225114731-24] DEBUG [aai-resources,67ea4922806e7f20a0bec2204301171d,a0bec2204301171d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"54eede87-3a89-44b5-9dbc-1bb63a94f63c","status":"200","rqstDate":"250331-07:49:54:167","respDate":"250331-07:49:54:180","sourceId":"haproxy:54eede87-3a89-44b5-9dbc-1bb63a94f63c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:49:54:167-71709\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[63405545-dfb9-44cf-9c10-ba758e033d2f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[54eede87-3a89-44b5-9dbc-1bb63a94f63c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:49:56.188 [67ea4924e5c72bdfd31eebaef03cd011,d31eebaef03cd011] [qtp1225114731-26]  INFO [aai-resources,67ea4924e5c72bdfd31eebaef03cd011,d31eebaef03cd011] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:56.204 [67ea4924e5c72bdfd31eebaef03cd011,d31eebaef03cd011] [qtp1225114731-26] DEBUG [aai-resources,67ea4924e5c72bdfd31eebaef03cd011,d31eebaef03cd011] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"64481f4e-744c-4cea-b04c-b5c0aad65dfb","status":"200","rqstDate":"250331-07:49:56:188","respDate":"250331-07:49:56:204","sourceId":"haproxy:64481f4e-744c-4cea-b04c-b5c0aad65dfb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:49:56:188-84137\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ed2cec7b-9882-47ad-8f2e-69719c0d6032], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[64481f4e-744c-4cea-b04c-b5c0aad65dfb]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:49:58.215 [67ea49263e7612791f025ae04b28f167,1f025ae04b28f167] [qtp1225114731-24]  INFO [aai-resources,67ea49263e7612791f025ae04b28f167,1f025ae04b28f167] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:49:58.231 [67ea49263e7612791f025ae04b28f167,1f025ae04b28f167] [qtp1225114731-24] DEBUG [aai-resources,67ea49263e7612791f025ae04b28f167,1f025ae04b28f167] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"402120b9-d5d4-486a-8912-78e6c8226a8c","status":"200","rqstDate":"250331-07:49:58:215","respDate":"250331-07:49:58:231","sourceId":"haproxy:402120b9-d5d4-486a-8912-78e6c8226a8c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:49:58:215-39738\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[13feef57-bd9b-4f54-a5e2-81acd1fe8f95], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[402120b9-d5d4-486a-8912-78e6c8226a8c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:49:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:50:00.240 [67ea492810b2db6ead800fc5fd66adab,ad800fc5fd66adab] [qtp1225114731-26]  INFO [aai-resources,67ea492810b2db6ead800fc5fd66adab,ad800fc5fd66adab] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:00.258 [67ea492810b2db6ead800fc5fd66adab,ad800fc5fd66adab] [qtp1225114731-26] DEBUG [aai-resources,67ea492810b2db6ead800fc5fd66adab,ad800fc5fd66adab] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6c626b6e-c33e-4b86-8e13-005f40d631b0","status":"200","rqstDate":"250331-07:50:00:240","respDate":"250331-07:50:00:258","sourceId":"haproxy:6c626b6e-c33e-4b86-8e13-005f40d631b0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:00:240-78309\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2c633de8-d3f8-43e6-8923-119bdc659a08], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6c626b6e-c33e-4b86-8e13-005f40d631b0]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:50:02.268 [67ea492a6ce5e446ce1e384253ced7db,ce1e384253ced7db] [qtp1225114731-24]  INFO [aai-resources,67ea492a6ce5e446ce1e384253ced7db,ce1e384253ced7db] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:02.283 [67ea492a6ce5e446ce1e384253ced7db,ce1e384253ced7db] [qtp1225114731-24] DEBUG [aai-resources,67ea492a6ce5e446ce1e384253ced7db,ce1e384253ced7db] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ef9846be-fe5e-4120-a399-bd6b269b1cb3","status":"200","rqstDate":"250331-07:50:02:269","respDate":"250331-07:50:02:282","sourceId":"haproxy:ef9846be-fe5e-4120-a399-bd6b269b1cb3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:50:02:269-8727\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cb3f5dec-0cf5-4219-a69c-5d381a8551a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ef9846be-fe5e-4120-a399-bd6b269b1cb3]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:50:04.300 [67ea492c8fce602911a34abed3df564c,11a34abed3df564c] [qtp1225114731-26]  INFO [aai-resources,67ea492c8fce602911a34abed3df564c,11a34abed3df564c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:04.324 [67ea492c8fce602911a34abed3df564c,11a34abed3df564c] [qtp1225114731-26] DEBUG [aai-resources,67ea492c8fce602911a34abed3df564c,11a34abed3df564c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"81b1b8b4-b505-4cfc-a10a-725f12858eda","status":"200","rqstDate":"250331-07:50:04:301","respDate":"250331-07:50:04:324","sourceId":"haproxy:81b1b8b4-b505-4cfc-a10a-725f12858eda","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:04:301-85413\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0fdf7852-7ba5-4089-82d9-8b6bdca9ea44], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[81b1b8b4-b505-4cfc-a10a-725f12858eda]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 31 - "logType": "access"
2025-03-31 07:50:06.334 [67ea492e65c6e57b80150409cfee1516,80150409cfee1516] [qtp1225114731-24]  INFO [aai-resources,67ea492e65c6e57b80150409cfee1516,80150409cfee1516] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:06.352 [67ea492e65c6e57b80150409cfee1516,80150409cfee1516] [qtp1225114731-24] DEBUG [aai-resources,67ea492e65c6e57b80150409cfee1516,80150409cfee1516] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e71c2acc-e75d-4115-850c-a9989927164c","status":"200","rqstDate":"250331-07:50:06:335","respDate":"250331-07:50:06:351","sourceId":"haproxy:e71c2acc-e75d-4115-850c-a9989927164c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:50:06:335-80570\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6484cd38-6da3-4de5-9869-407fe60ca74b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e71c2acc-e75d-4115-850c-a9989927164c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:50:08.362 [67ea49305ca53192c4a4a7f7b99cb8a4,c4a4a7f7b99cb8a4] [qtp1225114731-26]  INFO [aai-resources,67ea49305ca53192c4a4a7f7b99cb8a4,c4a4a7f7b99cb8a4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:08.383 [67ea49305ca53192c4a4a7f7b99cb8a4,c4a4a7f7b99cb8a4] [qtp1225114731-26] DEBUG [aai-resources,67ea49305ca53192c4a4a7f7b99cb8a4,c4a4a7f7b99cb8a4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dae56f92-52a4-4571-bb84-d1a19c2ba894","status":"200","rqstDate":"250331-07:50:08:362","respDate":"250331-07:50:08:382","sourceId":"haproxy:dae56f92-52a4-4571-bb84-d1a19c2ba894","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:08:362-60937\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[213f9db3-544c-4bb3-9beb-aef0c98a7460], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dae56f92-52a4-4571-bb84-d1a19c2ba894]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 28 - "logType": "access"
2025-03-31 07:50:10.393 [67ea4932e372c978e18a85c2030585cf,e18a85c2030585cf] [qtp1225114731-24]  INFO [aai-resources,67ea4932e372c978e18a85c2030585cf,e18a85c2030585cf] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:10.411 [67ea4932e372c978e18a85c2030585cf,e18a85c2030585cf] [qtp1225114731-24] DEBUG [aai-resources,67ea4932e372c978e18a85c2030585cf,e18a85c2030585cf] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"849d841f-0e28-4b9f-84a8-a007604e176f","status":"200","rqstDate":"250331-07:50:10:394","respDate":"250331-07:50:10:410","sourceId":"haproxy:849d841f-0e28-4b9f-84a8-a007604e176f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:10:394-93095\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c0451df7-50e0-490b-a179-e1ef6c9d37d9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[849d841f-0e28-4b9f-84a8-a007604e176f]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:50:12.422 [67ea493453633818655ca6a63e42f805,655ca6a63e42f805] [qtp1225114731-26]  INFO [aai-resources,67ea493453633818655ca6a63e42f805,655ca6a63e42f805] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:12.441 [67ea493453633818655ca6a63e42f805,655ca6a63e42f805] [qtp1225114731-26] DEBUG [aai-resources,67ea493453633818655ca6a63e42f805,655ca6a63e42f805] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7f79c827-41a7-4c9d-900e-dc1aeff9b129","status":"200","rqstDate":"250331-07:50:12:422","respDate":"250331-07:50:12:441","sourceId":"haproxy:7f79c827-41a7-4c9d-900e-dc1aeff9b129","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:12:422-78999\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fe7e3a96-0d4d-4fe0-8e5b-eeddce12b027], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7f79c827-41a7-4c9d-900e-dc1aeff9b129]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 07:50:14.451 [67ea4936919b5278f174c34be6e9ff04,f174c34be6e9ff04] [qtp1225114731-24]  INFO [aai-resources,67ea4936919b5278f174c34be6e9ff04,f174c34be6e9ff04] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:14.468 [67ea4936919b5278f174c34be6e9ff04,f174c34be6e9ff04] [qtp1225114731-24] DEBUG [aai-resources,67ea4936919b5278f174c34be6e9ff04,f174c34be6e9ff04] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"81964c25-4e34-4011-a522-c7dcb904e123","status":"200","rqstDate":"250331-07:50:14:451","respDate":"250331-07:50:14:467","sourceId":"haproxy:81964c25-4e34-4011-a522-c7dcb904e123","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:50:14:451-87679\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1dfbba99-9168-48a1-b9a6-ce3e9580b417], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[81964c25-4e34-4011-a522-c7dcb904e123]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:50:16.478 [67ea4938fe04f7bea9196160900628ae,a9196160900628ae] [qtp1225114731-26]  INFO [aai-resources,67ea4938fe04f7bea9196160900628ae,a9196160900628ae] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:16.495 [67ea4938fe04f7bea9196160900628ae,a9196160900628ae] [qtp1225114731-26] DEBUG [aai-resources,67ea4938fe04f7bea9196160900628ae,a9196160900628ae] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3b1b9bdb-12ae-430e-ad8a-2b4508079986","status":"200","rqstDate":"250331-07:50:16:478","respDate":"250331-07:50:16:495","sourceId":"haproxy:3b1b9bdb-12ae-430e-ad8a-2b4508079986","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:16:478-61560\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6a4c8cbe-a9f0-4cd1-b6a2-58b0e5d3bcd7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3b1b9bdb-12ae-430e-ad8a-2b4508079986]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:50:18.504 [67ea493a900563154d7b6c1a9938fc10,4d7b6c1a9938fc10] [qtp1225114731-24]  INFO [aai-resources,67ea493a900563154d7b6c1a9938fc10,4d7b6c1a9938fc10] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:18.521 [67ea493a900563154d7b6c1a9938fc10,4d7b6c1a9938fc10] [qtp1225114731-24] DEBUG [aai-resources,67ea493a900563154d7b6c1a9938fc10,4d7b6c1a9938fc10] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ca5d4f70-27f3-440b-9b85-2a1f24dac587","status":"200","rqstDate":"250331-07:50:18:504","respDate":"250331-07:50:18:520","sourceId":"haproxy:ca5d4f70-27f3-440b-9b85-2a1f24dac587","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:50:18:504-42035\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c6cf9bfc-a878-46eb-a21f-2838fab529f3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ca5d4f70-27f3-440b-9b85-2a1f24dac587]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:50:20.529 [67ea493c4f32a1a5a100b2bfdb0d4c33,a100b2bfdb0d4c33] [qtp1225114731-26]  INFO [aai-resources,67ea493c4f32a1a5a100b2bfdb0d4c33,a100b2bfdb0d4c33] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:20.540 [67ea493c4f32a1a5a100b2bfdb0d4c33,a100b2bfdb0d4c33] [qtp1225114731-26] DEBUG [aai-resources,67ea493c4f32a1a5a100b2bfdb0d4c33,a100b2bfdb0d4c33] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f88a151-c561-491a-acc5-57de354b50a4","status":"200","rqstDate":"250331-07:50:20:529","respDate":"250331-07:50:20:539","sourceId":"haproxy:9f88a151-c561-491a-acc5-57de354b50a4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:50:20:529-40423\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e1dd7fe3-a91d-48ff-adb5-2e89e53289c2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9f88a151-c561-491a-acc5-57de354b50a4]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:50:22.566 [67ea493e0fac8b6bdc587e0e18acf742,dc587e0e18acf742] [qtp1225114731-24]  INFO [aai-resources,67ea493e0fac8b6bdc587e0e18acf742,dc587e0e18acf742] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:22.585 [67ea493e0fac8b6bdc587e0e18acf742,dc587e0e18acf742] [qtp1225114731-24] DEBUG [aai-resources,67ea493e0fac8b6bdc587e0e18acf742,dc587e0e18acf742] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dfb58f1e-6f85-4479-8c1c-5cc8de95f7d2","status":"200","rqstDate":"250331-07:50:22:566","respDate":"250331-07:50:22:583","sourceId":"haproxy:dfb58f1e-6f85-4479-8c1c-5cc8de95f7d2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:50:22:566-62075\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0b739ea4-7bcf-4c7a-90dc-a4a31d1c2190], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dfb58f1e-6f85-4479-8c1c-5cc8de95f7d2]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 36 - "logType": "access"
2025-03-31 07:50:24.593 [67ea4940b40c0b7e9e9d4de04cec04df,9e9d4de04cec04df] [qtp1225114731-26]  INFO [aai-resources,67ea4940b40c0b7e9e9d4de04cec04df,9e9d4de04cec04df] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:24.605 [67ea4940b40c0b7e9e9d4de04cec04df,9e9d4de04cec04df] [qtp1225114731-26] DEBUG [aai-resources,67ea4940b40c0b7e9e9d4de04cec04df,9e9d4de04cec04df] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b6662963-ccff-44bf-85a4-6194b69dd428","status":"200","rqstDate":"250331-07:50:24:593","respDate":"250331-07:50:24:605","sourceId":"haproxy:b6662963-ccff-44bf-85a4-6194b69dd428","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:24:593-70505\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e27c041c-3f14-4b91-82f1-4b48c57f033a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b6662963-ccff-44bf-85a4-6194b69dd428]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:50:26.612 [67ea49420d004ad54e6b21fd9a22486b,4e6b21fd9a22486b] [qtp1225114731-24]  INFO [aai-resources,67ea49420d004ad54e6b21fd9a22486b,4e6b21fd9a22486b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:26.634 [67ea49420d004ad54e6b21fd9a22486b,4e6b21fd9a22486b] [qtp1225114731-24] DEBUG [aai-resources,67ea49420d004ad54e6b21fd9a22486b,4e6b21fd9a22486b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c71fbed7-5e08-469a-9f52-d855d9734cec","status":"200","rqstDate":"250331-07:50:26:612","respDate":"250331-07:50:26:633","sourceId":"haproxy:c71fbed7-5e08-469a-9f52-d855d9734cec","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:50:26:612-98602\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bdaf6dfd-1f59-44de-ad96-71cfd088c04b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c71fbed7-5e08-469a-9f52-d855d9734cec]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 07:50:28.643 [67ea49448a1d2f61bb622ad8771ac266,bb622ad8771ac266] [qtp1225114731-26]  INFO [aai-resources,67ea49448a1d2f61bb622ad8771ac266,bb622ad8771ac266] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:28.664 [67ea49448a1d2f61bb622ad8771ac266,bb622ad8771ac266] [qtp1225114731-26] DEBUG [aai-resources,67ea49448a1d2f61bb622ad8771ac266,bb622ad8771ac266] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aefd4b64-5f17-4f7e-a9d8-5207a06bce13","status":"200","rqstDate":"250331-07:50:28:643","respDate":"250331-07:50:28:664","sourceId":"haproxy:aefd4b64-5f17-4f7e-a9d8-5207a06bce13","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:28:643-12163\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7d4e74e9-b29e-4fe9-b2db-f4716221b33d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aefd4b64-5f17-4f7e-a9d8-5207a06bce13]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 07:50:30.672 [67ea49466ed7111c08902778e53c702f,08902778e53c702f] [qtp1225114731-24]  INFO [aai-resources,67ea49466ed7111c08902778e53c702f,08902778e53c702f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:30.686 [67ea49466ed7111c08902778e53c702f,08902778e53c702f] [qtp1225114731-24] DEBUG [aai-resources,67ea49466ed7111c08902778e53c702f,08902778e53c702f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f1b23d4-4cdb-49b9-92fe-e1bcaf47605a","status":"200","rqstDate":"250331-07:50:30:672","respDate":"250331-07:50:30:685","sourceId":"haproxy:9f1b23d4-4cdb-49b9-92fe-e1bcaf47605a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:50:30:672-29849\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[645ca789-8c3d-4370-b2d5-eaac3530972d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9f1b23d4-4cdb-49b9-92fe-e1bcaf47605a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:50:32.694 [67ea4948de7b2d224c03d1b24d2f0b7c,4c03d1b24d2f0b7c] [qtp1225114731-26]  INFO [aai-resources,67ea4948de7b2d224c03d1b24d2f0b7c,4c03d1b24d2f0b7c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:32.718 [67ea4948de7b2d224c03d1b24d2f0b7c,4c03d1b24d2f0b7c] [qtp1225114731-26] DEBUG [aai-resources,67ea4948de7b2d224c03d1b24d2f0b7c,4c03d1b24d2f0b7c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"795dd467-3ef2-480b-8f7a-c7acc61b78aa","status":"200","rqstDate":"250331-07:50:32:694","respDate":"250331-07:50:32:715","sourceId":"haproxy:795dd467-3ef2-480b-8f7a-c7acc61b78aa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:32:694-659\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ea60bbf8-7f85-4e93-8c67-9151bc2c67df], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[795dd467-3ef2-480b-8f7a-c7acc61b78aa]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 31 - "logType": "access"
2025-03-31 07:50:34.726 [67ea494acaf60f0eb8ad5059a602a762,b8ad5059a602a762] [qtp1225114731-24]  INFO [aai-resources,67ea494acaf60f0eb8ad5059a602a762,b8ad5059a602a762] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:34.745 [67ea494acaf60f0eb8ad5059a602a762,b8ad5059a602a762] [qtp1225114731-24] DEBUG [aai-resources,67ea494acaf60f0eb8ad5059a602a762,b8ad5059a602a762] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e2ae1844-0146-42f2-83e8-2495f23702ce","status":"200","rqstDate":"250331-07:50:34:726","respDate":"250331-07:50:34:744","sourceId":"haproxy:e2ae1844-0146-42f2-83e8-2495f23702ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:50:34:726-27236\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bc172db9-767c-484f-b6b4-27b0476ffc9a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e2ae1844-0146-42f2-83e8-2495f23702ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:50:36.752 [67ea494cfd91113f5a2e01156e79a6a7,5a2e01156e79a6a7] [qtp1225114731-26]  INFO [aai-resources,67ea494cfd91113f5a2e01156e79a6a7,5a2e01156e79a6a7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:36.766 [67ea494cfd91113f5a2e01156e79a6a7,5a2e01156e79a6a7] [qtp1225114731-26] DEBUG [aai-resources,67ea494cfd91113f5a2e01156e79a6a7,5a2e01156e79a6a7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c9305b2a-7bf8-4229-8188-64768f88f469","status":"200","rqstDate":"250331-07:50:36:752","respDate":"250331-07:50:36:766","sourceId":"haproxy:c9305b2a-7bf8-4229-8188-64768f88f469","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:50:36:752-36259\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[290f3d90-c752-4598-b443-9c61b8a184d2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c9305b2a-7bf8-4229-8188-64768f88f469]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:50:38.774 [67ea494e5335fe00a05fd12b0a61dcfe,a05fd12b0a61dcfe] [qtp1225114731-24]  INFO [aai-resources,67ea494e5335fe00a05fd12b0a61dcfe,a05fd12b0a61dcfe] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:38.785 [67ea494e5335fe00a05fd12b0a61dcfe,a05fd12b0a61dcfe] [qtp1225114731-24] DEBUG [aai-resources,67ea494e5335fe00a05fd12b0a61dcfe,a05fd12b0a61dcfe] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5969bf5-c38b-4cae-aff3-b1d402f0cf63","status":"200","rqstDate":"250331-07:50:38:774","respDate":"250331-07:50:38:785","sourceId":"haproxy:e5969bf5-c38b-4cae-aff3-b1d402f0cf63","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:50:38:774-50628\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e31130ad-2fea-4b93-9bd0-89089221c393], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e5969bf5-c38b-4cae-aff3-b1d402f0cf63]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:50:40.794 [67ea495012564008558784a4e4824632,558784a4e4824632] [qtp1225114731-26]  INFO [aai-resources,67ea495012564008558784a4e4824632,558784a4e4824632] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:40.810 [67ea495012564008558784a4e4824632,558784a4e4824632] [qtp1225114731-26] DEBUG [aai-resources,67ea495012564008558784a4e4824632,558784a4e4824632] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df5a046a-44be-4512-8a66-6262a8a32666","status":"200","rqstDate":"250331-07:50:40:794","respDate":"250331-07:50:40:809","sourceId":"haproxy:df5a046a-44be-4512-8a66-6262a8a32666","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:50:40:794-48671\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3bd04099-3329-429d-ba0e-e0abc3dc55ee], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df5a046a-44be-4512-8a66-6262a8a32666]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:50:42.818 [67ea495294019ad56c91460cfadb6bf9,6c91460cfadb6bf9] [qtp1225114731-24]  INFO [aai-resources,67ea495294019ad56c91460cfadb6bf9,6c91460cfadb6bf9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:42.831 [67ea495294019ad56c91460cfadb6bf9,6c91460cfadb6bf9] [qtp1225114731-24] DEBUG [aai-resources,67ea495294019ad56c91460cfadb6bf9,6c91460cfadb6bf9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8d1c35eb-cf76-4002-a920-93940244bce0","status":"200","rqstDate":"250331-07:50:42:818","respDate":"250331-07:50:42:831","sourceId":"haproxy:8d1c35eb-cf76-4002-a920-93940244bce0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:42:818-35886\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[02ff40f6-e7f8-4e24-9800-3254745f18e7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8d1c35eb-cf76-4002-a920-93940244bce0]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:50:44.839 [67ea4954dff77a4cd90a8dfceb406adc,d90a8dfceb406adc] [qtp1225114731-26]  INFO [aai-resources,67ea4954dff77a4cd90a8dfceb406adc,d90a8dfceb406adc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:44.852 [67ea4954dff77a4cd90a8dfceb406adc,d90a8dfceb406adc] [qtp1225114731-26] DEBUG [aai-resources,67ea4954dff77a4cd90a8dfceb406adc,d90a8dfceb406adc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"288baa17-0e06-45d0-82f1-9e778a5986d2","status":"200","rqstDate":"250331-07:50:44:839","respDate":"250331-07:50:44:852","sourceId":"haproxy:288baa17-0e06-45d0-82f1-9e778a5986d2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:50:44:839-4004\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1a5118ac-67b1-45e5-a6b6-75d8edc98ef5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[288baa17-0e06-45d0-82f1-9e778a5986d2]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:50:46.861 [67ea4956d3a96c8e16e3b5554d5a4093,16e3b5554d5a4093] [qtp1225114731-24]  INFO [aai-resources,67ea4956d3a96c8e16e3b5554d5a4093,16e3b5554d5a4093] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:46.879 [67ea4956d3a96c8e16e3b5554d5a4093,16e3b5554d5a4093] [qtp1225114731-24] DEBUG [aai-resources,67ea4956d3a96c8e16e3b5554d5a4093,16e3b5554d5a4093] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7d9fc665-657e-404e-b625-accdd1450570","status":"200","rqstDate":"250331-07:50:46:862","respDate":"250331-07:50:46:879","sourceId":"haproxy:7d9fc665-657e-404e-b625-accdd1450570","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:50:46:862-14055\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d285e147-5d8c-4e68-bcaf-5fdb2c3c2b57], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7d9fc665-657e-404e-b625-accdd1450570]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:50:48.888 [67ea49580f9f050cc8044f5e97c6b5ea,c8044f5e97c6b5ea] [qtp1225114731-26]  INFO [aai-resources,67ea49580f9f050cc8044f5e97c6b5ea,c8044f5e97c6b5ea] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:48.906 [67ea49580f9f050cc8044f5e97c6b5ea,c8044f5e97c6b5ea] [qtp1225114731-26] DEBUG [aai-resources,67ea49580f9f050cc8044f5e97c6b5ea,c8044f5e97c6b5ea] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ce723ea9-596f-40dd-8c7a-a8cca076dd69","status":"200","rqstDate":"250331-07:50:48:888","respDate":"250331-07:50:48:906","sourceId":"haproxy:ce723ea9-596f-40dd-8c7a-a8cca076dd69","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:50:48:888-8664\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8a11b88b-2930-4d8a-9a29-5ad216aa19ea], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ce723ea9-596f-40dd-8c7a-a8cca076dd69]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:50:50.913 [67ea495a2f7eb6d032ccf4308d7ad9e7,32ccf4308d7ad9e7] [qtp1225114731-24]  INFO [aai-resources,67ea495a2f7eb6d032ccf4308d7ad9e7,32ccf4308d7ad9e7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:50.930 [67ea495a2f7eb6d032ccf4308d7ad9e7,32ccf4308d7ad9e7] [qtp1225114731-24] DEBUG [aai-resources,67ea495a2f7eb6d032ccf4308d7ad9e7,32ccf4308d7ad9e7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58e24458-1e44-490c-a97f-ccc6a23aac2a","status":"200","rqstDate":"250331-07:50:50:914","respDate":"250331-07:50:50:930","sourceId":"haproxy:58e24458-1e44-490c-a97f-ccc6a23aac2a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:50:914-22844\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[82c4238c-1e70-4e5a-8be8-75078c14cace], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[58e24458-1e44-490c-a97f-ccc6a23aac2a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:50:52.938 [67ea495c899b53fad607e30e6e1564f5,d607e30e6e1564f5] [qtp1225114731-26]  INFO [aai-resources,67ea495c899b53fad607e30e6e1564f5,d607e30e6e1564f5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:52.953 [67ea495c899b53fad607e30e6e1564f5,d607e30e6e1564f5] [qtp1225114731-26] DEBUG [aai-resources,67ea495c899b53fad607e30e6e1564f5,d607e30e6e1564f5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b0aa1d55-8c5e-48e2-aa0e-38262cac4ef7","status":"200","rqstDate":"250331-07:50:52:939","respDate":"250331-07:50:52:953","sourceId":"haproxy:b0aa1d55-8c5e-48e2-aa0e-38262cac4ef7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:50:52:939-67015\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[01ff4548-b7b2-49ee-95a9-0a48b4ec7159], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b0aa1d55-8c5e-48e2-aa0e-38262cac4ef7]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:50:54.961 [67ea495e123823bc2791a2402072bb2b,2791a2402072bb2b] [qtp1225114731-24]  INFO [aai-resources,67ea495e123823bc2791a2402072bb2b,2791a2402072bb2b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:54.974 [67ea495e123823bc2791a2402072bb2b,2791a2402072bb2b] [qtp1225114731-24] DEBUG [aai-resources,67ea495e123823bc2791a2402072bb2b,2791a2402072bb2b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"16c2f688-f22a-43a3-a9c8-dbfcf57cbb76","status":"200","rqstDate":"250331-07:50:54:961","respDate":"250331-07:50:54:974","sourceId":"haproxy:16c2f688-f22a-43a3-a9c8-dbfcf57cbb76","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:50:54:961-64025\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ec5e54d6-e5ba-4ef4-9408-1cf4a422fb8b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[16c2f688-f22a-43a3-a9c8-dbfcf57cbb76]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:50:56.982 [67ea49609f5d2b4c453d7ffb47b491ec,453d7ffb47b491ec] [qtp1225114731-26]  INFO [aai-resources,67ea49609f5d2b4c453d7ffb47b491ec,453d7ffb47b491ec] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:56.998 [67ea49609f5d2b4c453d7ffb47b491ec,453d7ffb47b491ec] [qtp1225114731-26] DEBUG [aai-resources,67ea49609f5d2b4c453d7ffb47b491ec,453d7ffb47b491ec] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3d83b6ba-5d8e-4c8c-b382-9ffd4a1bf97c","status":"200","rqstDate":"250331-07:50:56:983","respDate":"250331-07:50:56:998","sourceId":"haproxy:3d83b6ba-5d8e-4c8c-b382-9ffd4a1bf97c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:50:56:983-85885\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[92d5d373-63d3-4a5c-8106-bf52fec23bb9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3d83b6ba-5d8e-4c8c-b382-9ffd4a1bf97c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:50:59.006 [67ea4963ff36a37377886e61200fdc62,77886e61200fdc62] [qtp1225114731-24]  INFO [aai-resources,67ea4963ff36a37377886e61200fdc62,77886e61200fdc62] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:50:59.019 [67ea4963ff36a37377886e61200fdc62,77886e61200fdc62] [qtp1225114731-24] DEBUG [aai-resources,67ea4963ff36a37377886e61200fdc62,77886e61200fdc62] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0eba539c-16a5-4dd3-a4ab-40d7a915194e","status":"200","rqstDate":"250331-07:50:59:006","respDate":"250331-07:50:59:019","sourceId":"haproxy:0eba539c-16a5-4dd3-a4ab-40d7a915194e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:50:59:006-15168\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d270a35a-9c88-41b5-b6e4-27d78246a51f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0eba539c-16a5-4dd3-a4ab-40d7a915194e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:50:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:51:01.026 [67ea49652da8ccdfe7079aff4e770aea,e7079aff4e770aea] [qtp1225114731-26]  INFO [aai-resources,67ea49652da8ccdfe7079aff4e770aea,e7079aff4e770aea] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:01.042 [67ea49652da8ccdfe7079aff4e770aea,e7079aff4e770aea] [qtp1225114731-26] DEBUG [aai-resources,67ea49652da8ccdfe7079aff4e770aea,e7079aff4e770aea] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1582cb8b-95b3-4951-81ea-f9e07b7d93cb","status":"200","rqstDate":"250331-07:51:01:026","respDate":"250331-07:51:01:042","sourceId":"haproxy:1582cb8b-95b3-4951-81ea-f9e07b7d93cb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:51:01:026-52473\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c13497f0-19bc-4fe9-8c53-95bfabac4a7c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1582cb8b-95b3-4951-81ea-f9e07b7d93cb]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:51:03.050 [67ea4967a0ef7f2d031a54c2677ab77f,031a54c2677ab77f] [qtp1225114731-24]  INFO [aai-resources,67ea4967a0ef7f2d031a54c2677ab77f,031a54c2677ab77f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:03.065 [67ea4967a0ef7f2d031a54c2677ab77f,031a54c2677ab77f] [qtp1225114731-24] DEBUG [aai-resources,67ea4967a0ef7f2d031a54c2677ab77f,031a54c2677ab77f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f594fd21-58a0-481f-8579-b3f13f816d24","status":"200","rqstDate":"250331-07:51:03:050","respDate":"250331-07:51:03:065","sourceId":"haproxy:f594fd21-58a0-481f-8579-b3f13f816d24","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:51:03:050-32790\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c4abd826-10b6-45d7-ab26-10364a2aed42], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f594fd21-58a0-481f-8579-b3f13f816d24]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:51:05.073 [67ea49694924035f351b4863a1bfe1a6,351b4863a1bfe1a6] [qtp1225114731-26]  INFO [aai-resources,67ea49694924035f351b4863a1bfe1a6,351b4863a1bfe1a6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:05.086 [67ea49694924035f351b4863a1bfe1a6,351b4863a1bfe1a6] [qtp1225114731-26] DEBUG [aai-resources,67ea49694924035f351b4863a1bfe1a6,351b4863a1bfe1a6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d304c0b1-0206-4b01-8cad-1228965b08db","status":"200","rqstDate":"250331-07:51:05:073","respDate":"250331-07:51:05:086","sourceId":"haproxy:d304c0b1-0206-4b01-8cad-1228965b08db","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:51:05:073-35707\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[78fcb216-35b9-49b1-9b25-85f47aa19dac], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d304c0b1-0206-4b01-8cad-1228965b08db]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:51:07.093 [67ea496bf65c1d92ecb96f7b021b1702,ecb96f7b021b1702] [qtp1225114731-24]  INFO [aai-resources,67ea496bf65c1d92ecb96f7b021b1702,ecb96f7b021b1702] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:07.105 [67ea496bf65c1d92ecb96f7b021b1702,ecb96f7b021b1702] [qtp1225114731-24] DEBUG [aai-resources,67ea496bf65c1d92ecb96f7b021b1702,ecb96f7b021b1702] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a2854a5f-4ce3-44d7-848f-129ed05363b3","status":"200","rqstDate":"250331-07:51:07:093","respDate":"250331-07:51:07:105","sourceId":"haproxy:a2854a5f-4ce3-44d7-848f-129ed05363b3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:51:07:093-94015\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dffcebee-2cd4-4f6b-86f7-896780e3a2b6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a2854a5f-4ce3-44d7-848f-129ed05363b3]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:51:09.113 [67ea496db2b75300abc4c1ba33a77bcf,abc4c1ba33a77bcf] [qtp1225114731-26]  INFO [aai-resources,67ea496db2b75300abc4c1ba33a77bcf,abc4c1ba33a77bcf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:09.126 [67ea496db2b75300abc4c1ba33a77bcf,abc4c1ba33a77bcf] [qtp1225114731-26] DEBUG [aai-resources,67ea496db2b75300abc4c1ba33a77bcf,abc4c1ba33a77bcf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2e927704-63ed-4681-8d29-b067cbac031a","status":"200","rqstDate":"250331-07:51:09:113","respDate":"250331-07:51:09:126","sourceId":"haproxy:2e927704-63ed-4681-8d29-b067cbac031a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:51:09:113-77189\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ca2aaa5e-5b8a-4b47-ab5f-3e91327cc499], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2e927704-63ed-4681-8d29-b067cbac031a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:51:11.134 [67ea496f92e623b4b3ad283607e86921,b3ad283607e86921] [qtp1225114731-24]  INFO [aai-resources,67ea496f92e623b4b3ad283607e86921,b3ad283607e86921] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:11.149 [67ea496f92e623b4b3ad283607e86921,b3ad283607e86921] [qtp1225114731-24] DEBUG [aai-resources,67ea496f92e623b4b3ad283607e86921,b3ad283607e86921] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"21c9928e-4d8e-46af-b452-bc805bdb08a2","status":"200","rqstDate":"250331-07:51:11:134","respDate":"250331-07:51:11:149","sourceId":"haproxy:21c9928e-4d8e-46af-b452-bc805bdb08a2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:51:11:134-78735\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6977042d-5333-4268-aad4-65d1f29686fb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[21c9928e-4d8e-46af-b452-bc805bdb08a2]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:51:13.156 [67ea497165637ed626b345672fb8dd38,26b345672fb8dd38] [qtp1225114731-26]  INFO [aai-resources,67ea497165637ed626b345672fb8dd38,26b345672fb8dd38] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:13.172 [67ea497165637ed626b345672fb8dd38,26b345672fb8dd38] [qtp1225114731-26] DEBUG [aai-resources,67ea497165637ed626b345672fb8dd38,26b345672fb8dd38] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"71cb556d-a3b7-4c8d-83e6-9917336518e9","status":"200","rqstDate":"250331-07:51:13:156","respDate":"250331-07:51:13:172","sourceId":"haproxy:71cb556d-a3b7-4c8d-83e6-9917336518e9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:51:13:156-70424\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99603971-29dc-4019-9745-7e355da06a7a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[71cb556d-a3b7-4c8d-83e6-9917336518e9]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:51:15.178 [67ea49735d0d9d6ccbd4deb2052325cc,cbd4deb2052325cc] [qtp1225114731-24]  INFO [aai-resources,67ea49735d0d9d6ccbd4deb2052325cc,cbd4deb2052325cc] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:15.193 [67ea49735d0d9d6ccbd4deb2052325cc,cbd4deb2052325cc] [qtp1225114731-24] DEBUG [aai-resources,67ea49735d0d9d6ccbd4deb2052325cc,cbd4deb2052325cc] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"489f1cd6-06bf-4acb-8569-91e70d8610f3","status":"200","rqstDate":"250331-07:51:15:178","respDate":"250331-07:51:15:193","sourceId":"haproxy:489f1cd6-06bf-4acb-8569-91e70d8610f3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:51:15:178-5206\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1e9b3bd8-92f3-419e-8d83-a7c344238ed1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[489f1cd6-06bf-4acb-8569-91e70d8610f3]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:51:17.200 [67ea4975d97627bb6be963760b82e44c,6be963760b82e44c] [qtp1225114731-26]  INFO [aai-resources,67ea4975d97627bb6be963760b82e44c,6be963760b82e44c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:17.219 [67ea4975d97627bb6be963760b82e44c,6be963760b82e44c] [qtp1225114731-26] DEBUG [aai-resources,67ea4975d97627bb6be963760b82e44c,6be963760b82e44c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"77e21e2d-95ec-4c06-a3ca-d3d69310fefc","status":"200","rqstDate":"250331-07:51:17:201","respDate":"250331-07:51:17:219","sourceId":"haproxy:77e21e2d-95ec-4c06-a3ca-d3d69310fefc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:51:17:201-32308\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7a74efca-1de4-4d1b-8f2a-e6c20f791bf8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[77e21e2d-95ec-4c06-a3ca-d3d69310fefc]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:51:19.227 [67ea4977c722e9c7712d0f4d97f3c0d6,712d0f4d97f3c0d6] [qtp1225114731-24]  INFO [aai-resources,67ea4977c722e9c7712d0f4d97f3c0d6,712d0f4d97f3c0d6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:19.242 [67ea4977c722e9c7712d0f4d97f3c0d6,712d0f4d97f3c0d6] [qtp1225114731-24] DEBUG [aai-resources,67ea4977c722e9c7712d0f4d97f3c0d6,712d0f4d97f3c0d6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"12e1e173-34a1-472e-bbe6-c6bba22ad686","status":"200","rqstDate":"250331-07:51:19:227","respDate":"250331-07:51:19:242","sourceId":"haproxy:12e1e173-34a1-472e-bbe6-c6bba22ad686","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:51:19:227-51234\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e69d9402-624c-4947-94a0-6ca40d499225], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[12e1e173-34a1-472e-bbe6-c6bba22ad686]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:51:21.252 [67ea497923c55951a7f8c6e091d877b6,a7f8c6e091d877b6] [qtp1225114731-26]  INFO [aai-resources,67ea497923c55951a7f8c6e091d877b6,a7f8c6e091d877b6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:21.265 [67ea497923c55951a7f8c6e091d877b6,a7f8c6e091d877b6] [qtp1225114731-26] DEBUG [aai-resources,67ea497923c55951a7f8c6e091d877b6,a7f8c6e091d877b6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a824d4c3-10e3-4721-a1d6-4d01438168fe","status":"200","rqstDate":"250331-07:51:21:252","respDate":"250331-07:51:21:265","sourceId":"haproxy:a824d4c3-10e3-4721-a1d6-4d01438168fe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:51:21:252-59134\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[02383551-1380-4618-a266-ee20eb70f6e2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a824d4c3-10e3-4721-a1d6-4d01438168fe]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:51:23.274 [67ea497b37eba7a73a3642552a2b3def,3a3642552a2b3def] [qtp1225114731-24]  INFO [aai-resources,67ea497b37eba7a73a3642552a2b3def,3a3642552a2b3def] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:23.298 [67ea497b37eba7a73a3642552a2b3def,3a3642552a2b3def] [qtp1225114731-24] DEBUG [aai-resources,67ea497b37eba7a73a3642552a2b3def,3a3642552a2b3def] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f38ff1a-f68c-49a3-b54e-977b9a636928","status":"200","rqstDate":"250331-07:51:23:274","respDate":"250331-07:51:23:298","sourceId":"haproxy:0f38ff1a-f68c-49a3-b54e-977b9a636928","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:51:23:274-99156\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[54b31c85-7bf3-4629-9d3a-bfd1f75ece4e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0f38ff1a-f68c-49a3-b54e-977b9a636928]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 07:51:25.305 [67ea497d3a5cb45dafbac68be8f2e9f9,afbac68be8f2e9f9] [qtp1225114731-26]  INFO [aai-resources,67ea497d3a5cb45dafbac68be8f2e9f9,afbac68be8f2e9f9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:25.320 [67ea497d3a5cb45dafbac68be8f2e9f9,afbac68be8f2e9f9] [qtp1225114731-26] DEBUG [aai-resources,67ea497d3a5cb45dafbac68be8f2e9f9,afbac68be8f2e9f9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"258e702d-6ea6-4d24-951c-b1677596a458","status":"200","rqstDate":"250331-07:51:25:305","respDate":"250331-07:51:25:320","sourceId":"haproxy:258e702d-6ea6-4d24-951c-b1677596a458","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:51:25:305-53461\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[552fb282-4f9d-4119-8722-f0924aa5425d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[258e702d-6ea6-4d24-951c-b1677596a458]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:51:27.329 [67ea497fd8f96186e6145c2d66856280,e6145c2d66856280] [qtp1225114731-24]  INFO [aai-resources,67ea497fd8f96186e6145c2d66856280,e6145c2d66856280] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:27.347 [67ea497fd8f96186e6145c2d66856280,e6145c2d66856280] [qtp1225114731-24] DEBUG [aai-resources,67ea497fd8f96186e6145c2d66856280,e6145c2d66856280] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"acc3bf13-a93c-4e9e-b983-fa3af0e23836","status":"200","rqstDate":"250331-07:51:27:330","respDate":"250331-07:51:27:346","sourceId":"haproxy:acc3bf13-a93c-4e9e-b983-fa3af0e23836","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:51:27:330-81901\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c90481ff-2477-47c0-9fca-a33ccac3e7a3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[acc3bf13-a93c-4e9e-b983-fa3af0e23836]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:51:29.356 [67ea49811a42a9df63dfa632e2270198,63dfa632e2270198] [qtp1225114731-26]  INFO [aai-resources,67ea49811a42a9df63dfa632e2270198,63dfa632e2270198] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:29.370 [67ea49811a42a9df63dfa632e2270198,63dfa632e2270198] [qtp1225114731-26] DEBUG [aai-resources,67ea49811a42a9df63dfa632e2270198,63dfa632e2270198] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9ebbb896-f65f-49dd-977d-c9aeacbe8757","status":"200","rqstDate":"250331-07:51:29:356","respDate":"250331-07:51:29:370","sourceId":"haproxy:9ebbb896-f65f-49dd-977d-c9aeacbe8757","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:51:29:356-63962\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d986af1-5f2f-4bc6-950d-4e6d94adf6a2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9ebbb896-f65f-49dd-977d-c9aeacbe8757]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:51:31.383 [67ea49831bcb821790ccceaedc722525,90ccceaedc722525] [qtp1225114731-24]  INFO [aai-resources,67ea49831bcb821790ccceaedc722525,90ccceaedc722525] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:31.400 [67ea49831bcb821790ccceaedc722525,90ccceaedc722525] [qtp1225114731-24] DEBUG [aai-resources,67ea49831bcb821790ccceaedc722525,90ccceaedc722525] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4bf885e5-d102-486b-a891-ad8d7fca2b16","status":"200","rqstDate":"250331-07:51:31:384","respDate":"250331-07:51:31:399","sourceId":"haproxy:4bf885e5-d102-486b-a891-ad8d7fca2b16","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:51:31:384-88150\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1117d38d-ffc5-4923-b6ec-bf08a1e9dd85], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4bf885e5-d102-486b-a891-ad8d7fca2b16]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:51:33.407 [67ea4985d2248eda6c1cd60ac16cdfa8,6c1cd60ac16cdfa8] [qtp1225114731-26]  INFO [aai-resources,67ea4985d2248eda6c1cd60ac16cdfa8,6c1cd60ac16cdfa8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:33.426 [67ea4985d2248eda6c1cd60ac16cdfa8,6c1cd60ac16cdfa8] [qtp1225114731-26] DEBUG [aai-resources,67ea4985d2248eda6c1cd60ac16cdfa8,6c1cd60ac16cdfa8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a8454ed6-c82e-46db-945a-254311b1b058","status":"200","rqstDate":"250331-07:51:33:408","respDate":"250331-07:51:33:426","sourceId":"haproxy:a8454ed6-c82e-46db-945a-254311b1b058","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:51:33:408-2253\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cd5e225a-79a1-40f9-bde4-d4c9737edbb3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a8454ed6-c82e-46db-945a-254311b1b058]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 07:51:35.435 [67ea4987e09f72578005f1670012e236,8005f1670012e236] [qtp1225114731-24]  INFO [aai-resources,67ea4987e09f72578005f1670012e236,8005f1670012e236] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:35.452 [67ea4987e09f72578005f1670012e236,8005f1670012e236] [qtp1225114731-24] DEBUG [aai-resources,67ea4987e09f72578005f1670012e236,8005f1670012e236] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6036738d-843e-4f13-8ae6-ff55e5bd7a42","status":"200","rqstDate":"250331-07:51:35:435","respDate":"250331-07:51:35:451","sourceId":"haproxy:6036738d-843e-4f13-8ae6-ff55e5bd7a42","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:51:35:435-52217\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[732b7054-abb5-4243-84b3-8898e5cf50b4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6036738d-843e-4f13-8ae6-ff55e5bd7a42]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:51:37.459 [67ea4989c0340a18efc67812d773aba0,efc67812d773aba0] [qtp1225114731-26]  INFO [aai-resources,67ea4989c0340a18efc67812d773aba0,efc67812d773aba0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:37.470 [67ea4989c0340a18efc67812d773aba0,efc67812d773aba0] [qtp1225114731-26] DEBUG [aai-resources,67ea4989c0340a18efc67812d773aba0,efc67812d773aba0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4099d2e1-8fbf-4654-9446-eb82b958d7f3","status":"200","rqstDate":"250331-07:51:37:459","respDate":"250331-07:51:37:470","sourceId":"haproxy:4099d2e1-8fbf-4654-9446-eb82b958d7f3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:51:37:459-10803\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7ae154c1-2057-4490-aef2-3eab3129f8e1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4099d2e1-8fbf-4654-9446-eb82b958d7f3]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:51:39.478 [67ea498bf1e93ab12b7a5ee3a154dee9,2b7a5ee3a154dee9] [qtp1225114731-24]  INFO [aai-resources,67ea498bf1e93ab12b7a5ee3a154dee9,2b7a5ee3a154dee9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:39.493 [67ea498bf1e93ab12b7a5ee3a154dee9,2b7a5ee3a154dee9] [qtp1225114731-24] DEBUG [aai-resources,67ea498bf1e93ab12b7a5ee3a154dee9,2b7a5ee3a154dee9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd9fd660-bc0d-4d16-82fb-63ad74921390","status":"200","rqstDate":"250331-07:51:39:479","respDate":"250331-07:51:39:493","sourceId":"haproxy:cd9fd660-bc0d-4d16-82fb-63ad74921390","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:51:39:479-97288\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5ac9d25e-30ae-4925-bdb4-419045906dfe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd9fd660-bc0d-4d16-82fb-63ad74921390]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:51:41.501 [67ea498d2dc971381e16f157f15e3eba,1e16f157f15e3eba] [qtp1225114731-26]  INFO [aai-resources,67ea498d2dc971381e16f157f15e3eba,1e16f157f15e3eba] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:41.521 [67ea498d2dc971381e16f157f15e3eba,1e16f157f15e3eba] [qtp1225114731-26] DEBUG [aai-resources,67ea498d2dc971381e16f157f15e3eba,1e16f157f15e3eba] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"74425e42-4f46-442d-98a8-51bb98e57880","status":"200","rqstDate":"250331-07:51:41:502","respDate":"250331-07:51:41:521","sourceId":"haproxy:74425e42-4f46-442d-98a8-51bb98e57880","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:51:41:502-51705\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[39c466d6-4aeb-4797-b97f-a100c3674311], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[74425e42-4f46-442d-98a8-51bb98e57880]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 07:51:43.530 [67ea498fd113bd10ff10737a64e54bb1,ff10737a64e54bb1] [qtp1225114731-24]  INFO [aai-resources,67ea498fd113bd10ff10737a64e54bb1,ff10737a64e54bb1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:43.542 [67ea498fd113bd10ff10737a64e54bb1,ff10737a64e54bb1] [qtp1225114731-24] DEBUG [aai-resources,67ea498fd113bd10ff10737a64e54bb1,ff10737a64e54bb1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c18e1371-6705-46c4-a78a-47a591a17a95","status":"200","rqstDate":"250331-07:51:43:530","respDate":"250331-07:51:43:542","sourceId":"haproxy:c18e1371-6705-46c4-a78a-47a591a17a95","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:51:43:530-61304\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1defc7f5-3872-42ad-8efe-4f91fe8b252d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c18e1371-6705-46c4-a78a-47a591a17a95]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:51:45.550 [67ea49919b37adf426c9f63dbae27714,26c9f63dbae27714] [qtp1225114731-26]  INFO [aai-resources,67ea49919b37adf426c9f63dbae27714,26c9f63dbae27714] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:45.567 [67ea49919b37adf426c9f63dbae27714,26c9f63dbae27714] [qtp1225114731-26] DEBUG [aai-resources,67ea49919b37adf426c9f63dbae27714,26c9f63dbae27714] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7a259bc9-4149-4b46-90e4-8e32761d894e","status":"200","rqstDate":"250331-07:51:45:550","respDate":"250331-07:51:45:567","sourceId":"haproxy:7a259bc9-4149-4b46-90e4-8e32761d894e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:51:45:550-19865\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7b84346f-f379-4af7-b755-c82d37611473], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7a259bc9-4149-4b46-90e4-8e32761d894e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:51:47.581 [67ea49933bff978d1da0793f753475cd,1da0793f753475cd] [qtp1225114731-24]  INFO [aai-resources,67ea49933bff978d1da0793f753475cd,1da0793f753475cd] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:47.596 [67ea49933bff978d1da0793f753475cd,1da0793f753475cd] [qtp1225114731-24] DEBUG [aai-resources,67ea49933bff978d1da0793f753475cd,1da0793f753475cd] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"563dcc99-2c2e-476b-bec4-8abc1f71045a","status":"200","rqstDate":"250331-07:51:47:581","respDate":"250331-07:51:47:596","sourceId":"haproxy:563dcc99-2c2e-476b-bec4-8abc1f71045a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:51:47:581-17356\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0456cdc7-c829-4b0a-8002-1bc861b41bcb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[563dcc99-2c2e-476b-bec4-8abc1f71045a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:51:49.605 [67ea49958eb0f3d127b03b65a9848efb,27b03b65a9848efb] [qtp1225114731-26]  INFO [aai-resources,67ea49958eb0f3d127b03b65a9848efb,27b03b65a9848efb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:49.621 [67ea49958eb0f3d127b03b65a9848efb,27b03b65a9848efb] [qtp1225114731-26] DEBUG [aai-resources,67ea49958eb0f3d127b03b65a9848efb,27b03b65a9848efb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c1dc6d73-216a-4791-bbec-4c27b61cd983","status":"200","rqstDate":"250331-07:51:49:606","respDate":"250331-07:51:49:621","sourceId":"haproxy:c1dc6d73-216a-4791-bbec-4c27b61cd983","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:51:49:606-8555\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e744621a-3dba-4aa0-86ac-81668d70a5d2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c1dc6d73-216a-4791-bbec-4c27b61cd983]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:51:51.629 [67ea4997d1b5f298f3b295b508991529,f3b295b508991529] [qtp1225114731-24]  INFO [aai-resources,67ea4997d1b5f298f3b295b508991529,f3b295b508991529] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:51.645 [67ea4997d1b5f298f3b295b508991529,f3b295b508991529] [qtp1225114731-24] DEBUG [aai-resources,67ea4997d1b5f298f3b295b508991529,f3b295b508991529] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fcb13b8b-0afc-429f-b496-4cc1ef8323b0","status":"200","rqstDate":"250331-07:51:51:630","respDate":"250331-07:51:51:644","sourceId":"haproxy:fcb13b8b-0afc-429f-b496-4cc1ef8323b0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:51:51:630-83990\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ecafe89b-c6bc-4c28-b7b6-c947c527f7fb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fcb13b8b-0afc-429f-b496-4cc1ef8323b0]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:51:53.652 [67ea499968e8feee0170a92ca7293f6a,0170a92ca7293f6a] [qtp1225114731-26]  INFO [aai-resources,67ea499968e8feee0170a92ca7293f6a,0170a92ca7293f6a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:53.665 [67ea499968e8feee0170a92ca7293f6a,0170a92ca7293f6a] [qtp1225114731-26] DEBUG [aai-resources,67ea499968e8feee0170a92ca7293f6a,0170a92ca7293f6a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d5ffe427-04a8-485b-8238-1c7b585ae64a","status":"200","rqstDate":"250331-07:51:53:652","respDate":"250331-07:51:53:664","sourceId":"haproxy:d5ffe427-04a8-485b-8238-1c7b585ae64a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:51:53:652-49318\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0ccdc18d-49c3-4d26-918e-09d0228f7414], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d5ffe427-04a8-485b-8238-1c7b585ae64a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:51:55.672 [67ea499b3b03bdea59a965fc1f9c371d,59a965fc1f9c371d] [qtp1225114731-24]  INFO [aai-resources,67ea499b3b03bdea59a965fc1f9c371d,59a965fc1f9c371d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:55.689 [67ea499b3b03bdea59a965fc1f9c371d,59a965fc1f9c371d] [qtp1225114731-24] DEBUG [aai-resources,67ea499b3b03bdea59a965fc1f9c371d,59a965fc1f9c371d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"486deded-ecaa-45e1-bfa8-785ada4a64fd","status":"200","rqstDate":"250331-07:51:55:673","respDate":"250331-07:51:55:689","sourceId":"haproxy:486deded-ecaa-45e1-bfa8-785ada4a64fd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:51:55:673-91076\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bbe30805-6575-4b33-ac21-c5e831bacbe4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[486deded-ecaa-45e1-bfa8-785ada4a64fd]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:51:57.697 [67ea499d24013169e741eb2f45584e14,e741eb2f45584e14] [qtp1225114731-26]  INFO [aai-resources,67ea499d24013169e741eb2f45584e14,e741eb2f45584e14] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:57.713 [67ea499d24013169e741eb2f45584e14,e741eb2f45584e14] [qtp1225114731-26] DEBUG [aai-resources,67ea499d24013169e741eb2f45584e14,e741eb2f45584e14] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f297dd0d-a638-4d68-b2f6-d225d49a402b","status":"200","rqstDate":"250331-07:51:57:697","respDate":"250331-07:51:57:713","sourceId":"haproxy:f297dd0d-a638-4d68-b2f6-d225d49a402b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:51:57:697-9195\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d3dc8701-2b58-4ab8-a527-ccd373c3a6ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f297dd0d-a638-4d68-b2f6-d225d49a402b]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:51:59.724 [67ea499f4c0f39ab0614cf9fcae87550,0614cf9fcae87550] [qtp1225114731-24]  INFO [aai-resources,67ea499f4c0f39ab0614cf9fcae87550,0614cf9fcae87550] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:51:59.745 [67ea499f4c0f39ab0614cf9fcae87550,0614cf9fcae87550] [qtp1225114731-24] DEBUG [aai-resources,67ea499f4c0f39ab0614cf9fcae87550,0614cf9fcae87550] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"06b60d0e-6440-4a64-b753-075604aa31f4","status":"200","rqstDate":"250331-07:51:59:724","respDate":"250331-07:51:59:745","sourceId":"haproxy:06b60d0e-6440-4a64-b753-075604aa31f4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:51:59:724-57204\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d8085eea-0ed2-4e51-ad8c-558ca5d9784b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[06b60d0e-6440-4a64-b753-075604aa31f4]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:51:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 28 - "logType": "access"
2025-03-31 07:52:01.754 [67ea49a1920580bc4a90d4923a9d81a2,4a90d4923a9d81a2] [qtp1225114731-26]  INFO [aai-resources,67ea49a1920580bc4a90d4923a9d81a2,4a90d4923a9d81a2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:01.768 [67ea49a1920580bc4a90d4923a9d81a2,4a90d4923a9d81a2] [qtp1225114731-26] DEBUG [aai-resources,67ea49a1920580bc4a90d4923a9d81a2,4a90d4923a9d81a2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"21e241e9-e5dc-4be8-abbb-1d590361c243","status":"200","rqstDate":"250331-07:52:01:754","respDate":"250331-07:52:01:768","sourceId":"haproxy:21e241e9-e5dc-4be8-abbb-1d590361c243","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:52:01:754-23029\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[da4f06bf-7ad1-42f6-a0f1-e0fae7797a48], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[21e241e9-e5dc-4be8-abbb-1d590361c243]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:52:03.776 [67ea49a3910498978249f93faa9f34ce,8249f93faa9f34ce] [qtp1225114731-24]  INFO [aai-resources,67ea49a3910498978249f93faa9f34ce,8249f93faa9f34ce] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:03.794 [67ea49a3910498978249f93faa9f34ce,8249f93faa9f34ce] [qtp1225114731-24] DEBUG [aai-resources,67ea49a3910498978249f93faa9f34ce,8249f93faa9f34ce] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1f17fd24-162c-490a-abbe-1b70760fee3c","status":"200","rqstDate":"250331-07:52:03:776","respDate":"250331-07:52:03:794","sourceId":"haproxy:1f17fd24-162c-490a-abbe-1b70760fee3c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:03:776-85622\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8092458a-2179-4985-9ea3-718a0151322b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1f17fd24-162c-490a-abbe-1b70760fee3c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 07:52:05.802 [67ea49a50f252b5eaa236aa42a5f6d37,aa236aa42a5f6d37] [qtp1225114731-26]  INFO [aai-resources,67ea49a50f252b5eaa236aa42a5f6d37,aa236aa42a5f6d37] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:05.818 [67ea49a50f252b5eaa236aa42a5f6d37,aa236aa42a5f6d37] [qtp1225114731-26] DEBUG [aai-resources,67ea49a50f252b5eaa236aa42a5f6d37,aa236aa42a5f6d37] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4cf541c8-4197-47bd-8768-0e81074ca99f","status":"200","rqstDate":"250331-07:52:05:802","respDate":"250331-07:52:05:818","sourceId":"haproxy:4cf541c8-4197-47bd-8768-0e81074ca99f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:05:802-26884\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bf155d8f-bafe-4afc-a7b0-20ee78217c98], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4cf541c8-4197-47bd-8768-0e81074ca99f]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:52:07.825 [67ea49a7dfd851eb6199c61a334af4a5,6199c61a334af4a5] [qtp1225114731-24]  INFO [aai-resources,67ea49a7dfd851eb6199c61a334af4a5,6199c61a334af4a5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:07.837 [67ea49a7dfd851eb6199c61a334af4a5,6199c61a334af4a5] [qtp1225114731-24] DEBUG [aai-resources,67ea49a7dfd851eb6199c61a334af4a5,6199c61a334af4a5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b46ae0c0-3f07-438f-9cdc-4e682841a516","status":"200","rqstDate":"250331-07:52:07:826","respDate":"250331-07:52:07:837","sourceId":"haproxy:b46ae0c0-3f07-438f-9cdc-4e682841a516","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:52:07:826-77085\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5d3fa9ec-d269-4e10-9c34-c5cd5c17e2e4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b46ae0c0-3f07-438f-9cdc-4e682841a516]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:52:09.845 [67ea49a95081dc27494a6e8729acc801,494a6e8729acc801] [qtp1225114731-26]  INFO [aai-resources,67ea49a95081dc27494a6e8729acc801,494a6e8729acc801] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:09.858 [67ea49a95081dc27494a6e8729acc801,494a6e8729acc801] [qtp1225114731-26] DEBUG [aai-resources,67ea49a95081dc27494a6e8729acc801,494a6e8729acc801] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3b66a8db-f4f8-42ec-9ded-db4066574e55","status":"200","rqstDate":"250331-07:52:09:845","respDate":"250331-07:52:09:858","sourceId":"haproxy:3b66a8db-f4f8-42ec-9ded-db4066574e55","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:09:845-67821\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ee5fafaa-937c-463b-a815-1bc60a7b2bad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3b66a8db-f4f8-42ec-9ded-db4066574e55]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:52:11.869 [67ea49abb2c784900540199928213efa,0540199928213efa] [qtp1225114731-24]  INFO [aai-resources,67ea49abb2c784900540199928213efa,0540199928213efa] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:11.883 [67ea49abb2c784900540199928213efa,0540199928213efa] [qtp1225114731-24] DEBUG [aai-resources,67ea49abb2c784900540199928213efa,0540199928213efa] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1db213f3-0555-4e3b-9ab4-f980e913c948","status":"200","rqstDate":"250331-07:52:11:869","respDate":"250331-07:52:11:883","sourceId":"haproxy:1db213f3-0555-4e3b-9ab4-f980e913c948","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:11:869-78594\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[40b77c92-e665-44a3-a52d-8579dab0448b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1db213f3-0555-4e3b-9ab4-f980e913c948]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:52:13.893 [67ea49adf0c26abbe26498bf49d439cf,e26498bf49d439cf] [qtp1225114731-26]  INFO [aai-resources,67ea49adf0c26abbe26498bf49d439cf,e26498bf49d439cf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:13.908 [67ea49adf0c26abbe26498bf49d439cf,e26498bf49d439cf] [qtp1225114731-26] DEBUG [aai-resources,67ea49adf0c26abbe26498bf49d439cf,e26498bf49d439cf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1faab1db-ccae-4cea-ac2c-d52eb2dddf9e","status":"200","rqstDate":"250331-07:52:13:893","respDate":"250331-07:52:13:908","sourceId":"haproxy:1faab1db-ccae-4cea-ac2c-d52eb2dddf9e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:52:13:893-94483\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a9f6dfee-e4ec-4113-8cb2-1631e00f3855], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1faab1db-ccae-4cea-ac2c-d52eb2dddf9e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:52:15.916 [67ea49af0bfb929b976da8733147e705,976da8733147e705] [qtp1225114731-24]  INFO [aai-resources,67ea49af0bfb929b976da8733147e705,976da8733147e705] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:15.931 [67ea49af0bfb929b976da8733147e705,976da8733147e705] [qtp1225114731-24] DEBUG [aai-resources,67ea49af0bfb929b976da8733147e705,976da8733147e705] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c2440339-c355-482a-b3dc-c409d0064a78","status":"200","rqstDate":"250331-07:52:15:917","respDate":"250331-07:52:15:931","sourceId":"haproxy:c2440339-c355-482a-b3dc-c409d0064a78","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:15:917-70448\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9747befc-4d8f-4aad-98a8-bade5e3ccd98], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c2440339-c355-482a-b3dc-c409d0064a78]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:52:17.940 [67ea49b1edbf14be0e4b6deb027658c5,0e4b6deb027658c5] [qtp1225114731-26]  INFO [aai-resources,67ea49b1edbf14be0e4b6deb027658c5,0e4b6deb027658c5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:17.957 [67ea49b1edbf14be0e4b6deb027658c5,0e4b6deb027658c5] [qtp1225114731-26] DEBUG [aai-resources,67ea49b1edbf14be0e4b6deb027658c5,0e4b6deb027658c5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b0346895-c1f3-4460-91f1-dafe904eab35","status":"200","rqstDate":"250331-07:52:17:940","respDate":"250331-07:52:17:957","sourceId":"haproxy:b0346895-c1f3-4460-91f1-dafe904eab35","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:52:17:940-32987\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c0d86d65-0194-4d94-89ec-be3f7de5d43f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b0346895-c1f3-4460-91f1-dafe904eab35]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:52:19.966 [67ea49b39074ad86e089d6a5eba7bdba,e089d6a5eba7bdba] [qtp1225114731-24]  INFO [aai-resources,67ea49b39074ad86e089d6a5eba7bdba,e089d6a5eba7bdba] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:19.981 [67ea49b39074ad86e089d6a5eba7bdba,e089d6a5eba7bdba] [qtp1225114731-24] DEBUG [aai-resources,67ea49b39074ad86e089d6a5eba7bdba,e089d6a5eba7bdba] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"933399b4-372e-4f23-882c-3e687b2c9065","status":"200","rqstDate":"250331-07:52:19:966","respDate":"250331-07:52:19:981","sourceId":"haproxy:933399b4-372e-4f23-882c-3e687b2c9065","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:19:966-66259\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8c5fe5ac-f330-49c5-8c5b-370d88f63def], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[933399b4-372e-4f23-882c-3e687b2c9065]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:52:21.990 [67ea49b581988d1dc10a73fab804fa84,c10a73fab804fa84] [qtp1225114731-26]  INFO [aai-resources,67ea49b581988d1dc10a73fab804fa84,c10a73fab804fa84] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:22.005 [67ea49b581988d1dc10a73fab804fa84,c10a73fab804fa84] [qtp1225114731-26] DEBUG [aai-resources,67ea49b581988d1dc10a73fab804fa84,c10a73fab804fa84] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2a2a10a5-b7e3-490b-ae32-cd4c3289e413","status":"200","rqstDate":"250331-07:52:21:990","respDate":"250331-07:52:22:004","sourceId":"haproxy:2a2a10a5-b7e3-490b-ae32-cd4c3289e413","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:21:990-27950\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b7b6be37-c6e3-4499-bf91-5eaefe9ce72c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2a2a10a5-b7e3-490b-ae32-cd4c3289e413]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:52:24.014 [67ea49b8c2f0f8782cace02367e33fd5,2cace02367e33fd5] [qtp1225114731-24]  INFO [aai-resources,67ea49b8c2f0f8782cace02367e33fd5,2cace02367e33fd5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:24.031 [67ea49b8c2f0f8782cace02367e33fd5,2cace02367e33fd5] [qtp1225114731-24] DEBUG [aai-resources,67ea49b8c2f0f8782cace02367e33fd5,2cace02367e33fd5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"25cf15ca-9dae-4659-bdf2-02416d6b4790","status":"200","rqstDate":"250331-07:52:24:014","respDate":"250331-07:52:24:030","sourceId":"haproxy:25cf15ca-9dae-4659-bdf2-02416d6b4790","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:24:014-75563\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[895c7e16-912b-43ba-b627-94bccd2749f7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[25cf15ca-9dae-4659-bdf2-02416d6b4790]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:52:26.038 [67ea49ba969b90929a442b3c618bbab7,9a442b3c618bbab7] [qtp1225114731-26]  INFO [aai-resources,67ea49ba969b90929a442b3c618bbab7,9a442b3c618bbab7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:26.052 [67ea49ba969b90929a442b3c618bbab7,9a442b3c618bbab7] [qtp1225114731-26] DEBUG [aai-resources,67ea49ba969b90929a442b3c618bbab7,9a442b3c618bbab7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dd43133a-103e-425f-bb37-2971fe293d45","status":"200","rqstDate":"250331-07:52:26:038","respDate":"250331-07:52:26:052","sourceId":"haproxy:dd43133a-103e-425f-bb37-2971fe293d45","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:26:038-99528\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6811119b-a777-4b2f-a838-18936217d2a1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dd43133a-103e-425f-bb37-2971fe293d45]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:52:28.061 [67ea49bc17579dd7662895f322bfc6a9,662895f322bfc6a9] [qtp1225114731-24]  INFO [aai-resources,67ea49bc17579dd7662895f322bfc6a9,662895f322bfc6a9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:28.078 [67ea49bc17579dd7662895f322bfc6a9,662895f322bfc6a9] [qtp1225114731-24] DEBUG [aai-resources,67ea49bc17579dd7662895f322bfc6a9,662895f322bfc6a9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1b2d9c6e-3623-4181-b565-19b7cdc47e19","status":"200","rqstDate":"250331-07:52:28:062","respDate":"250331-07:52:28:078","sourceId":"haproxy:1b2d9c6e-3623-4181-b565-19b7cdc47e19","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:28:062-26395\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[911b14ff-a9fa-4b05-b2f3-2244102815a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1b2d9c6e-3623-4181-b565-19b7cdc47e19]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:52:30.088 [67ea49be1b1576927e71f7e37c014252,7e71f7e37c014252] [qtp1225114731-26]  INFO [aai-resources,67ea49be1b1576927e71f7e37c014252,7e71f7e37c014252] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:30.103 [67ea49be1b1576927e71f7e37c014252,7e71f7e37c014252] [qtp1225114731-26] DEBUG [aai-resources,67ea49be1b1576927e71f7e37c014252,7e71f7e37c014252] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5edeb79f-8771-408f-8dee-120f91c57bae","status":"200","rqstDate":"250331-07:52:30:089","respDate":"250331-07:52:30:103","sourceId":"haproxy:5edeb79f-8771-408f-8dee-120f91c57bae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:52:30:089-59727\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e8c53455-0051-495b-96c8-a73ba9ce8e17], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5edeb79f-8771-408f-8dee-120f91c57bae]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:52:32.110 [67ea49c066a6763101b003db2d5c6ab8,01b003db2d5c6ab8] [qtp1225114731-24]  INFO [aai-resources,67ea49c066a6763101b003db2d5c6ab8,01b003db2d5c6ab8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:32.128 [67ea49c066a6763101b003db2d5c6ab8,01b003db2d5c6ab8] [qtp1225114731-24] DEBUG [aai-resources,67ea49c066a6763101b003db2d5c6ab8,01b003db2d5c6ab8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"373f2e38-6181-4c0c-b0bc-533965f4e743","status":"200","rqstDate":"250331-07:52:32:111","respDate":"250331-07:52:32:128","sourceId":"haproxy:373f2e38-6181-4c0c-b0bc-533965f4e743","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:52:32:111-78404\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[22c4e33b-d29f-4ad2-af00-021801dff679], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[373f2e38-6181-4c0c-b0bc-533965f4e743]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:52:34.136 [67ea49c27a72f69b1886c98ca50436f2,1886c98ca50436f2] [qtp1225114731-26]  INFO [aai-resources,67ea49c27a72f69b1886c98ca50436f2,1886c98ca50436f2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:34.150 [67ea49c27a72f69b1886c98ca50436f2,1886c98ca50436f2] [qtp1225114731-26] DEBUG [aai-resources,67ea49c27a72f69b1886c98ca50436f2,1886c98ca50436f2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4ea5a289-db9f-477f-a612-3745776d9196","status":"200","rqstDate":"250331-07:52:34:136","respDate":"250331-07:52:34:150","sourceId":"haproxy:4ea5a289-db9f-477f-a612-3745776d9196","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:52:34:136-82088\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5ebff4d9-f6bd-4aaf-9a1a-0d26887619cf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4ea5a289-db9f-477f-a612-3745776d9196]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:52:36.157 [67ea49c46bd9aa3a208e98ec630a7a8c,208e98ec630a7a8c] [qtp1225114731-24]  INFO [aai-resources,67ea49c46bd9aa3a208e98ec630a7a8c,208e98ec630a7a8c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:36.177 [67ea49c46bd9aa3a208e98ec630a7a8c,208e98ec630a7a8c] [qtp1225114731-24] DEBUG [aai-resources,67ea49c46bd9aa3a208e98ec630a7a8c,208e98ec630a7a8c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"33cbd293-c674-4a7e-8b21-9c165f9a9e73","status":"200","rqstDate":"250331-07:52:36:158","respDate":"250331-07:52:36:177","sourceId":"haproxy:33cbd293-c674-4a7e-8b21-9c165f9a9e73","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:36:158-95997\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5606efd5-5f30-49bf-9b73-e3d0e87a6559], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[33cbd293-c674-4a7e-8b21-9c165f9a9e73]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:52:38.185 [67ea49c6164631ad5a6cc97bcb12bbed,5a6cc97bcb12bbed] [qtp1225114731-26]  INFO [aai-resources,67ea49c6164631ad5a6cc97bcb12bbed,5a6cc97bcb12bbed] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:38.197 [67ea49c6164631ad5a6cc97bcb12bbed,5a6cc97bcb12bbed] [qtp1225114731-26] DEBUG [aai-resources,67ea49c6164631ad5a6cc97bcb12bbed,5a6cc97bcb12bbed] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7e0d6852-3957-4b07-9b60-3522fe43b49d","status":"200","rqstDate":"250331-07:52:38:185","respDate":"250331-07:52:38:197","sourceId":"haproxy:7e0d6852-3957-4b07-9b60-3522fe43b49d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:38:185-62069\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0299d968-04e5-41e7-a07e-8d0df7d77798], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7e0d6852-3957-4b07-9b60-3522fe43b49d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:52:40.205 [67ea49c80e77922ddcda0f1fd764c71d,dcda0f1fd764c71d] [qtp1225114731-24]  INFO [aai-resources,67ea49c80e77922ddcda0f1fd764c71d,dcda0f1fd764c71d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:40.216 [67ea49c80e77922ddcda0f1fd764c71d,dcda0f1fd764c71d] [qtp1225114731-24] DEBUG [aai-resources,67ea49c80e77922ddcda0f1fd764c71d,dcda0f1fd764c71d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6a4879af-39a8-4bb0-b001-897fcc56f56d","status":"200","rqstDate":"250331-07:52:40:205","respDate":"250331-07:52:40:216","sourceId":"haproxy:6a4879af-39a8-4bb0-b001-897fcc56f56d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:52:40:205-15553\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[923b152a-93ea-466c-b1b6-7b9e9800242a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6a4879af-39a8-4bb0-b001-897fcc56f56d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:52:42.224 [67ea49ca6f025a35e6927da73e3882c8,e6927da73e3882c8] [qtp1225114731-26]  INFO [aai-resources,67ea49ca6f025a35e6927da73e3882c8,e6927da73e3882c8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:42.244 [67ea49ca6f025a35e6927da73e3882c8,e6927da73e3882c8] [qtp1225114731-26] DEBUG [aai-resources,67ea49ca6f025a35e6927da73e3882c8,e6927da73e3882c8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"60e61ac8-8eea-47e4-b43c-759f690fe3a5","status":"200","rqstDate":"250331-07:52:42:225","respDate":"250331-07:52:42:244","sourceId":"haproxy:60e61ac8-8eea-47e4-b43c-759f690fe3a5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:52:42:225-46585\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0801d1ff-9e77-4d3c-98d0-cf05c6432951], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[60e61ac8-8eea-47e4-b43c-759f690fe3a5]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 07:52:44.253 [67ea49ccbedde339d769392e11cf205f,d769392e11cf205f] [qtp1225114731-24]  INFO [aai-resources,67ea49ccbedde339d769392e11cf205f,d769392e11cf205f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:44.264 [67ea49ccbedde339d769392e11cf205f,d769392e11cf205f] [qtp1225114731-24] DEBUG [aai-resources,67ea49ccbedde339d769392e11cf205f,d769392e11cf205f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"791670e6-5663-4281-9173-85ec30d479e5","status":"200","rqstDate":"250331-07:52:44:253","respDate":"250331-07:52:44:264","sourceId":"haproxy:791670e6-5663-4281-9173-85ec30d479e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:52:44:253-48734\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ce381b9f-01de-43ac-84a9-f75893e80ccf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[791670e6-5663-4281-9173-85ec30d479e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:52:46.271 [67ea49cecf9fc2df6f7822e43d7de629,6f7822e43d7de629] [qtp1225114731-26]  INFO [aai-resources,67ea49cecf9fc2df6f7822e43d7de629,6f7822e43d7de629] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:46.294 [67ea49cecf9fc2df6f7822e43d7de629,6f7822e43d7de629] [qtp1225114731-26] DEBUG [aai-resources,67ea49cecf9fc2df6f7822e43d7de629,6f7822e43d7de629] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e07e938a-f69a-4ec6-aa86-cda7fc898ba7","status":"200","rqstDate":"250331-07:52:46:271","respDate":"250331-07:52:46:293","sourceId":"haproxy:e07e938a-f69a-4ec6-aa86-cda7fc898ba7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:52:46:271-31635\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99706c11-679f-406d-b1bf-4909837eeaae], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e07e938a-f69a-4ec6-aa86-cda7fc898ba7]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 07:52:48.302 [67ea49d0042ed55d65e570922fd10c19,65e570922fd10c19] [qtp1225114731-24]  INFO [aai-resources,67ea49d0042ed55d65e570922fd10c19,65e570922fd10c19] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:48.318 [67ea49d0042ed55d65e570922fd10c19,65e570922fd10c19] [qtp1225114731-24] DEBUG [aai-resources,67ea49d0042ed55d65e570922fd10c19,65e570922fd10c19] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2e35eb2c-a98b-4090-a859-52e4b714541f","status":"200","rqstDate":"250331-07:52:48:303","respDate":"250331-07:52:48:318","sourceId":"haproxy:2e35eb2c-a98b-4090-a859-52e4b714541f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:48:303-23271\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ed11b785-6455-40f2-8068-5c44a179d350], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2e35eb2c-a98b-4090-a859-52e4b714541f]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:52:50.326 [67ea49d2f6a69f35363442cd7dc960b8,363442cd7dc960b8] [qtp1225114731-26]  INFO [aai-resources,67ea49d2f6a69f35363442cd7dc960b8,363442cd7dc960b8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:50.358 [67ea49d2f6a69f35363442cd7dc960b8,363442cd7dc960b8] [qtp1225114731-26] DEBUG [aai-resources,67ea49d2f6a69f35363442cd7dc960b8,363442cd7dc960b8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5e70286-8de8-4856-9c95-2bda721a5d98","status":"200","rqstDate":"250331-07:52:50:327","respDate":"250331-07:52:50:358","sourceId":"haproxy:e5e70286-8de8-4856-9c95-2bda721a5d98","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:50:327-39222\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[019da08d-4298-49a5-98b3-b125e625f37d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e5e70286-8de8-4856-9c95-2bda721a5d98]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 36 - "logType": "access"
2025-03-31 07:52:52.369 [67ea49d4ccf0329e74cd7343d58c9854,74cd7343d58c9854] [qtp1225114731-24]  INFO [aai-resources,67ea49d4ccf0329e74cd7343d58c9854,74cd7343d58c9854] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:52.384 [67ea49d4ccf0329e74cd7343d58c9854,74cd7343d58c9854] [qtp1225114731-24] DEBUG [aai-resources,67ea49d4ccf0329e74cd7343d58c9854,74cd7343d58c9854] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"26a925fa-d572-452a-8cc9-7df63183bc60","status":"200","rqstDate":"250331-07:52:52:370","respDate":"250331-07:52:52:384","sourceId":"haproxy:26a925fa-d572-452a-8cc9-7df63183bc60","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:52:52:370-32662\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e55229bd-216c-4e55-8142-1ca403d57bb3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[26a925fa-d572-452a-8cc9-7df63183bc60]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:52:54.394 [67ea49d6c04b8e056a6108b5c2428d59,6a6108b5c2428d59] [qtp1225114731-26]  INFO [aai-resources,67ea49d6c04b8e056a6108b5c2428d59,6a6108b5c2428d59] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:54.408 [67ea49d6c04b8e056a6108b5c2428d59,6a6108b5c2428d59] [qtp1225114731-26] DEBUG [aai-resources,67ea49d6c04b8e056a6108b5c2428d59,6a6108b5c2428d59] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eaa8ce9b-dff3-471d-9252-705afd5edd16","status":"200","rqstDate":"250331-07:52:54:394","respDate":"250331-07:52:54:408","sourceId":"haproxy:eaa8ce9b-dff3-471d-9252-705afd5edd16","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:52:54:394-1861\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ccb9d4ef-8ae0-41d2-9fa9-a3dd2310072a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eaa8ce9b-dff3-471d-9252-705afd5edd16]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:52:56.416 [67ea49d8c01716c05b8f6a57a8f17a64,5b8f6a57a8f17a64] [qtp1225114731-24]  INFO [aai-resources,67ea49d8c01716c05b8f6a57a8f17a64,5b8f6a57a8f17a64] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:56.435 [67ea49d8c01716c05b8f6a57a8f17a64,5b8f6a57a8f17a64] [qtp1225114731-24] DEBUG [aai-resources,67ea49d8c01716c05b8f6a57a8f17a64,5b8f6a57a8f17a64] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4792334-570d-4a38-b6a1-b5e760589524","status":"200","rqstDate":"250331-07:52:56:416","respDate":"250331-07:52:56:435","sourceId":"haproxy:e4792334-570d-4a38-b6a1-b5e760589524","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:56:416-13134\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99a0d01b-c3e4-4bf6-b3f0-d32a53865d75], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e4792334-570d-4a38-b6a1-b5e760589524]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:52:58.442 [67ea49dae5dc15cc0a5db58b7968d156,0a5db58b7968d156] [qtp1225114731-26]  INFO [aai-resources,67ea49dae5dc15cc0a5db58b7968d156,0a5db58b7968d156] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:52:58.458 [67ea49dae5dc15cc0a5db58b7968d156,0a5db58b7968d156] [qtp1225114731-26] DEBUG [aai-resources,67ea49dae5dc15cc0a5db58b7968d156,0a5db58b7968d156] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e600b868-8335-4bc2-86de-8315362f7b17","status":"200","rqstDate":"250331-07:52:58:442","respDate":"250331-07:52:58:458","sourceId":"haproxy:e600b868-8335-4bc2-86de-8315362f7b17","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:52:58:442-95830\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1d10afeb-94ba-40cf-9e1b-4aa3c486f0a0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e600b868-8335-4bc2-86de-8315362f7b17]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:52:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:53:00.467 [67ea49dcf2e344b9f27f1f948da9e817,f27f1f948da9e817] [qtp1225114731-24]  INFO [aai-resources,67ea49dcf2e344b9f27f1f948da9e817,f27f1f948da9e817] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:00.481 [67ea49dcf2e344b9f27f1f948da9e817,f27f1f948da9e817] [qtp1225114731-24] DEBUG [aai-resources,67ea49dcf2e344b9f27f1f948da9e817,f27f1f948da9e817] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"305c49ad-7888-4f8b-a2c2-b18ff56cd2b0","status":"200","rqstDate":"250331-07:53:00:467","respDate":"250331-07:53:00:481","sourceId":"haproxy:305c49ad-7888-4f8b-a2c2-b18ff56cd2b0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:53:00:467-53028\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f58be53d-4e77-4790-bd18-c709078ac240], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[305c49ad-7888-4f8b-a2c2-b18ff56cd2b0]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:53:02.489 [67ea49de91be1030598692472c91fb0a,598692472c91fb0a] [qtp1225114731-26]  INFO [aai-resources,67ea49de91be1030598692472c91fb0a,598692472c91fb0a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:02.518 [67ea49de91be1030598692472c91fb0a,598692472c91fb0a] [qtp1225114731-26] DEBUG [aai-resources,67ea49de91be1030598692472c91fb0a,598692472c91fb0a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7b5efde4-d2b5-4eac-8cc8-800512bddd7d","status":"200","rqstDate":"250331-07:53:02:489","respDate":"250331-07:53:02:517","sourceId":"haproxy:7b5efde4-d2b5-4eac-8cc8-800512bddd7d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:53:02:489-54500\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fa554f60-24f9-4c99-a3da-54ab89de4083], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7b5efde4-d2b5-4eac-8cc8-800512bddd7d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 32 - "logType": "access"
2025-03-31 07:53:04.530 [67ea49e0ea03c8e6a3daa516ea693ddf,a3daa516ea693ddf] [qtp1225114731-24]  INFO [aai-resources,67ea49e0ea03c8e6a3daa516ea693ddf,a3daa516ea693ddf] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:04.548 [67ea49e0ea03c8e6a3daa516ea693ddf,a3daa516ea693ddf] [qtp1225114731-24] DEBUG [aai-resources,67ea49e0ea03c8e6a3daa516ea693ddf,a3daa516ea693ddf] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c4dc33e2-5cad-4338-890b-da356a6994cf","status":"200","rqstDate":"250331-07:53:04:530","respDate":"250331-07:53:04:548","sourceId":"haproxy:c4dc33e2-5cad-4338-890b-da356a6994cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:53:04:530-6121\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4c522766-f51e-4362-bf82-9fc5fe31a26d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c4dc33e2-5cad-4338-890b-da356a6994cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:53:06.567 [67ea49e216fec9dd8d4bce526668c0ba,8d4bce526668c0ba] [qtp1225114731-26]  INFO [aai-resources,67ea49e216fec9dd8d4bce526668c0ba,8d4bce526668c0ba] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:06.599 [67ea49e216fec9dd8d4bce526668c0ba,8d4bce526668c0ba] [qtp1225114731-26] DEBUG [aai-resources,67ea49e216fec9dd8d4bce526668c0ba,8d4bce526668c0ba] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2d3bb919-d57f-4435-8fff-aec01184acc5","status":"200","rqstDate":"250331-07:53:06:569","respDate":"250331-07:53:06:599","sourceId":"haproxy:2d3bb919-d57f-4435-8fff-aec01184acc5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:53:06:569-13402\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b4017e74-768d-4562-98ac-06f5c2051178], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2d3bb919-d57f-4435-8fff-aec01184acc5]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 45 - "logType": "access"
2025-03-31 07:53:08.606 [67ea49e4cd6dbc6a7a70fce3430f26bf,7a70fce3430f26bf] [qtp1225114731-24]  INFO [aai-resources,67ea49e4cd6dbc6a7a70fce3430f26bf,7a70fce3430f26bf] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:08.621 [67ea49e4cd6dbc6a7a70fce3430f26bf,7a70fce3430f26bf] [qtp1225114731-24] DEBUG [aai-resources,67ea49e4cd6dbc6a7a70fce3430f26bf,7a70fce3430f26bf] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"12161ad0-c453-4775-a793-c4468277a2f5","status":"200","rqstDate":"250331-07:53:08:606","respDate":"250331-07:53:08:621","sourceId":"haproxy:12161ad0-c453-4775-a793-c4468277a2f5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:53:08:606-17934\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[13d5dda2-b22f-4c2b-abf0-4e5445b1f33a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[12161ad0-c453-4775-a793-c4468277a2f5]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:53:10.628 [67ea49e6d8f5d01cdb8b563e5d0b70fb,db8b563e5d0b70fb] [qtp1225114731-26]  INFO [aai-resources,67ea49e6d8f5d01cdb8b563e5d0b70fb,db8b563e5d0b70fb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:10.642 [67ea49e6d8f5d01cdb8b563e5d0b70fb,db8b563e5d0b70fb] [qtp1225114731-26] DEBUG [aai-resources,67ea49e6d8f5d01cdb8b563e5d0b70fb,db8b563e5d0b70fb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"23f346c3-b935-4705-983d-7deb34373156","status":"200","rqstDate":"250331-07:53:10:629","respDate":"250331-07:53:10:642","sourceId":"haproxy:23f346c3-b935-4705-983d-7deb34373156","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:53:10:629-34504\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[22b4220e-f73a-4a13-ab3e-db05876113f4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[23f346c3-b935-4705-983d-7deb34373156]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:53:12.651 [67ea49e8103b10c3b8625c5952856a8b,b8625c5952856a8b] [qtp1225114731-24]  INFO [aai-resources,67ea49e8103b10c3b8625c5952856a8b,b8625c5952856a8b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:12.666 [67ea49e8103b10c3b8625c5952856a8b,b8625c5952856a8b] [qtp1225114731-24] DEBUG [aai-resources,67ea49e8103b10c3b8625c5952856a8b,b8625c5952856a8b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a3bfde08-6f7f-480e-8d30-41533ac17ff7","status":"200","rqstDate":"250331-07:53:12:651","respDate":"250331-07:53:12:665","sourceId":"haproxy:a3bfde08-6f7f-480e-8d30-41533ac17ff7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:53:12:651-19555\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[03c2ebff-977e-4c94-977c-05e4f77ea76a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a3bfde08-6f7f-480e-8d30-41533ac17ff7]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:53:14.673 [67ea49ea47cdef2ac2dc41c7e5cca83f,c2dc41c7e5cca83f] [qtp1225114731-26]  INFO [aai-resources,67ea49ea47cdef2ac2dc41c7e5cca83f,c2dc41c7e5cca83f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:14.685 [67ea49ea47cdef2ac2dc41c7e5cca83f,c2dc41c7e5cca83f] [qtp1225114731-26] DEBUG [aai-resources,67ea49ea47cdef2ac2dc41c7e5cca83f,c2dc41c7e5cca83f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e858a223-a655-4de2-a1ae-1d2eb0f88733","status":"200","rqstDate":"250331-07:53:14:674","respDate":"250331-07:53:14:685","sourceId":"haproxy:e858a223-a655-4de2-a1ae-1d2eb0f88733","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:53:14:674-11043\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a07456fe-e29e-43a1-8497-2ef2ce57f360], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e858a223-a655-4de2-a1ae-1d2eb0f88733]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:53:16.693 [67ea49ec2cc929896a4a6e92f038a75b,6a4a6e92f038a75b] [qtp1225114731-24]  INFO [aai-resources,67ea49ec2cc929896a4a6e92f038a75b,6a4a6e92f038a75b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:16.707 [67ea49ec2cc929896a4a6e92f038a75b,6a4a6e92f038a75b] [qtp1225114731-24] DEBUG [aai-resources,67ea49ec2cc929896a4a6e92f038a75b,6a4a6e92f038a75b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2560efc2-7806-4443-8990-30929ffdaa24","status":"200","rqstDate":"250331-07:53:16:694","respDate":"250331-07:53:16:707","sourceId":"haproxy:2560efc2-7806-4443-8990-30929ffdaa24","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:53:16:694-97246\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0ca0df63-0f82-4407-a905-dfdf9d58262d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2560efc2-7806-4443-8990-30929ffdaa24]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:53:18.715 [67ea49ee8e6042a1194e28b84be372ac,194e28b84be372ac] [qtp1225114731-26]  INFO [aai-resources,67ea49ee8e6042a1194e28b84be372ac,194e28b84be372ac] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:18.728 [67ea49ee8e6042a1194e28b84be372ac,194e28b84be372ac] [qtp1225114731-26] DEBUG [aai-resources,67ea49ee8e6042a1194e28b84be372ac,194e28b84be372ac] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fcc2feff-8853-4426-b4d7-70d803c211a8","status":"200","rqstDate":"250331-07:53:18:715","respDate":"250331-07:53:18:727","sourceId":"haproxy:fcc2feff-8853-4426-b4d7-70d803c211a8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:53:18:715-62176\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c0a91490-15ac-4a90-b20e-677a28e76ec1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fcc2feff-8853-4426-b4d7-70d803c211a8]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:53:20.737 [67ea49f06465cc54ef1bdee055d7046a,ef1bdee055d7046a] [qtp1225114731-24]  INFO [aai-resources,67ea49f06465cc54ef1bdee055d7046a,ef1bdee055d7046a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:20.751 [67ea49f06465cc54ef1bdee055d7046a,ef1bdee055d7046a] [qtp1225114731-24] DEBUG [aai-resources,67ea49f06465cc54ef1bdee055d7046a,ef1bdee055d7046a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bf5608b1-1090-4ac5-b100-7db72472abbc","status":"200","rqstDate":"250331-07:53:20:737","respDate":"250331-07:53:20:751","sourceId":"haproxy:bf5608b1-1090-4ac5-b100-7db72472abbc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:53:20:737-22148\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[000d6fd4-774c-438c-90c6-655be6f75143], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bf5608b1-1090-4ac5-b100-7db72472abbc]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:53:22.758 [67ea49f285d4f27ea359303e2ff7c44d,a359303e2ff7c44d] [qtp1225114731-26]  INFO [aai-resources,67ea49f285d4f27ea359303e2ff7c44d,a359303e2ff7c44d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:22.770 [67ea49f285d4f27ea359303e2ff7c44d,a359303e2ff7c44d] [qtp1225114731-26] DEBUG [aai-resources,67ea49f285d4f27ea359303e2ff7c44d,a359303e2ff7c44d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"efc45e64-31d4-47d3-b0b4-bcf0effbd097","status":"200","rqstDate":"250331-07:53:22:759","respDate":"250331-07:53:22:770","sourceId":"haproxy:efc45e64-31d4-47d3-b0b4-bcf0effbd097","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:53:22:759-26831\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fc74100a-ce1f-4e20-935d-d110f66989d7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[efc45e64-31d4-47d3-b0b4-bcf0effbd097]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:53:24.777 [67ea49f408a96631834f3a5bc6f8e9de,834f3a5bc6f8e9de] [qtp1225114731-24]  INFO [aai-resources,67ea49f408a96631834f3a5bc6f8e9de,834f3a5bc6f8e9de] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:24.800 [67ea49f408a96631834f3a5bc6f8e9de,834f3a5bc6f8e9de] [qtp1225114731-24] DEBUG [aai-resources,67ea49f408a96631834f3a5bc6f8e9de,834f3a5bc6f8e9de] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"707d3d48-8089-45ae-8bcf-1bd98d49e888","status":"200","rqstDate":"250331-07:53:24:777","respDate":"250331-07:53:24:800","sourceId":"haproxy:707d3d48-8089-45ae-8bcf-1bd98d49e888","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:53:24:777-83773\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9fc0f4ac-ff0f-44b3-82c3-900e4c3b9519], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[707d3d48-8089-45ae-8bcf-1bd98d49e888]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 07:53:26.808 [67ea49f6d0edb5f8e81d5a1faed42411,e81d5a1faed42411] [qtp1225114731-26]  INFO [aai-resources,67ea49f6d0edb5f8e81d5a1faed42411,e81d5a1faed42411] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:26.823 [67ea49f6d0edb5f8e81d5a1faed42411,e81d5a1faed42411] [qtp1225114731-26] DEBUG [aai-resources,67ea49f6d0edb5f8e81d5a1faed42411,e81d5a1faed42411] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"65b49e6b-e981-4ce3-bf3d-9b8f05cde92e","status":"200","rqstDate":"250331-07:53:26:809","respDate":"250331-07:53:26:823","sourceId":"haproxy:65b49e6b-e981-4ce3-bf3d-9b8f05cde92e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:53:26:809-99607\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dc57c5a1-fc97-4902-9d72-c92f98a0fa18], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[65b49e6b-e981-4ce3-bf3d-9b8f05cde92e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:53:28.833 [67ea49f8113fd158289f941ff7e00b52,289f941ff7e00b52] [qtp1225114731-24]  INFO [aai-resources,67ea49f8113fd158289f941ff7e00b52,289f941ff7e00b52] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:28.844 [67ea49f8113fd158289f941ff7e00b52,289f941ff7e00b52] [qtp1225114731-24] DEBUG [aai-resources,67ea49f8113fd158289f941ff7e00b52,289f941ff7e00b52] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fdbb86bb-193c-47ed-9918-12697f2f6b07","status":"200","rqstDate":"250331-07:53:28:833","respDate":"250331-07:53:28:844","sourceId":"haproxy:fdbb86bb-193c-47ed-9918-12697f2f6b07","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:53:28:833-94448\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[49795bab-e950-9892-9251-3a22168d08ca], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fdbb86bb-193c-47ed-9918-12697f2f6b07]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:53:30.853 [67ea49fa9bb5cb0bc990471967c164e8,c990471967c164e8] [qtp1225114731-26]  INFO [aai-resources,67ea49fa9bb5cb0bc990471967c164e8,c990471967c164e8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:30.872 [67ea49fa9bb5cb0bc990471967c164e8,c990471967c164e8] [qtp1225114731-26] DEBUG [aai-resources,67ea49fa9bb5cb0bc990471967c164e8,c990471967c164e8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"988d12f9-7b6a-4cec-870a-f1e11a2e16bf","status":"200","rqstDate":"250331-07:53:30:853","respDate":"250331-07:53:30:871","sourceId":"haproxy:988d12f9-7b6a-4cec-870a-f1e11a2e16bf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:53:30:853-67304\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[800211fe-0e39-4b97-89cf-0a47eeef8fde], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[988d12f9-7b6a-4cec-870a-f1e11a2e16bf]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 07:53:32.879 [67ea49fc42f59cbf7e586719a851e324,7e586719a851e324] [qtp1225114731-24]  INFO [aai-resources,67ea49fc42f59cbf7e586719a851e324,7e586719a851e324] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:32.895 [67ea49fc42f59cbf7e586719a851e324,7e586719a851e324] [qtp1225114731-24] DEBUG [aai-resources,67ea49fc42f59cbf7e586719a851e324,7e586719a851e324] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b71924a-7c10-40e0-982f-77c5803c10d4","status":"200","rqstDate":"250331-07:53:32:880","respDate":"250331-07:53:32:895","sourceId":"haproxy:2b71924a-7c10-40e0-982f-77c5803c10d4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:53:32:880-33143\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[684cfddc-3979-40db-978e-20b45e88034c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2b71924a-7c10-40e0-982f-77c5803c10d4]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:53:34.902 [67ea49fe5092ea316c7ac2e27536fc5a,6c7ac2e27536fc5a] [qtp1225114731-26]  INFO [aai-resources,67ea49fe5092ea316c7ac2e27536fc5a,6c7ac2e27536fc5a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:34.917 [67ea49fe5092ea316c7ac2e27536fc5a,6c7ac2e27536fc5a] [qtp1225114731-26] DEBUG [aai-resources,67ea49fe5092ea316c7ac2e27536fc5a,6c7ac2e27536fc5a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6342679e-f3c4-4c9b-8b26-124b066fde1d","status":"200","rqstDate":"250331-07:53:34:902","respDate":"250331-07:53:34:917","sourceId":"haproxy:6342679e-f3c4-4c9b-8b26-124b066fde1d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:53:34:902-9235\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c52642ea-e89f-4254-8ad6-66476aafba0b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6342679e-f3c4-4c9b-8b26-124b066fde1d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:53:36.926 [67ea4a0033d1c56041ff2f65caafe8eb,41ff2f65caafe8eb] [qtp1225114731-24]  INFO [aai-resources,67ea4a0033d1c56041ff2f65caafe8eb,41ff2f65caafe8eb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:36.943 [67ea4a0033d1c56041ff2f65caafe8eb,41ff2f65caafe8eb] [qtp1225114731-24] DEBUG [aai-resources,67ea4a0033d1c56041ff2f65caafe8eb,41ff2f65caafe8eb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aaa38d96-bf76-4466-aa05-3010df195bc5","status":"200","rqstDate":"250331-07:53:36:926","respDate":"250331-07:53:36:943","sourceId":"haproxy:aaa38d96-bf76-4466-aa05-3010df195bc5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:53:36:926-43106\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[48dbb71b-030f-4530-a988-ca6592a4459f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aaa38d96-bf76-4466-aa05-3010df195bc5]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 28 - "logType": "access"
2025-03-31 07:53:38.957 [67ea4a02d7afd233c3f07742978641a7,c3f07742978641a7] [qtp1225114731-26]  INFO [aai-resources,67ea4a02d7afd233c3f07742978641a7,c3f07742978641a7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:38.970 [67ea4a02d7afd233c3f07742978641a7,c3f07742978641a7] [qtp1225114731-26] DEBUG [aai-resources,67ea4a02d7afd233c3f07742978641a7,c3f07742978641a7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5947a2e5-a0c2-4e2c-b0b0-cc0eb38131a1","status":"200","rqstDate":"250331-07:53:38:958","respDate":"250331-07:53:38:970","sourceId":"haproxy:5947a2e5-a0c2-4e2c-b0b0-cc0eb38131a1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:53:38:958-67433\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9bcc1d88-d0dd-4767-82c9-ccae3bd4181d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5947a2e5-a0c2-4e2c-b0b0-cc0eb38131a1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:53:40.977 [67ea4a0446d23c3ceacf41361fb4be6d,eacf41361fb4be6d] [qtp1225114731-24]  INFO [aai-resources,67ea4a0446d23c3ceacf41361fb4be6d,eacf41361fb4be6d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:40.990 [67ea4a0446d23c3ceacf41361fb4be6d,eacf41361fb4be6d] [qtp1225114731-24] DEBUG [aai-resources,67ea4a0446d23c3ceacf41361fb4be6d,eacf41361fb4be6d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"25214775-e19b-475b-94bc-9c30e743a0ba","status":"200","rqstDate":"250331-07:53:40:978","respDate":"250331-07:53:40:990","sourceId":"haproxy:25214775-e19b-475b-94bc-9c30e743a0ba","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:53:40:978-39605\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[62fb9462-bf3d-4787-910f-5fb9eb613814], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[25214775-e19b-475b-94bc-9c30e743a0ba]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:53:42.997 [67ea4a0635e3cbcdf3627b1d7e0f3ed2,f3627b1d7e0f3ed2] [qtp1225114731-26]  INFO [aai-resources,67ea4a0635e3cbcdf3627b1d7e0f3ed2,f3627b1d7e0f3ed2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:43.010 [67ea4a0635e3cbcdf3627b1d7e0f3ed2,f3627b1d7e0f3ed2] [qtp1225114731-26] DEBUG [aai-resources,67ea4a0635e3cbcdf3627b1d7e0f3ed2,f3627b1d7e0f3ed2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"26cfd26a-44d6-4458-a9db-6830969fca42","status":"200","rqstDate":"250331-07:53:42:997","respDate":"250331-07:53:43:010","sourceId":"haproxy:26cfd26a-44d6-4458-a9db-6830969fca42","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:53:42:997-78645\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[56449a83-4b5d-4d29-a7ca-a73e73571fee], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[26cfd26a-44d6-4458-a9db-6830969fca42]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:53:45.017 [67ea4a098e5d4996308012a3662c5c81,308012a3662c5c81] [qtp1225114731-24]  INFO [aai-resources,67ea4a098e5d4996308012a3662c5c81,308012a3662c5c81] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:45.032 [67ea4a098e5d4996308012a3662c5c81,308012a3662c5c81] [qtp1225114731-24] DEBUG [aai-resources,67ea4a098e5d4996308012a3662c5c81,308012a3662c5c81] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f64181eb-b6e2-47bb-b95f-2f50835c344d","status":"200","rqstDate":"250331-07:53:45:018","respDate":"250331-07:53:45:032","sourceId":"haproxy:f64181eb-b6e2-47bb-b95f-2f50835c344d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:53:45:018-47641\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8a8a7c6c-6ed7-41e1-9ff1-625e5ed04b05], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f64181eb-b6e2-47bb-b95f-2f50835c344d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:53:47.040 [67ea4a0b3494d351587eb7fd8f8a63da,587eb7fd8f8a63da] [qtp1225114731-26]  INFO [aai-resources,67ea4a0b3494d351587eb7fd8f8a63da,587eb7fd8f8a63da] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:47.058 [67ea4a0b3494d351587eb7fd8f8a63da,587eb7fd8f8a63da] [qtp1225114731-26] DEBUG [aai-resources,67ea4a0b3494d351587eb7fd8f8a63da,587eb7fd8f8a63da] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fa52c162-4cc6-4b8f-bdde-c9d9b8fcf882","status":"200","rqstDate":"250331-07:53:47:040","respDate":"250331-07:53:47:057","sourceId":"haproxy:fa52c162-4cc6-4b8f-bdde-c9d9b8fcf882","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:53:47:040-79567\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f1c7791a-5525-46ff-bcf1-8f3895277da8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fa52c162-4cc6-4b8f-bdde-c9d9b8fcf882]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:53:49.064 [67ea4a0dcdda6f6c3a8200caf1b3633e,3a8200caf1b3633e] [qtp1225114731-24]  INFO [aai-resources,67ea4a0dcdda6f6c3a8200caf1b3633e,3a8200caf1b3633e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:49.079 [67ea4a0dcdda6f6c3a8200caf1b3633e,3a8200caf1b3633e] [qtp1225114731-24] DEBUG [aai-resources,67ea4a0dcdda6f6c3a8200caf1b3633e,3a8200caf1b3633e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7d4b3541-738c-4049-a370-00c17e642aa8","status":"200","rqstDate":"250331-07:53:49:065","respDate":"250331-07:53:49:079","sourceId":"haproxy:7d4b3541-738c-4049-a370-00c17e642aa8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:53:49:065-99301\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8e33f3e9-a9f5-4dd9-8f90-d14f75e98649], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7d4b3541-738c-4049-a370-00c17e642aa8]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:53:51.087 [67ea4a0fbe77776ac6e073b5dc161a2f,c6e073b5dc161a2f] [qtp1225114731-26]  INFO [aai-resources,67ea4a0fbe77776ac6e073b5dc161a2f,c6e073b5dc161a2f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:51.103 [67ea4a0fbe77776ac6e073b5dc161a2f,c6e073b5dc161a2f] [qtp1225114731-26] DEBUG [aai-resources,67ea4a0fbe77776ac6e073b5dc161a2f,c6e073b5dc161a2f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8766f112-7b49-4ef6-bbfe-92b1276b0f0e","status":"200","rqstDate":"250331-07:53:51:087","respDate":"250331-07:53:51:103","sourceId":"haproxy:8766f112-7b49-4ef6-bbfe-92b1276b0f0e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:53:51:087-50972\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[90b89452-bc17-4649-ae43-2f8d7561ec8e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8766f112-7b49-4ef6-bbfe-92b1276b0f0e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:53:53.110 [67ea4a11e79b31e118835fd2f43ff2ae,18835fd2f43ff2ae] [qtp1225114731-24]  INFO [aai-resources,67ea4a11e79b31e118835fd2f43ff2ae,18835fd2f43ff2ae] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:53.124 [67ea4a11e79b31e118835fd2f43ff2ae,18835fd2f43ff2ae] [qtp1225114731-24] DEBUG [aai-resources,67ea4a11e79b31e118835fd2f43ff2ae,18835fd2f43ff2ae] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bb936664-1ec1-46f1-a402-971b0707bac2","status":"200","rqstDate":"250331-07:53:53:110","respDate":"250331-07:53:53:124","sourceId":"haproxy:bb936664-1ec1-46f1-a402-971b0707bac2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:53:53:110-34078\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aa3c8f20-7e89-4e98-9db6-b0c83a23482a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bb936664-1ec1-46f1-a402-971b0707bac2]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:53:55.133 [67ea4a13e1074af1ce0daa6ec3767cb8,ce0daa6ec3767cb8] [qtp1225114731-26]  INFO [aai-resources,67ea4a13e1074af1ce0daa6ec3767cb8,ce0daa6ec3767cb8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:55.148 [67ea4a13e1074af1ce0daa6ec3767cb8,ce0daa6ec3767cb8] [qtp1225114731-26] DEBUG [aai-resources,67ea4a13e1074af1ce0daa6ec3767cb8,ce0daa6ec3767cb8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7f569b0c-6246-42d6-a3e9-6d2fe0e4e92c","status":"200","rqstDate":"250331-07:53:55:133","respDate":"250331-07:53:55:148","sourceId":"haproxy:7f569b0c-6246-42d6-a3e9-6d2fe0e4e92c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:53:55:133-30765\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c494ecc-8c8c-45ae-8292-e7cddc8d6e78], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7f569b0c-6246-42d6-a3e9-6d2fe0e4e92c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:53:57.158 [67ea4a15d7a9b798fb908cb04eea4ee4,fb908cb04eea4ee4] [qtp1225114731-24]  INFO [aai-resources,67ea4a15d7a9b798fb908cb04eea4ee4,fb908cb04eea4ee4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:57.170 [67ea4a15d7a9b798fb908cb04eea4ee4,fb908cb04eea4ee4] [qtp1225114731-24] DEBUG [aai-resources,67ea4a15d7a9b798fb908cb04eea4ee4,fb908cb04eea4ee4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b4583b6-5b94-4748-92c3-4afd8ac2b40e","status":"200","rqstDate":"250331-07:53:57:158","respDate":"250331-07:53:57:170","sourceId":"haproxy:2b4583b6-5b94-4748-92c3-4afd8ac2b40e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:53:57:158-68341\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8987cc6e-2c72-4a3f-a8b5-3f87ddf85434], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2b4583b6-5b94-4748-92c3-4afd8ac2b40e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:53:59.179 [67ea4a17e9a01d3901b356ade4f6dfaa,01b356ade4f6dfaa] [qtp1225114731-26]  INFO [aai-resources,67ea4a17e9a01d3901b356ade4f6dfaa,01b356ade4f6dfaa] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:53:59.193 [67ea4a17e9a01d3901b356ade4f6dfaa,01b356ade4f6dfaa] [qtp1225114731-26] DEBUG [aai-resources,67ea4a17e9a01d3901b356ade4f6dfaa,01b356ade4f6dfaa] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df03e63b-6c93-4da1-b0d5-6a404106f818","status":"200","rqstDate":"250331-07:53:59:179","respDate":"250331-07:53:59:193","sourceId":"haproxy:df03e63b-6c93-4da1-b0d5-6a404106f818","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:53:59:179-87298\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c3cbf9c0-0ccb-4014-b338-5ae04d0d767b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df03e63b-6c93-4da1-b0d5-6a404106f818]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:53:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:54:01.201 [67ea4a195a1a91c0b379c33e7254b13b,b379c33e7254b13b] [qtp1225114731-24]  INFO [aai-resources,67ea4a195a1a91c0b379c33e7254b13b,b379c33e7254b13b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:01.217 [67ea4a195a1a91c0b379c33e7254b13b,b379c33e7254b13b] [qtp1225114731-24] DEBUG [aai-resources,67ea4a195a1a91c0b379c33e7254b13b,b379c33e7254b13b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58303c51-60bf-43e8-8adf-82f765d09e27","status":"200","rqstDate":"250331-07:54:01:201","respDate":"250331-07:54:01:217","sourceId":"haproxy:58303c51-60bf-43e8-8adf-82f765d09e27","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:01:201-73218\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[344ff3e1-809b-46f8-8e4b-dd522c8d8119], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[58303c51-60bf-43e8-8adf-82f765d09e27]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:54:03.225 [67ea4a1ba1ebe4d33211078af153a1f1,3211078af153a1f1] [qtp1225114731-26]  INFO [aai-resources,67ea4a1ba1ebe4d33211078af153a1f1,3211078af153a1f1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:03.238 [67ea4a1ba1ebe4d33211078af153a1f1,3211078af153a1f1] [qtp1225114731-26] DEBUG [aai-resources,67ea4a1ba1ebe4d33211078af153a1f1,3211078af153a1f1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"38f2f277-92ca-4259-af53-5ee3c40860e6","status":"200","rqstDate":"250331-07:54:03:225","respDate":"250331-07:54:03:238","sourceId":"haproxy:38f2f277-92ca-4259-af53-5ee3c40860e6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:03:225-83335\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3fb847ec-3f1c-4f9b-9f7d-9ebc35acdea8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[38f2f277-92ca-4259-af53-5ee3c40860e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:54:05.245 [67ea4a1d4d9a016d0f995c2fadd8e8e7,0f995c2fadd8e8e7] [qtp1225114731-24]  INFO [aai-resources,67ea4a1d4d9a016d0f995c2fadd8e8e7,0f995c2fadd8e8e7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:05.259 [67ea4a1d4d9a016d0f995c2fadd8e8e7,0f995c2fadd8e8e7] [qtp1225114731-24] DEBUG [aai-resources,67ea4a1d4d9a016d0f995c2fadd8e8e7,0f995c2fadd8e8e7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cc1e3fe3-45b9-4e9e-b8fd-68f960ab14a4","status":"200","rqstDate":"250331-07:54:05:245","respDate":"250331-07:54:05:259","sourceId":"haproxy:cc1e3fe3-45b9-4e9e-b8fd-68f960ab14a4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:05:245-6721\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1b57b9c4-7322-42bf-ac68-ec097a9692e6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cc1e3fe3-45b9-4e9e-b8fd-68f960ab14a4]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:54:07.267 [67ea4a1f408b1d492499ccd9e2ba7725,2499ccd9e2ba7725] [qtp1225114731-26]  INFO [aai-resources,67ea4a1f408b1d492499ccd9e2ba7725,2499ccd9e2ba7725] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:07.282 [67ea4a1f408b1d492499ccd9e2ba7725,2499ccd9e2ba7725] [qtp1225114731-26] DEBUG [aai-resources,67ea4a1f408b1d492499ccd9e2ba7725,2499ccd9e2ba7725] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d8451e96-3281-41df-b39c-474644919b58","status":"200","rqstDate":"250331-07:54:07:267","respDate":"250331-07:54:07:282","sourceId":"haproxy:d8451e96-3281-41df-b39c-474644919b58","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:07:267-47260\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f5f1d10d-356d-4d56-b605-0d0c090022a6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d8451e96-3281-41df-b39c-474644919b58]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:54:09.291 [67ea4a2157411a3019b2c4e227c53057,19b2c4e227c53057] [qtp1225114731-24]  INFO [aai-resources,67ea4a2157411a3019b2c4e227c53057,19b2c4e227c53057] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:09.305 [67ea4a2157411a3019b2c4e227c53057,19b2c4e227c53057] [qtp1225114731-24] DEBUG [aai-resources,67ea4a2157411a3019b2c4e227c53057,19b2c4e227c53057] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1af6cdfb-ddcb-40d5-be9e-9269e1c6e0e6","status":"200","rqstDate":"250331-07:54:09:291","respDate":"250331-07:54:09:305","sourceId":"haproxy:1af6cdfb-ddcb-40d5-be9e-9269e1c6e0e6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:54:09:291-18280\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[67681982-1ffc-4783-8ccf-c9f14f542282], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1af6cdfb-ddcb-40d5-be9e-9269e1c6e0e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:54:11.314 [67ea4a2340e007a811de92ba2ac91274,11de92ba2ac91274] [qtp1225114731-26]  INFO [aai-resources,67ea4a2340e007a811de92ba2ac91274,11de92ba2ac91274] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:11.328 [67ea4a2340e007a811de92ba2ac91274,11de92ba2ac91274] [qtp1225114731-26] DEBUG [aai-resources,67ea4a2340e007a811de92ba2ac91274,11de92ba2ac91274] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6503cc62-5162-4ccb-a149-28c1def6c500","status":"200","rqstDate":"250331-07:54:11:314","respDate":"250331-07:54:11:328","sourceId":"haproxy:6503cc62-5162-4ccb-a149-28c1def6c500","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:11:314-33793\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5ad59086-467c-4c40-80c7-d248797cb31d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6503cc62-5162-4ccb-a149-28c1def6c500]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:54:13.342 [67ea4a259491800eb81141120bc28ce1,b81141120bc28ce1] [qtp1225114731-24]  INFO [aai-resources,67ea4a259491800eb81141120bc28ce1,b81141120bc28ce1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:13.357 [67ea4a259491800eb81141120bc28ce1,b81141120bc28ce1] [qtp1225114731-24] DEBUG [aai-resources,67ea4a259491800eb81141120bc28ce1,b81141120bc28ce1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4fcd8234-53f6-4f15-818c-17886e80bc6c","status":"200","rqstDate":"250331-07:54:13:342","respDate":"250331-07:54:13:357","sourceId":"haproxy:4fcd8234-53f6-4f15-818c-17886e80bc6c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:13:342-5149\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ef1951eb-734d-4165-bc34-03380069a5b4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4fcd8234-53f6-4f15-818c-17886e80bc6c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:54:15.365 [67ea4a27f0df1feccbc2f2fa29eec7ed,cbc2f2fa29eec7ed] [qtp1225114731-26]  INFO [aai-resources,67ea4a27f0df1feccbc2f2fa29eec7ed,cbc2f2fa29eec7ed] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:15.374 [67ea4a27f0df1feccbc2f2fa29eec7ed,cbc2f2fa29eec7ed] [qtp1225114731-26] DEBUG [aai-resources,67ea4a27f0df1feccbc2f2fa29eec7ed,cbc2f2fa29eec7ed] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7cdc063c-5c26-4f16-922e-66863b67f1ae","status":"200","rqstDate":"250331-07:54:15:365","respDate":"250331-07:54:15:374","sourceId":"haproxy:7cdc063c-5c26-4f16-922e-66863b67f1ae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:15:365-59308\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[36fd4a0d-a10d-4323-958c-a0e1a1b89cb0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7cdc063c-5c26-4f16-922e-66863b67f1ae]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 07:54:17.381 [67ea4a29e24f0f4e9ebc658372945597,9ebc658372945597] [qtp1225114731-24]  INFO [aai-resources,67ea4a29e24f0f4e9ebc658372945597,9ebc658372945597] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:17.400 [67ea4a29e24f0f4e9ebc658372945597,9ebc658372945597] [qtp1225114731-24] DEBUG [aai-resources,67ea4a29e24f0f4e9ebc658372945597,9ebc658372945597] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"008405a7-864d-4aff-9fd5-0510ef6d8771","status":"200","rqstDate":"250331-07:54:17:381","respDate":"250331-07:54:17:400","sourceId":"haproxy:008405a7-864d-4aff-9fd5-0510ef6d8771","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:17:381-73799\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d42be9d8-b4ff-4bef-9285-0517ed85dc4b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[008405a7-864d-4aff-9fd5-0510ef6d8771]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:54:19.407 [67ea4a2bccb25dd44d19f56ae0f41f87,4d19f56ae0f41f87] [qtp1225114731-26]  INFO [aai-resources,67ea4a2bccb25dd44d19f56ae0f41f87,4d19f56ae0f41f87] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:19.424 [67ea4a2bccb25dd44d19f56ae0f41f87,4d19f56ae0f41f87] [qtp1225114731-26] DEBUG [aai-resources,67ea4a2bccb25dd44d19f56ae0f41f87,4d19f56ae0f41f87] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"51a61d42-38a0-4fe7-bd32-afc151293ea8","status":"200","rqstDate":"250331-07:54:19:407","respDate":"250331-07:54:19:424","sourceId":"haproxy:51a61d42-38a0-4fe7-bd32-afc151293ea8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:19:407-75437\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[24d394f7-fa08-45ea-8326-716f641958ad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[51a61d42-38a0-4fe7-bd32-afc151293ea8]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:54:21.432 [67ea4a2dc613740b2407759942e1bebd,2407759942e1bebd] [qtp1225114731-24]  INFO [aai-resources,67ea4a2dc613740b2407759942e1bebd,2407759942e1bebd] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:21.448 [67ea4a2dc613740b2407759942e1bebd,2407759942e1bebd] [qtp1225114731-24] DEBUG [aai-resources,67ea4a2dc613740b2407759942e1bebd,2407759942e1bebd] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"657998e6-f89e-4d70-bb73-b2dbbf836e67","status":"200","rqstDate":"250331-07:54:21:432","respDate":"250331-07:54:21:447","sourceId":"haproxy:657998e6-f89e-4d70-bb73-b2dbbf836e67","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:21:432-9261\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2df8498e-3c53-4922-9606-2385c5483de1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[657998e6-f89e-4d70-bb73-b2dbbf836e67]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:54:23.455 [67ea4a2f2abefa19dc00e0f214719ab9,dc00e0f214719ab9] [qtp1225114731-26]  INFO [aai-resources,67ea4a2f2abefa19dc00e0f214719ab9,dc00e0f214719ab9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:23.485 [67ea4a2f2abefa19dc00e0f214719ab9,dc00e0f214719ab9] [qtp1225114731-26] DEBUG [aai-resources,67ea4a2f2abefa19dc00e0f214719ab9,dc00e0f214719ab9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d96cf6f8-d15d-4677-99e5-12cf93605f8c","status":"200","rqstDate":"250331-07:54:23:455","respDate":"250331-07:54:23:485","sourceId":"haproxy:d96cf6f8-d15d-4677-99e5-12cf93605f8c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:23:455-62952\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5be97b46-4eab-44e1-a41f-903b4cb24d4d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d96cf6f8-d15d-4677-99e5-12cf93605f8c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 35 - "logType": "access"
2025-03-31 07:54:25.493 [67ea4a317dc8063297e673a8888be493,97e673a8888be493] [qtp1225114731-24]  INFO [aai-resources,67ea4a317dc8063297e673a8888be493,97e673a8888be493] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:25.506 [67ea4a317dc8063297e673a8888be493,97e673a8888be493] [qtp1225114731-24] DEBUG [aai-resources,67ea4a317dc8063297e673a8888be493,97e673a8888be493] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f2b6e7b3-95ef-430b-a5b9-01e929ad747e","status":"200","rqstDate":"250331-07:54:25:493","respDate":"250331-07:54:25:506","sourceId":"haproxy:f2b6e7b3-95ef-430b-a5b9-01e929ad747e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:25:493-24616\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f713a7a3-39d6-42bb-b312-dcabff18aa88], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f2b6e7b3-95ef-430b-a5b9-01e929ad747e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:54:27.515 [67ea4a33a18ed6a757a9420fe02f0432,57a9420fe02f0432] [qtp1225114731-26]  INFO [aai-resources,67ea4a33a18ed6a757a9420fe02f0432,57a9420fe02f0432] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:27.530 [67ea4a33a18ed6a757a9420fe02f0432,57a9420fe02f0432] [qtp1225114731-26] DEBUG [aai-resources,67ea4a33a18ed6a757a9420fe02f0432,57a9420fe02f0432] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3b4473af-bfc4-4fa1-bf38-19a8cf70aa96","status":"200","rqstDate":"250331-07:54:27:516","respDate":"250331-07:54:27:530","sourceId":"haproxy:3b4473af-bfc4-4fa1-bf38-19a8cf70aa96","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:54:27:516-20772\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[58768052-f0eb-4d60-ad73-67454e92416f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3b4473af-bfc4-4fa1-bf38-19a8cf70aa96]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:54:29.542 [67ea4a3598c102a3d3d47f163c8d1a5e,d3d47f163c8d1a5e] [qtp1225114731-24]  INFO [aai-resources,67ea4a3598c102a3d3d47f163c8d1a5e,d3d47f163c8d1a5e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:29.558 [67ea4a3598c102a3d3d47f163c8d1a5e,d3d47f163c8d1a5e] [qtp1225114731-24] DEBUG [aai-resources,67ea4a3598c102a3d3d47f163c8d1a5e,d3d47f163c8d1a5e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"17a17b59-d3fd-48ba-9c07-69fbaf32d2c2","status":"200","rqstDate":"250331-07:54:29:542","respDate":"250331-07:54:29:557","sourceId":"haproxy:17a17b59-d3fd-48ba-9c07-69fbaf32d2c2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:29:542-59824\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5f40b489-2ebc-49b5-8c05-ff0eb38f1411], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[17a17b59-d3fd-48ba-9c07-69fbaf32d2c2]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:54:31.565 [67ea4a37442f427ed7d2d75d5865df61,d7d2d75d5865df61] [qtp1225114731-26]  INFO [aai-resources,67ea4a37442f427ed7d2d75d5865df61,d7d2d75d5865df61] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:31.584 [67ea4a37442f427ed7d2d75d5865df61,d7d2d75d5865df61] [qtp1225114731-26] DEBUG [aai-resources,67ea4a37442f427ed7d2d75d5865df61,d7d2d75d5865df61] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cc132c5a-3c4e-4e36-b0fc-b1330ed66d26","status":"200","rqstDate":"250331-07:54:31:565","respDate":"250331-07:54:31:583","sourceId":"haproxy:cc132c5a-3c4e-4e36-b0fc-b1330ed66d26","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:54:31:565-33828\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[690a37cd-c56a-4212-9ea6-8d8ea5865c65], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cc132c5a-3c4e-4e36-b0fc-b1330ed66d26]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:54:33.593 [67ea4a399b5722aa44c73f4bb4f734dd,44c73f4bb4f734dd] [qtp1225114731-24]  INFO [aai-resources,67ea4a399b5722aa44c73f4bb4f734dd,44c73f4bb4f734dd] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:33.608 [67ea4a399b5722aa44c73f4bb4f734dd,44c73f4bb4f734dd] [qtp1225114731-24] DEBUG [aai-resources,67ea4a399b5722aa44c73f4bb4f734dd,44c73f4bb4f734dd] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c50a5c5d-1b18-4d7d-8cd4-fbd62d9c43e8","status":"200","rqstDate":"250331-07:54:33:593","respDate":"250331-07:54:33:608","sourceId":"haproxy:c50a5c5d-1b18-4d7d-8cd4-fbd62d9c43e8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:33:593-96591\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7688e182-6e26-4030-906e-72a8f9cf0628], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c50a5c5d-1b18-4d7d-8cd4-fbd62d9c43e8]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:54:35.618 [67ea4a3bd868c635f79ff85b6f82ca6a,f79ff85b6f82ca6a] [qtp1225114731-26]  INFO [aai-resources,67ea4a3bd868c635f79ff85b6f82ca6a,f79ff85b6f82ca6a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:35.634 [67ea4a3bd868c635f79ff85b6f82ca6a,f79ff85b6f82ca6a] [qtp1225114731-26] DEBUG [aai-resources,67ea4a3bd868c635f79ff85b6f82ca6a,f79ff85b6f82ca6a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4f381eaa-d55f-4a9f-b1c6-6c28d289932a","status":"200","rqstDate":"250331-07:54:35:618","respDate":"250331-07:54:35:634","sourceId":"haproxy:4f381eaa-d55f-4a9f-b1c6-6c28d289932a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:35:618-2721\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6cf5906f-5f35-4c44-bddb-257e8699fbcc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4f381eaa-d55f-4a9f-b1c6-6c28d289932a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:54:37.642 [67ea4a3d11281190d4e0f3c6a446d107,d4e0f3c6a446d107] [qtp1225114731-24]  INFO [aai-resources,67ea4a3d11281190d4e0f3c6a446d107,d4e0f3c6a446d107] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:37.655 [67ea4a3d11281190d4e0f3c6a446d107,d4e0f3c6a446d107] [qtp1225114731-24] DEBUG [aai-resources,67ea4a3d11281190d4e0f3c6a446d107,d4e0f3c6a446d107] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8e57c104-4f9c-4512-9325-83d6b1e1458d","status":"200","rqstDate":"250331-07:54:37:642","respDate":"250331-07:54:37:655","sourceId":"haproxy:8e57c104-4f9c-4512-9325-83d6b1e1458d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:37:642-56045\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7cfeab7c-0512-4341-92fe-9e85ee14aace], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8e57c104-4f9c-4512-9325-83d6b1e1458d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:54:39.664 [67ea4a3fd8c738a333466a268ff6d282,33466a268ff6d282] [qtp1225114731-26]  INFO [aai-resources,67ea4a3fd8c738a333466a268ff6d282,33466a268ff6d282] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:39.680 [67ea4a3fd8c738a333466a268ff6d282,33466a268ff6d282] [qtp1225114731-26] DEBUG [aai-resources,67ea4a3fd8c738a333466a268ff6d282,33466a268ff6d282] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a9cbf952-687f-47cf-99dc-188ac754d878","status":"200","rqstDate":"250331-07:54:39:664","respDate":"250331-07:54:39:680","sourceId":"haproxy:a9cbf952-687f-47cf-99dc-188ac754d878","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:39:664-76690\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2158545b-185f-413c-b15e-0464c0fcaa1b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a9cbf952-687f-47cf-99dc-188ac754d878]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:54:41.689 [67ea4a41f594010f74ef37f2b27ec2f8,74ef37f2b27ec2f8] [qtp1225114731-24]  INFO [aai-resources,67ea4a41f594010f74ef37f2b27ec2f8,74ef37f2b27ec2f8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:41.702 [67ea4a41f594010f74ef37f2b27ec2f8,74ef37f2b27ec2f8] [qtp1225114731-24] DEBUG [aai-resources,67ea4a41f594010f74ef37f2b27ec2f8,74ef37f2b27ec2f8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"55baff35-21f6-4a4c-9a67-c51c4c6617d9","status":"200","rqstDate":"250331-07:54:41:689","respDate":"250331-07:54:41:702","sourceId":"haproxy:55baff35-21f6-4a4c-9a67-c51c4c6617d9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:41:689-85754\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f9fee3d6-b130-485f-8a44-d510b29cb3df], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[55baff35-21f6-4a4c-9a67-c51c4c6617d9]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:54:43.711 [67ea4a4308258c1b6272d24ea0dbc5fb,6272d24ea0dbc5fb] [qtp1225114731-26]  INFO [aai-resources,67ea4a4308258c1b6272d24ea0dbc5fb,6272d24ea0dbc5fb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:43.727 [67ea4a4308258c1b6272d24ea0dbc5fb,6272d24ea0dbc5fb] [qtp1225114731-26] DEBUG [aai-resources,67ea4a4308258c1b6272d24ea0dbc5fb,6272d24ea0dbc5fb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"752ae293-2b04-44d9-939b-7bf8d9497241","status":"200","rqstDate":"250331-07:54:43:711","respDate":"250331-07:54:43:727","sourceId":"haproxy:752ae293-2b04-44d9-939b-7bf8d9497241","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:54:43:711-85525\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5cf8a98d-0a96-4bf1-b904-1ad83ce59538], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[752ae293-2b04-44d9-939b-7bf8d9497241]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:54:45.735 [67ea4a455e9bc831a315017d23c92cf5,a315017d23c92cf5] [qtp1225114731-24]  INFO [aai-resources,67ea4a455e9bc831a315017d23c92cf5,a315017d23c92cf5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:45.747 [67ea4a455e9bc831a315017d23c92cf5,a315017d23c92cf5] [qtp1225114731-24] DEBUG [aai-resources,67ea4a455e9bc831a315017d23c92cf5,a315017d23c92cf5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f2bd775-2842-440a-9431-78ab34917f10","status":"200","rqstDate":"250331-07:54:45:735","respDate":"250331-07:54:45:747","sourceId":"haproxy:8f2bd775-2842-440a-9431-78ab34917f10","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:45:735-70404\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[37696be2-d542-4b55-ac29-5fe047072433], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8f2bd775-2842-440a-9431-78ab34917f10]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:54:47.755 [67ea4a47b4db0ddd3f5ce80bfb32f322,3f5ce80bfb32f322] [qtp1225114731-26]  INFO [aai-resources,67ea4a47b4db0ddd3f5ce80bfb32f322,3f5ce80bfb32f322] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:47.769 [67ea4a47b4db0ddd3f5ce80bfb32f322,3f5ce80bfb32f322] [qtp1225114731-26] DEBUG [aai-resources,67ea4a47b4db0ddd3f5ce80bfb32f322,3f5ce80bfb32f322] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"82f29f2e-ec47-4872-b7ee-6093c70c795d","status":"200","rqstDate":"250331-07:54:47:755","respDate":"250331-07:54:47:769","sourceId":"haproxy:82f29f2e-ec47-4872-b7ee-6093c70c795d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:47:755-1716\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9f492292-a398-43f2-9957-9af8e8971ca0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[82f29f2e-ec47-4872-b7ee-6093c70c795d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:54:49.778 [67ea4a491b5ecfa3506fffccca1ec250,506fffccca1ec250] [qtp1225114731-24]  INFO [aai-resources,67ea4a491b5ecfa3506fffccca1ec250,506fffccca1ec250] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:49.794 [67ea4a491b5ecfa3506fffccca1ec250,506fffccca1ec250] [qtp1225114731-24] DEBUG [aai-resources,67ea4a491b5ecfa3506fffccca1ec250,506fffccca1ec250] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"efbbbb7a-4ca3-47c1-81e5-11dc7d053362","status":"200","rqstDate":"250331-07:54:49:778","respDate":"250331-07:54:49:794","sourceId":"haproxy:efbbbb7a-4ca3-47c1-81e5-11dc7d053362","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:49:778-41568\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c3546804-5683-4711-b7f9-8950533a9c5c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[efbbbb7a-4ca3-47c1-81e5-11dc7d053362]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:54:51.804 [67ea4a4b2ef13c7ec58e13da129bef4a,c58e13da129bef4a] [qtp1225114731-26]  INFO [aai-resources,67ea4a4b2ef13c7ec58e13da129bef4a,c58e13da129bef4a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:51.822 [67ea4a4b2ef13c7ec58e13da129bef4a,c58e13da129bef4a] [qtp1225114731-26] DEBUG [aai-resources,67ea4a4b2ef13c7ec58e13da129bef4a,c58e13da129bef4a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"88bef6cc-21c8-484b-a652-2b3bd6ad3e10","status":"200","rqstDate":"250331-07:54:51:805","respDate":"250331-07:54:51:821","sourceId":"haproxy:88bef6cc-21c8-484b-a652-2b3bd6ad3e10","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:54:51:805-11056\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8372c00a-e553-4d2d-8dd6-241f158146ff], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[88bef6cc-21c8-484b-a652-2b3bd6ad3e10]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:54:53.829 [67ea4a4d98b8b1a626f580b80edac0b8,26f580b80edac0b8] [qtp1225114731-24]  INFO [aai-resources,67ea4a4d98b8b1a626f580b80edac0b8,26f580b80edac0b8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:53.843 [67ea4a4d98b8b1a626f580b80edac0b8,26f580b80edac0b8] [qtp1225114731-24] DEBUG [aai-resources,67ea4a4d98b8b1a626f580b80edac0b8,26f580b80edac0b8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5c4971b1-2658-4d87-844a-32bf1fa2a1e3","status":"200","rqstDate":"250331-07:54:53:830","respDate":"250331-07:54:53:843","sourceId":"haproxy:5c4971b1-2658-4d87-844a-32bf1fa2a1e3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:54:53:830-52611\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[91c6233f-1187-4c4e-9f5b-03e0aa03ade3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5c4971b1-2658-4d87-844a-32bf1fa2a1e3]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:54:55.851 [67ea4a4f9bd96d0addcfda2dca51f169,ddcfda2dca51f169] [qtp1225114731-26]  INFO [aai-resources,67ea4a4f9bd96d0addcfda2dca51f169,ddcfda2dca51f169] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:55.867 [67ea4a4f9bd96d0addcfda2dca51f169,ddcfda2dca51f169] [qtp1225114731-26] DEBUG [aai-resources,67ea4a4f9bd96d0addcfda2dca51f169,ddcfda2dca51f169] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9296748e-5537-4655-bd92-b7be3cf798b5","status":"200","rqstDate":"250331-07:54:55:852","respDate":"250331-07:54:55:867","sourceId":"haproxy:9296748e-5537-4655-bd92-b7be3cf798b5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:55:852-57392\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e78f28ea-67bd-4346-a537-94c8548638cf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9296748e-5537-4655-bd92-b7be3cf798b5]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:54:57.875 [67ea4a519dddf09047ce39edd3c847bc,47ce39edd3c847bc] [qtp1225114731-24]  INFO [aai-resources,67ea4a519dddf09047ce39edd3c847bc,47ce39edd3c847bc] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:57.894 [67ea4a519dddf09047ce39edd3c847bc,47ce39edd3c847bc] [qtp1225114731-24] DEBUG [aai-resources,67ea4a519dddf09047ce39edd3c847bc,47ce39edd3c847bc] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e2713ce5-7079-403a-909c-d1eed9d8cecc","status":"200","rqstDate":"250331-07:54:57:875","respDate":"250331-07:54:57:892","sourceId":"haproxy:e2713ce5-7079-403a-909c-d1eed9d8cecc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:57:875-68791\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d83abfd5-20e3-4e0e-a2b9-5774428ffe75], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e2713ce5-7079-403a-909c-d1eed9d8cecc]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:54:59.902 [67ea4a538cf49cebbc1dbea4de8c56d8,bc1dbea4de8c56d8] [qtp1225114731-26]  INFO [aai-resources,67ea4a538cf49cebbc1dbea4de8c56d8,bc1dbea4de8c56d8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:54:59.915 [67ea4a538cf49cebbc1dbea4de8c56d8,bc1dbea4de8c56d8] [qtp1225114731-26] DEBUG [aai-resources,67ea4a538cf49cebbc1dbea4de8c56d8,bc1dbea4de8c56d8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85577c55-966e-4792-bb32-c2530a955413","status":"200","rqstDate":"250331-07:54:59:902","respDate":"250331-07:54:59:915","sourceId":"haproxy:85577c55-966e-4792-bb32-c2530a955413","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:54:59:902-64624\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1443c8a3-9055-47b6-8e15-f2895570932d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[85577c55-966e-4792-bb32-c2530a955413]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:54:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:55:01.923 [67ea4a55fdfbde0055a83dbd56b5bb18,55a83dbd56b5bb18] [qtp1225114731-24]  INFO [aai-resources,67ea4a55fdfbde0055a83dbd56b5bb18,55a83dbd56b5bb18] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:01.938 [67ea4a55fdfbde0055a83dbd56b5bb18,55a83dbd56b5bb18] [qtp1225114731-24] DEBUG [aai-resources,67ea4a55fdfbde0055a83dbd56b5bb18,55a83dbd56b5bb18] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8cf77fbb-ad70-48f3-84b8-ed831d2e7d46","status":"200","rqstDate":"250331-07:55:01:923","respDate":"250331-07:55:01:937","sourceId":"haproxy:8cf77fbb-ad70-48f3-84b8-ed831d2e7d46","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:55:01:923-60253\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f32a5351-06e4-4078-876f-a713d9d1cfc1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8cf77fbb-ad70-48f3-84b8-ed831d2e7d46]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:55:03.948 [67ea4a579f782ea6b840368ac410b67c,b840368ac410b67c] [qtp1225114731-26]  INFO [aai-resources,67ea4a579f782ea6b840368ac410b67c,b840368ac410b67c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:03.958 [67ea4a579f782ea6b840368ac410b67c,b840368ac410b67c] [qtp1225114731-26] DEBUG [aai-resources,67ea4a579f782ea6b840368ac410b67c,b840368ac410b67c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"621b505e-3f8a-449b-b238-45b75c60df33","status":"200","rqstDate":"250331-07:55:03:948","respDate":"250331-07:55:03:958","sourceId":"haproxy:621b505e-3f8a-449b-b238-45b75c60df33","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:55:03:948-19463\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d98184f6-9dea-41f5-afb0-69850f23b4a2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[621b505e-3f8a-449b-b238-45b75c60df33]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 07:55:05.967 [67ea4a59b98ffe067501288bcf6f7fdc,7501288bcf6f7fdc] [qtp1225114731-24]  INFO [aai-resources,67ea4a59b98ffe067501288bcf6f7fdc,7501288bcf6f7fdc] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:05.985 [67ea4a59b98ffe067501288bcf6f7fdc,7501288bcf6f7fdc] [qtp1225114731-24] DEBUG [aai-resources,67ea4a59b98ffe067501288bcf6f7fdc,7501288bcf6f7fdc] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"adb3d298-f52f-4cea-8c0e-e83a6c216723","status":"200","rqstDate":"250331-07:55:05:967","respDate":"250331-07:55:05:985","sourceId":"haproxy:adb3d298-f52f-4cea-8c0e-e83a6c216723","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:55:05:967-95947\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7d4200df-0717-4836-94fb-f47b49b681d8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[adb3d298-f52f-4cea-8c0e-e83a6c216723]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:55:07.993 [67ea4a5ba96719c92e58e6338b225021,2e58e6338b225021] [qtp1225114731-26]  INFO [aai-resources,67ea4a5ba96719c92e58e6338b225021,2e58e6338b225021] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:08.011 [67ea4a5ba96719c92e58e6338b225021,2e58e6338b225021] [qtp1225114731-26] DEBUG [aai-resources,67ea4a5ba96719c92e58e6338b225021,2e58e6338b225021] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4821aaff-184c-4360-bb7c-613d5d320e34","status":"200","rqstDate":"250331-07:55:07:993","respDate":"250331-07:55:08:011","sourceId":"haproxy:4821aaff-184c-4360-bb7c-613d5d320e34","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:55:07:993-16395\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e9fc72fe-315e-430b-a42b-da43c8cdec7a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4821aaff-184c-4360-bb7c-613d5d320e34]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:55:10.018 [67ea4a5e04efdaa651ad42ff3bca9c29,51ad42ff3bca9c29] [qtp1225114731-24]  INFO [aai-resources,67ea4a5e04efdaa651ad42ff3bca9c29,51ad42ff3bca9c29] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:10.037 [67ea4a5e04efdaa651ad42ff3bca9c29,51ad42ff3bca9c29] [qtp1225114731-24] DEBUG [aai-resources,67ea4a5e04efdaa651ad42ff3bca9c29,51ad42ff3bca9c29] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b3d57e5-f4bd-4395-bb41-ff8da12c5775","status":"200","rqstDate":"250331-07:55:10:019","respDate":"250331-07:55:10:037","sourceId":"haproxy:2b3d57e5-f4bd-4395-bb41-ff8da12c5775","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:55:10:019-82191\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[29ae5b08-870e-4515-9ab5-db2069ff5e7b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2b3d57e5-f4bd-4395-bb41-ff8da12c5775]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 07:55:12.046 [67ea4a609e993b73cd6438847ef3f311,cd6438847ef3f311] [qtp1225114731-26]  INFO [aai-resources,67ea4a609e993b73cd6438847ef3f311,cd6438847ef3f311] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:12.060 [67ea4a609e993b73cd6438847ef3f311,cd6438847ef3f311] [qtp1225114731-26] DEBUG [aai-resources,67ea4a609e993b73cd6438847ef3f311,cd6438847ef3f311] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8eb18981-d1e5-4807-8094-c7014ee4f654","status":"200","rqstDate":"250331-07:55:12:046","respDate":"250331-07:55:12:060","sourceId":"haproxy:8eb18981-d1e5-4807-8094-c7014ee4f654","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:55:12:046-57853\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17f2d570-f89b-424e-936c-ae9af2a6c824], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8eb18981-d1e5-4807-8094-c7014ee4f654]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:55:14.070 [67ea4a6282c527b79dc7ff532feed32b,9dc7ff532feed32b] [qtp1225114731-24]  INFO [aai-resources,67ea4a6282c527b79dc7ff532feed32b,9dc7ff532feed32b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:14.098 [67ea4a6282c527b79dc7ff532feed32b,9dc7ff532feed32b] [qtp1225114731-24] DEBUG [aai-resources,67ea4a6282c527b79dc7ff532feed32b,9dc7ff532feed32b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"18ea8bb3-d7d2-4827-be1f-7aa994b19004","status":"200","rqstDate":"250331-07:55:14:070","respDate":"250331-07:55:14:098","sourceId":"haproxy:18ea8bb3-d7d2-4827-be1f-7aa994b19004","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:55:14:070-28371\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[37c12a91-34ee-427a-bf3f-f0c08a66c993], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[18ea8bb3-d7d2-4827-be1f-7aa994b19004]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 33 - "logType": "access"
2025-03-31 07:55:16.106 [67ea4a645e2ba58f0c539144d0f53173,0c539144d0f53173] [qtp1225114731-26]  INFO [aai-resources,67ea4a645e2ba58f0c539144d0f53173,0c539144d0f53173] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:16.119 [67ea4a645e2ba58f0c539144d0f53173,0c539144d0f53173] [qtp1225114731-26] DEBUG [aai-resources,67ea4a645e2ba58f0c539144d0f53173,0c539144d0f53173] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"753cb824-5838-45be-baa6-9627a72a121e","status":"200","rqstDate":"250331-07:55:16:106","respDate":"250331-07:55:16:119","sourceId":"haproxy:753cb824-5838-45be-baa6-9627a72a121e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:55:16:106-44016\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f6c35d39-94ea-41d5-9626-91c0b370fe92], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[753cb824-5838-45be-baa6-9627a72a121e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:55:18.126 [67ea4a66727c311cb28bf276223ac3e3,b28bf276223ac3e3] [qtp1225114731-24]  INFO [aai-resources,67ea4a66727c311cb28bf276223ac3e3,b28bf276223ac3e3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:18.140 [67ea4a66727c311cb28bf276223ac3e3,b28bf276223ac3e3] [qtp1225114731-24] DEBUG [aai-resources,67ea4a66727c311cb28bf276223ac3e3,b28bf276223ac3e3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a03ab1a4-fb4c-41da-9062-0d68956ed1d3","status":"200","rqstDate":"250331-07:55:18:126","respDate":"250331-07:55:18:140","sourceId":"haproxy:a03ab1a4-fb4c-41da-9062-0d68956ed1d3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:55:18:126-29608\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[82ba7952-26fa-47e3-bc52-fe0d5af69999], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a03ab1a4-fb4c-41da-9062-0d68956ed1d3]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:55:20.147 [67ea4a68a3cb5dfbe7c9085371d3d940,e7c9085371d3d940] [qtp1225114731-26]  INFO [aai-resources,67ea4a68a3cb5dfbe7c9085371d3d940,e7c9085371d3d940] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:20.167 [67ea4a68a3cb5dfbe7c9085371d3d940,e7c9085371d3d940] [qtp1225114731-26] DEBUG [aai-resources,67ea4a68a3cb5dfbe7c9085371d3d940,e7c9085371d3d940] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b38bb1ea-e015-4a74-89e1-595674dfe3f0","status":"200","rqstDate":"250331-07:55:20:148","respDate":"250331-07:55:20:167","sourceId":"haproxy:b38bb1ea-e015-4a74-89e1-595674dfe3f0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:55:20:148-15126\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[393eaf1c-5bc8-4b97-abc3-23229ba3c42b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b38bb1ea-e015-4a74-89e1-595674dfe3f0]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 07:55:22.175 [67ea4a6a00705af09b073c36ebcfa68d,9b073c36ebcfa68d] [qtp1225114731-24]  INFO [aai-resources,67ea4a6a00705af09b073c36ebcfa68d,9b073c36ebcfa68d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:22.193 [67ea4a6a00705af09b073c36ebcfa68d,9b073c36ebcfa68d] [qtp1225114731-24] DEBUG [aai-resources,67ea4a6a00705af09b073c36ebcfa68d,9b073c36ebcfa68d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"136e3319-e0c2-422c-aaf8-e97be720bc88","status":"200","rqstDate":"250331-07:55:22:175","respDate":"250331-07:55:22:193","sourceId":"haproxy:136e3319-e0c2-422c-aaf8-e97be720bc88","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:55:22:175-54855\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[70456ca3-1378-46eb-a250-dc2f8e0e1ec2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[136e3319-e0c2-422c-aaf8-e97be720bc88]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:55:24.202 [67ea4a6c10435bff5a9aa1a934f0d0f7,5a9aa1a934f0d0f7] [qtp1225114731-26]  INFO [aai-resources,67ea4a6c10435bff5a9aa1a934f0d0f7,5a9aa1a934f0d0f7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:24.227 [67ea4a6c10435bff5a9aa1a934f0d0f7,5a9aa1a934f0d0f7] [qtp1225114731-26] DEBUG [aai-resources,67ea4a6c10435bff5a9aa1a934f0d0f7,5a9aa1a934f0d0f7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ce242871-1bc6-4b25-b792-03666d56f5b4","status":"200","rqstDate":"250331-07:55:24:202","respDate":"250331-07:55:24:227","sourceId":"haproxy:ce242871-1bc6-4b25-b792-03666d56f5b4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:55:24:202-68365\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9a502558-15d4-49cf-8d75-da23ca3740a0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ce242871-1bc6-4b25-b792-03666d56f5b4]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 31 - "logType": "access"
2025-03-31 07:55:26.236 [67ea4a6e040ecf8840440227aebcf53c,40440227aebcf53c] [qtp1225114731-24]  INFO [aai-resources,67ea4a6e040ecf8840440227aebcf53c,40440227aebcf53c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:26.262 [67ea4a6e040ecf8840440227aebcf53c,40440227aebcf53c] [qtp1225114731-24] DEBUG [aai-resources,67ea4a6e040ecf8840440227aebcf53c,40440227aebcf53c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5fa6a0aa-b86b-4dc3-ae80-6d230501464b","status":"200","rqstDate":"250331-07:55:26:237","respDate":"250331-07:55:26:262","sourceId":"haproxy:5fa6a0aa-b86b-4dc3-ae80-6d230501464b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:55:26:237-52591\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b5fec98a-523d-4877-8db1-c39c17f40681], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5fa6a0aa-b86b-4dc3-ae80-6d230501464b]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 30 - "logType": "access"
2025-03-31 07:55:28.270 [67ea4a70ed80806c64850883ad5b4b3d,64850883ad5b4b3d] [qtp1225114731-26]  INFO [aai-resources,67ea4a70ed80806c64850883ad5b4b3d,64850883ad5b4b3d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:28.286 [67ea4a70ed80806c64850883ad5b4b3d,64850883ad5b4b3d] [qtp1225114731-26] DEBUG [aai-resources,67ea4a70ed80806c64850883ad5b4b3d,64850883ad5b4b3d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"88ebd96e-ae3e-49ae-9fd9-58ef968895ee","status":"200","rqstDate":"250331-07:55:28:270","respDate":"250331-07:55:28:285","sourceId":"haproxy:88ebd96e-ae3e-49ae-9fd9-58ef968895ee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:55:28:270-96521\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[659b4d35-0158-48bf-954b-3446dfedec99], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[88ebd96e-ae3e-49ae-9fd9-58ef968895ee]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:55:30.295 [67ea4a72b2588ea1d9a19054dd0f6b1e,d9a19054dd0f6b1e] [qtp1225114731-24]  INFO [aai-resources,67ea4a72b2588ea1d9a19054dd0f6b1e,d9a19054dd0f6b1e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:30.305 [67ea4a72b2588ea1d9a19054dd0f6b1e,d9a19054dd0f6b1e] [qtp1225114731-24] DEBUG [aai-resources,67ea4a72b2588ea1d9a19054dd0f6b1e,d9a19054dd0f6b1e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"954a4fa9-e50c-494b-add5-7ac36f0be053","status":"200","rqstDate":"250331-07:55:30:295","respDate":"250331-07:55:30:305","sourceId":"haproxy:954a4fa9-e50c-494b-add5-7ac36f0be053","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:55:30:295-24793\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7893550d-6548-4c7b-8b7c-4d6df9b02a64], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[954a4fa9-e50c-494b-add5-7ac36f0be053]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:55:32.313 [67ea4a74b19670989e5423c7423e05c0,9e5423c7423e05c0] [qtp1225114731-26]  INFO [aai-resources,67ea4a74b19670989e5423c7423e05c0,9e5423c7423e05c0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:32.333 [67ea4a74b19670989e5423c7423e05c0,9e5423c7423e05c0] [qtp1225114731-26] DEBUG [aai-resources,67ea4a74b19670989e5423c7423e05c0,9e5423c7423e05c0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"174ea928-79e8-4ead-a830-276330680018","status":"200","rqstDate":"250331-07:55:32:313","respDate":"250331-07:55:32:333","sourceId":"haproxy:174ea928-79e8-4ead-a830-276330680018","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:55:32:313-42430\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a3bc5470-4b26-48fd-931f-a65c7fe6afbd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[174ea928-79e8-4ead-a830-276330680018]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 07:55:34.341 [67ea4a76262e7308816ad1e21fdf8b84,816ad1e21fdf8b84] [qtp1225114731-24]  INFO [aai-resources,67ea4a76262e7308816ad1e21fdf8b84,816ad1e21fdf8b84] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:34.355 [67ea4a76262e7308816ad1e21fdf8b84,816ad1e21fdf8b84] [qtp1225114731-24] DEBUG [aai-resources,67ea4a76262e7308816ad1e21fdf8b84,816ad1e21fdf8b84] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c33d2e8f-a3a7-4650-b33c-e5b64950bd8b","status":"200","rqstDate":"250331-07:55:34:341","respDate":"250331-07:55:34:355","sourceId":"haproxy:c33d2e8f-a3a7-4650-b33c-e5b64950bd8b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:55:34:341-10965\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4fb552cb-0f70-441a-9dac-c2e0126a78f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c33d2e8f-a3a7-4650-b33c-e5b64950bd8b]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:55:36.362 [67ea4a786470e257ee33e95610ab8f46,ee33e95610ab8f46] [qtp1225114731-26]  INFO [aai-resources,67ea4a786470e257ee33e95610ab8f46,ee33e95610ab8f46] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:36.379 [67ea4a786470e257ee33e95610ab8f46,ee33e95610ab8f46] [qtp1225114731-26] DEBUG [aai-resources,67ea4a786470e257ee33e95610ab8f46,ee33e95610ab8f46] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"86f19ba2-b6f1-4d08-9175-fb64cd091fdd","status":"200","rqstDate":"250331-07:55:36:363","respDate":"250331-07:55:36:379","sourceId":"haproxy:86f19ba2-b6f1-4d08-9175-fb64cd091fdd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:55:36:363-440\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ba2a34ab-b094-4972-aac5-614808e7a8d9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[86f19ba2-b6f1-4d08-9175-fb64cd091fdd]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:55:38.387 [67ea4a7a171cf553c640d51b2cde8d20,c640d51b2cde8d20] [qtp1225114731-24]  INFO [aai-resources,67ea4a7a171cf553c640d51b2cde8d20,c640d51b2cde8d20] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:38.401 [67ea4a7a171cf553c640d51b2cde8d20,c640d51b2cde8d20] [qtp1225114731-24] DEBUG [aai-resources,67ea4a7a171cf553c640d51b2cde8d20,c640d51b2cde8d20] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"615c8545-a5e7-4b71-bf9b-880d9423738e","status":"200","rqstDate":"250331-07:55:38:387","respDate":"250331-07:55:38:401","sourceId":"haproxy:615c8545-a5e7-4b71-bf9b-880d9423738e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:55:38:387-92297\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d78f80eb-544a-498e-b13a-743f2c9e14bf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[615c8545-a5e7-4b71-bf9b-880d9423738e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:55:40.409 [67ea4a7c9f567a68779a72c5c7d4c32a,779a72c5c7d4c32a] [qtp1225114731-26]  INFO [aai-resources,67ea4a7c9f567a68779a72c5c7d4c32a,779a72c5c7d4c32a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:40.428 [67ea4a7c9f567a68779a72c5c7d4c32a,779a72c5c7d4c32a] [qtp1225114731-26] DEBUG [aai-resources,67ea4a7c9f567a68779a72c5c7d4c32a,779a72c5c7d4c32a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"81165b20-e9c1-46da-9ebc-85453ab7c695","status":"200","rqstDate":"250331-07:55:40:409","respDate":"250331-07:55:40:427","sourceId":"haproxy:81165b20-e9c1-46da-9ebc-85453ab7c695","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:55:40:409-44674\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c424b78c-171e-4acc-b207-338a087cd424], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[81165b20-e9c1-46da-9ebc-85453ab7c695]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:55:42.434 [67ea4a7e2eb4ab8b1d0ce771eb8f81ae,1d0ce771eb8f81ae] [qtp1225114731-24]  INFO [aai-resources,67ea4a7e2eb4ab8b1d0ce771eb8f81ae,1d0ce771eb8f81ae] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:42.448 [67ea4a7e2eb4ab8b1d0ce771eb8f81ae,1d0ce771eb8f81ae] [qtp1225114731-24] DEBUG [aai-resources,67ea4a7e2eb4ab8b1d0ce771eb8f81ae,1d0ce771eb8f81ae] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"36987439-d47f-402b-851b-7e59e109fc28","status":"200","rqstDate":"250331-07:55:42:435","respDate":"250331-07:55:42:447","sourceId":"haproxy:36987439-d47f-402b-851b-7e59e109fc28","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:55:42:435-83897\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[13e197d3-3cd4-4c74-9cce-ef5da783bee7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[36987439-d47f-402b-851b-7e59e109fc28]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:55:44.454 [67ea4a803274a3425c1cc2673d0a5468,5c1cc2673d0a5468] [qtp1225114731-26]  INFO [aai-resources,67ea4a803274a3425c1cc2673d0a5468,5c1cc2673d0a5468] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:44.470 [67ea4a803274a3425c1cc2673d0a5468,5c1cc2673d0a5468] [qtp1225114731-26] DEBUG [aai-resources,67ea4a803274a3425c1cc2673d0a5468,5c1cc2673d0a5468] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b89a5f46-e341-4564-a93d-90d123b55af0","status":"200","rqstDate":"250331-07:55:44:454","respDate":"250331-07:55:44:470","sourceId":"haproxy:b89a5f46-e341-4564-a93d-90d123b55af0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:55:44:454-2259\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c6258f89-8049-43b8-9e85-79b92ec92c0d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b89a5f46-e341-4564-a93d-90d123b55af0]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:55:46.478 [67ea4a82964a26758037f64c81329a5c,8037f64c81329a5c] [qtp1225114731-24]  INFO [aai-resources,67ea4a82964a26758037f64c81329a5c,8037f64c81329a5c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:46.493 [67ea4a82964a26758037f64c81329a5c,8037f64c81329a5c] [qtp1225114731-24] DEBUG [aai-resources,67ea4a82964a26758037f64c81329a5c,8037f64c81329a5c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f7d3417a-1234-4893-81b6-7a29b3d2796c","status":"200","rqstDate":"250331-07:55:46:478","respDate":"250331-07:55:46:492","sourceId":"haproxy:f7d3417a-1234-4893-81b6-7a29b3d2796c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:55:46:478-79587\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[762fa5b4-457b-4a97-9feb-6919352268d9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f7d3417a-1234-4893-81b6-7a29b3d2796c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:55:48.500 [67ea4a8473e022d35c8c6a982f4e7cfa,5c8c6a982f4e7cfa] [qtp1225114731-26]  INFO [aai-resources,67ea4a8473e022d35c8c6a982f4e7cfa,5c8c6a982f4e7cfa] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:48.514 [67ea4a8473e022d35c8c6a982f4e7cfa,5c8c6a982f4e7cfa] [qtp1225114731-26] DEBUG [aai-resources,67ea4a8473e022d35c8c6a982f4e7cfa,5c8c6a982f4e7cfa] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"126e1ce0-bf7d-459d-ba76-c8992f86d5cf","status":"200","rqstDate":"250331-07:55:48:500","respDate":"250331-07:55:48:514","sourceId":"haproxy:126e1ce0-bf7d-459d-ba76-c8992f86d5cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:55:48:500-20881\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e5c12681-c06c-4a60-a68f-134104d633d2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[126e1ce0-bf7d-459d-ba76-c8992f86d5cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:55:50.521 [67ea4a86ce3fe54c0c033e2fb0df6ae8,0c033e2fb0df6ae8] [qtp1225114731-24]  INFO [aai-resources,67ea4a86ce3fe54c0c033e2fb0df6ae8,0c033e2fb0df6ae8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:50.546 [67ea4a86ce3fe54c0c033e2fb0df6ae8,0c033e2fb0df6ae8] [qtp1225114731-24] DEBUG [aai-resources,67ea4a86ce3fe54c0c033e2fb0df6ae8,0c033e2fb0df6ae8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"372d7288-6d49-4c30-a1f7-a40ce722023f","status":"200","rqstDate":"250331-07:55:50:521","respDate":"250331-07:55:50:546","sourceId":"haproxy:372d7288-6d49-4c30-a1f7-a40ce722023f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:55:50:521-11042\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5385f707-eaa1-4f10-8e46-e6f67cd003ca], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[372d7288-6d49-4c30-a1f7-a40ce722023f]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 29 - "logType": "access"
2025-03-31 07:55:52.554 [67ea4a88ae525d2b202055fd48f210f6,202055fd48f210f6] [qtp1225114731-26]  INFO [aai-resources,67ea4a88ae525d2b202055fd48f210f6,202055fd48f210f6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:52.577 [67ea4a88ae525d2b202055fd48f210f6,202055fd48f210f6] [qtp1225114731-26] DEBUG [aai-resources,67ea4a88ae525d2b202055fd48f210f6,202055fd48f210f6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f779c207-04ad-4f9a-b398-df45dd0df637","status":"200","rqstDate":"250331-07:55:52:554","respDate":"250331-07:55:52:577","sourceId":"haproxy:f779c207-04ad-4f9a-b398-df45dd0df637","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:55:52:554-88446\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3f83af96-dc19-43fd-aedc-6dd6c04ca789], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f779c207-04ad-4f9a-b398-df45dd0df637]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 07:55:54.585 [67ea4a8ad6e0f0e8aea5963554c7a62b,aea5963554c7a62b] [qtp1225114731-24]  INFO [aai-resources,67ea4a8ad6e0f0e8aea5963554c7a62b,aea5963554c7a62b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:54.600 [67ea4a8ad6e0f0e8aea5963554c7a62b,aea5963554c7a62b] [qtp1225114731-24] DEBUG [aai-resources,67ea4a8ad6e0f0e8aea5963554c7a62b,aea5963554c7a62b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8584fd0d-a278-4db5-acc6-768aa144d323","status":"200","rqstDate":"250331-07:55:54:585","respDate":"250331-07:55:54:600","sourceId":"haproxy:8584fd0d-a278-4db5-acc6-768aa144d323","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:55:54:585-74038\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[66823698-6475-4e14-a706-2373fe3e6c77], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8584fd0d-a278-4db5-acc6-768aa144d323]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:55:56.607 [67ea4a8cd32f95504178a5aac306d8f5,4178a5aac306d8f5] [qtp1225114731-26]  INFO [aai-resources,67ea4a8cd32f95504178a5aac306d8f5,4178a5aac306d8f5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:56.620 [67ea4a8cd32f95504178a5aac306d8f5,4178a5aac306d8f5] [qtp1225114731-26] DEBUG [aai-resources,67ea4a8cd32f95504178a5aac306d8f5,4178a5aac306d8f5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c00f3ed1-7028-4876-8768-3c7ebf679b5d","status":"200","rqstDate":"250331-07:55:56:607","respDate":"250331-07:55:56:620","sourceId":"haproxy:c00f3ed1-7028-4876-8768-3c7ebf679b5d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:55:56:607-2318\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e3b442b2-bdfd-4a94-b1c5-2ff7cbb64743], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c00f3ed1-7028-4876-8768-3c7ebf679b5d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:55:58.628 [67ea4a8ed520f42242ab1cb985d7201a,42ab1cb985d7201a] [qtp1225114731-24]  INFO [aai-resources,67ea4a8ed520f42242ab1cb985d7201a,42ab1cb985d7201a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:55:58.640 [67ea4a8ed520f42242ab1cb985d7201a,42ab1cb985d7201a] [qtp1225114731-24] DEBUG [aai-resources,67ea4a8ed520f42242ab1cb985d7201a,42ab1cb985d7201a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"acd35210-21e1-4aa8-8707-3b62347766ee","status":"200","rqstDate":"250331-07:55:58:628","respDate":"250331-07:55:58:640","sourceId":"haproxy:acd35210-21e1-4aa8-8707-3b62347766ee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:55:58:628-83009\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5dfa31a7-2c2b-4915-8718-da45e663e4ee], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[acd35210-21e1-4aa8-8707-3b62347766ee]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:55:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:56:00.647 [67ea4a90d00b1e9585fa0e830cdbe05f,85fa0e830cdbe05f] [qtp1225114731-26]  INFO [aai-resources,67ea4a90d00b1e9585fa0e830cdbe05f,85fa0e830cdbe05f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:00.665 [67ea4a90d00b1e9585fa0e830cdbe05f,85fa0e830cdbe05f] [qtp1225114731-26] DEBUG [aai-resources,67ea4a90d00b1e9585fa0e830cdbe05f,85fa0e830cdbe05f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4041c27-2937-44c2-9423-ea86d6798f95","status":"200","rqstDate":"250331-07:56:00:648","respDate":"250331-07:56:00:665","sourceId":"haproxy:e4041c27-2937-44c2-9423-ea86d6798f95","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:56:00:648-11239\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d9c22b0f-4af3-47f9-95e2-62b1a1f23c30], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e4041c27-2937-44c2-9423-ea86d6798f95]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:56:02.673 [67ea4a925b4562b60775b5c7bbd30d88,0775b5c7bbd30d88] [qtp1225114731-24]  INFO [aai-resources,67ea4a925b4562b60775b5c7bbd30d88,0775b5c7bbd30d88] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:02.687 [67ea4a925b4562b60775b5c7bbd30d88,0775b5c7bbd30d88] [qtp1225114731-24] DEBUG [aai-resources,67ea4a925b4562b60775b5c7bbd30d88,0775b5c7bbd30d88] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c648694d-d524-45b4-a2d1-34d91d0d3569","status":"200","rqstDate":"250331-07:56:02:673","respDate":"250331-07:56:02:687","sourceId":"haproxy:c648694d-d524-45b4-a2d1-34d91d0d3569","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:56:02:673-89015\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7f8da82f-6467-9f45-9b4f-4259edab2c66], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c648694d-d524-45b4-a2d1-34d91d0d3569]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:56:04.696 [67ea4a9409e9e901822c992027a7082a,822c992027a7082a] [qtp1225114731-26]  INFO [aai-resources,67ea4a9409e9e901822c992027a7082a,822c992027a7082a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:04.708 [67ea4a9409e9e901822c992027a7082a,822c992027a7082a] [qtp1225114731-26] DEBUG [aai-resources,67ea4a9409e9e901822c992027a7082a,822c992027a7082a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"efac2304-d26e-4512-8734-1c7bfbdd28d9","status":"200","rqstDate":"250331-07:56:04:697","respDate":"250331-07:56:04:708","sourceId":"haproxy:efac2304-d26e-4512-8734-1c7bfbdd28d9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:56:04:697-41188\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fbe818e2-a127-4fd0-9ed0-398f0d1bec94], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[efac2304-d26e-4512-8734-1c7bfbdd28d9]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:56:06.716 [67ea4a961a4fdfc1ef85ab55676dac99,ef85ab55676dac99] [qtp1225114731-24]  INFO [aai-resources,67ea4a961a4fdfc1ef85ab55676dac99,ef85ab55676dac99] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:06.735 [67ea4a961a4fdfc1ef85ab55676dac99,ef85ab55676dac99] [qtp1225114731-24] DEBUG [aai-resources,67ea4a961a4fdfc1ef85ab55676dac99,ef85ab55676dac99] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6fe8c7d8-22ca-4aac-b17f-4f15854ecc78","status":"200","rqstDate":"250331-07:56:06:717","respDate":"250331-07:56:06:734","sourceId":"haproxy:6fe8c7d8-22ca-4aac-b17f-4f15854ecc78","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:56:06:717-81711\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b0fcd096-ecd7-4d72-a6fa-ffe68dde33e4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6fe8c7d8-22ca-4aac-b17f-4f15854ecc78]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:56:08.742 [67ea4a980f5828f2661f9e5cbf03fa02,661f9e5cbf03fa02] [qtp1225114731-26]  INFO [aai-resources,67ea4a980f5828f2661f9e5cbf03fa02,661f9e5cbf03fa02] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:08.755 [67ea4a980f5828f2661f9e5cbf03fa02,661f9e5cbf03fa02] [qtp1225114731-26] DEBUG [aai-resources,67ea4a980f5828f2661f9e5cbf03fa02,661f9e5cbf03fa02] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"14579ada-2541-45f1-9ee5-3a821fe4b185","status":"200","rqstDate":"250331-07:56:08:742","respDate":"250331-07:56:08:754","sourceId":"haproxy:14579ada-2541-45f1-9ee5-3a821fe4b185","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:56:08:742-50364\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a6ad8a4f-23fa-45a0-bd06-2beb0fc84a26], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[14579ada-2541-45f1-9ee5-3a821fe4b185]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:56:10.763 [67ea4a9ad1c8fad7e626ebf34015fe26,e626ebf34015fe26] [qtp1225114731-24]  INFO [aai-resources,67ea4a9ad1c8fad7e626ebf34015fe26,e626ebf34015fe26] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:10.778 [67ea4a9ad1c8fad7e626ebf34015fe26,e626ebf34015fe26] [qtp1225114731-24] DEBUG [aai-resources,67ea4a9ad1c8fad7e626ebf34015fe26,e626ebf34015fe26] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c9d75273-6b75-4932-918a-859931320bad","status":"200","rqstDate":"250331-07:56:10:763","respDate":"250331-07:56:10:778","sourceId":"haproxy:c9d75273-6b75-4932-918a-859931320bad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:56:10:763-43839\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d73c2c81-b739-47e6-a1ec-c5ba623c430f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c9d75273-6b75-4932-918a-859931320bad]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:56:12.791 [67ea4a9c807e807721770bb5b5b2ef59,21770bb5b5b2ef59] [qtp1225114731-26]  INFO [aai-resources,67ea4a9c807e807721770bb5b5b2ef59,21770bb5b5b2ef59] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:12.815 [67ea4a9c807e807721770bb5b5b2ef59,21770bb5b5b2ef59] [qtp1225114731-26] DEBUG [aai-resources,67ea4a9c807e807721770bb5b5b2ef59,21770bb5b5b2ef59] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4447e63-4f11-477b-ae2d-c07460baa16a","status":"200","rqstDate":"250331-07:56:12:792","respDate":"250331-07:56:12:814","sourceId":"haproxy:b4447e63-4f11-477b-ae2d-c07460baa16a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:56:12:792-6717\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[93dd55e2-a1a5-4a5b-bfcd-53b61a7b4e06], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4447e63-4f11-477b-ae2d-c07460baa16a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 34 - "logType": "access"
2025-03-31 07:56:14.825 [67ea4a9eb4f575730941828d1933d816,0941828d1933d816] [qtp1225114731-24]  INFO [aai-resources,67ea4a9eb4f575730941828d1933d816,0941828d1933d816] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:14.840 [67ea4a9eb4f575730941828d1933d816,0941828d1933d816] [qtp1225114731-24] DEBUG [aai-resources,67ea4a9eb4f575730941828d1933d816,0941828d1933d816] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ca074bc6-c1f0-4a96-bf25-bc576cb6abf3","status":"200","rqstDate":"250331-07:56:14:825","respDate":"250331-07:56:14:839","sourceId":"haproxy:ca074bc6-c1f0-4a96-bf25-bc576cb6abf3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:56:14:825-63957\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5aab356a-8ff4-4b7c-a217-f49dcbd1e838], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ca074bc6-c1f0-4a96-bf25-bc576cb6abf3]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:56:16.847 [67ea4aa005c971d167910e3b19de29d3,67910e3b19de29d3] [qtp1225114731-26]  INFO [aai-resources,67ea4aa005c971d167910e3b19de29d3,67910e3b19de29d3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:16.863 [67ea4aa005c971d167910e3b19de29d3,67910e3b19de29d3] [qtp1225114731-26] DEBUG [aai-resources,67ea4aa005c971d167910e3b19de29d3,67910e3b19de29d3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d8bb53e-1512-4fbf-9072-6c3af9e1066b","status":"200","rqstDate":"250331-07:56:16:847","respDate":"250331-07:56:16:862","sourceId":"haproxy:0d8bb53e-1512-4fbf-9072-6c3af9e1066b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:56:16:847-29825\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[113ea62b-a90e-4442-ae33-b301d43a6787], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0d8bb53e-1512-4fbf-9072-6c3af9e1066b]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:56:18.871 [67ea4aa2aaf565edbbe974c803849311,bbe974c803849311] [qtp1225114731-24]  INFO [aai-resources,67ea4aa2aaf565edbbe974c803849311,bbe974c803849311] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:18.885 [67ea4aa2aaf565edbbe974c803849311,bbe974c803849311] [qtp1225114731-24] DEBUG [aai-resources,67ea4aa2aaf565edbbe974c803849311,bbe974c803849311] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6d155d30-df37-4be9-b4b5-fe5a27ffc363","status":"200","rqstDate":"250331-07:56:18:871","respDate":"250331-07:56:18:885","sourceId":"haproxy:6d155d30-df37-4be9-b4b5-fe5a27ffc363","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:56:18:871-54919\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d9e789cf-2844-457e-a73b-27767e86567d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6d155d30-df37-4be9-b4b5-fe5a27ffc363]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:56:20.893 [67ea4aa4683ef2e81341f72f87112881,1341f72f87112881] [qtp1225114731-26]  INFO [aai-resources,67ea4aa4683ef2e81341f72f87112881,1341f72f87112881] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:20.910 [67ea4aa4683ef2e81341f72f87112881,1341f72f87112881] [qtp1225114731-26] DEBUG [aai-resources,67ea4aa4683ef2e81341f72f87112881,1341f72f87112881] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7f8fb8b0-661e-4bbc-84f4-c29e13d9deb7","status":"200","rqstDate":"250331-07:56:20:893","respDate":"250331-07:56:20:910","sourceId":"haproxy:7f8fb8b0-661e-4bbc-84f4-c29e13d9deb7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:56:20:893-70073\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[380255fa-3588-4501-9939-2a42360e86ae], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7f8fb8b0-661e-4bbc-84f4-c29e13d9deb7]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:56:22.920 [67ea4aa6c7a61e40bedd1d1637a6eca3,bedd1d1637a6eca3] [qtp1225114731-24]  INFO [aai-resources,67ea4aa6c7a61e40bedd1d1637a6eca3,bedd1d1637a6eca3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:22.936 [67ea4aa6c7a61e40bedd1d1637a6eca3,bedd1d1637a6eca3] [qtp1225114731-24] DEBUG [aai-resources,67ea4aa6c7a61e40bedd1d1637a6eca3,bedd1d1637a6eca3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6f128b10-097d-4bf4-95fb-483db929b1a6","status":"200","rqstDate":"250331-07:56:22:921","respDate":"250331-07:56:22:936","sourceId":"haproxy:6f128b10-097d-4bf4-95fb-483db929b1a6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:56:22:921-43311\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b450d3fd-347d-4fb4-b48d-d1e02300e2cd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6f128b10-097d-4bf4-95fb-483db929b1a6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:56:24.946 [67ea4aa8ae497d13610f30f8a0c6af44,610f30f8a0c6af44] [qtp1225114731-26]  INFO [aai-resources,67ea4aa8ae497d13610f30f8a0c6af44,610f30f8a0c6af44] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:24.979 [67ea4aa8ae497d13610f30f8a0c6af44,610f30f8a0c6af44] [qtp1225114731-26] DEBUG [aai-resources,67ea4aa8ae497d13610f30f8a0c6af44,610f30f8a0c6af44] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c9603510-aff6-4c28-953c-e408a956319a","status":"200","rqstDate":"250331-07:56:24:946","respDate":"250331-07:56:24:978","sourceId":"haproxy:c9603510-aff6-4c28-953c-e408a956319a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:56:24:946-58532\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1077ab9c-bbac-45f0-a7ff-bc7e83e2c772], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c9603510-aff6-4c28-953c-e408a956319a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 38 - "logType": "access"
2025-03-31 07:56:26.989 [67ea4aaa8d28fbbc30ac02b4a1c908ea,30ac02b4a1c908ea] [qtp1225114731-24]  INFO [aai-resources,67ea4aaa8d28fbbc30ac02b4a1c908ea,30ac02b4a1c908ea] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:27.006 [67ea4aaa8d28fbbc30ac02b4a1c908ea,30ac02b4a1c908ea] [qtp1225114731-24] DEBUG [aai-resources,67ea4aaa8d28fbbc30ac02b4a1c908ea,30ac02b4a1c908ea] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c9e0b394-88f8-4377-90e5-d55a62b2e461","status":"200","rqstDate":"250331-07:56:26:989","respDate":"250331-07:56:27:006","sourceId":"haproxy:c9e0b394-88f8-4377-90e5-d55a62b2e461","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:56:26:989-61282\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a4426889-3316-4867-b1bc-fe3180f5f50f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c9e0b394-88f8-4377-90e5-d55a62b2e461]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 07:56:29.014 [67ea4aad3f58e1440d9c5b8ba2a83902,0d9c5b8ba2a83902] [qtp1225114731-26]  INFO [aai-resources,67ea4aad3f58e1440d9c5b8ba2a83902,0d9c5b8ba2a83902] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:29.031 [67ea4aad3f58e1440d9c5b8ba2a83902,0d9c5b8ba2a83902] [qtp1225114731-26] DEBUG [aai-resources,67ea4aad3f58e1440d9c5b8ba2a83902,0d9c5b8ba2a83902] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ea99fec6-5132-44cb-b28f-59a42ef616a2","status":"200","rqstDate":"250331-07:56:29:014","respDate":"250331-07:56:29:031","sourceId":"haproxy:ea99fec6-5132-44cb-b28f-59a42ef616a2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:56:29:014-69278\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dfecc4bf-bccd-4253-927e-8287df513d14], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ea99fec6-5132-44cb-b28f-59a42ef616a2]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:56:31.040 [67ea4aafae4018e8cb5815e144be2663,cb5815e144be2663] [qtp1225114731-24]  INFO [aai-resources,67ea4aafae4018e8cb5815e144be2663,cb5815e144be2663] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:31.052 [67ea4aafae4018e8cb5815e144be2663,cb5815e144be2663] [qtp1225114731-24] DEBUG [aai-resources,67ea4aafae4018e8cb5815e144be2663,cb5815e144be2663] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d9df9da8-9209-47a2-9253-a1bb5d5aa399","status":"200","rqstDate":"250331-07:56:31:040","respDate":"250331-07:56:31:052","sourceId":"haproxy:d9df9da8-9209-47a2-9253-a1bb5d5aa399","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:56:31:040-91177\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7eb29225-d479-462a-a1fa-c0a7db82a45a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d9df9da8-9209-47a2-9253-a1bb5d5aa399]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:56:33.059 [67ea4ab14a2a5484e8dd313dae42e1e8,e8dd313dae42e1e8] [qtp1225114731-26]  INFO [aai-resources,67ea4ab14a2a5484e8dd313dae42e1e8,e8dd313dae42e1e8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:33.073 [67ea4ab14a2a5484e8dd313dae42e1e8,e8dd313dae42e1e8] [qtp1225114731-26] DEBUG [aai-resources,67ea4ab14a2a5484e8dd313dae42e1e8,e8dd313dae42e1e8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"25f9207f-00c9-41b9-8dfb-94bd5c7ca22d","status":"200","rqstDate":"250331-07:56:33:059","respDate":"250331-07:56:33:073","sourceId":"haproxy:25f9207f-00c9-41b9-8dfb-94bd5c7ca22d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:56:33:059-32088\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4733cdfa-50b1-4453-b096-3eed37f7fa9a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[25f9207f-00c9-41b9-8dfb-94bd5c7ca22d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:56:35.081 [67ea4ab3a165d0417138aaaa925be85e,7138aaaa925be85e] [qtp1225114731-24]  INFO [aai-resources,67ea4ab3a165d0417138aaaa925be85e,7138aaaa925be85e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:35.092 [67ea4ab3a165d0417138aaaa925be85e,7138aaaa925be85e] [qtp1225114731-24] DEBUG [aai-resources,67ea4ab3a165d0417138aaaa925be85e,7138aaaa925be85e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cc245cce-fc5a-42a7-ae46-fdc481f8a258","status":"200","rqstDate":"250331-07:56:35:081","respDate":"250331-07:56:35:092","sourceId":"haproxy:cc245cce-fc5a-42a7-ae46-fdc481f8a258","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:56:35:081-97578\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f1ce2899-72d9-4cd6-a2dc-e4affbaf6539], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cc245cce-fc5a-42a7-ae46-fdc481f8a258]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:56:37.099 [67ea4ab54a169ec706a8ef2824e35576,06a8ef2824e35576] [qtp1225114731-26]  INFO [aai-resources,67ea4ab54a169ec706a8ef2824e35576,06a8ef2824e35576] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:37.114 [67ea4ab54a169ec706a8ef2824e35576,06a8ef2824e35576] [qtp1225114731-26] DEBUG [aai-resources,67ea4ab54a169ec706a8ef2824e35576,06a8ef2824e35576] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79a5b0da-b0b3-45f0-a338-17bd461f5eff","status":"200","rqstDate":"250331-07:56:37:099","respDate":"250331-07:56:37:114","sourceId":"haproxy:79a5b0da-b0b3-45f0-a338-17bd461f5eff","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:56:37:099-84318\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9eedf765-d515-4fa0-a8d9-859be0dc56b3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[79a5b0da-b0b3-45f0-a338-17bd461f5eff]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:56:39.121 [67ea4ab7b82cf32475ea3b484d3697d6,75ea3b484d3697d6] [qtp1225114731-24]  INFO [aai-resources,67ea4ab7b82cf32475ea3b484d3697d6,75ea3b484d3697d6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:39.141 [67ea4ab7b82cf32475ea3b484d3697d6,75ea3b484d3697d6] [qtp1225114731-24] DEBUG [aai-resources,67ea4ab7b82cf32475ea3b484d3697d6,75ea3b484d3697d6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"76431826-106d-4ae5-8168-85ebc6712b1d","status":"200","rqstDate":"250331-07:56:39:121","respDate":"250331-07:56:39:141","sourceId":"haproxy:76431826-106d-4ae5-8168-85ebc6712b1d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:56:39:121-57652\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2ef3c753-4a19-435a-8356-8ba02dc4aa4d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[76431826-106d-4ae5-8168-85ebc6712b1d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 07:56:41.148 [67ea4ab9abcaf2d055736df79368224e,55736df79368224e] [qtp1225114731-26]  INFO [aai-resources,67ea4ab9abcaf2d055736df79368224e,55736df79368224e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:41.165 [67ea4ab9abcaf2d055736df79368224e,55736df79368224e] [qtp1225114731-26] DEBUG [aai-resources,67ea4ab9abcaf2d055736df79368224e,55736df79368224e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f6e6bfb4-9c22-4fa2-99f5-7c7fe8ace3bc","status":"200","rqstDate":"250331-07:56:41:149","respDate":"250331-07:56:41:165","sourceId":"haproxy:f6e6bfb4-9c22-4fa2-99f5-7c7fe8ace3bc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:56:41:149-51585\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[66eaa08a-2de7-4166-9408-f13b13160ef4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f6e6bfb4-9c22-4fa2-99f5-7c7fe8ace3bc]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:56:43.178 [67ea4abbe4ac5619a5a0aea846dcf0da,a5a0aea846dcf0da] [qtp1225114731-24]  INFO [aai-resources,67ea4abbe4ac5619a5a0aea846dcf0da,a5a0aea846dcf0da] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:43.195 [67ea4abbe4ac5619a5a0aea846dcf0da,a5a0aea846dcf0da] [qtp1225114731-24] DEBUG [aai-resources,67ea4abbe4ac5619a5a0aea846dcf0da,a5a0aea846dcf0da] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e2afbc8d-51f3-484e-b9f2-925e331f990f","status":"200","rqstDate":"250331-07:56:43:178","respDate":"250331-07:56:43:195","sourceId":"haproxy:e2afbc8d-51f3-484e-b9f2-925e331f990f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:56:43:178-34430\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8c07ae4a-79c3-40e3-a859-42b8ea3fbc62], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e2afbc8d-51f3-484e-b9f2-925e331f990f]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 07:56:45.204 [67ea4abd85a5da78745cddcb03b5d159,745cddcb03b5d159] [qtp1225114731-26]  INFO [aai-resources,67ea4abd85a5da78745cddcb03b5d159,745cddcb03b5d159] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:45.223 [67ea4abd85a5da78745cddcb03b5d159,745cddcb03b5d159] [qtp1225114731-26] DEBUG [aai-resources,67ea4abd85a5da78745cddcb03b5d159,745cddcb03b5d159] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c38dc05-dc45-4308-ac94-9a16ec8e2ccc","status":"200","rqstDate":"250331-07:56:45:204","respDate":"250331-07:56:45:223","sourceId":"haproxy:7c38dc05-dc45-4308-ac94-9a16ec8e2ccc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:56:45:204-20046\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7a76b6d1-407a-4f8f-8346-1a8925925eba], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c38dc05-dc45-4308-ac94-9a16ec8e2ccc]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:56:47.231 [67ea4abfbcb64559231ce010a87fd129,231ce010a87fd129] [qtp1225114731-24]  INFO [aai-resources,67ea4abfbcb64559231ce010a87fd129,231ce010a87fd129] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:47.242 [67ea4abfbcb64559231ce010a87fd129,231ce010a87fd129] [qtp1225114731-24] DEBUG [aai-resources,67ea4abfbcb64559231ce010a87fd129,231ce010a87fd129] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7456bcfe-3d2e-4a1e-b34c-eeeb18d8f587","status":"200","rqstDate":"250331-07:56:47:232","respDate":"250331-07:56:47:242","sourceId":"haproxy:7456bcfe-3d2e-4a1e-b34c-eeeb18d8f587","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:56:47:232-93604\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e93e4f37-9f13-4502-bcf5-e9109ab02532], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7456bcfe-3d2e-4a1e-b34c-eeeb18d8f587]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:56:49.253 [67ea4ac1f787ebf4bdfe33ce7387aaa4,bdfe33ce7387aaa4] [qtp1225114731-26]  INFO [aai-resources,67ea4ac1f787ebf4bdfe33ce7387aaa4,bdfe33ce7387aaa4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:49.265 [67ea4ac1f787ebf4bdfe33ce7387aaa4,bdfe33ce7387aaa4] [qtp1225114731-26] DEBUG [aai-resources,67ea4ac1f787ebf4bdfe33ce7387aaa4,bdfe33ce7387aaa4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2c0f4c1d-b3bc-4b6e-b141-ba5a123b58d7","status":"200","rqstDate":"250331-07:56:49:253","respDate":"250331-07:56:49:265","sourceId":"haproxy:2c0f4c1d-b3bc-4b6e-b141-ba5a123b58d7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:56:49:253-17060\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae538a2c-9d60-4ae7-a109-fcfc895323d6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2c0f4c1d-b3bc-4b6e-b141-ba5a123b58d7]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:56:51.274 [67ea4ac3044c9f19e302e78e50fd4f15,e302e78e50fd4f15] [qtp1225114731-24]  INFO [aai-resources,67ea4ac3044c9f19e302e78e50fd4f15,e302e78e50fd4f15] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:51.291 [67ea4ac3044c9f19e302e78e50fd4f15,e302e78e50fd4f15] [qtp1225114731-24] DEBUG [aai-resources,67ea4ac3044c9f19e302e78e50fd4f15,e302e78e50fd4f15] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f58d06d-3725-41c0-becc-9df437df3210","status":"200","rqstDate":"250331-07:56:51:274","respDate":"250331-07:56:51:291","sourceId":"haproxy:0f58d06d-3725-41c0-becc-9df437df3210","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:56:51:274-78209\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b1499054-36bb-4656-903b-951374f76b69], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0f58d06d-3725-41c0-becc-9df437df3210]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:56:53.301 [67ea4ac5ddb76f9ba752eea80315c03d,a752eea80315c03d] [qtp1225114731-26]  INFO [aai-resources,67ea4ac5ddb76f9ba752eea80315c03d,a752eea80315c03d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:53.318 [67ea4ac5ddb76f9ba752eea80315c03d,a752eea80315c03d] [qtp1225114731-26] DEBUG [aai-resources,67ea4ac5ddb76f9ba752eea80315c03d,a752eea80315c03d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"64abf1cd-d62f-472d-a89c-780d6d16a37b","status":"200","rqstDate":"250331-07:56:53:303","respDate":"250331-07:56:53:317","sourceId":"haproxy:64abf1cd-d62f-472d-a89c-780d6d16a37b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:56:53:303-15192\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9607b6bf-989f-4414-a45a-6e55a209ff8b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[64abf1cd-d62f-472d-a89c-780d6d16a37b]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:56:55.325 [67ea4ac7344e0bcac9e1eb39d7699ea8,c9e1eb39d7699ea8] [qtp1225114731-24]  INFO [aai-resources,67ea4ac7344e0bcac9e1eb39d7699ea8,c9e1eb39d7699ea8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:55.341 [67ea4ac7344e0bcac9e1eb39d7699ea8,c9e1eb39d7699ea8] [qtp1225114731-24] DEBUG [aai-resources,67ea4ac7344e0bcac9e1eb39d7699ea8,c9e1eb39d7699ea8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"18881a86-d18f-49ee-8e62-971012bfa081","status":"200","rqstDate":"250331-07:56:55:325","respDate":"250331-07:56:55:341","sourceId":"haproxy:18881a86-d18f-49ee-8e62-971012bfa081","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:56:55:325-77217\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a5762a6d-e4d4-4f54-98e8-1deeb700d1bd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[18881a86-d18f-49ee-8e62-971012bfa081]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:56:57.350 [67ea4ac9c563b4c2d85b584990b6ad84,d85b584990b6ad84] [qtp1225114731-26]  INFO [aai-resources,67ea4ac9c563b4c2d85b584990b6ad84,d85b584990b6ad84] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:57.368 [67ea4ac9c563b4c2d85b584990b6ad84,d85b584990b6ad84] [qtp1225114731-26] DEBUG [aai-resources,67ea4ac9c563b4c2d85b584990b6ad84,d85b584990b6ad84] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"10ffa555-e5d9-41d8-96e2-6bfe08afd9d8","status":"200","rqstDate":"250331-07:56:57:350","respDate":"250331-07:56:57:368","sourceId":"haproxy:10ffa555-e5d9-41d8-96e2-6bfe08afd9d8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:56:57:350-24094\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1847eb48-3ad2-4df7-89f8-1e1a8968c3a4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[10ffa555-e5d9-41d8-96e2-6bfe08afd9d8]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:56:59.376 [67ea4acb35e3a1458e808831c2bf9bab,8e808831c2bf9bab] [qtp1225114731-24]  INFO [aai-resources,67ea4acb35e3a1458e808831c2bf9bab,8e808831c2bf9bab] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:56:59.391 [67ea4acb35e3a1458e808831c2bf9bab,8e808831c2bf9bab] [qtp1225114731-24] DEBUG [aai-resources,67ea4acb35e3a1458e808831c2bf9bab,8e808831c2bf9bab] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4e2a7361-54ad-483d-981a-c73f1926d072","status":"200","rqstDate":"250331-07:56:59:377","respDate":"250331-07:56:59:391","sourceId":"haproxy:4e2a7361-54ad-483d-981a-c73f1926d072","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:56:59:377-65489\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[77268170-acbf-4017-940a-e9cf536723da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4e2a7361-54ad-483d-981a-c73f1926d072]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:56:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:57:01.401 [67ea4acdaf507166b0723c392348c30d,b0723c392348c30d] [qtp1225114731-26]  INFO [aai-resources,67ea4acdaf507166b0723c392348c30d,b0723c392348c30d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:01.414 [67ea4acdaf507166b0723c392348c30d,b0723c392348c30d] [qtp1225114731-26] DEBUG [aai-resources,67ea4acdaf507166b0723c392348c30d,b0723c392348c30d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"47670770-df8f-4248-9c61-b0f21c0f77ad","status":"200","rqstDate":"250331-07:57:01:401","respDate":"250331-07:57:01:414","sourceId":"haproxy:47670770-df8f-4248-9c61-b0f21c0f77ad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:57:01:401-64535\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[be0a6fcb-39b1-4a88-8c3a-6d3a8935cbfe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[47670770-df8f-4248-9c61-b0f21c0f77ad]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:57:03.430 [67ea4acf9a26882abb5e8c77e5bfbca4,bb5e8c77e5bfbca4] [qtp1225114731-24]  INFO [aai-resources,67ea4acf9a26882abb5e8c77e5bfbca4,bb5e8c77e5bfbca4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:03.448 [67ea4acf9a26882abb5e8c77e5bfbca4,bb5e8c77e5bfbca4] [qtp1225114731-24] DEBUG [aai-resources,67ea4acf9a26882abb5e8c77e5bfbca4,bb5e8c77e5bfbca4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bd2ab83e-4db1-4585-af83-aebd40bf1b4c","status":"200","rqstDate":"250331-07:57:03:430","respDate":"250331-07:57:03:447","sourceId":"haproxy:bd2ab83e-4db1-4585-af83-aebd40bf1b4c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:03:430-21905\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5f58bedc-70dc-421d-a0a1-8299404fb9cc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bd2ab83e-4db1-4585-af83-aebd40bf1b4c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 07:57:05.457 [67ea4ad114a67dbfc3421c961a271186,c3421c961a271186] [qtp1225114731-26]  INFO [aai-resources,67ea4ad114a67dbfc3421c961a271186,c3421c961a271186] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:05.470 [67ea4ad114a67dbfc3421c961a271186,c3421c961a271186] [qtp1225114731-26] DEBUG [aai-resources,67ea4ad114a67dbfc3421c961a271186,c3421c961a271186] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"33b819cb-2b3e-4316-9a28-cdb61e6cf4d1","status":"200","rqstDate":"250331-07:57:05:458","respDate":"250331-07:57:05:470","sourceId":"haproxy:33b819cb-2b3e-4316-9a28-cdb61e6cf4d1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:57:05:458-44332\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[93156040-7375-4f5e-bfb4-d04134f3a775], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[33b819cb-2b3e-4316-9a28-cdb61e6cf4d1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:57:07.478 [67ea4ad3282baf6f877cdf1ee1cb73c2,877cdf1ee1cb73c2] [qtp1225114731-24]  INFO [aai-resources,67ea4ad3282baf6f877cdf1ee1cb73c2,877cdf1ee1cb73c2] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:07.499 [67ea4ad3282baf6f877cdf1ee1cb73c2,877cdf1ee1cb73c2] [qtp1225114731-24] DEBUG [aai-resources,67ea4ad3282baf6f877cdf1ee1cb73c2,877cdf1ee1cb73c2] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"87d0e516-7f11-4494-9041-92b7d5d1d830","status":"200","rqstDate":"250331-07:57:07:478","respDate":"250331-07:57:07:499","sourceId":"haproxy:87d0e516-7f11-4494-9041-92b7d5d1d830","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:07:478-78924\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a1586f98-aa42-4a98-a35c-4291383462d3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[87d0e516-7f11-4494-9041-92b7d5d1d830]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 07:57:09.508 [67ea4ad5444905c456bae81882ba6c09,56bae81882ba6c09] [qtp1225114731-26]  INFO [aai-resources,67ea4ad5444905c456bae81882ba6c09,56bae81882ba6c09] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:09.524 [67ea4ad5444905c456bae81882ba6c09,56bae81882ba6c09] [qtp1225114731-26] DEBUG [aai-resources,67ea4ad5444905c456bae81882ba6c09,56bae81882ba6c09] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a700d62f-37f2-492b-ad72-48b2235e48e5","status":"200","rqstDate":"250331-07:57:09:508","respDate":"250331-07:57:09:524","sourceId":"haproxy:a700d62f-37f2-492b-ad72-48b2235e48e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:09:508-74987\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a9833278-a2d1-4847-9260-4aaf865598a4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a700d62f-37f2-492b-ad72-48b2235e48e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:57:11.534 [67ea4ad75e1b2a52692761c4c6bbc4cb,692761c4c6bbc4cb] [qtp1225114731-24]  INFO [aai-resources,67ea4ad75e1b2a52692761c4c6bbc4cb,692761c4c6bbc4cb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:11.550 [67ea4ad75e1b2a52692761c4c6bbc4cb,692761c4c6bbc4cb] [qtp1225114731-24] DEBUG [aai-resources,67ea4ad75e1b2a52692761c4c6bbc4cb,692761c4c6bbc4cb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8549e3d0-0b0a-489d-a8a7-e3f6f9bcbe4f","status":"200","rqstDate":"250331-07:57:11:534","respDate":"250331-07:57:11:550","sourceId":"haproxy:8549e3d0-0b0a-489d-a8a7-e3f6f9bcbe4f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:57:11:534-17591\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ad93317f-976e-4c84-872f-b9ae82511095], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8549e3d0-0b0a-489d-a8a7-e3f6f9bcbe4f]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:57:13.558 [67ea4ad9bc1299fc069dfcdf5011693a,069dfcdf5011693a] [qtp1225114731-26]  INFO [aai-resources,67ea4ad9bc1299fc069dfcdf5011693a,069dfcdf5011693a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:13.572 [67ea4ad9bc1299fc069dfcdf5011693a,069dfcdf5011693a] [qtp1225114731-26] DEBUG [aai-resources,67ea4ad9bc1299fc069dfcdf5011693a,069dfcdf5011693a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ced349aa-8c9f-4770-a31d-efcef66365b2","status":"200","rqstDate":"250331-07:57:13:558","respDate":"250331-07:57:13:572","sourceId":"haproxy:ced349aa-8c9f-4770-a31d-efcef66365b2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:57:13:558-28718\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[201daffb-397c-4428-8d62-b1ccaff520dc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ced349aa-8c9f-4770-a31d-efcef66365b2]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:57:15.581 [67ea4adbae67c17358383a02ce270f8e,58383a02ce270f8e] [qtp1225114731-24]  INFO [aai-resources,67ea4adbae67c17358383a02ce270f8e,58383a02ce270f8e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:15.596 [67ea4adbae67c17358383a02ce270f8e,58383a02ce270f8e] [qtp1225114731-24] DEBUG [aai-resources,67ea4adbae67c17358383a02ce270f8e,58383a02ce270f8e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"affe77eb-1f31-4138-9ff2-9daaf8d469a6","status":"200","rqstDate":"250331-07:57:15:582","respDate":"250331-07:57:15:596","sourceId":"haproxy:affe77eb-1f31-4138-9ff2-9daaf8d469a6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:57:15:582-50561\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0b616d74-7161-4f6d-a14f-5cce822300a6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[affe77eb-1f31-4138-9ff2-9daaf8d469a6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:57:17.603 [67ea4add7ea4c46cde019cea7ac4ff0b,de019cea7ac4ff0b] [qtp1225114731-26]  INFO [aai-resources,67ea4add7ea4c46cde019cea7ac4ff0b,de019cea7ac4ff0b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:17.616 [67ea4add7ea4c46cde019cea7ac4ff0b,de019cea7ac4ff0b] [qtp1225114731-26] DEBUG [aai-resources,67ea4add7ea4c46cde019cea7ac4ff0b,de019cea7ac4ff0b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"14dfc69d-7da3-40af-9884-60ee23474417","status":"200","rqstDate":"250331-07:57:17:604","respDate":"250331-07:57:17:616","sourceId":"haproxy:14dfc69d-7da3-40af-9884-60ee23474417","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:57:17:604-1059\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[62754233-f442-4150-9edb-104d48709a16], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[14dfc69d-7da3-40af-9884-60ee23474417]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:57:19.623 [67ea4adf3c0edb153c956372e37af01f,3c956372e37af01f] [qtp1225114731-24]  INFO [aai-resources,67ea4adf3c0edb153c956372e37af01f,3c956372e37af01f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:19.642 [67ea4adf3c0edb153c956372e37af01f,3c956372e37af01f] [qtp1225114731-24] DEBUG [aai-resources,67ea4adf3c0edb153c956372e37af01f,3c956372e37af01f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9dfcbdb0-7bd3-4427-8b1d-399e2d7b2502","status":"200","rqstDate":"250331-07:57:19:624","respDate":"250331-07:57:19:642","sourceId":"haproxy:9dfcbdb0-7bd3-4427-8b1d-399e2d7b2502","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:19:624-80639\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[157a2685-0d0d-4a47-87e0-47504abada42], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9dfcbdb0-7bd3-4427-8b1d-399e2d7b2502]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:57:21.651 [67ea4ae1bf7cdd67e7f478f6ddc32fb6,e7f478f6ddc32fb6] [qtp1225114731-26]  INFO [aai-resources,67ea4ae1bf7cdd67e7f478f6ddc32fb6,e7f478f6ddc32fb6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:21.667 [67ea4ae1bf7cdd67e7f478f6ddc32fb6,e7f478f6ddc32fb6] [qtp1225114731-26] DEBUG [aai-resources,67ea4ae1bf7cdd67e7f478f6ddc32fb6,e7f478f6ddc32fb6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d4c8cd3e-a459-483a-8f35-9894880a4ba9","status":"200","rqstDate":"250331-07:57:21:652","respDate":"250331-07:57:21:667","sourceId":"haproxy:d4c8cd3e-a459-483a-8f35-9894880a4ba9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:57:21:652-54329\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[193d9a28-469c-4489-ab9a-8c0ea86c489f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d4c8cd3e-a459-483a-8f35-9894880a4ba9]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:57:23.675 [67ea4ae33de63d3ebe39d748001d8114,be39d748001d8114] [qtp1225114731-24]  INFO [aai-resources,67ea4ae33de63d3ebe39d748001d8114,be39d748001d8114] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:23.690 [67ea4ae33de63d3ebe39d748001d8114,be39d748001d8114] [qtp1225114731-24] DEBUG [aai-resources,67ea4ae33de63d3ebe39d748001d8114,be39d748001d8114] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4750aa8-937a-4652-8b0c-bb17f9563783","status":"200","rqstDate":"250331-07:57:23:675","respDate":"250331-07:57:23:690","sourceId":"haproxy:b4750aa8-937a-4652-8b0c-bb17f9563783","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:23:675-35597\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[387fbf5e-313f-473f-8034-e1e481b3a1e0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4750aa8-937a-4652-8b0c-bb17f9563783]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:57:25.699 [67ea4ae5817f42d2671d8b9e67d3c903,671d8b9e67d3c903] [qtp1225114731-26]  INFO [aai-resources,67ea4ae5817f42d2671d8b9e67d3c903,671d8b9e67d3c903] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:25.714 [67ea4ae5817f42d2671d8b9e67d3c903,671d8b9e67d3c903] [qtp1225114731-26] DEBUG [aai-resources,67ea4ae5817f42d2671d8b9e67d3c903,671d8b9e67d3c903] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c59511ea-1e64-4819-b350-e5d8c5effdf3","status":"200","rqstDate":"250331-07:57:25:700","respDate":"250331-07:57:25:714","sourceId":"haproxy:c59511ea-1e64-4819-b350-e5d8c5effdf3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:57:25:700-96912\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[60b3c492-7d9d-447c-b640-628dc82dbe1e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c59511ea-1e64-4819-b350-e5d8c5effdf3]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:57:27.724 [67ea4ae7759871119d7ac36311f855ee,9d7ac36311f855ee] [qtp1225114731-24]  INFO [aai-resources,67ea4ae7759871119d7ac36311f855ee,9d7ac36311f855ee] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:27.738 [67ea4ae7759871119d7ac36311f855ee,9d7ac36311f855ee] [qtp1225114731-24] DEBUG [aai-resources,67ea4ae7759871119d7ac36311f855ee,9d7ac36311f855ee] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4e1858d-d214-43ae-b637-424bf2dff16a","status":"200","rqstDate":"250331-07:57:27:724","respDate":"250331-07:57:27:738","sourceId":"haproxy:b4e1858d-d214-43ae-b637-424bf2dff16a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:57:27:724-2173\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e08afd24-53cb-4bca-85ed-2024d4816fbc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4e1858d-d214-43ae-b637-424bf2dff16a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:57:29.748 [67ea4ae9e10d437f70acd7a5fef3eb46,70acd7a5fef3eb46] [qtp1225114731-26]  INFO [aai-resources,67ea4ae9e10d437f70acd7a5fef3eb46,70acd7a5fef3eb46] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:29.761 [67ea4ae9e10d437f70acd7a5fef3eb46,70acd7a5fef3eb46] [qtp1225114731-26] DEBUG [aai-resources,67ea4ae9e10d437f70acd7a5fef3eb46,70acd7a5fef3eb46] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c8910979-fceb-48cc-abac-c5585430b85f","status":"200","rqstDate":"250331-07:57:29:749","respDate":"250331-07:57:29:761","sourceId":"haproxy:c8910979-fceb-48cc-abac-c5585430b85f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:29:749-19702\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[64e01ea9-81b2-433d-a7bf-be5ac1afb6a4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c8910979-fceb-48cc-abac-c5585430b85f]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:57:31.768 [67ea4aeb6b15ac56313a6e5bd2fc54ef,313a6e5bd2fc54ef] [qtp1225114731-24]  INFO [aai-resources,67ea4aeb6b15ac56313a6e5bd2fc54ef,313a6e5bd2fc54ef] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:31.782 [67ea4aeb6b15ac56313a6e5bd2fc54ef,313a6e5bd2fc54ef] [qtp1225114731-24] DEBUG [aai-resources,67ea4aeb6b15ac56313a6e5bd2fc54ef,313a6e5bd2fc54ef] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2e8bd4a4-6764-49e7-96b8-ffa2975cb9cf","status":"200","rqstDate":"250331-07:57:31:768","respDate":"250331-07:57:31:782","sourceId":"haproxy:2e8bd4a4-6764-49e7-96b8-ffa2975cb9cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:57:31:768-67882\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e005087e-e181-4203-8377-6dc8b04b446e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2e8bd4a4-6764-49e7-96b8-ffa2975cb9cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:57:33.790 [67ea4aedeb40e2cdd6fa86caa50905ad,d6fa86caa50905ad] [qtp1225114731-26]  INFO [aai-resources,67ea4aedeb40e2cdd6fa86caa50905ad,d6fa86caa50905ad] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:33.806 [67ea4aedeb40e2cdd6fa86caa50905ad,d6fa86caa50905ad] [qtp1225114731-26] DEBUG [aai-resources,67ea4aedeb40e2cdd6fa86caa50905ad,d6fa86caa50905ad] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"009489ab-6526-4802-a451-546e43e5e936","status":"200","rqstDate":"250331-07:57:33:790","respDate":"250331-07:57:33:805","sourceId":"haproxy:009489ab-6526-4802-a451-546e43e5e936","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:57:33:790-50033\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[989a868b-3c25-4aec-8747-0b9445fc9c65], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[009489ab-6526-4802-a451-546e43e5e936]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:57:35.814 [67ea4aefdd05b5576b62d1c17349a1f3,6b62d1c17349a1f3] [qtp1225114731-24]  INFO [aai-resources,67ea4aefdd05b5576b62d1c17349a1f3,6b62d1c17349a1f3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:35.828 [67ea4aefdd05b5576b62d1c17349a1f3,6b62d1c17349a1f3] [qtp1225114731-24] DEBUG [aai-resources,67ea4aefdd05b5576b62d1c17349a1f3,6b62d1c17349a1f3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6b8167dc-abf8-466f-a00a-5c932d778300","status":"200","rqstDate":"250331-07:57:35:815","respDate":"250331-07:57:35:828","sourceId":"haproxy:6b8167dc-abf8-466f-a00a-5c932d778300","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:57:35:815-61841\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[43121a4f-6323-4832-add4-e0a941f1390d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6b8167dc-abf8-466f-a00a-5c932d778300]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:57:37.835 [67ea4af16efc25e634e3c4b0eea69b8e,34e3c4b0eea69b8e] [qtp1225114731-26]  INFO [aai-resources,67ea4af16efc25e634e3c4b0eea69b8e,34e3c4b0eea69b8e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:37.850 [67ea4af16efc25e634e3c4b0eea69b8e,34e3c4b0eea69b8e] [qtp1225114731-26] DEBUG [aai-resources,67ea4af16efc25e634e3c4b0eea69b8e,34e3c4b0eea69b8e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"293af35c-604a-4aca-8bd3-29277d4b64df","status":"200","rqstDate":"250331-07:57:37:835","respDate":"250331-07:57:37:850","sourceId":"haproxy:293af35c-604a-4aca-8bd3-29277d4b64df","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:57:37:835-94952\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9469af52-d8b2-430c-9cf3-1c07145d4ef7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[293af35c-604a-4aca-8bd3-29277d4b64df]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:57:39.859 [67ea4af3799477bddb86156269e09baa,db86156269e09baa] [qtp1225114731-24]  INFO [aai-resources,67ea4af3799477bddb86156269e09baa,db86156269e09baa] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:39.873 [67ea4af3799477bddb86156269e09baa,db86156269e09baa] [qtp1225114731-24] DEBUG [aai-resources,67ea4af3799477bddb86156269e09baa,db86156269e09baa] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b6ce37bf-1186-40ab-bafa-94a337838e08","status":"200","rqstDate":"250331-07:57:39:859","respDate":"250331-07:57:39:873","sourceId":"haproxy:b6ce37bf-1186-40ab-bafa-94a337838e08","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:57:39:859-26852\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e8921dfe-d047-9198-a310-e25ffd05fa41], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b6ce37bf-1186-40ab-bafa-94a337838e08]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:57:41.881 [67ea4af55c9830ab727c0020ed109c16,727c0020ed109c16] [qtp1225114731-26]  INFO [aai-resources,67ea4af55c9830ab727c0020ed109c16,727c0020ed109c16] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:41.903 [67ea4af55c9830ab727c0020ed109c16,727c0020ed109c16] [qtp1225114731-26] DEBUG [aai-resources,67ea4af55c9830ab727c0020ed109c16,727c0020ed109c16] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"edde2f12-f1a8-4581-adc4-9b1e8e2fa930","status":"200","rqstDate":"250331-07:57:41:881","respDate":"250331-07:57:41:903","sourceId":"haproxy:edde2f12-f1a8-4581-adc4-9b1e8e2fa930","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:41:881-37593\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17c71750-a981-472a-a915-456a746818d9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[edde2f12-f1a8-4581-adc4-9b1e8e2fa930]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 29 - "logType": "access"
2025-03-31 07:57:43.913 [67ea4af7875ea950929e4766471aadba,929e4766471aadba] [qtp1225114731-24]  INFO [aai-resources,67ea4af7875ea950929e4766471aadba,929e4766471aadba] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:43.929 [67ea4af7875ea950929e4766471aadba,929e4766471aadba] [qtp1225114731-24] DEBUG [aai-resources,67ea4af7875ea950929e4766471aadba,929e4766471aadba] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5fa9a374-9b9d-40f8-a8ba-325b9d62c1fe","status":"200","rqstDate":"250331-07:57:43:913","respDate":"250331-07:57:43:929","sourceId":"haproxy:5fa9a374-9b9d-40f8-a8ba-325b9d62c1fe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:43:913-73263\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ebddacdb-46b4-4bbd-b366-19c2dcb0a560], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5fa9a374-9b9d-40f8-a8ba-325b9d62c1fe]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:57:45.938 [67ea4af9c7523763394d04d908608f92,394d04d908608f92] [qtp1225114731-26]  INFO [aai-resources,67ea4af9c7523763394d04d908608f92,394d04d908608f92] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:45.954 [67ea4af9c7523763394d04d908608f92,394d04d908608f92] [qtp1225114731-26] DEBUG [aai-resources,67ea4af9c7523763394d04d908608f92,394d04d908608f92] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d844c6ea-6c4c-4b85-b1ae-db86a7fae8a0","status":"200","rqstDate":"250331-07:57:45:938","respDate":"250331-07:57:45:954","sourceId":"haproxy:d844c6ea-6c4c-4b85-b1ae-db86a7fae8a0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:45:938-29180\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c8bbc00a-ab80-4c7a-a28c-da74218225d0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d844c6ea-6c4c-4b85-b1ae-db86a7fae8a0]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:57:47.961 [67ea4afb4526f2e14d3dcb8ef1e28969,4d3dcb8ef1e28969] [qtp1225114731-24]  INFO [aai-resources,67ea4afb4526f2e14d3dcb8ef1e28969,4d3dcb8ef1e28969] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:47.971 [67ea4afb4526f2e14d3dcb8ef1e28969,4d3dcb8ef1e28969] [qtp1225114731-24] DEBUG [aai-resources,67ea4afb4526f2e14d3dcb8ef1e28969,4d3dcb8ef1e28969] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5d0e59b-8ecc-45b0-8481-1ea0de4cc9eb","status":"200","rqstDate":"250331-07:57:47:961","respDate":"250331-07:57:47:971","sourceId":"haproxy:e5d0e59b-8ecc-45b0-8481-1ea0de4cc9eb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:57:47:961-40767\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[186f4397-ea8c-4c12-9e5f-54baf96f0291], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e5d0e59b-8ecc-45b0-8481-1ea0de4cc9eb]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 07:57:49.978 [67ea4afd41e14eb8b6f6becfc8c879cc,b6f6becfc8c879cc] [qtp1225114731-26]  INFO [aai-resources,67ea4afd41e14eb8b6f6becfc8c879cc,b6f6becfc8c879cc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:49.988 [67ea4afd41e14eb8b6f6becfc8c879cc,b6f6becfc8c879cc] [qtp1225114731-26] DEBUG [aai-resources,67ea4afd41e14eb8b6f6becfc8c879cc,b6f6becfc8c879cc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4e7f1b40-ce39-45f1-94e6-84233c7bfd49","status":"200","rqstDate":"250331-07:57:49:978","respDate":"250331-07:57:49:988","sourceId":"haproxy:4e7f1b40-ce39-45f1-94e6-84233c7bfd49","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:49:978-7729\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5e0f64ce-ddb3-416d-9af3-095e131ab49c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4e7f1b40-ce39-45f1-94e6-84233c7bfd49]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:57:51.997 [67ea4aff70e2659a2afbdd012e870e93,2afbdd012e870e93] [qtp1225114731-24]  INFO [aai-resources,67ea4aff70e2659a2afbdd012e870e93,2afbdd012e870e93] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:52.027 [67ea4aff70e2659a2afbdd012e870e93,2afbdd012e870e93] [qtp1225114731-24] DEBUG [aai-resources,67ea4aff70e2659a2afbdd012e870e93,2afbdd012e870e93] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"721649c0-877a-4fca-8c72-ba4206c60e49","status":"200","rqstDate":"250331-07:57:51:997","respDate":"250331-07:57:52:027","sourceId":"haproxy:721649c0-877a-4fca-8c72-ba4206c60e49","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:57:51:997-68810\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6f59b808-9f6d-4280-817a-adefcc671239], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[721649c0-877a-4fca-8c72-ba4206c60e49]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 35 - "logType": "access"
2025-03-31 07:57:54.034 [67ea4b025a0ecf4f92ba19869ec9189a,92ba19869ec9189a] [qtp1225114731-26]  INFO [aai-resources,67ea4b025a0ecf4f92ba19869ec9189a,92ba19869ec9189a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:54.048 [67ea4b025a0ecf4f92ba19869ec9189a,92ba19869ec9189a] [qtp1225114731-26] DEBUG [aai-resources,67ea4b025a0ecf4f92ba19869ec9189a,92ba19869ec9189a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"caa27eb8-8067-454e-8718-3f3d446107da","status":"200","rqstDate":"250331-07:57:54:035","respDate":"250331-07:57:54:048","sourceId":"haproxy:caa27eb8-8067-454e-8718-3f3d446107da","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:54:035-83099\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[443c7395-ea59-445d-b96a-a10326d28f22], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[caa27eb8-8067-454e-8718-3f3d446107da]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:57:56.055 [67ea4b04bc5b8453cd2074003191cf86,cd2074003191cf86] [qtp1225114731-24]  INFO [aai-resources,67ea4b04bc5b8453cd2074003191cf86,cd2074003191cf86] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:56.068 [67ea4b04bc5b8453cd2074003191cf86,cd2074003191cf86] [qtp1225114731-24] DEBUG [aai-resources,67ea4b04bc5b8453cd2074003191cf86,cd2074003191cf86] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1d56dfe1-4946-4455-9abc-30adae440943","status":"200","rqstDate":"250331-07:57:56:055","respDate":"250331-07:57:56:068","sourceId":"haproxy:1d56dfe1-4946-4455-9abc-30adae440943","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:57:56:055-57743\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a0ab1434-a9d7-4091-960f-409182e50b23], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1d56dfe1-4946-4455-9abc-30adae440943]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:57:58.080 [67ea4b06c8dda9fa8e171a50c91ef412,8e171a50c91ef412] [qtp1225114731-26]  INFO [aai-resources,67ea4b06c8dda9fa8e171a50c91ef412,8e171a50c91ef412] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:57:58.098 [67ea4b06c8dda9fa8e171a50c91ef412,8e171a50c91ef412] [qtp1225114731-26] DEBUG [aai-resources,67ea4b06c8dda9fa8e171a50c91ef412,8e171a50c91ef412] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f300431e-2aec-4f0b-9d4d-2da5c13c1da4","status":"200","rqstDate":"250331-07:57:58:083","respDate":"250331-07:57:58:097","sourceId":"haproxy:f300431e-2aec-4f0b-9d4d-2da5c13c1da4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:57:58:083-25641\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5af6f3a7-d3c5-4e97-9cab-b68ee770da42], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f300431e-2aec-4f0b-9d4d-2da5c13c1da4]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:57:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:58:00.106 [67ea4b08ff009299d9424123d247e784,d9424123d247e784] [qtp1225114731-24]  INFO [aai-resources,67ea4b08ff009299d9424123d247e784,d9424123d247e784] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:00.120 [67ea4b08ff009299d9424123d247e784,d9424123d247e784] [qtp1225114731-24] DEBUG [aai-resources,67ea4b08ff009299d9424123d247e784,d9424123d247e784] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"395c090b-7a4c-4154-b1b4-67d6f97683a3","status":"200","rqstDate":"250331-07:58:00:106","respDate":"250331-07:58:00:119","sourceId":"haproxy:395c090b-7a4c-4154-b1b4-67d6f97683a3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:58:00:106-13679\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[59c506d8-00ef-4cfd-a546-d65783237235], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[395c090b-7a4c-4154-b1b4-67d6f97683a3]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:58:02.129 [67ea4b0aae363d17c2f69599165d92eb,c2f69599165d92eb] [qtp1225114731-26]  INFO [aai-resources,67ea4b0aae363d17c2f69599165d92eb,c2f69599165d92eb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:02.141 [67ea4b0aae363d17c2f69599165d92eb,c2f69599165d92eb] [qtp1225114731-26] DEBUG [aai-resources,67ea4b0aae363d17c2f69599165d92eb,c2f69599165d92eb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"18ee177c-5f2d-47cf-8a71-8cc0521f04c7","status":"200","rqstDate":"250331-07:58:02:129","respDate":"250331-07:58:02:141","sourceId":"haproxy:18ee177c-5f2d-47cf-8a71-8cc0521f04c7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:02:129-14493\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c695ebc-c787-4261-8233-2de65e6e11e6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[18ee177c-5f2d-47cf-8a71-8cc0521f04c7]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:58:04.151 [67ea4b0c6f9f3cdefbd72388d1c61a1b,fbd72388d1c61a1b] [qtp1225114731-24]  INFO [aai-resources,67ea4b0c6f9f3cdefbd72388d1c61a1b,fbd72388d1c61a1b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:04.173 [67ea4b0c6f9f3cdefbd72388d1c61a1b,fbd72388d1c61a1b] [qtp1225114731-24] DEBUG [aai-resources,67ea4b0c6f9f3cdefbd72388d1c61a1b,fbd72388d1c61a1b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9b413af5-40a3-4ca5-a677-d254ea5f0c7d","status":"200","rqstDate":"250331-07:58:04:153","respDate":"250331-07:58:04:172","sourceId":"haproxy:9b413af5-40a3-4ca5-a677-d254ea5f0c7d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:58:04:153-88319\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9b098560-9273-473e-ba25-c460fb9c59e6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9b413af5-40a3-4ca5-a677-d254ea5f0c7d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 28 - "logType": "access"
2025-03-31 07:58:06.181 [67ea4b0eddc6c564cbfe5f02fa5e6361,cbfe5f02fa5e6361] [qtp1225114731-26]  INFO [aai-resources,67ea4b0eddc6c564cbfe5f02fa5e6361,cbfe5f02fa5e6361] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:06.193 [67ea4b0eddc6c564cbfe5f02fa5e6361,cbfe5f02fa5e6361] [qtp1225114731-26] DEBUG [aai-resources,67ea4b0eddc6c564cbfe5f02fa5e6361,cbfe5f02fa5e6361] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"db9fd946-59da-4ca3-834e-0dccb8fd3cf6","status":"200","rqstDate":"250331-07:58:06:181","respDate":"250331-07:58:06:193","sourceId":"haproxy:db9fd946-59da-4ca3-834e-0dccb8fd3cf6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:58:06:181-49938\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cde338e8-636f-4987-bcc3-266ecce24429], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[db9fd946-59da-4ca3-834e-0dccb8fd3cf6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:58:08.199 [67ea4b101376326fb3c6040c340f1c31,b3c6040c340f1c31] [qtp1225114731-24]  INFO [aai-resources,67ea4b101376326fb3c6040c340f1c31,b3c6040c340f1c31] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:08.215 [67ea4b101376326fb3c6040c340f1c31,b3c6040c340f1c31] [qtp1225114731-24] DEBUG [aai-resources,67ea4b101376326fb3c6040c340f1c31,b3c6040c340f1c31] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00d601c0-d118-4d12-ba38-fb5b44d5c145","status":"200","rqstDate":"250331-07:58:08:199","respDate":"250331-07:58:08:215","sourceId":"haproxy:00d601c0-d118-4d12-ba38-fb5b44d5c145","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:08:199-20831\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fd965a5c-5070-422e-ba24-b1b3622be449], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[00d601c0-d118-4d12-ba38-fb5b44d5c145]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:58:10.223 [67ea4b121fb96d91ce7841296b35a769,ce7841296b35a769] [qtp1225114731-26]  INFO [aai-resources,67ea4b121fb96d91ce7841296b35a769,ce7841296b35a769] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:10.241 [67ea4b121fb96d91ce7841296b35a769,ce7841296b35a769] [qtp1225114731-26] DEBUG [aai-resources,67ea4b121fb96d91ce7841296b35a769,ce7841296b35a769] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bfa69fbb-3c06-4cbf-ac0f-cf02c694405d","status":"200","rqstDate":"250331-07:58:10:223","respDate":"250331-07:58:10:240","sourceId":"haproxy:bfa69fbb-3c06-4cbf-ac0f-cf02c694405d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:10:223-19\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fa480564-76f6-4f5e-85ae-07ccc2dd304f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bfa69fbb-3c06-4cbf-ac0f-cf02c694405d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:58:12.248 [67ea4b1494dc11e319e1d256af26c1b0,19e1d256af26c1b0] [qtp1225114731-24]  INFO [aai-resources,67ea4b1494dc11e319e1d256af26c1b0,19e1d256af26c1b0] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:12.262 [67ea4b1494dc11e319e1d256af26c1b0,19e1d256af26c1b0] [qtp1225114731-24] DEBUG [aai-resources,67ea4b1494dc11e319e1d256af26c1b0,19e1d256af26c1b0] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"11e1c07c-f85e-4c42-a921-b30cd0790f87","status":"200","rqstDate":"250331-07:58:12:248","respDate":"250331-07:58:12:262","sourceId":"haproxy:11e1c07c-f85e-4c42-a921-b30cd0790f87","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:12:248-22331\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c2fc02cd-7bce-4649-adf8-885c740a4d50], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[11e1c07c-f85e-4c42-a921-b30cd0790f87]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:58:14.269 [67ea4b1697bb69e1d03c813539b2b0ec,d03c813539b2b0ec] [qtp1225114731-26]  INFO [aai-resources,67ea4b1697bb69e1d03c813539b2b0ec,d03c813539b2b0ec] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:14.283 [67ea4b1697bb69e1d03c813539b2b0ec,d03c813539b2b0ec] [qtp1225114731-26] DEBUG [aai-resources,67ea4b1697bb69e1d03c813539b2b0ec,d03c813539b2b0ec] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3dfd776a-22df-4d00-9824-40cee0cb8ab4","status":"200","rqstDate":"250331-07:58:14:270","respDate":"250331-07:58:14:283","sourceId":"haproxy:3dfd776a-22df-4d00-9824-40cee0cb8ab4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:58:14:270-37765\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a8302084-2ff8-4374-a5eb-b0da01004a03], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3dfd776a-22df-4d00-9824-40cee0cb8ab4]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:58:16.293 [67ea4b1894f494b0f23594554a244d41,f23594554a244d41] [qtp1225114731-24]  INFO [aai-resources,67ea4b1894f494b0f23594554a244d41,f23594554a244d41] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:16.309 [67ea4b1894f494b0f23594554a244d41,f23594554a244d41] [qtp1225114731-24] DEBUG [aai-resources,67ea4b1894f494b0f23594554a244d41,f23594554a244d41] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"66005b22-2e67-4a3e-8fde-67a42a61a03b","status":"200","rqstDate":"250331-07:58:16:294","respDate":"250331-07:58:16:309","sourceId":"haproxy:66005b22-2e67-4a3e-8fde-67a42a61a03b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:58:16:294-32241\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d21efed3-df49-47d1-9eae-7d5ed4482968], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[66005b22-2e67-4a3e-8fde-67a42a61a03b]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:58:18.316 [67ea4b1adf58f49cbf0802f26b7152af,bf0802f26b7152af] [qtp1225114731-26]  INFO [aai-resources,67ea4b1adf58f49cbf0802f26b7152af,bf0802f26b7152af] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:18.327 [67ea4b1adf58f49cbf0802f26b7152af,bf0802f26b7152af] [qtp1225114731-26] DEBUG [aai-resources,67ea4b1adf58f49cbf0802f26b7152af,bf0802f26b7152af] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"53e75e5b-355e-46b4-a27d-96e59e4f5a94","status":"200","rqstDate":"250331-07:58:18:317","respDate":"250331-07:58:18:327","sourceId":"haproxy:53e75e5b-355e-46b4-a27d-96e59e4f5a94","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:58:18:317-55695\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[37cabd99-83c1-4446-a44d-029fcdda9f64], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[53e75e5b-355e-46b4-a27d-96e59e4f5a94]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:58:20.334 [67ea4b1cf4b22aad5bc36882d610412d,5bc36882d610412d] [qtp1225114731-24]  INFO [aai-resources,67ea4b1cf4b22aad5bc36882d610412d,5bc36882d610412d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:20.350 [67ea4b1cf4b22aad5bc36882d610412d,5bc36882d610412d] [qtp1225114731-24] DEBUG [aai-resources,67ea4b1cf4b22aad5bc36882d610412d,5bc36882d610412d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0e8bc216-489f-4cd9-a85d-9052c05b6c89","status":"200","rqstDate":"250331-07:58:20:335","respDate":"250331-07:58:20:350","sourceId":"haproxy:0e8bc216-489f-4cd9-a85d-9052c05b6c89","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:20:335-67747\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2531f1fd-c36d-4051-929a-107081953d4e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0e8bc216-489f-4cd9-a85d-9052c05b6c89]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:58:22.360 [67ea4b1eaedb0b9b994d9d3482409d55,994d9d3482409d55] [qtp1225114731-26]  INFO [aai-resources,67ea4b1eaedb0b9b994d9d3482409d55,994d9d3482409d55] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:22.374 [67ea4b1eaedb0b9b994d9d3482409d55,994d9d3482409d55] [qtp1225114731-26] DEBUG [aai-resources,67ea4b1eaedb0b9b994d9d3482409d55,994d9d3482409d55] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b6c3d4be-9431-4ada-9d6a-37528e02d036","status":"200","rqstDate":"250331-07:58:22:360","respDate":"250331-07:58:22:374","sourceId":"haproxy:b6c3d4be-9431-4ada-9d6a-37528e02d036","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:58:22:360-72911\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4e44067a-738b-4993-be33-00f80b378efb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b6c3d4be-9431-4ada-9d6a-37528e02d036]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:58:24.383 [67ea4b20d7cd8fa26667162a24cf2b6d,6667162a24cf2b6d] [qtp1225114731-24]  INFO [aai-resources,67ea4b20d7cd8fa26667162a24cf2b6d,6667162a24cf2b6d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:24.394 [67ea4b20d7cd8fa26667162a24cf2b6d,6667162a24cf2b6d] [qtp1225114731-24] DEBUG [aai-resources,67ea4b20d7cd8fa26667162a24cf2b6d,6667162a24cf2b6d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f9bbfeca-3a25-4331-9780-8df6a3be44c9","status":"200","rqstDate":"250331-07:58:24:383","respDate":"250331-07:58:24:394","sourceId":"haproxy:f9bbfeca-3a25-4331-9780-8df6a3be44c9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:24:383-720\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ec3d7a38-dd63-48b7-b5ea-6e8c6a985443], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f9bbfeca-3a25-4331-9780-8df6a3be44c9]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:58:26.401 [67ea4b225f2119934618502ca22d5a52,4618502ca22d5a52] [qtp1225114731-26]  INFO [aai-resources,67ea4b225f2119934618502ca22d5a52,4618502ca22d5a52] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:26.420 [67ea4b225f2119934618502ca22d5a52,4618502ca22d5a52] [qtp1225114731-26] DEBUG [aai-resources,67ea4b225f2119934618502ca22d5a52,4618502ca22d5a52] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4629fe09-3f07-4a19-bc64-97fae0031e61","status":"200","rqstDate":"250331-07:58:26:401","respDate":"250331-07:58:26:420","sourceId":"haproxy:4629fe09-3f07-4a19-bc64-97fae0031e61","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:58:26:401-3903\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f3f3e0a6-2eb0-41b4-823d-881854a101d1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4629fe09-3f07-4a19-bc64-97fae0031e61]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:58:28.432 [67ea4b24928c5add549d50ccfc2745ad,549d50ccfc2745ad] [qtp1225114731-24]  INFO [aai-resources,67ea4b24928c5add549d50ccfc2745ad,549d50ccfc2745ad] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:28.449 [67ea4b24928c5add549d50ccfc2745ad,549d50ccfc2745ad] [qtp1225114731-24] DEBUG [aai-resources,67ea4b24928c5add549d50ccfc2745ad,549d50ccfc2745ad] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cf554701-d47f-42cd-9f0d-17d8e97e3193","status":"200","rqstDate":"250331-07:58:28:433","respDate":"250331-07:58:28:449","sourceId":"haproxy:cf554701-d47f-42cd-9f0d-17d8e97e3193","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:28:433-83656\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2dba331f-892f-4fd6-bf8b-7663159460da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cf554701-d47f-42cd-9f0d-17d8e97e3193]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 31 - "logType": "access"
2025-03-31 07:58:30.458 [67ea4b26a932c64d00fa71fc79a9db16,00fa71fc79a9db16] [qtp1225114731-26]  INFO [aai-resources,67ea4b26a932c64d00fa71fc79a9db16,00fa71fc79a9db16] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:30.473 [67ea4b26a932c64d00fa71fc79a9db16,00fa71fc79a9db16] [qtp1225114731-26] DEBUG [aai-resources,67ea4b26a932c64d00fa71fc79a9db16,00fa71fc79a9db16] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"decd8247-b799-4029-8e91-26dde4e8ffd3","status":"200","rqstDate":"250331-07:58:30:459","respDate":"250331-07:58:30:473","sourceId":"haproxy:decd8247-b799-4029-8e91-26dde4e8ffd3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:58:30:459-330\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9e78f547-79d9-4ade-9f6c-dfbc36aa4510], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[decd8247-b799-4029-8e91-26dde4e8ffd3]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:58:32.480 [67ea4b28f871ecc460269d72d3ae649d,60269d72d3ae649d] [qtp1225114731-24]  INFO [aai-resources,67ea4b28f871ecc460269d72d3ae649d,60269d72d3ae649d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:32.497 [67ea4b28f871ecc460269d72d3ae649d,60269d72d3ae649d] [qtp1225114731-24] DEBUG [aai-resources,67ea4b28f871ecc460269d72d3ae649d,60269d72d3ae649d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3cde0551-04ed-4f3c-8580-5069d6590a9a","status":"200","rqstDate":"250331-07:58:32:480","respDate":"250331-07:58:32:497","sourceId":"haproxy:3cde0551-04ed-4f3c-8580-5069d6590a9a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:32:480-51129\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[35549c69-1cc3-41e3-8814-76ecd1b3bffb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3cde0551-04ed-4f3c-8580-5069d6590a9a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:58:34.507 [67ea4b2a4e0d1c4442bfed27d809bdcd,42bfed27d809bdcd] [qtp1225114731-26]  INFO [aai-resources,67ea4b2a4e0d1c4442bfed27d809bdcd,42bfed27d809bdcd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:34.519 [67ea4b2a4e0d1c4442bfed27d809bdcd,42bfed27d809bdcd] [qtp1225114731-26] DEBUG [aai-resources,67ea4b2a4e0d1c4442bfed27d809bdcd,42bfed27d809bdcd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"01be205a-1d8d-416a-9b82-4a562cfb1973","status":"200","rqstDate":"250331-07:58:34:507","respDate":"250331-07:58:34:519","sourceId":"haproxy:01be205a-1d8d-416a-9b82-4a562cfb1973","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:58:34:507-51955\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8321db17-81d7-4e98-b24a-81371e107d5f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[01be205a-1d8d-416a-9b82-4a562cfb1973]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:58:36.527 [67ea4b2c83ace741154d861bd0c4aa19,154d861bd0c4aa19] [qtp1225114731-24]  INFO [aai-resources,67ea4b2c83ace741154d861bd0c4aa19,154d861bd0c4aa19] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:36.541 [67ea4b2c83ace741154d861bd0c4aa19,154d861bd0c4aa19] [qtp1225114731-24] DEBUG [aai-resources,67ea4b2c83ace741154d861bd0c4aa19,154d861bd0c4aa19] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e3868cd7-55d9-47a7-a676-db6b4f500f4b","status":"200","rqstDate":"250331-07:58:36:528","respDate":"250331-07:58:36:541","sourceId":"haproxy:e3868cd7-55d9-47a7-a676-db6b4f500f4b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:36:528-1000\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[421720c5-73ae-4471-a2fe-c5a30e9d9eb7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e3868cd7-55d9-47a7-a676-db6b4f500f4b]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:58:38.550 [67ea4b2ef3cc6fd572a4cbf3a63931d3,72a4cbf3a63931d3] [qtp1225114731-26]  INFO [aai-resources,67ea4b2ef3cc6fd572a4cbf3a63931d3,72a4cbf3a63931d3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:38.565 [67ea4b2ef3cc6fd572a4cbf3a63931d3,72a4cbf3a63931d3] [qtp1225114731-26] DEBUG [aai-resources,67ea4b2ef3cc6fd572a4cbf3a63931d3,72a4cbf3a63931d3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7a97328a-e26c-4f1d-b7ea-a9893add3c75","status":"200","rqstDate":"250331-07:58:38:550","respDate":"250331-07:58:38:565","sourceId":"haproxy:7a97328a-e26c-4f1d-b7ea-a9893add3c75","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:58:38:550-82769\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5dc1c8d9-3af7-4449-b15a-5dc2413ed41c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7a97328a-e26c-4f1d-b7ea-a9893add3c75]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:58:40.574 [67ea4b3043f1996a635aece88e6911ec,635aece88e6911ec] [qtp1225114731-24]  INFO [aai-resources,67ea4b3043f1996a635aece88e6911ec,635aece88e6911ec] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:40.590 [67ea4b3043f1996a635aece88e6911ec,635aece88e6911ec] [qtp1225114731-24] DEBUG [aai-resources,67ea4b3043f1996a635aece88e6911ec,635aece88e6911ec] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6685407f-e39c-4dc0-b5bd-3244e40eb4aa","status":"200","rqstDate":"250331-07:58:40:574","respDate":"250331-07:58:40:590","sourceId":"haproxy:6685407f-e39c-4dc0-b5bd-3244e40eb4aa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:58:40:574-94172\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9313c5f9-1556-400c-9223-a7b0c5c0b068], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6685407f-e39c-4dc0-b5bd-3244e40eb4aa]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:58:42.599 [67ea4b32e4de2ce8ae1513929e91eedb,ae1513929e91eedb] [qtp1225114731-26]  INFO [aai-resources,67ea4b32e4de2ce8ae1513929e91eedb,ae1513929e91eedb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:42.614 [67ea4b32e4de2ce8ae1513929e91eedb,ae1513929e91eedb] [qtp1225114731-26] DEBUG [aai-resources,67ea4b32e4de2ce8ae1513929e91eedb,ae1513929e91eedb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6674612d-32eb-4268-9472-922215281e92","status":"200","rqstDate":"250331-07:58:42:600","respDate":"250331-07:58:42:614","sourceId":"haproxy:6674612d-32eb-4268-9472-922215281e92","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:58:42:600-1591\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1b75fe3d-30ad-45bf-85d3-9b3d01e76713], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6674612d-32eb-4268-9472-922215281e92]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:58:44.622 [67ea4b34ea152f4bebaccc97cf2f9676,ebaccc97cf2f9676] [qtp1225114731-24]  INFO [aai-resources,67ea4b34ea152f4bebaccc97cf2f9676,ebaccc97cf2f9676] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:44.642 [67ea4b34ea152f4bebaccc97cf2f9676,ebaccc97cf2f9676] [qtp1225114731-24] DEBUG [aai-resources,67ea4b34ea152f4bebaccc97cf2f9676,ebaccc97cf2f9676] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b6bb922c-c018-481f-8929-9d59bb9591f4","status":"200","rqstDate":"250331-07:58:44:623","respDate":"250331-07:58:44:641","sourceId":"haproxy:b6bb922c-c018-481f-8929-9d59bb9591f4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:58:44:623-83624\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ab139ca1-824e-4f09-9aea-5b01eef40b3a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b6bb922c-c018-481f-8929-9d59bb9591f4]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:58:46.650 [67ea4b36e05c0cbeef0c6be7f07dbefc,ef0c6be7f07dbefc] [qtp1225114731-26]  INFO [aai-resources,67ea4b36e05c0cbeef0c6be7f07dbefc,ef0c6be7f07dbefc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:46.666 [67ea4b36e05c0cbeef0c6be7f07dbefc,ef0c6be7f07dbefc] [qtp1225114731-26] DEBUG [aai-resources,67ea4b36e05c0cbeef0c6be7f07dbefc,ef0c6be7f07dbefc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1ac05169-eee0-40ba-ba63-c900e573b826","status":"200","rqstDate":"250331-07:58:46:650","respDate":"250331-07:58:46:666","sourceId":"haproxy:1ac05169-eee0-40ba-ba63-c900e573b826","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:58:46:650-74477\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bfe724e4-7bce-4b0b-975e-fe6479ef799f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1ac05169-eee0-40ba-ba63-c900e573b826]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:58:48.675 [67ea4b380d4174fdc4570030f1c12835,c4570030f1c12835] [qtp1225114731-24]  INFO [aai-resources,67ea4b380d4174fdc4570030f1c12835,c4570030f1c12835] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:48.685 [67ea4b380d4174fdc4570030f1c12835,c4570030f1c12835] [qtp1225114731-24] DEBUG [aai-resources,67ea4b380d4174fdc4570030f1c12835,c4570030f1c12835] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8032082e-0028-48f0-9d3e-c53bb13ecaf6","status":"200","rqstDate":"250331-07:58:48:675","respDate":"250331-07:58:48:685","sourceId":"haproxy:8032082e-0028-48f0-9d3e-c53bb13ecaf6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:48:675-41132\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0778ec5f-33f1-4bff-a277-832cb251b843], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8032082e-0028-48f0-9d3e-c53bb13ecaf6]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:58:50.693 [67ea4b3aac5ef50dc46a832d39bf2660,c46a832d39bf2660] [qtp1225114731-26]  INFO [aai-resources,67ea4b3aac5ef50dc46a832d39bf2660,c46a832d39bf2660] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:50.702 [67ea4b3aac5ef50dc46a832d39bf2660,c46a832d39bf2660] [qtp1225114731-26] DEBUG [aai-resources,67ea4b3aac5ef50dc46a832d39bf2660,c46a832d39bf2660] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e58279c3-3b5a-48ae-bd5d-5b0c893d698b","status":"200","rqstDate":"250331-07:58:50:693","respDate":"250331-07:58:50:702","sourceId":"haproxy:e58279c3-3b5a-48ae-bd5d-5b0c893d698b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:58:50:693-10724\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bfa63e28-5da7-405a-bb22-24bf0d50b114], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e58279c3-3b5a-48ae-bd5d-5b0c893d698b]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 07:58:52.710 [67ea4b3ca154315bf00f71c33f0ef5e6,f00f71c33f0ef5e6] [qtp1225114731-24]  INFO [aai-resources,67ea4b3ca154315bf00f71c33f0ef5e6,f00f71c33f0ef5e6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:52.725 [67ea4b3ca154315bf00f71c33f0ef5e6,f00f71c33f0ef5e6] [qtp1225114731-24] DEBUG [aai-resources,67ea4b3ca154315bf00f71c33f0ef5e6,f00f71c33f0ef5e6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"493eea44-0022-485a-9bcc-7b67a0fa85a1","status":"200","rqstDate":"250331-07:58:52:710","respDate":"250331-07:58:52:724","sourceId":"haproxy:493eea44-0022-485a-9bcc-7b67a0fa85a1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:52:710-60632\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[724bf2dd-5784-48f3-ac6a-1893e3b12286], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[493eea44-0022-485a-9bcc-7b67a0fa85a1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:58:54.733 [67ea4b3e041f1c4638970bd1f58fa3e5,38970bd1f58fa3e5] [qtp1225114731-26]  INFO [aai-resources,67ea4b3e041f1c4638970bd1f58fa3e5,38970bd1f58fa3e5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:54.743 [67ea4b3e041f1c4638970bd1f58fa3e5,38970bd1f58fa3e5] [qtp1225114731-26] DEBUG [aai-resources,67ea4b3e041f1c4638970bd1f58fa3e5,38970bd1f58fa3e5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1cbce680-0bec-410b-9644-d65c801deb42","status":"200","rqstDate":"250331-07:58:54:733","respDate":"250331-07:58:54:743","sourceId":"haproxy:1cbce680-0bec-410b-9644-d65c801deb42","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:58:54:733-60536\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[53b57aad-c1c8-470c-950e-fb44c6964f96], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1cbce680-0bec-410b-9644-d65c801deb42]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:58:56.750 [67ea4b40f6e7ffc38bf992ac9e06df35,8bf992ac9e06df35] [qtp1225114731-24]  INFO [aai-resources,67ea4b40f6e7ffc38bf992ac9e06df35,8bf992ac9e06df35] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:56.769 [67ea4b40f6e7ffc38bf992ac9e06df35,8bf992ac9e06df35] [qtp1225114731-24] DEBUG [aai-resources,67ea4b40f6e7ffc38bf992ac9e06df35,8bf992ac9e06df35] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c7a4d82-3c55-4e25-8b6b-d438a1f3e49f","status":"200","rqstDate":"250331-07:58:56:751","respDate":"250331-07:58:56:768","sourceId":"haproxy:7c7a4d82-3c55-4e25-8b6b-d438a1f3e49f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:56:751-10919\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b10c5c29-3bba-4d24-9a5b-67c9d3152e56], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c7a4d82-3c55-4e25-8b6b-d438a1f3e49f]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:58:58.778 [67ea4b42324065faa4fabc9741be5d8d,a4fabc9741be5d8d] [qtp1225114731-26]  INFO [aai-resources,67ea4b42324065faa4fabc9741be5d8d,a4fabc9741be5d8d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:58:58.787 [67ea4b42324065faa4fabc9741be5d8d,a4fabc9741be5d8d] [qtp1225114731-26] DEBUG [aai-resources,67ea4b42324065faa4fabc9741be5d8d,a4fabc9741be5d8d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df14f4e1-cf33-4262-8b19-31c6d7efa30e","status":"200","rqstDate":"250331-07:58:58:779","respDate":"250331-07:58:58:787","sourceId":"haproxy:df14f4e1-cf33-4262-8b19-31c6d7efa30e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:58:58:779-69313\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6cb5cc06-01a6-4a53-b2fe-1b33219811ab], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df14f4e1-cf33-4262-8b19-31c6d7efa30e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:58:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:59:00.795 [67ea4b441e7fe1ca7c367a0acb945e39,7c367a0acb945e39] [qtp1225114731-24]  INFO [aai-resources,67ea4b441e7fe1ca7c367a0acb945e39,7c367a0acb945e39] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:00.811 [67ea4b441e7fe1ca7c367a0acb945e39,7c367a0acb945e39] [qtp1225114731-24] DEBUG [aai-resources,67ea4b441e7fe1ca7c367a0acb945e39,7c367a0acb945e39] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0fb3ad0d-18aa-44f7-8839-8860ae87e1d1","status":"200","rqstDate":"250331-07:59:00:795","respDate":"250331-07:59:00:811","sourceId":"haproxy:0fb3ad0d-18aa-44f7-8839-8860ae87e1d1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:59:00:795-2845\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3f50c2bc-28e3-417d-9e74-bd0444145404], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0fb3ad0d-18aa-44f7-8839-8860ae87e1d1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:59:02.818 [67ea4b460bada87055226ea50063b0fc,55226ea50063b0fc] [qtp1225114731-26]  INFO [aai-resources,67ea4b460bada87055226ea50063b0fc,55226ea50063b0fc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:02.831 [67ea4b460bada87055226ea50063b0fc,55226ea50063b0fc] [qtp1225114731-26] DEBUG [aai-resources,67ea4b460bada87055226ea50063b0fc,55226ea50063b0fc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cc5ae9c2-22a1-4377-94ce-ebe994d9060c","status":"200","rqstDate":"250331-07:59:02:818","respDate":"250331-07:59:02:831","sourceId":"haproxy:cc5ae9c2-22a1-4377-94ce-ebe994d9060c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:59:02:818-31899\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ea6cf8e6-116c-4175-9520-028a70daa92f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cc5ae9c2-22a1-4377-94ce-ebe994d9060c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:59:04.838 [67ea4b484deffec79429f59ee7347ece,9429f59ee7347ece] [qtp1225114731-24]  INFO [aai-resources,67ea4b484deffec79429f59ee7347ece,9429f59ee7347ece] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:04.851 [67ea4b484deffec79429f59ee7347ece,9429f59ee7347ece] [qtp1225114731-24] DEBUG [aai-resources,67ea4b484deffec79429f59ee7347ece,9429f59ee7347ece] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a599f069-9c36-4a6c-9939-d84644ba4127","status":"200","rqstDate":"250331-07:59:04:838","respDate":"250331-07:59:04:851","sourceId":"haproxy:a599f069-9c36-4a6c-9939-d84644ba4127","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:59:04:838-9228\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d899c30f-0ef1-4152-a5b2-94068d8bb1e3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a599f069-9c36-4a6c-9939-d84644ba4127]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:59:06.859 [67ea4b4abbd6e7f603299418310bbd7f,03299418310bbd7f] [qtp1225114731-26]  INFO [aai-resources,67ea4b4abbd6e7f603299418310bbd7f,03299418310bbd7f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:06.874 [67ea4b4abbd6e7f603299418310bbd7f,03299418310bbd7f] [qtp1225114731-26] DEBUG [aai-resources,67ea4b4abbd6e7f603299418310bbd7f,03299418310bbd7f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8aa6a952-460a-436c-b569-24498eb9bc0b","status":"200","rqstDate":"250331-07:59:06:859","respDate":"250331-07:59:06:873","sourceId":"haproxy:8aa6a952-460a-436c-b569-24498eb9bc0b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:59:06:859-72973\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[30c8fb40-68dd-4297-a8e6-3db3206c02a0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8aa6a952-460a-436c-b569-24498eb9bc0b]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:59:08.881 [67ea4b4cc9bd3cd6278883588b061159,278883588b061159] [qtp1225114731-24]  INFO [aai-resources,67ea4b4cc9bd3cd6278883588b061159,278883588b061159] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:08.895 [67ea4b4cc9bd3cd6278883588b061159,278883588b061159] [qtp1225114731-24] DEBUG [aai-resources,67ea4b4cc9bd3cd6278883588b061159,278883588b061159] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0bb25eda-ce66-432d-b4b1-06f1f8bf11e1","status":"200","rqstDate":"250331-07:59:08:881","respDate":"250331-07:59:08:895","sourceId":"haproxy:0bb25eda-ce66-432d-b4b1-06f1f8bf11e1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:59:08:881-28195\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b1eaae0a-3ec0-494e-972b-3b231890ab9e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0bb25eda-ce66-432d-b4b1-06f1f8bf11e1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:59:10.902 [67ea4b4eb2e0674e8b91109a59a31e27,8b91109a59a31e27] [qtp1225114731-26]  INFO [aai-resources,67ea4b4eb2e0674e8b91109a59a31e27,8b91109a59a31e27] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:10.916 [67ea4b4eb2e0674e8b91109a59a31e27,8b91109a59a31e27] [qtp1225114731-26] DEBUG [aai-resources,67ea4b4eb2e0674e8b91109a59a31e27,8b91109a59a31e27] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c1c8731-221f-4122-97b7-796899ea1cea","status":"200","rqstDate":"250331-07:59:10:902","respDate":"250331-07:59:10:916","sourceId":"haproxy:7c1c8731-221f-4122-97b7-796899ea1cea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:59:10:902-89178\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3b9a7405-5d89-4fdd-aceb-f71edf311383], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c1c8731-221f-4122-97b7-796899ea1cea]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:59:12.923 [67ea4b50ff81b0c52d57875a01114789,2d57875a01114789] [qtp1225114731-24]  INFO [aai-resources,67ea4b50ff81b0c52d57875a01114789,2d57875a01114789] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:12.943 [67ea4b50ff81b0c52d57875a01114789,2d57875a01114789] [qtp1225114731-24] DEBUG [aai-resources,67ea4b50ff81b0c52d57875a01114789,2d57875a01114789] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e0d28327-f3b5-4818-af22-1e0795b1d754","status":"200","rqstDate":"250331-07:59:12:923","respDate":"250331-07:59:12:942","sourceId":"haproxy:e0d28327-f3b5-4818-af22-1e0795b1d754","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:59:12:923-51798\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5dc18ce1-91dc-4b9e-83c6-c49530275b45], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e0d28327-f3b5-4818-af22-1e0795b1d754]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:59:14.951 [67ea4b52bede9030babef10217cf8159,babef10217cf8159] [qtp1225114731-26]  INFO [aai-resources,67ea4b52bede9030babef10217cf8159,babef10217cf8159] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:14.965 [67ea4b52bede9030babef10217cf8159,babef10217cf8159] [qtp1225114731-26] DEBUG [aai-resources,67ea4b52bede9030babef10217cf8159,babef10217cf8159] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cee31656-37a9-411a-86d9-a7031014ce78","status":"200","rqstDate":"250331-07:59:14:951","respDate":"250331-07:59:14:965","sourceId":"haproxy:cee31656-37a9-411a-86d9-a7031014ce78","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:59:14:951-53683\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5f7c5f8d-0182-4aa3-a99b-861c19af818d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cee31656-37a9-411a-86d9-a7031014ce78]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:59:16.972 [67ea4b54542842b92af002f4ce4f73ce,2af002f4ce4f73ce] [qtp1225114731-24]  INFO [aai-resources,67ea4b54542842b92af002f4ce4f73ce,2af002f4ce4f73ce] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:16.987 [67ea4b54542842b92af002f4ce4f73ce,2af002f4ce4f73ce] [qtp1225114731-24] DEBUG [aai-resources,67ea4b54542842b92af002f4ce4f73ce,2af002f4ce4f73ce] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f41df53d-a2a9-4b33-b6af-fab3a91cec0a","status":"200","rqstDate":"250331-07:59:16:973","respDate":"250331-07:59:16:986","sourceId":"haproxy:f41df53d-a2a9-4b33-b6af-fab3a91cec0a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:59:16:973-4590\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[33a3aaea-c707-479c-94e0-c4b5a54ac07d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f41df53d-a2a9-4b33-b6af-fab3a91cec0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:59:18.994 [67ea4b5688ec85329e810ddf60e4faee,9e810ddf60e4faee] [qtp1225114731-26]  INFO [aai-resources,67ea4b5688ec85329e810ddf60e4faee,9e810ddf60e4faee] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:19.013 [67ea4b5688ec85329e810ddf60e4faee,9e810ddf60e4faee] [qtp1225114731-26] DEBUG [aai-resources,67ea4b5688ec85329e810ddf60e4faee,9e810ddf60e4faee] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"094f4d01-f994-4273-bd4f-3d0aca80bf4c","status":"200","rqstDate":"250331-07:59:18:994","respDate":"250331-07:59:19:013","sourceId":"haproxy:094f4d01-f994-4273-bd4f-3d0aca80bf4c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:59:18:994-24202\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f5bc5c9f-e07c-47df-ad42-e0c9c020cea1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[094f4d01-f994-4273-bd4f-3d0aca80bf4c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 07:59:21.020 [67ea4b59ffb8982e559843eb7cce7616,559843eb7cce7616] [qtp1225114731-24]  INFO [aai-resources,67ea4b59ffb8982e559843eb7cce7616,559843eb7cce7616] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:21.034 [67ea4b59ffb8982e559843eb7cce7616,559843eb7cce7616] [qtp1225114731-24] DEBUG [aai-resources,67ea4b59ffb8982e559843eb7cce7616,559843eb7cce7616] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fe516e31-7987-44fb-ad65-755f1ac378dd","status":"200","rqstDate":"250331-07:59:21:021","respDate":"250331-07:59:21:034","sourceId":"haproxy:fe516e31-7987-44fb-ad65-755f1ac378dd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:59:21:021-78111\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[899ec816-1a2c-4afa-bc96-8bce8679b97a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fe516e31-7987-44fb-ad65-755f1ac378dd]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:59:23.041 [67ea4b5b131ae673c8e7271a5a689d7f,c8e7271a5a689d7f] [qtp1225114731-26]  INFO [aai-resources,67ea4b5b131ae673c8e7271a5a689d7f,c8e7271a5a689d7f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:23.053 [67ea4b5b131ae673c8e7271a5a689d7f,c8e7271a5a689d7f] [qtp1225114731-26] DEBUG [aai-resources,67ea4b5b131ae673c8e7271a5a689d7f,c8e7271a5a689d7f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"62c2d045-70ef-44ad-83c0-fa76947dcdb1","status":"200","rqstDate":"250331-07:59:23:041","respDate":"250331-07:59:23:053","sourceId":"haproxy:62c2d045-70ef-44ad-83c0-fa76947dcdb1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:59:23:041-31849\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6f6eb57c-1dac-48f1-be2d-e75e854ad944], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[62c2d045-70ef-44ad-83c0-fa76947dcdb1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:59:25.060 [67ea4b5d2b4d5f8b5bad93756ad7dc96,5bad93756ad7dc96] [qtp1225114731-24]  INFO [aai-resources,67ea4b5d2b4d5f8b5bad93756ad7dc96,5bad93756ad7dc96] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:25.073 [67ea4b5d2b4d5f8b5bad93756ad7dc96,5bad93756ad7dc96] [qtp1225114731-24] DEBUG [aai-resources,67ea4b5d2b4d5f8b5bad93756ad7dc96,5bad93756ad7dc96] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c21ff07b-cf92-4f39-845f-dced7a7d15d1","status":"200","rqstDate":"250331-07:59:25:061","respDate":"250331-07:59:25:073","sourceId":"haproxy:c21ff07b-cf92-4f39-845f-dced7a7d15d1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:59:25:061-59062\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8ed650c6-5d63-9161-ad0e-e6b32203b270], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c21ff07b-cf92-4f39-845f-dced7a7d15d1]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:59:27.081 [67ea4b5fb120e6ab860b9a69d9e361d8,860b9a69d9e361d8] [qtp1225114731-26]  INFO [aai-resources,67ea4b5fb120e6ab860b9a69d9e361d8,860b9a69d9e361d8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:27.100 [67ea4b5fb120e6ab860b9a69d9e361d8,860b9a69d9e361d8] [qtp1225114731-26] DEBUG [aai-resources,67ea4b5fb120e6ab860b9a69d9e361d8,860b9a69d9e361d8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"47d6802a-da9e-4e02-a968-613a792dff39","status":"200","rqstDate":"250331-07:59:27:082","respDate":"250331-07:59:27:099","sourceId":"haproxy:47d6802a-da9e-4e02-a968-613a792dff39","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:59:27:082-13590\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[846d90f2-ca37-4b6c-9e78-fb000c15399d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[47d6802a-da9e-4e02-a968-613a792dff39]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 07:59:29.108 [67ea4b61086f59bd59e1d398140596fe,59e1d398140596fe] [qtp1225114731-24]  INFO [aai-resources,67ea4b61086f59bd59e1d398140596fe,59e1d398140596fe] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:29.123 [67ea4b61086f59bd59e1d398140596fe,59e1d398140596fe] [qtp1225114731-24] DEBUG [aai-resources,67ea4b61086f59bd59e1d398140596fe,59e1d398140596fe] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7340fe69-b53d-4331-b607-5a6802f14a86","status":"200","rqstDate":"250331-07:59:29:108","respDate":"250331-07:59:29:123","sourceId":"haproxy:7340fe69-b53d-4331-b607-5a6802f14a86","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:59:29:108-50012\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b7a6832c-7472-420c-b42c-db2323372939], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7340fe69-b53d-4331-b607-5a6802f14a86]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 07:59:31.131 [67ea4b6337cfbe328929a008a46d6583,8929a008a46d6583] [qtp1225114731-26]  INFO [aai-resources,67ea4b6337cfbe328929a008a46d6583,8929a008a46d6583] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:31.148 [67ea4b6337cfbe328929a008a46d6583,8929a008a46d6583] [qtp1225114731-26] DEBUG [aai-resources,67ea4b6337cfbe328929a008a46d6583,8929a008a46d6583] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2cb7438d-a1dd-4881-89e0-8862ea07831a","status":"200","rqstDate":"250331-07:59:31:131","respDate":"250331-07:59:31:148","sourceId":"haproxy:2cb7438d-a1dd-4881-89e0-8862ea07831a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:59:31:131-77869\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b736606e-a0c4-4ef0-b189-9a603b474622], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2cb7438d-a1dd-4881-89e0-8862ea07831a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:59:33.155 [67ea4b650e645d5de4af9de8c94d580d,e4af9de8c94d580d] [qtp1225114731-24]  INFO [aai-resources,67ea4b650e645d5de4af9de8c94d580d,e4af9de8c94d580d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:33.167 [67ea4b650e645d5de4af9de8c94d580d,e4af9de8c94d580d] [qtp1225114731-24] DEBUG [aai-resources,67ea4b650e645d5de4af9de8c94d580d,e4af9de8c94d580d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19824cb0-a968-4c8b-88de-b5097bc7f03c","status":"200","rqstDate":"250331-07:59:33:156","respDate":"250331-07:59:33:166","sourceId":"haproxy:19824cb0-a968-4c8b-88de-b5097bc7f03c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:59:33:156-23267\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f6e1e5a3-cbaf-4715-8634-bf71b0f218c0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[19824cb0-a968-4c8b-88de-b5097bc7f03c]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 07:59:35.175 [67ea4b674bf3a68c10d1220cba33d5e6,10d1220cba33d5e6] [qtp1225114731-26]  INFO [aai-resources,67ea4b674bf3a68c10d1220cba33d5e6,10d1220cba33d5e6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:35.190 [67ea4b674bf3a68c10d1220cba33d5e6,10d1220cba33d5e6] [qtp1225114731-26] DEBUG [aai-resources,67ea4b674bf3a68c10d1220cba33d5e6,10d1220cba33d5e6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"99ddeb1b-75e4-4566-84f7-d1f51e4b2fc2","status":"200","rqstDate":"250331-07:59:35:176","respDate":"250331-07:59:35:190","sourceId":"haproxy:99ddeb1b-75e4-4566-84f7-d1f51e4b2fc2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:59:35:176-81604\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9b60e740-25be-4a07-9c35-89ead0e56128], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[99ddeb1b-75e4-4566-84f7-d1f51e4b2fc2]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 07:59:37.197 [67ea4b6971797e41326a8ea273dfb30c,326a8ea273dfb30c] [qtp1225114731-24]  INFO [aai-resources,67ea4b6971797e41326a8ea273dfb30c,326a8ea273dfb30c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:37.211 [67ea4b6971797e41326a8ea273dfb30c,326a8ea273dfb30c] [qtp1225114731-24] DEBUG [aai-resources,67ea4b6971797e41326a8ea273dfb30c,326a8ea273dfb30c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7044e1bd-6ebe-4828-8f18-d3fc4b0b4488","status":"200","rqstDate":"250331-07:59:37:198","respDate":"250331-07:59:37:211","sourceId":"haproxy:7044e1bd-6ebe-4828-8f18-d3fc4b0b4488","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:59:37:198-69212\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cc5f84de-6368-41fd-8ba0-ed95b94c7d0c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7044e1bd-6ebe-4828-8f18-d3fc4b0b4488]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:59:39.218 [67ea4b6b3f128e67c7d5276f47172166,c7d5276f47172166] [qtp1225114731-26]  INFO [aai-resources,67ea4b6b3f128e67c7d5276f47172166,c7d5276f47172166] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:39.235 [67ea4b6b3f128e67c7d5276f47172166,c7d5276f47172166] [qtp1225114731-26] DEBUG [aai-resources,67ea4b6b3f128e67c7d5276f47172166,c7d5276f47172166] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d244ad05-1e62-4332-b533-cdc9e92cc8f0","status":"200","rqstDate":"250331-07:59:39:218","respDate":"250331-07:59:39:235","sourceId":"haproxy:d244ad05-1e62-4332-b533-cdc9e92cc8f0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:59:39:218-22223\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6a9aab22-cfbd-45f7-8ac3-f9fd2e4ea6b4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d244ad05-1e62-4332-b533-cdc9e92cc8f0]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:59:41.244 [67ea4b6d49ae215d1a4db9fb001ef696,1a4db9fb001ef696] [qtp1225114731-24]  INFO [aai-resources,67ea4b6d49ae215d1a4db9fb001ef696,1a4db9fb001ef696] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:41.259 [67ea4b6d49ae215d1a4db9fb001ef696,1a4db9fb001ef696] [qtp1225114731-24] DEBUG [aai-resources,67ea4b6d49ae215d1a4db9fb001ef696,1a4db9fb001ef696] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1f386b32-87cc-465d-afad-b798fd022e92","status":"200","rqstDate":"250331-07:59:41:245","respDate":"250331-07:59:41:258","sourceId":"haproxy:1f386b32-87cc-465d-afad-b798fd022e92","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:59:41:245-77487\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4b319882-0b6a-4bc1-8fe0-4d3346b73287], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1f386b32-87cc-465d-afad-b798fd022e92]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:59:43.267 [67ea4b6ff5f1c31d8c2020d689652104,8c2020d689652104] [qtp1225114731-26]  INFO [aai-resources,67ea4b6ff5f1c31d8c2020d689652104,8c2020d689652104] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:43.281 [67ea4b6ff5f1c31d8c2020d689652104,8c2020d689652104] [qtp1225114731-26] DEBUG [aai-resources,67ea4b6ff5f1c31d8c2020d689652104,8c2020d689652104] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"607f9f3a-541f-4057-86d0-495becb13358","status":"200","rqstDate":"250331-07:59:43:267","respDate":"250331-07:59:43:280","sourceId":"haproxy:607f9f3a-541f-4057-86d0-495becb13358","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:59:43:267-6668\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1cc1698a-db5c-4b7a-a9d3-2bec6c65d948], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[607f9f3a-541f-4057-86d0-495becb13358]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:59:45.289 [67ea4b716c4f0b2d807e5f5554bd3b09,807e5f5554bd3b09] [qtp1225114731-24]  INFO [aai-resources,67ea4b716c4f0b2d807e5f5554bd3b09,807e5f5554bd3b09] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:45.312 [67ea4b716c4f0b2d807e5f5554bd3b09,807e5f5554bd3b09] [qtp1225114731-24] DEBUG [aai-resources,67ea4b716c4f0b2d807e5f5554bd3b09,807e5f5554bd3b09] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fea074c8-fd31-4b8c-bc88-acbd32d6824d","status":"200","rqstDate":"250331-07:59:45:289","respDate":"250331-07:59:45:312","sourceId":"haproxy:fea074c8-fd31-4b8c-bc88-acbd32d6824d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:59:45:289-62846\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[789af7e7-94d5-4384-acdd-c865cfbacdc0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fea074c8-fd31-4b8c-bc88-acbd32d6824d]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 07:59:47.320 [67ea4b7374919bf31d5f0e167aba8010,1d5f0e167aba8010] [qtp1225114731-26]  INFO [aai-resources,67ea4b7374919bf31d5f0e167aba8010,1d5f0e167aba8010] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:47.340 [67ea4b7374919bf31d5f0e167aba8010,1d5f0e167aba8010] [qtp1225114731-26] DEBUG [aai-resources,67ea4b7374919bf31d5f0e167aba8010,1d5f0e167aba8010] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"52c5fc0e-2493-4951-b608-cb5b0876d38a","status":"200","rqstDate":"250331-07:59:47:321","respDate":"250331-07:59:47:340","sourceId":"haproxy:52c5fc0e-2493-4951-b608-cb5b0876d38a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:59:47:321-29064\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[68d8e850-bc73-4fa3-b661-5bb80f2f61f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[52c5fc0e-2493-4951-b608-cb5b0876d38a]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 07:59:49.346 [67ea4b75f8ef9d49f1c2842a1fc3e51b,f1c2842a1fc3e51b] [qtp1225114731-24]  INFO [aai-resources,67ea4b75f8ef9d49f1c2842a1fc3e51b,f1c2842a1fc3e51b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:49.360 [67ea4b75f8ef9d49f1c2842a1fc3e51b,f1c2842a1fc3e51b] [qtp1225114731-24] DEBUG [aai-resources,67ea4b75f8ef9d49f1c2842a1fc3e51b,f1c2842a1fc3e51b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0cdd3bf1-8ddc-4f0f-87a7-88dd1b70488e","status":"200","rqstDate":"250331-07:59:49:347","respDate":"250331-07:59:49:360","sourceId":"haproxy:0cdd3bf1-8ddc-4f0f-87a7-88dd1b70488e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:59:49:347-56527\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b957fddf-34c3-4b9c-975a-df9103dea786], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0cdd3bf1-8ddc-4f0f-87a7-88dd1b70488e]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 07:59:51.369 [67ea4b77edc08905f4965f4b31967ebf,f4965f4b31967ebf] [qtp1225114731-26]  INFO [aai-resources,67ea4b77edc08905f4965f4b31967ebf,f4965f4b31967ebf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:51.380 [67ea4b77edc08905f4965f4b31967ebf,f4965f4b31967ebf] [qtp1225114731-26] DEBUG [aai-resources,67ea4b77edc08905f4965f4b31967ebf,f4965f4b31967ebf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"375de0eb-f444-4f53-bb48-fc1e6af23966","status":"200","rqstDate":"250331-07:59:51:369","respDate":"250331-07:59:51:380","sourceId":"haproxy:375de0eb-f444-4f53-bb48-fc1e6af23966","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:59:51:369-60422\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[294720ca-758a-4e2c-9ca3-7345cb8bcad5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[375de0eb-f444-4f53-bb48-fc1e6af23966]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 07:59:53.387 [67ea4b793a11c9692db0113d8def55db,2db0113d8def55db] [qtp1225114731-24]  INFO [aai-resources,67ea4b793a11c9692db0113d8def55db,2db0113d8def55db] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:53.405 [67ea4b793a11c9692db0113d8def55db,2db0113d8def55db] [qtp1225114731-24] DEBUG [aai-resources,67ea4b793a11c9692db0113d8def55db,2db0113d8def55db] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a90cd072-7d31-45ab-86c8-ffc0f10a1960","status":"200","rqstDate":"250331-07:59:53:387","respDate":"250331-07:59:53:404","sourceId":"haproxy:a90cd072-7d31-45ab-86c8-ffc0f10a1960","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-07:59:53:387-98949\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8b1401e4-b2a6-4ead-93d6-523c86cfd2ff], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a90cd072-7d31-45ab-86c8-ffc0f10a1960]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 07:59:55.412 [67ea4b7b2537ad250142dbfd0189af44,0142dbfd0189af44] [qtp1225114731-26]  INFO [aai-resources,67ea4b7b2537ad250142dbfd0189af44,0142dbfd0189af44] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:55.424 [67ea4b7b2537ad250142dbfd0189af44,0142dbfd0189af44] [qtp1225114731-26] DEBUG [aai-resources,67ea4b7b2537ad250142dbfd0189af44,0142dbfd0189af44] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"53ecd429-b5aa-40f7-9def-afd10a8c4e42","status":"200","rqstDate":"250331-07:59:55:412","respDate":"250331-07:59:55:424","sourceId":"haproxy:53ecd429-b5aa-40f7-9def-afd10a8c4e42","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:59:55:412-52598\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d4dd229e-31ca-4d85-86c7-c97b87f8e9b8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[53ecd429-b5aa-40f7-9def-afd10a8c4e42]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 07:59:57.431 [67ea4b7da45478c61e8d01eaa9ec05cb,1e8d01eaa9ec05cb] [qtp1225114731-24]  INFO [aai-resources,67ea4b7da45478c61e8d01eaa9ec05cb,1e8d01eaa9ec05cb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:57.447 [67ea4b7da45478c61e8d01eaa9ec05cb,1e8d01eaa9ec05cb] [qtp1225114731-24] DEBUG [aai-resources,67ea4b7da45478c61e8d01eaa9ec05cb,1e8d01eaa9ec05cb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3b77f000-0808-429a-820c-c64be85ad5ef","status":"200","rqstDate":"250331-07:59:57:431","respDate":"250331-07:59:57:447","sourceId":"haproxy:3b77f000-0808-429a-820c-c64be85ad5ef","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-07:59:57:431-44013\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[30b519a1-8ded-4723-b1cf-4a70fae2c2bc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3b77f000-0808-429a-820c-c64be85ad5ef]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 07:59:59.461 [67ea4b7f884ab307d6f74cdbe0a3c3a6,d6f74cdbe0a3c3a6] [qtp1225114731-26]  INFO [aai-resources,67ea4b7f884ab307d6f74cdbe0a3c3a6,d6f74cdbe0a3c3a6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 07:59:59.480 [67ea4b7f884ab307d6f74cdbe0a3c3a6,d6f74cdbe0a3c3a6] [qtp1225114731-26] DEBUG [aai-resources,67ea4b7f884ab307d6f74cdbe0a3c3a6,d6f74cdbe0a3c3a6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e00053b7-674a-4c2a-a639-a9003cd4aa55","status":"200","rqstDate":"250331-07:59:59:462","respDate":"250331-07:59:59:480","sourceId":"haproxy:e00053b7-674a-4c2a-a639-a9003cd4aa55","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-07:59:59:462-36805\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[00d62bb9-2dd9-4560-9125-95a9a8b4deb5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e00053b7-674a-4c2a-a639-a9003cd4aa55]}\"}"}
127.0.0.6 - - [31/Mar/2025:07:59:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:00:01.488 [67ea4b81938c9e8a0ca0c31232bd3f84,0ca0c31232bd3f84] [qtp1225114731-24]  INFO [aai-resources,67ea4b81938c9e8a0ca0c31232bd3f84,0ca0c31232bd3f84] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:01.505 [67ea4b81938c9e8a0ca0c31232bd3f84,0ca0c31232bd3f84] [qtp1225114731-24] DEBUG [aai-resources,67ea4b81938c9e8a0ca0c31232bd3f84,0ca0c31232bd3f84] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0380b1d0-33a2-4d71-b640-19206e8575c8","status":"200","rqstDate":"250331-08:00:01:489","respDate":"250331-08:00:01:505","sourceId":"haproxy:0380b1d0-33a2-4d71-b640-19206e8575c8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:00:01:489-74140\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[93dcf1ff-6650-4583-92dc-1805ba00c522], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0380b1d0-33a2-4d71-b640-19206e8575c8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:00:03.513 [67ea4b8325eb70a618281f4f5ccb5c70,18281f4f5ccb5c70] [qtp1225114731-26]  INFO [aai-resources,67ea4b8325eb70a618281f4f5ccb5c70,18281f4f5ccb5c70] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:03.524 [67ea4b8325eb70a618281f4f5ccb5c70,18281f4f5ccb5c70] [qtp1225114731-26] DEBUG [aai-resources,67ea4b8325eb70a618281f4f5ccb5c70,18281f4f5ccb5c70] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2153a843-973d-4d43-abbe-6cfa6582a02b","status":"200","rqstDate":"250331-08:00:03:514","respDate":"250331-08:00:03:524","sourceId":"haproxy:2153a843-973d-4d43-abbe-6cfa6582a02b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:00:03:514-27230\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9ffa7bbf-fbb6-4c8d-976c-d0bd5a843dc0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2153a843-973d-4d43-abbe-6cfa6582a02b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:00:05.534 [67ea4b852018cc2bb540df8f8b94ebe2,b540df8f8b94ebe2] [qtp1225114731-24]  INFO [aai-resources,67ea4b852018cc2bb540df8f8b94ebe2,b540df8f8b94ebe2] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:05.559 [67ea4b852018cc2bb540df8f8b94ebe2,b540df8f8b94ebe2] [qtp1225114731-24] DEBUG [aai-resources,67ea4b852018cc2bb540df8f8b94ebe2,b540df8f8b94ebe2] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cb8682c6-149e-4dc8-97a9-8e2e8abd335b","status":"200","rqstDate":"250331-08:00:05:534","respDate":"250331-08:00:05:559","sourceId":"haproxy:cb8682c6-149e-4dc8-97a9-8e2e8abd335b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:00:05:534-85415\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0e95dfda-fa3b-4197-9e98-f7bb2e3c492e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cb8682c6-149e-4dc8-97a9-8e2e8abd335b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:00:07.567 [67ea4b8784a2558de16605133e1262ae,e16605133e1262ae] [qtp1225114731-26]  INFO [aai-resources,67ea4b8784a2558de16605133e1262ae,e16605133e1262ae] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:07.581 [67ea4b8784a2558de16605133e1262ae,e16605133e1262ae] [qtp1225114731-26] DEBUG [aai-resources,67ea4b8784a2558de16605133e1262ae,e16605133e1262ae] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4ab87180-dff8-41d2-b163-a38556055862","status":"200","rqstDate":"250331-08:00:07:567","respDate":"250331-08:00:07:581","sourceId":"haproxy:4ab87180-dff8-41d2-b163-a38556055862","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:00:07:567-7508\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b3b13b4c-db17-4866-a731-fad3530c34f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4ab87180-dff8-41d2-b163-a38556055862]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:00:09.588 [67ea4b8991eac074d1f84f89958e7d4f,d1f84f89958e7d4f] [qtp1225114731-24]  INFO [aai-resources,67ea4b8991eac074d1f84f89958e7d4f,d1f84f89958e7d4f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:09.608 [67ea4b8991eac074d1f84f89958e7d4f,d1f84f89958e7d4f] [qtp1225114731-24] DEBUG [aai-resources,67ea4b8991eac074d1f84f89958e7d4f,d1f84f89958e7d4f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b254cbef-3460-47d4-9839-bb180c3bd6ee","status":"200","rqstDate":"250331-08:00:09:589","respDate":"250331-08:00:09:608","sourceId":"haproxy:b254cbef-3460-47d4-9839-bb180c3bd6ee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:00:09:589-59524\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[217582f1-def8-4bca-8a5f-7ab69f594fd9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b254cbef-3460-47d4-9839-bb180c3bd6ee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:00:11.616 [67ea4b8ba1a2b5b6153e9e63bed3dd04,153e9e63bed3dd04] [qtp1225114731-26]  INFO [aai-resources,67ea4b8ba1a2b5b6153e9e63bed3dd04,153e9e63bed3dd04] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:11.635 [67ea4b8ba1a2b5b6153e9e63bed3dd04,153e9e63bed3dd04] [qtp1225114731-26] DEBUG [aai-resources,67ea4b8ba1a2b5b6153e9e63bed3dd04,153e9e63bed3dd04] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7ebe6ff1-0836-4ad8-b606-c2a940b0a17b","status":"200","rqstDate":"250331-08:00:11:617","respDate":"250331-08:00:11:634","sourceId":"haproxy:7ebe6ff1-0836-4ad8-b606-c2a940b0a17b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:00:11:617-66804\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[035b042e-d98e-4534-a213-ff6e10a34440], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7ebe6ff1-0836-4ad8-b606-c2a940b0a17b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:00:13.644 [67ea4b8d76fb5a0cba065bb4872f3da6,ba065bb4872f3da6] [qtp1225114731-24]  INFO [aai-resources,67ea4b8d76fb5a0cba065bb4872f3da6,ba065bb4872f3da6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:13.659 [67ea4b8d76fb5a0cba065bb4872f3da6,ba065bb4872f3da6] [qtp1225114731-24] DEBUG [aai-resources,67ea4b8d76fb5a0cba065bb4872f3da6,ba065bb4872f3da6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"26f76a59-d62e-4615-aa64-869c7f1b3155","status":"200","rqstDate":"250331-08:00:13:644","respDate":"250331-08:00:13:658","sourceId":"haproxy:26f76a59-d62e-4615-aa64-869c7f1b3155","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:00:13:644-72844\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5a083f2c-948b-4573-9cc8-a446aa1c49d1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[26f76a59-d62e-4615-aa64-869c7f1b3155]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:00:15.667 [67ea4b8fbe0beca56aaf76305178d140,6aaf76305178d140] [qtp1225114731-26]  INFO [aai-resources,67ea4b8fbe0beca56aaf76305178d140,6aaf76305178d140] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:15.681 [67ea4b8fbe0beca56aaf76305178d140,6aaf76305178d140] [qtp1225114731-26] DEBUG [aai-resources,67ea4b8fbe0beca56aaf76305178d140,6aaf76305178d140] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"06d74fa7-82f0-4800-8e08-bc3bb5999fa0","status":"200","rqstDate":"250331-08:00:15:668","respDate":"250331-08:00:15:681","sourceId":"haproxy:06d74fa7-82f0-4800-8e08-bc3bb5999fa0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:00:15:668-86596\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1576528b-d576-491a-8725-0e2ce777be3a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[06d74fa7-82f0-4800-8e08-bc3bb5999fa0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:00:17.690 [67ea4b912a7dfd899d813c127c0cb73a,9d813c127c0cb73a] [qtp1225114731-24]  INFO [aai-resources,67ea4b912a7dfd899d813c127c0cb73a,9d813c127c0cb73a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:17.702 [67ea4b912a7dfd899d813c127c0cb73a,9d813c127c0cb73a] [qtp1225114731-24] DEBUG [aai-resources,67ea4b912a7dfd899d813c127c0cb73a,9d813c127c0cb73a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0263edf6-660f-44b2-b54f-ebae0e0533fa","status":"200","rqstDate":"250331-08:00:17:690","respDate":"250331-08:00:17:702","sourceId":"haproxy:0263edf6-660f-44b2-b54f-ebae0e0533fa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:00:17:690-82034\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[641dc03d-ccf3-4845-b075-2f4b42282292], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0263edf6-660f-44b2-b54f-ebae0e0533fa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:00:19.710 [67ea4b93c268e7fdaa47de15dad41bf2,aa47de15dad41bf2] [qtp1225114731-26]  INFO [aai-resources,67ea4b93c268e7fdaa47de15dad41bf2,aa47de15dad41bf2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:19.729 [67ea4b93c268e7fdaa47de15dad41bf2,aa47de15dad41bf2] [qtp1225114731-26] DEBUG [aai-resources,67ea4b93c268e7fdaa47de15dad41bf2,aa47de15dad41bf2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d020b56f-db5b-4362-aa4b-8db02e66d0e1","status":"200","rqstDate":"250331-08:00:19:710","respDate":"250331-08:00:19:729","sourceId":"haproxy:d020b56f-db5b-4362-aa4b-8db02e66d0e1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:00:19:710-94408\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[86817d5e-54ce-446c-bc9d-1ff8dc164712], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d020b56f-db5b-4362-aa4b-8db02e66d0e1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:00:21.737 [67ea4b953b488232902685fd247e576e,902685fd247e576e] [qtp1225114731-24]  INFO [aai-resources,67ea4b953b488232902685fd247e576e,902685fd247e576e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:21.749 [67ea4b953b488232902685fd247e576e,902685fd247e576e] [qtp1225114731-24] DEBUG [aai-resources,67ea4b953b488232902685fd247e576e,902685fd247e576e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c48ec264-8873-4828-8f71-496924ba8ba6","status":"200","rqstDate":"250331-08:00:21:737","respDate":"250331-08:00:21:749","sourceId":"haproxy:c48ec264-8873-4828-8f71-496924ba8ba6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:00:21:737-60691\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[53da16b6-7b1f-41a4-b2c2-c7cab8e77390], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c48ec264-8873-4828-8f71-496924ba8ba6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:00:23.758 [67ea4b97b34240122d037f33a99cba86,2d037f33a99cba86] [qtp1225114731-26]  INFO [aai-resources,67ea4b97b34240122d037f33a99cba86,2d037f33a99cba86] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:23.776 [67ea4b97b34240122d037f33a99cba86,2d037f33a99cba86] [qtp1225114731-26] DEBUG [aai-resources,67ea4b97b34240122d037f33a99cba86,2d037f33a99cba86] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"81451911-ad04-4abb-bf07-f1ec8ebff3f4","status":"200","rqstDate":"250331-08:00:23:759","respDate":"250331-08:00:23:776","sourceId":"haproxy:81451911-ad04-4abb-bf07-f1ec8ebff3f4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:00:23:759-53071\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dc4fcdca-a680-4cc1-b894-3ac60be27c7e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[81451911-ad04-4abb-bf07-f1ec8ebff3f4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:00:25.790 [67ea4b9983e4e873e3d2910b9ebf9978,e3d2910b9ebf9978] [qtp1225114731-24]  INFO [aai-resources,67ea4b9983e4e873e3d2910b9ebf9978,e3d2910b9ebf9978] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:25.804 [67ea4b9983e4e873e3d2910b9ebf9978,e3d2910b9ebf9978] [qtp1225114731-24] DEBUG [aai-resources,67ea4b9983e4e873e3d2910b9ebf9978,e3d2910b9ebf9978] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"528bae3e-5ab1-41a0-acd6-9ddc998c9a18","status":"200","rqstDate":"250331-08:00:25:790","respDate":"250331-08:00:25:804","sourceId":"haproxy:528bae3e-5ab1-41a0-acd6-9ddc998c9a18","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:00:25:790-21867\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b5f60764-0725-42cc-89ef-b4f7a3b246f0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[528bae3e-5ab1-41a0-acd6-9ddc998c9a18]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:00:27.817 [67ea4b9bf1dffaac37f88825da781c15,37f88825da781c15] [qtp1225114731-26]  INFO [aai-resources,67ea4b9bf1dffaac37f88825da781c15,37f88825da781c15] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:27.829 [67ea4b9bf1dffaac37f88825da781c15,37f88825da781c15] [qtp1225114731-26] DEBUG [aai-resources,67ea4b9bf1dffaac37f88825da781c15,37f88825da781c15] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f39c3e75-9616-4d1b-af90-60b5f60d29c0","status":"200","rqstDate":"250331-08:00:27:817","respDate":"250331-08:00:27:829","sourceId":"haproxy:f39c3e75-9616-4d1b-af90-60b5f60d29c0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:00:27:817-5094\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[30ab6918-b859-4e7f-8600-96c99760f494], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f39c3e75-9616-4d1b-af90-60b5f60d29c0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:00:29.837 [67ea4b9d88dc92bc5574835dc7d34e69,5574835dc7d34e69] [qtp1225114731-24]  INFO [aai-resources,67ea4b9d88dc92bc5574835dc7d34e69,5574835dc7d34e69] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:29.856 [67ea4b9d88dc92bc5574835dc7d34e69,5574835dc7d34e69] [qtp1225114731-24] DEBUG [aai-resources,67ea4b9d88dc92bc5574835dc7d34e69,5574835dc7d34e69] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3e67d5a6-1f0f-4d97-bcae-403c68625b8e","status":"200","rqstDate":"250331-08:00:29:838","respDate":"250331-08:00:29:856","sourceId":"haproxy:3e67d5a6-1f0f-4d97-bcae-403c68625b8e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:00:29:838-14984\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b13e818b-3e61-46bf-942c-7a4c10a718c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3e67d5a6-1f0f-4d97-bcae-403c68625b8e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:00:31.867 [67ea4b9f18c8450667280905751c7b3d,67280905751c7b3d] [qtp1225114731-26]  INFO [aai-resources,67ea4b9f18c8450667280905751c7b3d,67280905751c7b3d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:31.884 [67ea4b9f18c8450667280905751c7b3d,67280905751c7b3d] [qtp1225114731-26] DEBUG [aai-resources,67ea4b9f18c8450667280905751c7b3d,67280905751c7b3d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"93dbc44f-cf03-49fe-bf9e-2b02a85128bd","status":"200","rqstDate":"250331-08:00:31:867","respDate":"250331-08:00:31:884","sourceId":"haproxy:93dbc44f-cf03-49fe-bf9e-2b02a85128bd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:00:31:867-90678\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[07955fd6-8b23-4e34-b7cb-4ee35c6cd2ea], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[93dbc44f-cf03-49fe-bf9e-2b02a85128bd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:00:33.891 [67ea4ba108faa53fa135ecd63f15aa83,a135ecd63f15aa83] [qtp1225114731-24]  INFO [aai-resources,67ea4ba108faa53fa135ecd63f15aa83,a135ecd63f15aa83] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:33.902 [67ea4ba108faa53fa135ecd63f15aa83,a135ecd63f15aa83] [qtp1225114731-24] DEBUG [aai-resources,67ea4ba108faa53fa135ecd63f15aa83,a135ecd63f15aa83] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b6c6c6c-d941-4223-9547-b3f3768a4320","status":"200","rqstDate":"250331-08:00:33:891","respDate":"250331-08:00:33:902","sourceId":"haproxy:8b6c6c6c-d941-4223-9547-b3f3768a4320","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:00:33:891-73628\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fd50f45b-bdfe-499d-9186-9b8d440014cd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8b6c6c6c-d941-4223-9547-b3f3768a4320]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:00:35.910 [67ea4ba32a17f95af1cff0cd356c15ff,f1cff0cd356c15ff] [qtp1225114731-26]  INFO [aai-resources,67ea4ba32a17f95af1cff0cd356c15ff,f1cff0cd356c15ff] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:35.923 [67ea4ba32a17f95af1cff0cd356c15ff,f1cff0cd356c15ff] [qtp1225114731-26] DEBUG [aai-resources,67ea4ba32a17f95af1cff0cd356c15ff,f1cff0cd356c15ff] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f551a5cd-49c6-40a7-bde1-d3456f74e18a","status":"200","rqstDate":"250331-08:00:35:910","respDate":"250331-08:00:35:923","sourceId":"haproxy:f551a5cd-49c6-40a7-bde1-d3456f74e18a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:00:35:910-13630\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a249b9f6-cf25-4f7d-9adb-9a90a66964a9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f551a5cd-49c6-40a7-bde1-d3456f74e18a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:00:37.930 [67ea4ba572ba956836089f715fcc302e,36089f715fcc302e] [qtp1225114731-24]  INFO [aai-resources,67ea4ba572ba956836089f715fcc302e,36089f715fcc302e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:37.941 [67ea4ba572ba956836089f715fcc302e,36089f715fcc302e] [qtp1225114731-24] DEBUG [aai-resources,67ea4ba572ba956836089f715fcc302e,36089f715fcc302e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f9983fcb-3d67-4c87-8271-b1f39f5f2a2d","status":"200","rqstDate":"250331-08:00:37:931","respDate":"250331-08:00:37:941","sourceId":"haproxy:f9983fcb-3d67-4c87-8271-b1f39f5f2a2d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:00:37:931-37930\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17df319a-56d9-4523-8eeb-edfe755cf77c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f9983fcb-3d67-4c87-8271-b1f39f5f2a2d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:00:39.950 [67ea4ba75650c866a0b191a732aad25f,a0b191a732aad25f] [qtp1225114731-26]  INFO [aai-resources,67ea4ba75650c866a0b191a732aad25f,a0b191a732aad25f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:39.961 [67ea4ba75650c866a0b191a732aad25f,a0b191a732aad25f] [qtp1225114731-26] DEBUG [aai-resources,67ea4ba75650c866a0b191a732aad25f,a0b191a732aad25f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6d895f07-38bb-4321-8ff1-f2724db5dd84","status":"200","rqstDate":"250331-08:00:39:950","respDate":"250331-08:00:39:960","sourceId":"haproxy:6d895f07-38bb-4321-8ff1-f2724db5dd84","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:00:39:950-90950\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c59e7160-b75c-4a56-a3bd-fb88a928a917], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6d895f07-38bb-4321-8ff1-f2724db5dd84]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:00:41.968 [67ea4ba9d95399dc8c62cc40fce210b7,8c62cc40fce210b7] [qtp1225114731-24]  INFO [aai-resources,67ea4ba9d95399dc8c62cc40fce210b7,8c62cc40fce210b7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:41.992 [67ea4ba9d95399dc8c62cc40fce210b7,8c62cc40fce210b7] [qtp1225114731-24] DEBUG [aai-resources,67ea4ba9d95399dc8c62cc40fce210b7,8c62cc40fce210b7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fa2145c7-ac29-48b6-8cf0-abd298b5a61c","status":"200","rqstDate":"250331-08:00:41:969","respDate":"250331-08:00:41:992","sourceId":"haproxy:fa2145c7-ac29-48b6-8cf0-abd298b5a61c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:00:41:969-9647\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a32bf0ae-511d-4b84-9636-92989e0d21c3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fa2145c7-ac29-48b6-8cf0-abd298b5a61c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:00:44.001 [67ea4bac5420ca89900bec2fb86a6403,900bec2fb86a6403] [qtp1225114731-26]  INFO [aai-resources,67ea4bac5420ca89900bec2fb86a6403,900bec2fb86a6403] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:44.016 [67ea4bac5420ca89900bec2fb86a6403,900bec2fb86a6403] [qtp1225114731-26] DEBUG [aai-resources,67ea4bac5420ca89900bec2fb86a6403,900bec2fb86a6403] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3eb8bc56-ca2a-4884-987f-1b0be863b477","status":"200","rqstDate":"250331-08:00:44:001","respDate":"250331-08:00:44:016","sourceId":"haproxy:3eb8bc56-ca2a-4884-987f-1b0be863b477","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:00:44:001-90795\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a7c29eba-2fe5-4f8c-85ec-cf824110cfa0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3eb8bc56-ca2a-4884-987f-1b0be863b477]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:00:46.025 [67ea4baed4460619675cb9a097ebbb2d,675cb9a097ebbb2d] [qtp1225114731-24]  INFO [aai-resources,67ea4baed4460619675cb9a097ebbb2d,675cb9a097ebbb2d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:46.041 [67ea4baed4460619675cb9a097ebbb2d,675cb9a097ebbb2d] [qtp1225114731-24] DEBUG [aai-resources,67ea4baed4460619675cb9a097ebbb2d,675cb9a097ebbb2d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"067d4bdd-2446-4678-8070-43d773161cd9","status":"200","rqstDate":"250331-08:00:46:025","respDate":"250331-08:00:46:041","sourceId":"haproxy:067d4bdd-2446-4678-8070-43d773161cd9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:00:46:025-38088\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5e41d6a0-3b43-43c6-862e-3732790ca616], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[067d4bdd-2446-4678-8070-43d773161cd9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:00:48.050 [67ea4bb0dc458ca4a41eeb2f4d2331a7,a41eeb2f4d2331a7] [qtp1225114731-26]  INFO [aai-resources,67ea4bb0dc458ca4a41eeb2f4d2331a7,a41eeb2f4d2331a7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:48.062 [67ea4bb0dc458ca4a41eeb2f4d2331a7,a41eeb2f4d2331a7] [qtp1225114731-26] DEBUG [aai-resources,67ea4bb0dc458ca4a41eeb2f4d2331a7,a41eeb2f4d2331a7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f3145625-55bf-47f8-92dc-ea1bc464af0d","status":"200","rqstDate":"250331-08:00:48:050","respDate":"250331-08:00:48:062","sourceId":"haproxy:f3145625-55bf-47f8-92dc-ea1bc464af0d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:00:48:050-54421\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[23307bf4-d168-9ee9-943c-3373d9d6cd3d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f3145625-55bf-47f8-92dc-ea1bc464af0d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:00:50.069 [67ea4bb2e1bfb2e653a347e5360342c1,53a347e5360342c1] [qtp1225114731-24]  INFO [aai-resources,67ea4bb2e1bfb2e653a347e5360342c1,53a347e5360342c1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:50.087 [67ea4bb2e1bfb2e653a347e5360342c1,53a347e5360342c1] [qtp1225114731-24] DEBUG [aai-resources,67ea4bb2e1bfb2e653a347e5360342c1,53a347e5360342c1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cbb389c7-ee18-4fd8-aaf8-72f52421099b","status":"200","rqstDate":"250331-08:00:50:069","respDate":"250331-08:00:50:087","sourceId":"haproxy:cbb389c7-ee18-4fd8-aaf8-72f52421099b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:00:50:069-56027\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9405dc7a-0f89-4190-92ee-125da834f213], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cbb389c7-ee18-4fd8-aaf8-72f52421099b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:00:52.093 [67ea4bb43bb1cef23240e687a58ee3c9,3240e687a58ee3c9] [qtp1225114731-26]  INFO [aai-resources,67ea4bb43bb1cef23240e687a58ee3c9,3240e687a58ee3c9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:52.105 [67ea4bb43bb1cef23240e687a58ee3c9,3240e687a58ee3c9] [qtp1225114731-26] DEBUG [aai-resources,67ea4bb43bb1cef23240e687a58ee3c9,3240e687a58ee3c9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3dcf29fa-ec19-42be-9092-6d9909e25baf","status":"200","rqstDate":"250331-08:00:52:093","respDate":"250331-08:00:52:105","sourceId":"haproxy:3dcf29fa-ec19-42be-9092-6d9909e25baf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:00:52:093-19529\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6f73955c-f5a6-48c1-bfbd-e5ef7367196c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3dcf29fa-ec19-42be-9092-6d9909e25baf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:00:54.112 [67ea4bb62d8b6a2ddea7c947dac32adc,dea7c947dac32adc] [qtp1225114731-24]  INFO [aai-resources,67ea4bb62d8b6a2ddea7c947dac32adc,dea7c947dac32adc] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:54.132 [67ea4bb62d8b6a2ddea7c947dac32adc,dea7c947dac32adc] [qtp1225114731-24] DEBUG [aai-resources,67ea4bb62d8b6a2ddea7c947dac32adc,dea7c947dac32adc] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6090a048-f858-413a-a0c7-7a2b0e2a3b33","status":"200","rqstDate":"250331-08:00:54:112","respDate":"250331-08:00:54:132","sourceId":"haproxy:6090a048-f858-413a-a0c7-7a2b0e2a3b33","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:00:54:112-79057\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d04bc44-ae5b-4236-85da-c6dbd81daf39], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6090a048-f858-413a-a0c7-7a2b0e2a3b33]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:00:56.139 [67ea4bb853eb6fb14cc21879c2a55118,4cc21879c2a55118] [qtp1225114731-26]  INFO [aai-resources,67ea4bb853eb6fb14cc21879c2a55118,4cc21879c2a55118] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:56.149 [67ea4bb853eb6fb14cc21879c2a55118,4cc21879c2a55118] [qtp1225114731-26] DEBUG [aai-resources,67ea4bb853eb6fb14cc21879c2a55118,4cc21879c2a55118] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ce6e41c8-ab2e-495d-b70c-f00e797467c2","status":"200","rqstDate":"250331-08:00:56:139","respDate":"250331-08:00:56:149","sourceId":"haproxy:ce6e41c8-ab2e-495d-b70c-f00e797467c2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:00:56:139-31387\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6c643b84-704e-4564-adc3-8d4d59d93b58], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ce6e41c8-ab2e-495d-b70c-f00e797467c2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:00:58.157 [67ea4bbacd5de212cf61c5fc6e82240d,cf61c5fc6e82240d] [qtp1225114731-24]  INFO [aai-resources,67ea4bbacd5de212cf61c5fc6e82240d,cf61c5fc6e82240d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:00:58.174 [67ea4bbacd5de212cf61c5fc6e82240d,cf61c5fc6e82240d] [qtp1225114731-24] DEBUG [aai-resources,67ea4bbacd5de212cf61c5fc6e82240d,cf61c5fc6e82240d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7f40817f-4339-478b-879d-140eefdd0ca3","status":"200","rqstDate":"250331-08:00:58:157","respDate":"250331-08:00:58:174","sourceId":"haproxy:7f40817f-4339-478b-879d-140eefdd0ca3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:00:58:157-13865\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5052b38f-a923-4b9c-9a94-f4fcfefdcf07], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7f40817f-4339-478b-879d-140eefdd0ca3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:00:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:01:00.182 [67ea4bbc0018d9597fe64c1ba579c6b1,7fe64c1ba579c6b1] [qtp1225114731-26]  INFO [aai-resources,67ea4bbc0018d9597fe64c1ba579c6b1,7fe64c1ba579c6b1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:00.197 [67ea4bbc0018d9597fe64c1ba579c6b1,7fe64c1ba579c6b1] [qtp1225114731-26] DEBUG [aai-resources,67ea4bbc0018d9597fe64c1ba579c6b1,7fe64c1ba579c6b1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"685acde8-1100-42d3-a51c-a9c4012f7035","status":"200","rqstDate":"250331-08:01:00:183","respDate":"250331-08:01:00:197","sourceId":"haproxy:685acde8-1100-42d3-a51c-a9c4012f7035","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:01:00:183-45142\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0ade01dc-e2ad-402e-95f1-8c559278c673], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[685acde8-1100-42d3-a51c-a9c4012f7035]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:01:02.209 [67ea4bbe0d2363efbecdf77ff4eb5d8b,becdf77ff4eb5d8b] [qtp1225114731-24]  INFO [aai-resources,67ea4bbe0d2363efbecdf77ff4eb5d8b,becdf77ff4eb5d8b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:02.226 [67ea4bbe0d2363efbecdf77ff4eb5d8b,becdf77ff4eb5d8b] [qtp1225114731-24] DEBUG [aai-resources,67ea4bbe0d2363efbecdf77ff4eb5d8b,becdf77ff4eb5d8b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5338088d-049f-4075-9f46-3ddb01fc467e","status":"200","rqstDate":"250331-08:01:02:209","respDate":"250331-08:01:02:226","sourceId":"haproxy:5338088d-049f-4075-9f46-3ddb01fc467e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:01:02:209-98912\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0015f391-fa6f-4188-9a20-ba9b442ada4d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5338088d-049f-4075-9f46-3ddb01fc467e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:01:04.234 [67ea4bc0384a5790bbca684f96dcfd76,bbca684f96dcfd76] [qtp1225114731-26]  INFO [aai-resources,67ea4bc0384a5790bbca684f96dcfd76,bbca684f96dcfd76] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:04.248 [67ea4bc0384a5790bbca684f96dcfd76,bbca684f96dcfd76] [qtp1225114731-26] DEBUG [aai-resources,67ea4bc0384a5790bbca684f96dcfd76,bbca684f96dcfd76] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"18c15290-23dc-4e3d-b912-adef4df34557","status":"200","rqstDate":"250331-08:01:04:234","respDate":"250331-08:01:04:247","sourceId":"haproxy:18c15290-23dc-4e3d-b912-adef4df34557","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:04:234-35607\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d217c334-3f84-4c57-a2d6-ce0d4e07c4f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[18c15290-23dc-4e3d-b912-adef4df34557]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:01:06.256 [67ea4bc2f6340c8f293a9f360d40feac,293a9f360d40feac] [qtp1225114731-24]  INFO [aai-resources,67ea4bc2f6340c8f293a9f360d40feac,293a9f360d40feac] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:06.270 [67ea4bc2f6340c8f293a9f360d40feac,293a9f360d40feac] [qtp1225114731-24] DEBUG [aai-resources,67ea4bc2f6340c8f293a9f360d40feac,293a9f360d40feac] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"22c9001e-8cd3-4427-86b4-db2fe2f13a1d","status":"200","rqstDate":"250331-08:01:06:256","respDate":"250331-08:01:06:270","sourceId":"haproxy:22c9001e-8cd3-4427-86b4-db2fe2f13a1d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:06:256-69716\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ca2bd969-246c-4d27-9ec0-8040ac190b39], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[22c9001e-8cd3-4427-86b4-db2fe2f13a1d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:01:08.277 [67ea4bc46e2eaab791f886e3c8652d37,91f886e3c8652d37] [qtp1225114731-26]  INFO [aai-resources,67ea4bc46e2eaab791f886e3c8652d37,91f886e3c8652d37] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:08.290 [67ea4bc46e2eaab791f886e3c8652d37,91f886e3c8652d37] [qtp1225114731-26] DEBUG [aai-resources,67ea4bc46e2eaab791f886e3c8652d37,91f886e3c8652d37] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7e2a5768-2e67-4ff2-9a28-82221682ffce","status":"200","rqstDate":"250331-08:01:08:277","respDate":"250331-08:01:08:289","sourceId":"haproxy:7e2a5768-2e67-4ff2-9a28-82221682ffce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:01:08:277-83024\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2d95ef1b-aff5-46d1-97b4-9b7ca4426658], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7e2a5768-2e67-4ff2-9a28-82221682ffce]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:01:10.297 [67ea4bc64adc0879aedd62bca0dc71af,aedd62bca0dc71af] [qtp1225114731-24]  INFO [aai-resources,67ea4bc64adc0879aedd62bca0dc71af,aedd62bca0dc71af] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:10.311 [67ea4bc64adc0879aedd62bca0dc71af,aedd62bca0dc71af] [qtp1225114731-24] DEBUG [aai-resources,67ea4bc64adc0879aedd62bca0dc71af,aedd62bca0dc71af] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fe20f929-23df-4614-82eb-d2b2427e5e9b","status":"200","rqstDate":"250331-08:01:10:297","respDate":"250331-08:01:10:311","sourceId":"haproxy:fe20f929-23df-4614-82eb-d2b2427e5e9b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:01:10:297-21918\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8c5b0584-c2d4-48bb-a044-7c8f091e381d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fe20f929-23df-4614-82eb-d2b2427e5e9b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:01:12.318 [67ea4bc8d65ca6bf06a6545930672bff,06a6545930672bff] [qtp1225114731-26]  INFO [aai-resources,67ea4bc8d65ca6bf06a6545930672bff,06a6545930672bff] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:12.332 [67ea4bc8d65ca6bf06a6545930672bff,06a6545930672bff] [qtp1225114731-26] DEBUG [aai-resources,67ea4bc8d65ca6bf06a6545930672bff,06a6545930672bff] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6fe94cb2-aa39-4e40-ab99-b7a5ee1ecdab","status":"200","rqstDate":"250331-08:01:12:318","respDate":"250331-08:01:12:332","sourceId":"haproxy:6fe94cb2-aa39-4e40-ab99-b7a5ee1ecdab","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:01:12:318-63716\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ea7d1de1-3399-46ae-931e-92797cdf1e56], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6fe94cb2-aa39-4e40-ab99-b7a5ee1ecdab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:01:14.339 [67ea4bcaa0a8a71faafd6c60422f2832,aafd6c60422f2832] [qtp1225114731-24]  INFO [aai-resources,67ea4bcaa0a8a71faafd6c60422f2832,aafd6c60422f2832] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:14.354 [67ea4bcaa0a8a71faafd6c60422f2832,aafd6c60422f2832] [qtp1225114731-24] DEBUG [aai-resources,67ea4bcaa0a8a71faafd6c60422f2832,aafd6c60422f2832] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f022121f-3d13-42bc-855a-e773e3722774","status":"200","rqstDate":"250331-08:01:14:340","respDate":"250331-08:01:14:354","sourceId":"haproxy:f022121f-3d13-42bc-855a-e773e3722774","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:14:340-36635\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7dfca28f-10b1-44ee-8747-c48d39f51ff0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f022121f-3d13-42bc-855a-e773e3722774]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:01:16.361 [67ea4bcc4d5a5795f7e46e9cb6ddb84b,f7e46e9cb6ddb84b] [qtp1225114731-26]  INFO [aai-resources,67ea4bcc4d5a5795f7e46e9cb6ddb84b,f7e46e9cb6ddb84b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:16.376 [67ea4bcc4d5a5795f7e46e9cb6ddb84b,f7e46e9cb6ddb84b] [qtp1225114731-26] DEBUG [aai-resources,67ea4bcc4d5a5795f7e46e9cb6ddb84b,f7e46e9cb6ddb84b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c048efb-9161-42ff-8cc2-3f999e58601c","status":"200","rqstDate":"250331-08:01:16:361","respDate":"250331-08:01:16:375","sourceId":"haproxy:3c048efb-9161-42ff-8cc2-3f999e58601c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:16:361-88288\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[121dd411-0e80-49a1-ab56-bbafcb8ef47f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c048efb-9161-42ff-8cc2-3f999e58601c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:01:18.384 [67ea4bce6c0f76922d058eaf6a3a80b6,2d058eaf6a3a80b6] [qtp1225114731-24]  INFO [aai-resources,67ea4bce6c0f76922d058eaf6a3a80b6,2d058eaf6a3a80b6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:18.408 [67ea4bce6c0f76922d058eaf6a3a80b6,2d058eaf6a3a80b6] [qtp1225114731-24] DEBUG [aai-resources,67ea4bce6c0f76922d058eaf6a3a80b6,2d058eaf6a3a80b6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3370b511-9c48-49f3-8609-74d6bc9a4bf4","status":"200","rqstDate":"250331-08:01:18:385","respDate":"250331-08:01:18:407","sourceId":"haproxy:3370b511-9c48-49f3-8609-74d6bc9a4bf4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:01:18:385-72503\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cc52c63c-9cfc-4b3d-95f0-135cd3919c30], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3370b511-9c48-49f3-8609-74d6bc9a4bf4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:01:20.416 [67ea4bd045877adf4f2f602035c67083,4f2f602035c67083] [qtp1225114731-26]  INFO [aai-resources,67ea4bd045877adf4f2f602035c67083,4f2f602035c67083] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:20.429 [67ea4bd045877adf4f2f602035c67083,4f2f602035c67083] [qtp1225114731-26] DEBUG [aai-resources,67ea4bd045877adf4f2f602035c67083,4f2f602035c67083] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"437da86b-203f-4a31-a801-555ff5cc8487","status":"200","rqstDate":"250331-08:01:20:416","respDate":"250331-08:01:20:429","sourceId":"haproxy:437da86b-203f-4a31-a801-555ff5cc8487","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:01:20:416-32959\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9c359bcc-28ff-4f4e-b19f-27d4ca96b378], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[437da86b-203f-4a31-a801-555ff5cc8487]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:01:22.437 [67ea4bd2aee59faefbb06731622af76e,fbb06731622af76e] [qtp1225114731-24]  INFO [aai-resources,67ea4bd2aee59faefbb06731622af76e,fbb06731622af76e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:22.451 [67ea4bd2aee59faefbb06731622af76e,fbb06731622af76e] [qtp1225114731-24] DEBUG [aai-resources,67ea4bd2aee59faefbb06731622af76e,fbb06731622af76e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d43c2bf0-f98d-4854-911f-5eaacdf80fda","status":"200","rqstDate":"250331-08:01:22:438","respDate":"250331-08:01:22:451","sourceId":"haproxy:d43c2bf0-f98d-4854-911f-5eaacdf80fda","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:01:22:438-73431\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7cf61153-1fd5-4cd7-970f-69f4aa2d8832], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d43c2bf0-f98d-4854-911f-5eaacdf80fda]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:01:24.460 [67ea4bd42bcc7c588ad4dded97278570,8ad4dded97278570] [qtp1225114731-26]  INFO [aai-resources,67ea4bd42bcc7c588ad4dded97278570,8ad4dded97278570] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:24.476 [67ea4bd42bcc7c588ad4dded97278570,8ad4dded97278570] [qtp1225114731-26] DEBUG [aai-resources,67ea4bd42bcc7c588ad4dded97278570,8ad4dded97278570] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ee389426-6cf3-4e64-b448-738d5ed58adb","status":"200","rqstDate":"250331-08:01:24:460","respDate":"250331-08:01:24:476","sourceId":"haproxy:ee389426-6cf3-4e64-b448-738d5ed58adb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:24:460-23203\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[66d597de-6968-4938-9630-5a9f9aaab4fe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ee389426-6cf3-4e64-b448-738d5ed58adb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:01:26.483 [67ea4bd6afcb8dd76010cee87f73988e,6010cee87f73988e] [qtp1225114731-24]  INFO [aai-resources,67ea4bd6afcb8dd76010cee87f73988e,6010cee87f73988e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:26.497 [67ea4bd6afcb8dd76010cee87f73988e,6010cee87f73988e] [qtp1225114731-24] DEBUG [aai-resources,67ea4bd6afcb8dd76010cee87f73988e,6010cee87f73988e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"82eaecbb-ae1b-4175-b568-ec999147f5fc","status":"200","rqstDate":"250331-08:01:26:484","respDate":"250331-08:01:26:497","sourceId":"haproxy:82eaecbb-ae1b-4175-b568-ec999147f5fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:01:26:484-19050\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6356de04-ae78-42fa-9ce3-70350d7ef085], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[82eaecbb-ae1b-4175-b568-ec999147f5fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:01:28.504 [67ea4bd8758ec1ab1dc7efb385c56e63,1dc7efb385c56e63] [qtp1225114731-26]  INFO [aai-resources,67ea4bd8758ec1ab1dc7efb385c56e63,1dc7efb385c56e63] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:28.518 [67ea4bd8758ec1ab1dc7efb385c56e63,1dc7efb385c56e63] [qtp1225114731-26] DEBUG [aai-resources,67ea4bd8758ec1ab1dc7efb385c56e63,1dc7efb385c56e63] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"de3c1ce4-4fdf-40b2-8789-bb6ff974e5f4","status":"200","rqstDate":"250331-08:01:28:504","respDate":"250331-08:01:28:518","sourceId":"haproxy:de3c1ce4-4fdf-40b2-8789-bb6ff974e5f4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:28:504-99018\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f499902a-b26a-4dc4-ad84-58f009fed0ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[de3c1ce4-4fdf-40b2-8789-bb6ff974e5f4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:01:30.524 [67ea4bdab664d5f0e10c377264dd898a,e10c377264dd898a] [qtp1225114731-24]  INFO [aai-resources,67ea4bdab664d5f0e10c377264dd898a,e10c377264dd898a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:30.539 [67ea4bdab664d5f0e10c377264dd898a,e10c377264dd898a] [qtp1225114731-24] DEBUG [aai-resources,67ea4bdab664d5f0e10c377264dd898a,e10c377264dd898a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8ff2329b-8340-40dc-bf7f-79ef7676302e","status":"200","rqstDate":"250331-08:01:30:525","respDate":"250331-08:01:30:539","sourceId":"haproxy:8ff2329b-8340-40dc-bf7f-79ef7676302e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:30:525-96329\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6966b971-1710-433a-880d-d7c6a35a3429], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8ff2329b-8340-40dc-bf7f-79ef7676302e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:01:32.549 [67ea4bdcd2fd3785c257d804ef1d26fd,c257d804ef1d26fd] [qtp1225114731-26]  INFO [aai-resources,67ea4bdcd2fd3785c257d804ef1d26fd,c257d804ef1d26fd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:32.565 [67ea4bdcd2fd3785c257d804ef1d26fd,c257d804ef1d26fd] [qtp1225114731-26] DEBUG [aai-resources,67ea4bdcd2fd3785c257d804ef1d26fd,c257d804ef1d26fd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ba484eac-b7d0-496a-a5e0-ac97e753bd6d","status":"200","rqstDate":"250331-08:01:32:549","respDate":"250331-08:01:32:565","sourceId":"haproxy:ba484eac-b7d0-496a-a5e0-ac97e753bd6d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:01:32:549-52689\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[53c05ba4-5bb6-4652-9a6e-43fd3f5b7ba5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ba484eac-b7d0-496a-a5e0-ac97e753bd6d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:01:34.574 [67ea4bdefa82f1aa17d0d444778bd56d,17d0d444778bd56d] [qtp1225114731-24]  INFO [aai-resources,67ea4bdefa82f1aa17d0d444778bd56d,17d0d444778bd56d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:34.590 [67ea4bdefa82f1aa17d0d444778bd56d,17d0d444778bd56d] [qtp1225114731-24] DEBUG [aai-resources,67ea4bdefa82f1aa17d0d444778bd56d,17d0d444778bd56d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"213dd7a2-583e-47a6-a785-1d2e28c1f56d","status":"200","rqstDate":"250331-08:01:34:574","respDate":"250331-08:01:34:590","sourceId":"haproxy:213dd7a2-583e-47a6-a785-1d2e28c1f56d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:34:574-57843\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[18472e9a-2a79-461b-8dc1-bce6b0d6480d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[213dd7a2-583e-47a6-a785-1d2e28c1f56d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:01:36.599 [67ea4be011acfa7e47199bcc68376620,47199bcc68376620] [qtp1225114731-26]  INFO [aai-resources,67ea4be011acfa7e47199bcc68376620,47199bcc68376620] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:36.615 [67ea4be011acfa7e47199bcc68376620,47199bcc68376620] [qtp1225114731-26] DEBUG [aai-resources,67ea4be011acfa7e47199bcc68376620,47199bcc68376620] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"30ad222c-c048-496f-a69e-0a384e9cc2b3","status":"200","rqstDate":"250331-08:01:36:599","respDate":"250331-08:01:36:614","sourceId":"haproxy:30ad222c-c048-496f-a69e-0a384e9cc2b3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:01:36:599-41077\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17e7635e-4647-4e01-807e-9cb65bca9955], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[30ad222c-c048-496f-a69e-0a384e9cc2b3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:01:38.622 [67ea4be26b9439d5763285fdcfa7a56f,763285fdcfa7a56f] [qtp1225114731-24]  INFO [aai-resources,67ea4be26b9439d5763285fdcfa7a56f,763285fdcfa7a56f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:38.635 [67ea4be26b9439d5763285fdcfa7a56f,763285fdcfa7a56f] [qtp1225114731-24] DEBUG [aai-resources,67ea4be26b9439d5763285fdcfa7a56f,763285fdcfa7a56f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5c2b9b50-264b-41a0-b6bd-daf21982cdb7","status":"200","rqstDate":"250331-08:01:38:623","respDate":"250331-08:01:38:635","sourceId":"haproxy:5c2b9b50-264b-41a0-b6bd-daf21982cdb7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:38:623-81518\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f82f169b-aff7-4a32-85a8-1a4de0dcb423], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5c2b9b50-264b-41a0-b6bd-daf21982cdb7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:01:40.643 [67ea4be4ef7d901b9305a49f853131ed,9305a49f853131ed] [qtp1225114731-26]  INFO [aai-resources,67ea4be4ef7d901b9305a49f853131ed,9305a49f853131ed] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:40.655 [67ea4be4ef7d901b9305a49f853131ed,9305a49f853131ed] [qtp1225114731-26] DEBUG [aai-resources,67ea4be4ef7d901b9305a49f853131ed,9305a49f853131ed] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e0668fe0-9907-4d48-adbc-90813054d6d6","status":"200","rqstDate":"250331-08:01:40:643","respDate":"250331-08:01:40:655","sourceId":"haproxy:e0668fe0-9907-4d48-adbc-90813054d6d6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:01:40:643-48640\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dba37111-0b7a-4da5-b15d-bb16564672c4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e0668fe0-9907-4d48-adbc-90813054d6d6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:01:42.662 [67ea4be614ea79a7df62d204340a54be,df62d204340a54be] [qtp1225114731-24]  INFO [aai-resources,67ea4be614ea79a7df62d204340a54be,df62d204340a54be] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:42.675 [67ea4be614ea79a7df62d204340a54be,df62d204340a54be] [qtp1225114731-24] DEBUG [aai-resources,67ea4be614ea79a7df62d204340a54be,df62d204340a54be] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"30f89699-6c45-4420-b451-bbb7e78c92af","status":"200","rqstDate":"250331-08:01:42:662","respDate":"250331-08:01:42:675","sourceId":"haproxy:30f89699-6c45-4420-b451-bbb7e78c92af","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:01:42:662-51334\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e0668b04-9758-4327-873d-0a034cb6065a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[30f89699-6c45-4420-b451-bbb7e78c92af]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:01:44.682 [67ea4be8f4742bc40bed3ada43cd5232,0bed3ada43cd5232] [qtp1225114731-26]  INFO [aai-resources,67ea4be8f4742bc40bed3ada43cd5232,0bed3ada43cd5232] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:44.693 [67ea4be8f4742bc40bed3ada43cd5232,0bed3ada43cd5232] [qtp1225114731-26] DEBUG [aai-resources,67ea4be8f4742bc40bed3ada43cd5232,0bed3ada43cd5232] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"edfff07f-56eb-441c-af93-0fd6eee0cd60","status":"200","rqstDate":"250331-08:01:44:682","respDate":"250331-08:01:44:693","sourceId":"haproxy:edfff07f-56eb-441c-af93-0fd6eee0cd60","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:44:682-63960\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[47d4215a-428a-49f2-8c76-acfb63c3172f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[edfff07f-56eb-441c-af93-0fd6eee0cd60]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:01:46.701 [67ea4bea8e9a4a64e26babacd4f69b62,e26babacd4f69b62] [qtp1225114731-24]  INFO [aai-resources,67ea4bea8e9a4a64e26babacd4f69b62,e26babacd4f69b62] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:46.716 [67ea4bea8e9a4a64e26babacd4f69b62,e26babacd4f69b62] [qtp1225114731-24] DEBUG [aai-resources,67ea4bea8e9a4a64e26babacd4f69b62,e26babacd4f69b62] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"516f749e-cd55-431e-837d-dae30fcd2222","status":"200","rqstDate":"250331-08:01:46:701","respDate":"250331-08:01:46:716","sourceId":"haproxy:516f749e-cd55-431e-837d-dae30fcd2222","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:01:46:701-63029\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[874f565b-ef31-4bf1-ba19-db14343d04f3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[516f749e-cd55-431e-837d-dae30fcd2222]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:01:48.726 [67ea4becc8a10cb1c4164130116fc5c6,c4164130116fc5c6] [qtp1225114731-26]  INFO [aai-resources,67ea4becc8a10cb1c4164130116fc5c6,c4164130116fc5c6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:48.744 [67ea4becc8a10cb1c4164130116fc5c6,c4164130116fc5c6] [qtp1225114731-26] DEBUG [aai-resources,67ea4becc8a10cb1c4164130116fc5c6,c4164130116fc5c6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"333132fb-7708-4e7a-9408-2e69caefe1c7","status":"200","rqstDate":"250331-08:01:48:726","respDate":"250331-08:01:48:743","sourceId":"haproxy:333132fb-7708-4e7a-9408-2e69caefe1c7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:48:726-79652\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5f742a2b-23ef-499d-80a4-c99524165d61], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[333132fb-7708-4e7a-9408-2e69caefe1c7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:01:50.753 [67ea4bee4cee6d17295c350c987c1eea,295c350c987c1eea] [qtp1225114731-24]  INFO [aai-resources,67ea4bee4cee6d17295c350c987c1eea,295c350c987c1eea] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:50.771 [67ea4bee4cee6d17295c350c987c1eea,295c350c987c1eea] [qtp1225114731-24] DEBUG [aai-resources,67ea4bee4cee6d17295c350c987c1eea,295c350c987c1eea] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a797dfd-9b3f-4d06-be7d-060668247e6c","status":"200","rqstDate":"250331-08:01:50:753","respDate":"250331-08:01:50:771","sourceId":"haproxy:0a797dfd-9b3f-4d06-be7d-060668247e6c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:01:50:753-43523\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ee4d026e-14e8-45ec-acfe-a1444505c3e6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0a797dfd-9b3f-4d06-be7d-060668247e6c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:01:52.782 [67ea4bf00a7ce2ce075898b9a0cebc1a,075898b9a0cebc1a] [qtp1225114731-26]  INFO [aai-resources,67ea4bf00a7ce2ce075898b9a0cebc1a,075898b9a0cebc1a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:52.810 [67ea4bf00a7ce2ce075898b9a0cebc1a,075898b9a0cebc1a] [qtp1225114731-26] DEBUG [aai-resources,67ea4bf00a7ce2ce075898b9a0cebc1a,075898b9a0cebc1a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9c7bb5a9-3e12-4e6d-bf6d-4e70eb94c6ae","status":"200","rqstDate":"250331-08:01:52:782","respDate":"250331-08:01:52:809","sourceId":"haproxy:9c7bb5a9-3e12-4e6d-bf6d-4e70eb94c6ae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:01:52:782-45126\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[766f2f24-e4dd-4408-8949-02560561defc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9c7bb5a9-3e12-4e6d-bf6d-4e70eb94c6ae]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 39 - "logType": "access"
2025-03-31 08:01:54.821 [67ea4bf26a78fc04fb089dddba5fc6a6,fb089dddba5fc6a6] [qtp1225114731-24]  INFO [aai-resources,67ea4bf26a78fc04fb089dddba5fc6a6,fb089dddba5fc6a6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:54.838 [67ea4bf26a78fc04fb089dddba5fc6a6,fb089dddba5fc6a6] [qtp1225114731-24] DEBUG [aai-resources,67ea4bf26a78fc04fb089dddba5fc6a6,fb089dddba5fc6a6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1f61073b-83d1-43f5-958e-7f09e7eb3a3a","status":"200","rqstDate":"250331-08:01:54:821","respDate":"250331-08:01:54:837","sourceId":"haproxy:1f61073b-83d1-43f5-958e-7f09e7eb3a3a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:54:821-11794\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e5c03c1c-f608-48a8-80d6-c7b78ebce3ac], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1f61073b-83d1-43f5-958e-7f09e7eb3a3a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:01:56.845 [67ea4bf488e5ae0efee13d6fbfe86bd8,fee13d6fbfe86bd8] [qtp1225114731-26]  INFO [aai-resources,67ea4bf488e5ae0efee13d6fbfe86bd8,fee13d6fbfe86bd8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:56.860 [67ea4bf488e5ae0efee13d6fbfe86bd8,fee13d6fbfe86bd8] [qtp1225114731-26] DEBUG [aai-resources,67ea4bf488e5ae0efee13d6fbfe86bd8,fee13d6fbfe86bd8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df47b737-e836-4445-b2cf-c9ff630ddd94","status":"200","rqstDate":"250331-08:01:56:845","respDate":"250331-08:01:56:860","sourceId":"haproxy:df47b737-e836-4445-b2cf-c9ff630ddd94","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:01:56:845-25051\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c3d3d6f6-2762-4424-b5fd-ef8495086862], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df47b737-e836-4445-b2cf-c9ff630ddd94]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:01:58.866 [67ea4bf6b7f0e688e2ceffb8007a5598,e2ceffb8007a5598] [qtp1225114731-24]  INFO [aai-resources,67ea4bf6b7f0e688e2ceffb8007a5598,e2ceffb8007a5598] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:01:58.880 [67ea4bf6b7f0e688e2ceffb8007a5598,e2ceffb8007a5598] [qtp1225114731-24] DEBUG [aai-resources,67ea4bf6b7f0e688e2ceffb8007a5598,e2ceffb8007a5598] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5335be0d-d603-4e47-9456-ee3ba1c25bd8","status":"200","rqstDate":"250331-08:01:58:867","respDate":"250331-08:01:58:880","sourceId":"haproxy:5335be0d-d603-4e47-9456-ee3ba1c25bd8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:01:58:867-89187\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[683d2963-fc3b-4164-acb6-a789444b87f2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5335be0d-d603-4e47-9456-ee3ba1c25bd8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:01:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:02:00.889 [67ea4bf83e7ea90cbbc85f669eeab220,bbc85f669eeab220] [qtp1225114731-26]  INFO [aai-resources,67ea4bf83e7ea90cbbc85f669eeab220,bbc85f669eeab220] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:00.903 [67ea4bf83e7ea90cbbc85f669eeab220,bbc85f669eeab220] [qtp1225114731-26] DEBUG [aai-resources,67ea4bf83e7ea90cbbc85f669eeab220,bbc85f669eeab220] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c0c730e-e7ba-4893-a057-93dd9b5d23a5","status":"200","rqstDate":"250331-08:02:00:889","respDate":"250331-08:02:00:903","sourceId":"haproxy:8c0c730e-e7ba-4893-a057-93dd9b5d23a5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:02:00:889-77287\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b489f87a-ae10-4e05-a700-c9e38ff07064], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8c0c730e-e7ba-4893-a057-93dd9b5d23a5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:02:02.912 [67ea4bfae30bd141f35b383a75438572,f35b383a75438572] [qtp1225114731-24]  INFO [aai-resources,67ea4bfae30bd141f35b383a75438572,f35b383a75438572] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:02.927 [67ea4bfae30bd141f35b383a75438572,f35b383a75438572] [qtp1225114731-24] DEBUG [aai-resources,67ea4bfae30bd141f35b383a75438572,f35b383a75438572] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6363667a-2165-4cf9-90aa-e1bafa554498","status":"200","rqstDate":"250331-08:02:02:912","respDate":"250331-08:02:02:927","sourceId":"haproxy:6363667a-2165-4cf9-90aa-e1bafa554498","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:02:02:912-32987\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6184cc00-aeb1-4217-bc6f-bccc20383ed9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6363667a-2165-4cf9-90aa-e1bafa554498]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:02:04.936 [67ea4bfcc535a96d14a72f5146e9eeab,14a72f5146e9eeab] [qtp1225114731-26]  INFO [aai-resources,67ea4bfcc535a96d14a72f5146e9eeab,14a72f5146e9eeab] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:04.955 [67ea4bfcc535a96d14a72f5146e9eeab,14a72f5146e9eeab] [qtp1225114731-26] DEBUG [aai-resources,67ea4bfcc535a96d14a72f5146e9eeab,14a72f5146e9eeab] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2f0e4725-f7b7-4762-8979-ac9a7e17917f","status":"200","rqstDate":"250331-08:02:04:937","respDate":"250331-08:02:04:955","sourceId":"haproxy:2f0e4725-f7b7-4762-8979-ac9a7e17917f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:02:04:937-65732\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d0e395bf-37a2-41b0-bb6e-41270f4cbce0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2f0e4725-f7b7-4762-8979-ac9a7e17917f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:02:06.964 [67ea4bfe9738835c5319f557b376d57c,5319f557b376d57c] [qtp1225114731-24]  INFO [aai-resources,67ea4bfe9738835c5319f557b376d57c,5319f557b376d57c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:06.979 [67ea4bfe9738835c5319f557b376d57c,5319f557b376d57c] [qtp1225114731-24] DEBUG [aai-resources,67ea4bfe9738835c5319f557b376d57c,5319f557b376d57c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b9beb82-323a-404f-812a-675e11964ddf","status":"200","rqstDate":"250331-08:02:06:965","respDate":"250331-08:02:06:979","sourceId":"haproxy:2b9beb82-323a-404f-812a-675e11964ddf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:02:06:965-73297\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3c2999f2-7076-45a6-a0a9-e5dae20d8171], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2b9beb82-323a-404f-812a-675e11964ddf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:02:08.988 [67ea4c005e22f84f3060f2b50de20fe2,3060f2b50de20fe2] [qtp1225114731-26]  INFO [aai-resources,67ea4c005e22f84f3060f2b50de20fe2,3060f2b50de20fe2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:09.004 [67ea4c005e22f84f3060f2b50de20fe2,3060f2b50de20fe2] [qtp1225114731-26] DEBUG [aai-resources,67ea4c005e22f84f3060f2b50de20fe2,3060f2b50de20fe2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b9734b26-7bc8-4b25-bfb8-e1004b6eafbe","status":"200","rqstDate":"250331-08:02:08:988","respDate":"250331-08:02:09:004","sourceId":"haproxy:b9734b26-7bc8-4b25-bfb8-e1004b6eafbe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:02:08:988-1508\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3d4adc95-fd45-4bc0-82f0-e80bddbbb57d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b9734b26-7bc8-4b25-bfb8-e1004b6eafbe]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:02:11.011 [67ea4c03d7eea048f5f881fa96a676b8,f5f881fa96a676b8] [qtp1225114731-24]  INFO [aai-resources,67ea4c03d7eea048f5f881fa96a676b8,f5f881fa96a676b8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:11.024 [67ea4c03d7eea048f5f881fa96a676b8,f5f881fa96a676b8] [qtp1225114731-24] DEBUG [aai-resources,67ea4c03d7eea048f5f881fa96a676b8,f5f881fa96a676b8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"68690351-9b75-49f5-b628-66a6bd568016","status":"200","rqstDate":"250331-08:02:11:011","respDate":"250331-08:02:11:024","sourceId":"haproxy:68690351-9b75-49f5-b628-66a6bd568016","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:02:11:011-46413\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c777ca27-9ab9-4915-b64d-cc92d1aa9acc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[68690351-9b75-49f5-b628-66a6bd568016]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:02:13.031 [67ea4c0545b57da78bef718ac2b89a44,8bef718ac2b89a44] [qtp1225114731-26]  INFO [aai-resources,67ea4c0545b57da78bef718ac2b89a44,8bef718ac2b89a44] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:13.045 [67ea4c0545b57da78bef718ac2b89a44,8bef718ac2b89a44] [qtp1225114731-26] DEBUG [aai-resources,67ea4c0545b57da78bef718ac2b89a44,8bef718ac2b89a44] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a9db31d3-eb69-49ad-8eee-683cc104356f","status":"200","rqstDate":"250331-08:02:13:031","respDate":"250331-08:02:13:045","sourceId":"haproxy:a9db31d3-eb69-49ad-8eee-683cc104356f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:02:13:031-64891\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b8604e1f-7d9e-453a-b9ae-fd85991223af], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a9db31d3-eb69-49ad-8eee-683cc104356f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:02:15.052 [67ea4c07c9f7a7630bc2eb053e58efba,0bc2eb053e58efba] [qtp1225114731-24]  INFO [aai-resources,67ea4c07c9f7a7630bc2eb053e58efba,0bc2eb053e58efba] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:15.062 [67ea4c07c9f7a7630bc2eb053e58efba,0bc2eb053e58efba] [qtp1225114731-24] DEBUG [aai-resources,67ea4c07c9f7a7630bc2eb053e58efba,0bc2eb053e58efba] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"42a4fa7a-c276-4dbf-8b5d-0a7cd14a7af9","status":"200","rqstDate":"250331-08:02:15:052","respDate":"250331-08:02:15:062","sourceId":"haproxy:42a4fa7a-c276-4dbf-8b5d-0a7cd14a7af9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:02:15:052-75921\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1461e797-d143-434f-b45e-f1719c3813d7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[42a4fa7a-c276-4dbf-8b5d-0a7cd14a7af9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:02:17.069 [67ea4c098b0222977459ce349fff0ea3,7459ce349fff0ea3] [qtp1225114731-26]  INFO [aai-resources,67ea4c098b0222977459ce349fff0ea3,7459ce349fff0ea3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:17.084 [67ea4c098b0222977459ce349fff0ea3,7459ce349fff0ea3] [qtp1225114731-26] DEBUG [aai-resources,67ea4c098b0222977459ce349fff0ea3,7459ce349fff0ea3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c920a75c-b93a-4dd4-af77-22d42f4e07ca","status":"200","rqstDate":"250331-08:02:17:069","respDate":"250331-08:02:17:084","sourceId":"haproxy:c920a75c-b93a-4dd4-af77-22d42f4e07ca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:02:17:069-58245\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d51911aa-8f98-42eb-a3af-e3526054142d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c920a75c-b93a-4dd4-af77-22d42f4e07ca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:02:19.091 [67ea4c0b72506a09c28858e28a4f1143,c28858e28a4f1143] [qtp1225114731-24]  INFO [aai-resources,67ea4c0b72506a09c28858e28a4f1143,c28858e28a4f1143] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:19.101 [67ea4c0b72506a09c28858e28a4f1143,c28858e28a4f1143] [qtp1225114731-24] DEBUG [aai-resources,67ea4c0b72506a09c28858e28a4f1143,c28858e28a4f1143] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"39a1ba51-b310-4482-a01b-fa64980738dd","status":"200","rqstDate":"250331-08:02:19:091","respDate":"250331-08:02:19:101","sourceId":"haproxy:39a1ba51-b310-4482-a01b-fa64980738dd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:02:19:091-87956\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[69f7ffd7-04b7-41cb-9e10-8122d2f2ab75], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[39a1ba51-b310-4482-a01b-fa64980738dd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:02:21.108 [67ea4c0d754e13db40994a6e7652e5d9,40994a6e7652e5d9] [qtp1225114731-26]  INFO [aai-resources,67ea4c0d754e13db40994a6e7652e5d9,40994a6e7652e5d9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:21.123 [67ea4c0d754e13db40994a6e7652e5d9,40994a6e7652e5d9] [qtp1225114731-26] DEBUG [aai-resources,67ea4c0d754e13db40994a6e7652e5d9,40994a6e7652e5d9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"35251662-4af1-4cba-babd-6dc87a0d0041","status":"200","rqstDate":"250331-08:02:21:108","respDate":"250331-08:02:21:123","sourceId":"haproxy:35251662-4af1-4cba-babd-6dc87a0d0041","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:02:21:108-53568\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[708a1e75-6b77-446a-98ef-325f5dda39c8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[35251662-4af1-4cba-babd-6dc87a0d0041]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:02:23.129 [67ea4c0faa54fdff8a9ce59bc0c6b4f5,8a9ce59bc0c6b4f5] [qtp1225114731-24]  INFO [aai-resources,67ea4c0faa54fdff8a9ce59bc0c6b4f5,8a9ce59bc0c6b4f5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:23.139 [67ea4c0faa54fdff8a9ce59bc0c6b4f5,8a9ce59bc0c6b4f5] [qtp1225114731-24] DEBUG [aai-resources,67ea4c0faa54fdff8a9ce59bc0c6b4f5,8a9ce59bc0c6b4f5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1f4e881c-3442-4599-9aad-76d0bd16ed52","status":"200","rqstDate":"250331-08:02:23:130","respDate":"250331-08:02:23:139","sourceId":"haproxy:1f4e881c-3442-4599-9aad-76d0bd16ed52","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:02:23:130-23523\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8033df5c-f987-4619-a5ca-a7a285ff48b5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1f4e881c-3442-4599-9aad-76d0bd16ed52]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:02:25.146 [67ea4c1164cad591058cfaf0d6cd80da,058cfaf0d6cd80da] [qtp1225114731-26]  INFO [aai-resources,67ea4c1164cad591058cfaf0d6cd80da,058cfaf0d6cd80da] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:25.164 [67ea4c1164cad591058cfaf0d6cd80da,058cfaf0d6cd80da] [qtp1225114731-26] DEBUG [aai-resources,67ea4c1164cad591058cfaf0d6cd80da,058cfaf0d6cd80da] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a052abe6-4a09-46ec-97f5-614b548c01d1","status":"200","rqstDate":"250331-08:02:25:146","respDate":"250331-08:02:25:164","sourceId":"haproxy:a052abe6-4a09-46ec-97f5-614b548c01d1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:02:25:146-62485\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[92bad07a-6c4b-4bab-b7af-7c493b3a05b1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a052abe6-4a09-46ec-97f5-614b548c01d1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:02:27.173 [67ea4c13e5bf003567d59ff3fc3d3122,67d59ff3fc3d3122] [qtp1225114731-24]  INFO [aai-resources,67ea4c13e5bf003567d59ff3fc3d3122,67d59ff3fc3d3122] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:27.183 [67ea4c13e5bf003567d59ff3fc3d3122,67d59ff3fc3d3122] [qtp1225114731-24] DEBUG [aai-resources,67ea4c13e5bf003567d59ff3fc3d3122,67d59ff3fc3d3122] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6fcb0eaf-8fc7-4583-b450-ffd923251c1b","status":"200","rqstDate":"250331-08:02:27:173","respDate":"250331-08:02:27:183","sourceId":"haproxy:6fcb0eaf-8fc7-4583-b450-ffd923251c1b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:02:27:173-36463\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e932bf15-e961-4fad-ba1b-466ca6062c9c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6fcb0eaf-8fc7-4583-b450-ffd923251c1b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:02:29.192 [67ea4c15439290e609120123c896e47d,09120123c896e47d] [qtp1225114731-26]  INFO [aai-resources,67ea4c15439290e609120123c896e47d,09120123c896e47d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:29.206 [67ea4c15439290e609120123c896e47d,09120123c896e47d] [qtp1225114731-26] DEBUG [aai-resources,67ea4c15439290e609120123c896e47d,09120123c896e47d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"462c0299-03c5-48dd-ac6c-2442c8d2cb2d","status":"200","rqstDate":"250331-08:02:29:192","respDate":"250331-08:02:29:205","sourceId":"haproxy:462c0299-03c5-48dd-ac6c-2442c8d2cb2d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:02:29:192-79687\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4f8d11f5-17c5-49ae-a5fd-0ac4362765d9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[462c0299-03c5-48dd-ac6c-2442c8d2cb2d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:02:31.214 [67ea4c1778819cb6fcf2af5b88498e5c,fcf2af5b88498e5c] [qtp1225114731-24]  INFO [aai-resources,67ea4c1778819cb6fcf2af5b88498e5c,fcf2af5b88498e5c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:31.229 [67ea4c1778819cb6fcf2af5b88498e5c,fcf2af5b88498e5c] [qtp1225114731-24] DEBUG [aai-resources,67ea4c1778819cb6fcf2af5b88498e5c,fcf2af5b88498e5c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d6953010-7cf0-4fc5-af31-a05292dc17a7","status":"200","rqstDate":"250331-08:02:31:214","respDate":"250331-08:02:31:229","sourceId":"haproxy:d6953010-7cf0-4fc5-af31-a05292dc17a7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:02:31:214-89466\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1fe2004b-ee95-4b5f-9bff-4ab12cbf4029], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d6953010-7cf0-4fc5-af31-a05292dc17a7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:02:33.236 [67ea4c196d563e43acb0681d023d6911,acb0681d023d6911] [qtp1225114731-26]  INFO [aai-resources,67ea4c196d563e43acb0681d023d6911,acb0681d023d6911] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:33.257 [67ea4c196d563e43acb0681d023d6911,acb0681d023d6911] [qtp1225114731-26] DEBUG [aai-resources,67ea4c196d563e43acb0681d023d6911,acb0681d023d6911] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6c79f70b-b260-41d5-ba27-b54a1ee074fc","status":"200","rqstDate":"250331-08:02:33:236","respDate":"250331-08:02:33:257","sourceId":"haproxy:6c79f70b-b260-41d5-ba27-b54a1ee074fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:02:33:236-15151\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[37b6f4b2-ec47-4e70-afc3-6441fc15b18a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6c79f70b-b260-41d5-ba27-b54a1ee074fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:02:35.265 [67ea4c1b2708f2ffdc379a39caf22319,dc379a39caf22319] [qtp1225114731-24]  INFO [aai-resources,67ea4c1b2708f2ffdc379a39caf22319,dc379a39caf22319] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:35.280 [67ea4c1b2708f2ffdc379a39caf22319,dc379a39caf22319] [qtp1225114731-24] DEBUG [aai-resources,67ea4c1b2708f2ffdc379a39caf22319,dc379a39caf22319] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"77002717-a3b1-4e15-aa55-6b711d3d94a6","status":"200","rqstDate":"250331-08:02:35:265","respDate":"250331-08:02:35:280","sourceId":"haproxy:77002717-a3b1-4e15-aa55-6b711d3d94a6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:02:35:265-74753\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[18c077c1-f08d-4de8-b1b3-0845bf60999c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[77002717-a3b1-4e15-aa55-6b711d3d94a6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:02:37.289 [67ea4c1db7510b750587a4d9eaff8360,0587a4d9eaff8360] [qtp1225114731-26]  INFO [aai-resources,67ea4c1db7510b750587a4d9eaff8360,0587a4d9eaff8360] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:37.317 [67ea4c1db7510b750587a4d9eaff8360,0587a4d9eaff8360] [qtp1225114731-26] DEBUG [aai-resources,67ea4c1db7510b750587a4d9eaff8360,0587a4d9eaff8360] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ffedece5-fe5d-46ff-bc73-544c79faa5a4","status":"200","rqstDate":"250331-08:02:37:289","respDate":"250331-08:02:37:317","sourceId":"haproxy:ffedece5-fe5d-46ff-bc73-544c79faa5a4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:02:37:289-35231\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c0a946e4-1322-4c53-ad76-a63db8539dc9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ffedece5-fe5d-46ff-bc73-544c79faa5a4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:02:39.325 [67ea4c1f2f9c98cac55ad469a1a40083,c55ad469a1a40083] [qtp1225114731-24]  INFO [aai-resources,67ea4c1f2f9c98cac55ad469a1a40083,c55ad469a1a40083] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:39.341 [67ea4c1f2f9c98cac55ad469a1a40083,c55ad469a1a40083] [qtp1225114731-24] DEBUG [aai-resources,67ea4c1f2f9c98cac55ad469a1a40083,c55ad469a1a40083] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"11ca95d7-c20d-4131-b474-3c099b8760c1","status":"200","rqstDate":"250331-08:02:39:325","respDate":"250331-08:02:39:341","sourceId":"haproxy:11ca95d7-c20d-4131-b474-3c099b8760c1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:02:39:325-53158\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e316fea4-1caf-4129-8a90-804bec8e9ecb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[11ca95d7-c20d-4131-b474-3c099b8760c1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:02:41.348 [67ea4c212dbc6a40043ad2576249fed3,043ad2576249fed3] [qtp1225114731-26]  INFO [aai-resources,67ea4c212dbc6a40043ad2576249fed3,043ad2576249fed3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:41.363 [67ea4c212dbc6a40043ad2576249fed3,043ad2576249fed3] [qtp1225114731-26] DEBUG [aai-resources,67ea4c212dbc6a40043ad2576249fed3,043ad2576249fed3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f9b58232-055b-4024-be79-4625a99ad86e","status":"200","rqstDate":"250331-08:02:41:349","respDate":"250331-08:02:41:363","sourceId":"haproxy:f9b58232-055b-4024-be79-4625a99ad86e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:02:41:349-65208\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dd696fea-254d-41ea-acd8-fcfe7d81de4e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f9b58232-055b-4024-be79-4625a99ad86e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:02:43.372 [67ea4c23d2a2adb12dd234d926f0d0b1,2dd234d926f0d0b1] [qtp1225114731-24]  INFO [aai-resources,67ea4c23d2a2adb12dd234d926f0d0b1,2dd234d926f0d0b1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:43.391 [67ea4c23d2a2adb12dd234d926f0d0b1,2dd234d926f0d0b1] [qtp1225114731-24] DEBUG [aai-resources,67ea4c23d2a2adb12dd234d926f0d0b1,2dd234d926f0d0b1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b0021781-744c-48da-aaf0-81d5b51f1298","status":"200","rqstDate":"250331-08:02:43:373","respDate":"250331-08:02:43:391","sourceId":"haproxy:b0021781-744c-48da-aaf0-81d5b51f1298","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:02:43:373-13677\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[753f0f8e-de2b-448d-bd85-0f85323abb8a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b0021781-744c-48da-aaf0-81d5b51f1298]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:02:45.398 [67ea4c25cd92ae6082bb0966cd5b0bc2,82bb0966cd5b0bc2] [qtp1225114731-26]  INFO [aai-resources,67ea4c25cd92ae6082bb0966cd5b0bc2,82bb0966cd5b0bc2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:45.412 [67ea4c25cd92ae6082bb0966cd5b0bc2,82bb0966cd5b0bc2] [qtp1225114731-26] DEBUG [aai-resources,67ea4c25cd92ae6082bb0966cd5b0bc2,82bb0966cd5b0bc2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bbfe77cc-c642-4b92-871b-d3b8101d798e","status":"200","rqstDate":"250331-08:02:45:399","respDate":"250331-08:02:45:411","sourceId":"haproxy:bbfe77cc-c642-4b92-871b-d3b8101d798e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:02:45:399-7276\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ccc96945-38c5-4fdd-9ff5-ae061d25a8d8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bbfe77cc-c642-4b92-871b-d3b8101d798e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:02:47.420 [67ea4c2791f34e2ce9f4c730968b761c,e9f4c730968b761c] [qtp1225114731-24]  INFO [aai-resources,67ea4c2791f34e2ce9f4c730968b761c,e9f4c730968b761c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:47.434 [67ea4c2791f34e2ce9f4c730968b761c,e9f4c730968b761c] [qtp1225114731-24] DEBUG [aai-resources,67ea4c2791f34e2ce9f4c730968b761c,e9f4c730968b761c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0fac34a3-b871-4781-8f99-a8dcf9cba7a3","status":"200","rqstDate":"250331-08:02:47:420","respDate":"250331-08:02:47:434","sourceId":"haproxy:0fac34a3-b871-4781-8f99-a8dcf9cba7a3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:02:47:420-31843\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cc0f0aee-cb03-4796-bdce-239d882edf06], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0fac34a3-b871-4781-8f99-a8dcf9cba7a3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:02:49.442 [67ea4c29bd6b5b5faf3fc2b864d53436,af3fc2b864d53436] [qtp1225114731-26]  INFO [aai-resources,67ea4c29bd6b5b5faf3fc2b864d53436,af3fc2b864d53436] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:49.455 [67ea4c29bd6b5b5faf3fc2b864d53436,af3fc2b864d53436] [qtp1225114731-26] DEBUG [aai-resources,67ea4c29bd6b5b5faf3fc2b864d53436,af3fc2b864d53436] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"36b8b817-3236-4312-a9b5-8a386512731f","status":"200","rqstDate":"250331-08:02:49:442","respDate":"250331-08:02:49:455","sourceId":"haproxy:36b8b817-3236-4312-a9b5-8a386512731f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:02:49:442-55889\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3f2c3ae8-20fb-45b5-9ad7-622627f9a7f6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[36b8b817-3236-4312-a9b5-8a386512731f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:02:51.462 [67ea4c2b826490da919e184b9d2965ca,919e184b9d2965ca] [qtp1225114731-24]  INFO [aai-resources,67ea4c2b826490da919e184b9d2965ca,919e184b9d2965ca] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:51.476 [67ea4c2b826490da919e184b9d2965ca,919e184b9d2965ca] [qtp1225114731-24] DEBUG [aai-resources,67ea4c2b826490da919e184b9d2965ca,919e184b9d2965ca] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9ffca44a-591e-4a88-933a-e6cfe60dbc60","status":"200","rqstDate":"250331-08:02:51:463","respDate":"250331-08:02:51:476","sourceId":"haproxy:9ffca44a-591e-4a88-933a-e6cfe60dbc60","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:02:51:463-73574\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b3d2fd3e-2230-4e48-b881-e3ee749dbb12], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9ffca44a-591e-4a88-933a-e6cfe60dbc60]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:02:53.484 [67ea4c2d608cfca8ac46302547e5ef1b,ac46302547e5ef1b] [qtp1225114731-26]  INFO [aai-resources,67ea4c2d608cfca8ac46302547e5ef1b,ac46302547e5ef1b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:53.496 [67ea4c2d608cfca8ac46302547e5ef1b,ac46302547e5ef1b] [qtp1225114731-26] DEBUG [aai-resources,67ea4c2d608cfca8ac46302547e5ef1b,ac46302547e5ef1b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00e4308f-c9ba-4ada-bc4d-f284b196f8c6","status":"200","rqstDate":"250331-08:02:53:484","respDate":"250331-08:02:53:496","sourceId":"haproxy:00e4308f-c9ba-4ada-bc4d-f284b196f8c6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:02:53:484-49796\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[89bf25d5-57eb-48b4-8f8d-fe1f678da990], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[00e4308f-c9ba-4ada-bc4d-f284b196f8c6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:02:55.503 [67ea4c2fafed0048a265629bf0352ea8,a265629bf0352ea8] [qtp1225114731-24]  INFO [aai-resources,67ea4c2fafed0048a265629bf0352ea8,a265629bf0352ea8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:55.518 [67ea4c2fafed0048a265629bf0352ea8,a265629bf0352ea8] [qtp1225114731-24] DEBUG [aai-resources,67ea4c2fafed0048a265629bf0352ea8,a265629bf0352ea8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"255cc2cf-a18b-4431-91c8-f909cdaaf15c","status":"200","rqstDate":"250331-08:02:55:503","respDate":"250331-08:02:55:518","sourceId":"haproxy:255cc2cf-a18b-4431-91c8-f909cdaaf15c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:02:55:503-66745\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ee746285-2516-4642-aae9-c94430dcd1dd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[255cc2cf-a18b-4431-91c8-f909cdaaf15c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:02:57.527 [67ea4c314e792259fd2cabd6220be394,fd2cabd6220be394] [qtp1225114731-26]  INFO [aai-resources,67ea4c314e792259fd2cabd6220be394,fd2cabd6220be394] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:57.540 [67ea4c314e792259fd2cabd6220be394,fd2cabd6220be394] [qtp1225114731-26] DEBUG [aai-resources,67ea4c314e792259fd2cabd6220be394,fd2cabd6220be394] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"13a79063-1afa-4fe0-96e9-ba5dd2e5eab8","status":"200","rqstDate":"250331-08:02:57:527","respDate":"250331-08:02:57:540","sourceId":"haproxy:13a79063-1afa-4fe0-96e9-ba5dd2e5eab8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:02:57:527-264\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f32aba21-010c-46c2-9ea6-a5fe46cd3eae], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[13a79063-1afa-4fe0-96e9-ba5dd2e5eab8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:02:59.550 [67ea4c33f989a4a7db9c493368b6a420,db9c493368b6a420] [qtp1225114731-24]  INFO [aai-resources,67ea4c33f989a4a7db9c493368b6a420,db9c493368b6a420] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:02:59.568 [67ea4c33f989a4a7db9c493368b6a420,db9c493368b6a420] [qtp1225114731-24] DEBUG [aai-resources,67ea4c33f989a4a7db9c493368b6a420,db9c493368b6a420] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a9958507-2dbc-4f84-8744-38f50db7480c","status":"200","rqstDate":"250331-08:02:59:551","respDate":"250331-08:02:59:567","sourceId":"haproxy:a9958507-2dbc-4f84-8744-38f50db7480c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:02:59:551-1640\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[34a6b2d4-7c4a-4e38-b5e8-ef760bc36c21], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a9958507-2dbc-4f84-8744-38f50db7480c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:02:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:03:01.576 [67ea4c358d31b1d244ce4862c1a85cbf,44ce4862c1a85cbf] [qtp1225114731-26]  INFO [aai-resources,67ea4c358d31b1d244ce4862c1a85cbf,44ce4862c1a85cbf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:01.591 [67ea4c358d31b1d244ce4862c1a85cbf,44ce4862c1a85cbf] [qtp1225114731-26] DEBUG [aai-resources,67ea4c358d31b1d244ce4862c1a85cbf,44ce4862c1a85cbf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f122f99-2998-4128-a880-61e0c05309c9","status":"200","rqstDate":"250331-08:03:01:576","respDate":"250331-08:03:01:590","sourceId":"haproxy:9f122f99-2998-4128-a880-61e0c05309c9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:03:01:576-84694\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ba300abf-e42d-40d6-b939-e574e5164d80], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9f122f99-2998-4128-a880-61e0c05309c9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:03:03.599 [67ea4c374e66687eafdc403e96efc456,afdc403e96efc456] [qtp1225114731-24]  INFO [aai-resources,67ea4c374e66687eafdc403e96efc456,afdc403e96efc456] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:03.620 [67ea4c374e66687eafdc403e96efc456,afdc403e96efc456] [qtp1225114731-24] DEBUG [aai-resources,67ea4c374e66687eafdc403e96efc456,afdc403e96efc456] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b012bfc0-413d-4212-b0b2-bbd81215767e","status":"200","rqstDate":"250331-08:03:03:599","respDate":"250331-08:03:03:619","sourceId":"haproxy:b012bfc0-413d-4212-b0b2-bbd81215767e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:03:599-72432\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[95b635e1-49f3-4748-bafa-f1662e9a3970], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b012bfc0-413d-4212-b0b2-bbd81215767e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:03:05.628 [67ea4c390b56f4a925d5dd653b631f29,25d5dd653b631f29] [qtp1225114731-26]  INFO [aai-resources,67ea4c390b56f4a925d5dd653b631f29,25d5dd653b631f29] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:05.644 [67ea4c390b56f4a925d5dd653b631f29,25d5dd653b631f29] [qtp1225114731-26] DEBUG [aai-resources,67ea4c390b56f4a925d5dd653b631f29,25d5dd653b631f29] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b6d45a26-c548-4562-82fd-af7f2ab969e5","status":"200","rqstDate":"250331-08:03:05:628","respDate":"250331-08:03:05:644","sourceId":"haproxy:b6d45a26-c548-4562-82fd-af7f2ab969e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:05:628-3453\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b1c04886-9d80-4396-b62b-86b626f08423], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b6d45a26-c548-4562-82fd-af7f2ab969e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:03:07.653 [67ea4c3bf1144707a93c31637b6553cf,a93c31637b6553cf] [qtp1225114731-24]  INFO [aai-resources,67ea4c3bf1144707a93c31637b6553cf,a93c31637b6553cf] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:07.671 [67ea4c3bf1144707a93c31637b6553cf,a93c31637b6553cf] [qtp1225114731-24] DEBUG [aai-resources,67ea4c3bf1144707a93c31637b6553cf,a93c31637b6553cf] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3d245ce3-a5cf-454d-aaca-7c6d859c27be","status":"200","rqstDate":"250331-08:03:07:654","respDate":"250331-08:03:07:671","sourceId":"haproxy:3d245ce3-a5cf-454d-aaca-7c6d859c27be","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:03:07:654-18396\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fe3977e0-8df4-4126-add6-a902bc3fb5a1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3d245ce3-a5cf-454d-aaca-7c6d859c27be]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:03:09.679 [67ea4c3d9530ebebe3b31d668d26ffc8,e3b31d668d26ffc8] [qtp1225114731-26]  INFO [aai-resources,67ea4c3d9530ebebe3b31d668d26ffc8,e3b31d668d26ffc8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:09.699 [67ea4c3d9530ebebe3b31d668d26ffc8,e3b31d668d26ffc8] [qtp1225114731-26] DEBUG [aai-resources,67ea4c3d9530ebebe3b31d668d26ffc8,e3b31d668d26ffc8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c6d2a7ec-47ae-4ded-8e58-481fa31d3c95","status":"200","rqstDate":"250331-08:03:09:679","respDate":"250331-08:03:09:698","sourceId":"haproxy:c6d2a7ec-47ae-4ded-8e58-481fa31d3c95","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:09:679-6303\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[56b73fd3-81e5-97db-9443-36d2deba16a9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c6d2a7ec-47ae-4ded-8e58-481fa31d3c95]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:03:11.708 [67ea4c3f1795eccacd0c28edb40963c4,cd0c28edb40963c4] [qtp1225114731-24]  INFO [aai-resources,67ea4c3f1795eccacd0c28edb40963c4,cd0c28edb40963c4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:11.722 [67ea4c3f1795eccacd0c28edb40963c4,cd0c28edb40963c4] [qtp1225114731-24] DEBUG [aai-resources,67ea4c3f1795eccacd0c28edb40963c4,cd0c28edb40963c4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a9f875d1-8989-40a8-ac57-f36fef1cee50","status":"200","rqstDate":"250331-08:03:11:708","respDate":"250331-08:03:11:722","sourceId":"haproxy:a9f875d1-8989-40a8-ac57-f36fef1cee50","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:03:11:708-70700\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0cea48a9-dab1-45ae-98ac-a955093c4e05], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a9f875d1-8989-40a8-ac57-f36fef1cee50]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:03:13.730 [67ea4c414584af06ea64d8cd3223b9ec,ea64d8cd3223b9ec] [qtp1225114731-26]  INFO [aai-resources,67ea4c414584af06ea64d8cd3223b9ec,ea64d8cd3223b9ec] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:13.744 [67ea4c414584af06ea64d8cd3223b9ec,ea64d8cd3223b9ec] [qtp1225114731-26] DEBUG [aai-resources,67ea4c414584af06ea64d8cd3223b9ec,ea64d8cd3223b9ec] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fcf28ed3-3e3a-40a6-aa9c-c691b1859279","status":"200","rqstDate":"250331-08:03:13:731","respDate":"250331-08:03:13:744","sourceId":"haproxy:fcf28ed3-3e3a-40a6-aa9c-c691b1859279","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:13:731-69915\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ecb9e27b-921e-4b81-ad3f-c8a2c0f9eadd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fcf28ed3-3e3a-40a6-aa9c-c691b1859279]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:03:15.754 [67ea4c43865ace1a421258b08f3c3024,421258b08f3c3024] [qtp1225114731-24]  INFO [aai-resources,67ea4c43865ace1a421258b08f3c3024,421258b08f3c3024] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:15.766 [67ea4c43865ace1a421258b08f3c3024,421258b08f3c3024] [qtp1225114731-24] DEBUG [aai-resources,67ea4c43865ace1a421258b08f3c3024,421258b08f3c3024] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"62c16105-d8c6-4be0-8625-c424e24b4fa1","status":"200","rqstDate":"250331-08:03:15:754","respDate":"250331-08:03:15:765","sourceId":"haproxy:62c16105-d8c6-4be0-8625-c424e24b4fa1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:15:754-96113\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2a908516-c07b-4848-bf43-1d0995789f91], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[62c16105-d8c6-4be0-8625-c424e24b4fa1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:03:17.774 [67ea4c4580401a481303bcab42b55b71,1303bcab42b55b71] [qtp1225114731-26]  INFO [aai-resources,67ea4c4580401a481303bcab42b55b71,1303bcab42b55b71] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:17.791 [67ea4c4580401a481303bcab42b55b71,1303bcab42b55b71] [qtp1225114731-26] DEBUG [aai-resources,67ea4c4580401a481303bcab42b55b71,1303bcab42b55b71] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1d25587d-cd28-477f-8ba7-92e781d27a54","status":"200","rqstDate":"250331-08:03:17:774","respDate":"250331-08:03:17:791","sourceId":"haproxy:1d25587d-cd28-477f-8ba7-92e781d27a54","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:17:774-62051\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b86a1aed-b782-44ba-a37a-8a6e63af5be7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1d25587d-cd28-477f-8ba7-92e781d27a54]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:03:19.798 [67ea4c4748807467e6c4a575ed0ef2c9,e6c4a575ed0ef2c9] [qtp1225114731-24]  INFO [aai-resources,67ea4c4748807467e6c4a575ed0ef2c9,e6c4a575ed0ef2c9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:19.813 [67ea4c4748807467e6c4a575ed0ef2c9,e6c4a575ed0ef2c9] [qtp1225114731-24] DEBUG [aai-resources,67ea4c4748807467e6c4a575ed0ef2c9,e6c4a575ed0ef2c9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4d0ede64-c593-4594-b045-8212f4b5e2f5","status":"200","rqstDate":"250331-08:03:19:798","respDate":"250331-08:03:19:813","sourceId":"haproxy:4d0ede64-c593-4594-b045-8212f4b5e2f5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:03:19:798-34903\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e723e4de-d060-48b9-b030-b3bddb9cf00f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4d0ede64-c593-4594-b045-8212f4b5e2f5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:03:21.820 [67ea4c49b2504a0313741cd0c691c091,13741cd0c691c091] [qtp1225114731-26]  INFO [aai-resources,67ea4c49b2504a0313741cd0c691c091,13741cd0c691c091] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:21.839 [67ea4c49b2504a0313741cd0c691c091,13741cd0c691c091] [qtp1225114731-26] DEBUG [aai-resources,67ea4c49b2504a0313741cd0c691c091,13741cd0c691c091] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6544c4f8-35df-46d1-b48a-b4257c007451","status":"200","rqstDate":"250331-08:03:21:820","respDate":"250331-08:03:21:839","sourceId":"haproxy:6544c4f8-35df-46d1-b48a-b4257c007451","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:03:21:820-48858\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[648e9248-980d-4809-a1c3-6ac8ae712f82], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6544c4f8-35df-46d1-b48a-b4257c007451]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:03:23.849 [67ea4c4b938e3fa81572f291a4a9c218,1572f291a4a9c218] [qtp1225114731-24]  INFO [aai-resources,67ea4c4b938e3fa81572f291a4a9c218,1572f291a4a9c218] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:23.866 [67ea4c4b938e3fa81572f291a4a9c218,1572f291a4a9c218] [qtp1225114731-24] DEBUG [aai-resources,67ea4c4b938e3fa81572f291a4a9c218,1572f291a4a9c218] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ca809ab1-36a2-4775-87a7-98cb419dbb11","status":"200","rqstDate":"250331-08:03:23:849","respDate":"250331-08:03:23:865","sourceId":"haproxy:ca809ab1-36a2-4775-87a7-98cb419dbb11","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:23:849-17652\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[00209ec7-0151-4352-8382-5eab1d5542a2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ca809ab1-36a2-4775-87a7-98cb419dbb11]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:03:25.876 [67ea4c4d0fc3f8c1056cd59170e78f03,056cd59170e78f03] [qtp1225114731-26]  INFO [aai-resources,67ea4c4d0fc3f8c1056cd59170e78f03,056cd59170e78f03] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:25.893 [67ea4c4d0fc3f8c1056cd59170e78f03,056cd59170e78f03] [qtp1225114731-26] DEBUG [aai-resources,67ea4c4d0fc3f8c1056cd59170e78f03,056cd59170e78f03] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aa9b909b-c81d-4272-abe7-5ac175df650e","status":"200","rqstDate":"250331-08:03:25:876","respDate":"250331-08:03:25:892","sourceId":"haproxy:aa9b909b-c81d-4272-abe7-5ac175df650e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:03:25:876-26838\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3ff716c4-1cfd-4c52-935e-8c85e6a696e9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aa9b909b-c81d-4272-abe7-5ac175df650e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:03:27.904 [67ea4c4f4786ce40db59f56d77d34ec7,db59f56d77d34ec7] [qtp1225114731-24]  INFO [aai-resources,67ea4c4f4786ce40db59f56d77d34ec7,db59f56d77d34ec7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:27.915 [67ea4c4f4786ce40db59f56d77d34ec7,db59f56d77d34ec7] [qtp1225114731-24] DEBUG [aai-resources,67ea4c4f4786ce40db59f56d77d34ec7,db59f56d77d34ec7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b67bfc50-8fb6-400a-8bbd-aaa893153592","status":"200","rqstDate":"250331-08:03:27:904","respDate":"250331-08:03:27:914","sourceId":"haproxy:b67bfc50-8fb6-400a-8bbd-aaa893153592","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:27:904-1320\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bd2abc1a-4bcd-48f1-a63c-fd54a2370234], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b67bfc50-8fb6-400a-8bbd-aaa893153592]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:03:29.922 [67ea4c5134b7c687355f8c7d5031051a,355f8c7d5031051a] [qtp1225114731-26]  INFO [aai-resources,67ea4c5134b7c687355f8c7d5031051a,355f8c7d5031051a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:29.934 [67ea4c5134b7c687355f8c7d5031051a,355f8c7d5031051a] [qtp1225114731-26] DEBUG [aai-resources,67ea4c5134b7c687355f8c7d5031051a,355f8c7d5031051a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bc96a34c-48ee-4569-8838-323e1f08107c","status":"200","rqstDate":"250331-08:03:29:923","respDate":"250331-08:03:29:933","sourceId":"haproxy:bc96a34c-48ee-4569-8838-323e1f08107c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:03:29:923-46774\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[799e490b-58a9-4424-a98b-8307528af74a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bc96a34c-48ee-4569-8838-323e1f08107c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:03:31.941 [67ea4c53ce2a1a65a7f070b089f78b8b,a7f070b089f78b8b] [qtp1225114731-24]  INFO [aai-resources,67ea4c53ce2a1a65a7f070b089f78b8b,a7f070b089f78b8b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:31.957 [67ea4c53ce2a1a65a7f070b089f78b8b,a7f070b089f78b8b] [qtp1225114731-24] DEBUG [aai-resources,67ea4c53ce2a1a65a7f070b089f78b8b,a7f070b089f78b8b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"adf79ff7-3b83-4911-8b2f-c6c75d490d96","status":"200","rqstDate":"250331-08:03:31:941","respDate":"250331-08:03:31:957","sourceId":"haproxy:adf79ff7-3b83-4911-8b2f-c6c75d490d96","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:31:941-53576\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[771d56b7-e76b-4f0a-84ed-903acc5c3c99], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[adf79ff7-3b83-4911-8b2f-c6c75d490d96]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:03:33.965 [67ea4c5556cc0059a6f91ae9dbbee1e7,a6f91ae9dbbee1e7] [qtp1225114731-26]  INFO [aai-resources,67ea4c5556cc0059a6f91ae9dbbee1e7,a6f91ae9dbbee1e7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:33.982 [67ea4c5556cc0059a6f91ae9dbbee1e7,a6f91ae9dbbee1e7] [qtp1225114731-26] DEBUG [aai-resources,67ea4c5556cc0059a6f91ae9dbbee1e7,a6f91ae9dbbee1e7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bd874cfa-ae02-494e-8406-011bf9d3d520","status":"200","rqstDate":"250331-08:03:33:965","respDate":"250331-08:03:33:981","sourceId":"haproxy:bd874cfa-ae02-494e-8406-011bf9d3d520","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:03:33:965-64504\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5d34f351-1601-4a30-a0b8-1cc06e345490], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bd874cfa-ae02-494e-8406-011bf9d3d520]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:03:35.991 [67ea4c5764ea89326724d1fba83b2fe7,6724d1fba83b2fe7] [qtp1225114731-24]  INFO [aai-resources,67ea4c5764ea89326724d1fba83b2fe7,6724d1fba83b2fe7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:36.004 [67ea4c5764ea89326724d1fba83b2fe7,6724d1fba83b2fe7] [qtp1225114731-24] DEBUG [aai-resources,67ea4c5764ea89326724d1fba83b2fe7,6724d1fba83b2fe7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7569c2b3-2b11-42c2-82b9-5d699dbdad80","status":"200","rqstDate":"250331-08:03:35:991","respDate":"250331-08:03:36:004","sourceId":"haproxy:7569c2b3-2b11-42c2-82b9-5d699dbdad80","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:03:35:991-73194\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cae7083c-c385-434a-8486-95e41a9c357d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7569c2b3-2b11-42c2-82b9-5d699dbdad80]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:03:38.012 [67ea4c5a4a8b1a3cc6dc1c3bc09a8e70,c6dc1c3bc09a8e70] [qtp1225114731-26]  INFO [aai-resources,67ea4c5a4a8b1a3cc6dc1c3bc09a8e70,c6dc1c3bc09a8e70] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:38.029 [67ea4c5a4a8b1a3cc6dc1c3bc09a8e70,c6dc1c3bc09a8e70] [qtp1225114731-26] DEBUG [aai-resources,67ea4c5a4a8b1a3cc6dc1c3bc09a8e70,c6dc1c3bc09a8e70] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fd8c43a2-0171-4d47-97e1-1795512ab2ee","status":"200","rqstDate":"250331-08:03:38:013","respDate":"250331-08:03:38:029","sourceId":"haproxy:fd8c43a2-0171-4d47-97e1-1795512ab2ee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:03:38:013-74691\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[33fc856a-7145-4a2a-beec-1763696c623f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fd8c43a2-0171-4d47-97e1-1795512ab2ee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:03:40.037 [67ea4c5cfffba6f5ae49470602548e6c,ae49470602548e6c] [qtp1225114731-24]  INFO [aai-resources,67ea4c5cfffba6f5ae49470602548e6c,ae49470602548e6c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:40.056 [67ea4c5cfffba6f5ae49470602548e6c,ae49470602548e6c] [qtp1225114731-24] DEBUG [aai-resources,67ea4c5cfffba6f5ae49470602548e6c,ae49470602548e6c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d5de7a8f-c247-48b1-9f90-b57b1b6de4f4","status":"200","rqstDate":"250331-08:03:40:038","respDate":"250331-08:03:40:055","sourceId":"haproxy:d5de7a8f-c247-48b1-9f90-b57b1b6de4f4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:40:038-94158\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[124afe3d-9145-4dfd-88e2-e2425c478763], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d5de7a8f-c247-48b1-9f90-b57b1b6de4f4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:03:42.065 [67ea4c5ea755a8f8db1fe12a037efb89,db1fe12a037efb89] [qtp1225114731-26]  INFO [aai-resources,67ea4c5ea755a8f8db1fe12a037efb89,db1fe12a037efb89] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:42.079 [67ea4c5ea755a8f8db1fe12a037efb89,db1fe12a037efb89] [qtp1225114731-26] DEBUG [aai-resources,67ea4c5ea755a8f8db1fe12a037efb89,db1fe12a037efb89] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0feae42e-c314-489e-9e5d-4c96f2f0dbfb","status":"200","rqstDate":"250331-08:03:42:065","respDate":"250331-08:03:42:079","sourceId":"haproxy:0feae42e-c314-489e-9e5d-4c96f2f0dbfb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:03:42:065-43140\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f2ef4e69-fd35-43e7-bff6-adda99ab1a01], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0feae42e-c314-489e-9e5d-4c96f2f0dbfb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:03:44.087 [67ea4c60f3ed860c49fc4887687900a7,49fc4887687900a7] [qtp1225114731-24]  INFO [aai-resources,67ea4c60f3ed860c49fc4887687900a7,49fc4887687900a7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:44.102 [67ea4c60f3ed860c49fc4887687900a7,49fc4887687900a7] [qtp1225114731-24] DEBUG [aai-resources,67ea4c60f3ed860c49fc4887687900a7,49fc4887687900a7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"329ca822-10e3-4266-9de4-7b0b9df88681","status":"200","rqstDate":"250331-08:03:44:087","respDate":"250331-08:03:44:102","sourceId":"haproxy:329ca822-10e3-4266-9de4-7b0b9df88681","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:03:44:087-73817\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2b3cbebf-e74c-473f-8e76-419b4996c486], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[329ca822-10e3-4266-9de4-7b0b9df88681]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:03:46.113 [67ea4c624f8f147c7177d7409b56759f,7177d7409b56759f] [qtp1225114731-26]  INFO [aai-resources,67ea4c624f8f147c7177d7409b56759f,7177d7409b56759f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:46.124 [67ea4c624f8f147c7177d7409b56759f,7177d7409b56759f] [qtp1225114731-26] DEBUG [aai-resources,67ea4c624f8f147c7177d7409b56759f,7177d7409b56759f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6abbc204-4e3c-4383-9a86-d1759cbd142c","status":"200","rqstDate":"250331-08:03:46:113","respDate":"250331-08:03:46:124","sourceId":"haproxy:6abbc204-4e3c-4383-9a86-d1759cbd142c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:03:46:113-91956\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[990515a7-2ccd-4a86-8f0b-932117b4a5c0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6abbc204-4e3c-4383-9a86-d1759cbd142c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:03:48.132 [67ea4c64a867c035767ec9b3170d5ede,767ec9b3170d5ede] [qtp1225114731-24]  INFO [aai-resources,67ea4c64a867c035767ec9b3170d5ede,767ec9b3170d5ede] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:48.144 [67ea4c64a867c035767ec9b3170d5ede,767ec9b3170d5ede] [qtp1225114731-24] DEBUG [aai-resources,67ea4c64a867c035767ec9b3170d5ede,767ec9b3170d5ede] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d1345948-3f55-4fdf-b70c-2efb6ff06bad","status":"200","rqstDate":"250331-08:03:48:132","respDate":"250331-08:03:48:144","sourceId":"haproxy:d1345948-3f55-4fdf-b70c-2efb6ff06bad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:48:132-98685\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[662097a3-2649-4a8c-81f4-79e454a9b4f4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d1345948-3f55-4fdf-b70c-2efb6ff06bad]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:03:50.152 [67ea4c66dbe4208609ab285b294995e3,09ab285b294995e3] [qtp1225114731-26]  INFO [aai-resources,67ea4c66dbe4208609ab285b294995e3,09ab285b294995e3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:50.164 [67ea4c66dbe4208609ab285b294995e3,09ab285b294995e3] [qtp1225114731-26] DEBUG [aai-resources,67ea4c66dbe4208609ab285b294995e3,09ab285b294995e3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"15e75f00-10ef-4169-bd03-fa5442488566","status":"200","rqstDate":"250331-08:03:50:152","respDate":"250331-08:03:50:164","sourceId":"haproxy:15e75f00-10ef-4169-bd03-fa5442488566","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:03:50:152-85069\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5acd3ea6-2c13-4acd-9de7-aba61708c2f6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[15e75f00-10ef-4169-bd03-fa5442488566]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:03:52.172 [67ea4c6841b1f9d6683b48b4b2133b3c,683b48b4b2133b3c] [qtp1225114731-24]  INFO [aai-resources,67ea4c6841b1f9d6683b48b4b2133b3c,683b48b4b2133b3c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:52.188 [67ea4c6841b1f9d6683b48b4b2133b3c,683b48b4b2133b3c] [qtp1225114731-24] DEBUG [aai-resources,67ea4c6841b1f9d6683b48b4b2133b3c,683b48b4b2133b3c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b0ad943-9e76-4fee-85f6-f2771b4991f1","status":"200","rqstDate":"250331-08:03:52:172","respDate":"250331-08:03:52:188","sourceId":"haproxy:2b0ad943-9e76-4fee-85f6-f2771b4991f1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:03:52:172-75967\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d30f667f-2d2c-483d-9237-28a979d8cd88], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2b0ad943-9e76-4fee-85f6-f2771b4991f1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:03:54.195 [67ea4c6a713aa9884d3f3d58e4a1d282,4d3f3d58e4a1d282] [qtp1225114731-26]  INFO [aai-resources,67ea4c6a713aa9884d3f3d58e4a1d282,4d3f3d58e4a1d282] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:54.205 [67ea4c6a713aa9884d3f3d58e4a1d282,4d3f3d58e4a1d282] [qtp1225114731-26] DEBUG [aai-resources,67ea4c6a713aa9884d3f3d58e4a1d282,4d3f3d58e4a1d282] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9e0fab23-d5cb-4e89-bd60-169b970bd28d","status":"200","rqstDate":"250331-08:03:54:195","respDate":"250331-08:03:54:205","sourceId":"haproxy:9e0fab23-d5cb-4e89-bd60-169b970bd28d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:03:54:195-4656\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9d3edd64-c145-4df3-8425-b79c20b59c46], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9e0fab23-d5cb-4e89-bd60-169b970bd28d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:03:56.212 [67ea4c6c612e8fbafb5cbbc73c2bd8bb,fb5cbbc73c2bd8bb] [qtp1225114731-24]  INFO [aai-resources,67ea4c6c612e8fbafb5cbbc73c2bd8bb,fb5cbbc73c2bd8bb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:56.224 [67ea4c6c612e8fbafb5cbbc73c2bd8bb,fb5cbbc73c2bd8bb] [qtp1225114731-24] DEBUG [aai-resources,67ea4c6c612e8fbafb5cbbc73c2bd8bb,fb5cbbc73c2bd8bb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ebd74926-eff0-496e-bdc1-07b36c7fbb13","status":"200","rqstDate":"250331-08:03:56:212","respDate":"250331-08:03:56:224","sourceId":"haproxy:ebd74926-eff0-496e-bdc1-07b36c7fbb13","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:03:56:212-90237\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d3eb2fe6-e01c-4523-94e9-62dfa1979319], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ebd74926-eff0-496e-bdc1-07b36c7fbb13]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:03:58.231 [67ea4c6e23ca920bfb1a22aa0c9a5dd3,fb1a22aa0c9a5dd3] [qtp1225114731-26]  INFO [aai-resources,67ea4c6e23ca920bfb1a22aa0c9a5dd3,fb1a22aa0c9a5dd3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:03:58.246 [67ea4c6e23ca920bfb1a22aa0c9a5dd3,fb1a22aa0c9a5dd3] [qtp1225114731-26] DEBUG [aai-resources,67ea4c6e23ca920bfb1a22aa0c9a5dd3,fb1a22aa0c9a5dd3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4faad43a-0fa8-4ead-9156-46062fcb039b","status":"200","rqstDate":"250331-08:03:58:232","respDate":"250331-08:03:58:245","sourceId":"haproxy:4faad43a-0fa8-4ead-9156-46062fcb039b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:03:58:232-26706\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[33bd1f47-87e2-439d-81a3-3ec0deca77da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4faad43a-0fa8-4ead-9156-46062fcb039b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:03:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:04:00.255 [67ea4c70b51b0b5c42fdd6bdf6f260e6,42fdd6bdf6f260e6] [qtp1225114731-24]  INFO [aai-resources,67ea4c70b51b0b5c42fdd6bdf6f260e6,42fdd6bdf6f260e6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:00.266 [67ea4c70b51b0b5c42fdd6bdf6f260e6,42fdd6bdf6f260e6] [qtp1225114731-24] DEBUG [aai-resources,67ea4c70b51b0b5c42fdd6bdf6f260e6,42fdd6bdf6f260e6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cdc21800-4da9-42ea-85d5-b09a13a862cd","status":"200","rqstDate":"250331-08:04:00:255","respDate":"250331-08:04:00:266","sourceId":"haproxy:cdc21800-4da9-42ea-85d5-b09a13a862cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:04:00:255-8311\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ffa58773-ce62-48e8-8da3-90ecd648acdd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cdc21800-4da9-42ea-85d5-b09a13a862cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:04:02.274 [67ea4c72bae3a196d6fb8f0d0c7e384a,d6fb8f0d0c7e384a] [qtp1225114731-26]  INFO [aai-resources,67ea4c72bae3a196d6fb8f0d0c7e384a,d6fb8f0d0c7e384a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:02.291 [67ea4c72bae3a196d6fb8f0d0c7e384a,d6fb8f0d0c7e384a] [qtp1225114731-26] DEBUG [aai-resources,67ea4c72bae3a196d6fb8f0d0c7e384a,d6fb8f0d0c7e384a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ae015e0b-3272-42f5-8324-5211a28cd5bf","status":"200","rqstDate":"250331-08:04:02:274","respDate":"250331-08:04:02:290","sourceId":"haproxy:ae015e0b-3272-42f5-8324-5211a28cd5bf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:04:02:274-61570\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[848c2e53-5e81-4ee5-99bd-82ee9b877e1b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ae015e0b-3272-42f5-8324-5211a28cd5bf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:04:04.300 [67ea4c743dc3f2569a45c2cab5dbf1af,9a45c2cab5dbf1af] [qtp1225114731-24]  INFO [aai-resources,67ea4c743dc3f2569a45c2cab5dbf1af,9a45c2cab5dbf1af] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:04.317 [67ea4c743dc3f2569a45c2cab5dbf1af,9a45c2cab5dbf1af] [qtp1225114731-24] DEBUG [aai-resources,67ea4c743dc3f2569a45c2cab5dbf1af,9a45c2cab5dbf1af] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"82320eec-30e2-41f4-9738-307e10d48027","status":"200","rqstDate":"250331-08:04:04:300","respDate":"250331-08:04:04:317","sourceId":"haproxy:82320eec-30e2-41f4-9738-307e10d48027","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:04:300-34862\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c56f69d5-0937-49b2-9d38-f1083b496fbe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[82320eec-30e2-41f4-9738-307e10d48027]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:04:06.326 [67ea4c766897356b81e2bf5722fa743f,81e2bf5722fa743f] [qtp1225114731-26]  INFO [aai-resources,67ea4c766897356b81e2bf5722fa743f,81e2bf5722fa743f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:06.343 [67ea4c766897356b81e2bf5722fa743f,81e2bf5722fa743f] [qtp1225114731-26] DEBUG [aai-resources,67ea4c766897356b81e2bf5722fa743f,81e2bf5722fa743f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8549984b-00ea-4f78-9849-cdd437b5e7dc","status":"200","rqstDate":"250331-08:04:06:326","respDate":"250331-08:04:06:343","sourceId":"haproxy:8549984b-00ea-4f78-9849-cdd437b5e7dc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:04:06:326-93772\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a4b1cc5d-4cd6-4f16-9170-3295c8bce6a1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8549984b-00ea-4f78-9849-cdd437b5e7dc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:04:08.351 [67ea4c78836561c51faeb3efb66d6bc4,1faeb3efb66d6bc4] [qtp1225114731-24]  INFO [aai-resources,67ea4c78836561c51faeb3efb66d6bc4,1faeb3efb66d6bc4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:08.366 [67ea4c78836561c51faeb3efb66d6bc4,1faeb3efb66d6bc4] [qtp1225114731-24] DEBUG [aai-resources,67ea4c78836561c51faeb3efb66d6bc4,1faeb3efb66d6bc4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9ac43992-2378-4994-8b7d-36d1c8b70449","status":"200","rqstDate":"250331-08:04:08:351","respDate":"250331-08:04:08:366","sourceId":"haproxy:9ac43992-2378-4994-8b7d-36d1c8b70449","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:08:351-16550\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[825bb225-3438-4882-be28-7f5f8535121a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9ac43992-2378-4994-8b7d-36d1c8b70449]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:04:10.373 [67ea4c7a07003a8e1940ce9cc1b16e64,1940ce9cc1b16e64] [qtp1225114731-26]  INFO [aai-resources,67ea4c7a07003a8e1940ce9cc1b16e64,1940ce9cc1b16e64] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:10.393 [67ea4c7a07003a8e1940ce9cc1b16e64,1940ce9cc1b16e64] [qtp1225114731-26] DEBUG [aai-resources,67ea4c7a07003a8e1940ce9cc1b16e64,1940ce9cc1b16e64] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b552d46-8acc-4c80-a55d-148f00e48d8b","status":"200","rqstDate":"250331-08:04:10:373","respDate":"250331-08:04:10:392","sourceId":"haproxy:2b552d46-8acc-4c80-a55d-148f00e48d8b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:04:10:373-75843\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0bc0683f-7c1a-4061-91fa-9c7deb401c1d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2b552d46-8acc-4c80-a55d-148f00e48d8b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:04:12.400 [67ea4c7cc1721e88db8a0dc75181fa36,db8a0dc75181fa36] [qtp1225114731-24]  INFO [aai-resources,67ea4c7cc1721e88db8a0dc75181fa36,db8a0dc75181fa36] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:12.414 [67ea4c7cc1721e88db8a0dc75181fa36,db8a0dc75181fa36] [qtp1225114731-24] DEBUG [aai-resources,67ea4c7cc1721e88db8a0dc75181fa36,db8a0dc75181fa36] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"497e8395-dce7-4967-a076-3668b0b74db2","status":"200","rqstDate":"250331-08:04:12:400","respDate":"250331-08:04:12:414","sourceId":"haproxy:497e8395-dce7-4967-a076-3668b0b74db2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:12:400-17930\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b3893d3d-31a2-46d5-809c-e9fc3683cdd6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[497e8395-dce7-4967-a076-3668b0b74db2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:04:14.422 [67ea4c7e72e08076d0ce66416cfb4056,d0ce66416cfb4056] [qtp1225114731-26]  INFO [aai-resources,67ea4c7e72e08076d0ce66416cfb4056,d0ce66416cfb4056] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:14.434 [67ea4c7e72e08076d0ce66416cfb4056,d0ce66416cfb4056] [qtp1225114731-26] DEBUG [aai-resources,67ea4c7e72e08076d0ce66416cfb4056,d0ce66416cfb4056] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9ec0e6af-916e-4505-a1b1-40f7b1aa36c9","status":"200","rqstDate":"250331-08:04:14:422","respDate":"250331-08:04:14:434","sourceId":"haproxy:9ec0e6af-916e-4505-a1b1-40f7b1aa36c9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:14:422-92585\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b9b354a3-ec16-4249-bc3f-876f241a3d63], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9ec0e6af-916e-4505-a1b1-40f7b1aa36c9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:04:16.443 [67ea4c803dcc026296e55c80f46b4594,96e55c80f46b4594] [qtp1225114731-24]  INFO [aai-resources,67ea4c803dcc026296e55c80f46b4594,96e55c80f46b4594] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:16.457 [67ea4c803dcc026296e55c80f46b4594,96e55c80f46b4594] [qtp1225114731-24] DEBUG [aai-resources,67ea4c803dcc026296e55c80f46b4594,96e55c80f46b4594] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1a93fd1c-1511-4e35-9f90-1b10c4b6a572","status":"200","rqstDate":"250331-08:04:16:443","respDate":"250331-08:04:16:457","sourceId":"haproxy:1a93fd1c-1511-4e35-9f90-1b10c4b6a572","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:04:16:443-36995\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cb725875-934f-4966-95c1-d7e9f8af3b06], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1a93fd1c-1511-4e35-9f90-1b10c4b6a572]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:04:18.466 [67ea4c82cb7af5fd1b1f22f2dbb324c2,1b1f22f2dbb324c2] [qtp1225114731-26]  INFO [aai-resources,67ea4c82cb7af5fd1b1f22f2dbb324c2,1b1f22f2dbb324c2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:18.482 [67ea4c82cb7af5fd1b1f22f2dbb324c2,1b1f22f2dbb324c2] [qtp1225114731-26] DEBUG [aai-resources,67ea4c82cb7af5fd1b1f22f2dbb324c2,1b1f22f2dbb324c2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1844f635-0ca6-490a-8286-0e46b4291bb7","status":"200","rqstDate":"250331-08:04:18:466","respDate":"250331-08:04:18:481","sourceId":"haproxy:1844f635-0ca6-490a-8286-0e46b4291bb7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:18:466-88110\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[483fecea-b7a7-46ae-a164-702bdfbe99b8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1844f635-0ca6-490a-8286-0e46b4291bb7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:04:20.490 [67ea4c841d808344d208ced185843396,d208ced185843396] [qtp1225114731-24]  INFO [aai-resources,67ea4c841d808344d208ced185843396,d208ced185843396] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:20.506 [67ea4c841d808344d208ced185843396,d208ced185843396] [qtp1225114731-24] DEBUG [aai-resources,67ea4c841d808344d208ced185843396,d208ced185843396] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3561f245-1163-4b6e-91c0-234755985cd6","status":"200","rqstDate":"250331-08:04:20:490","respDate":"250331-08:04:20:506","sourceId":"haproxy:3561f245-1163-4b6e-91c0-234755985cd6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:04:20:490-56657\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[70169d6d-51e1-4ed8-975f-eb2ae7ae6ae4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3561f245-1163-4b6e-91c0-234755985cd6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:04:22.516 [67ea4c86023a5f1a25e2dcb9e7c42410,25e2dcb9e7c42410] [qtp1225114731-26]  INFO [aai-resources,67ea4c86023a5f1a25e2dcb9e7c42410,25e2dcb9e7c42410] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:22.537 [67ea4c86023a5f1a25e2dcb9e7c42410,25e2dcb9e7c42410] [qtp1225114731-26] DEBUG [aai-resources,67ea4c86023a5f1a25e2dcb9e7c42410,25e2dcb9e7c42410] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"153b8c9c-2931-46bc-bbb1-74f01f8ae664","status":"200","rqstDate":"250331-08:04:22:517","respDate":"250331-08:04:22:536","sourceId":"haproxy:153b8c9c-2931-46bc-bbb1-74f01f8ae664","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:04:22:517-94019\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[89e4c1e9-82a4-46ec-b364-4f661d95e825], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[153b8c9c-2931-46bc-bbb1-74f01f8ae664]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:04:24.545 [67ea4c88adc2c9c4dc8102e9289572bb,dc8102e9289572bb] [qtp1225114731-24]  INFO [aai-resources,67ea4c88adc2c9c4dc8102e9289572bb,dc8102e9289572bb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:24.558 [67ea4c88adc2c9c4dc8102e9289572bb,dc8102e9289572bb] [qtp1225114731-24] DEBUG [aai-resources,67ea4c88adc2c9c4dc8102e9289572bb,dc8102e9289572bb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"314c02e0-65f0-4a49-ad47-d5e063e95f53","status":"200","rqstDate":"250331-08:04:24:545","respDate":"250331-08:04:24:558","sourceId":"haproxy:314c02e0-65f0-4a49-ad47-d5e063e95f53","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:24:545-87646\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1d48175b-85aa-4beb-9af0-97ce358b1ff9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[314c02e0-65f0-4a49-ad47-d5e063e95f53]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:04:26.567 [67ea4c8a469197abc68117b3d71616f7,c68117b3d71616f7] [qtp1225114731-26]  INFO [aai-resources,67ea4c8a469197abc68117b3d71616f7,c68117b3d71616f7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:26.589 [67ea4c8a469197abc68117b3d71616f7,c68117b3d71616f7] [qtp1225114731-26] DEBUG [aai-resources,67ea4c8a469197abc68117b3d71616f7,c68117b3d71616f7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e1775975-568a-4edd-85a8-50a0263073b2","status":"200","rqstDate":"250331-08:04:26:567","respDate":"250331-08:04:26:589","sourceId":"haproxy:e1775975-568a-4edd-85a8-50a0263073b2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:04:26:567-9837\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d9019511-1195-4fe3-973a-668e300f57aa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e1775975-568a-4edd-85a8-50a0263073b2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:04:28.598 [67ea4c8c647e5ebe32bd1af6f4d45c9c,32bd1af6f4d45c9c] [qtp1225114731-24]  INFO [aai-resources,67ea4c8c647e5ebe32bd1af6f4d45c9c,32bd1af6f4d45c9c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:28.610 [67ea4c8c647e5ebe32bd1af6f4d45c9c,32bd1af6f4d45c9c] [qtp1225114731-24] DEBUG [aai-resources,67ea4c8c647e5ebe32bd1af6f4d45c9c,32bd1af6f4d45c9c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85c0016e-e965-46c9-b265-245ee73464fc","status":"200","rqstDate":"250331-08:04:28:598","respDate":"250331-08:04:28:610","sourceId":"haproxy:85c0016e-e965-46c9-b265-245ee73464fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:28:598-56044\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ca78f569-9a24-4bce-bdee-5a0c812f7b97], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[85c0016e-e965-46c9-b265-245ee73464fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:04:30.617 [67ea4c8eca89bfe64ee589d8c109d271,4ee589d8c109d271] [qtp1225114731-26]  INFO [aai-resources,67ea4c8eca89bfe64ee589d8c109d271,4ee589d8c109d271] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:30.631 [67ea4c8eca89bfe64ee589d8c109d271,4ee589d8c109d271] [qtp1225114731-26] DEBUG [aai-resources,67ea4c8eca89bfe64ee589d8c109d271,4ee589d8c109d271] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1efc8583-125c-452e-9d6f-7827240d7e9d","status":"200","rqstDate":"250331-08:04:30:617","respDate":"250331-08:04:30:631","sourceId":"haproxy:1efc8583-125c-452e-9d6f-7827240d7e9d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:04:30:617-2424\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0d5b48e7-511e-4f75-83c1-9064ed3e3c3b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1efc8583-125c-452e-9d6f-7827240d7e9d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:04:32.640 [67ea4c901c5ab85e8b60def495b22589,8b60def495b22589] [qtp1225114731-24]  INFO [aai-resources,67ea4c901c5ab85e8b60def495b22589,8b60def495b22589] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:32.658 [67ea4c901c5ab85e8b60def495b22589,8b60def495b22589] [qtp1225114731-24] DEBUG [aai-resources,67ea4c901c5ab85e8b60def495b22589,8b60def495b22589] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0efb225b-22e8-47ea-b579-39629308b9cf","status":"200","rqstDate":"250331-08:04:32:640","respDate":"250331-08:04:32:658","sourceId":"haproxy:0efb225b-22e8-47ea-b579-39629308b9cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:32:640-3108\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[db108454-0052-4239-8802-b15cbcb0f65d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0efb225b-22e8-47ea-b579-39629308b9cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:04:34.666 [67ea4c92112c613c24308713ea652bd9,24308713ea652bd9] [qtp1225114731-26]  INFO [aai-resources,67ea4c92112c613c24308713ea652bd9,24308713ea652bd9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:34.679 [67ea4c92112c613c24308713ea652bd9,24308713ea652bd9] [qtp1225114731-26] DEBUG [aai-resources,67ea4c92112c613c24308713ea652bd9,24308713ea652bd9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"514d99b6-1015-4797-ad24-e3110ad4eab4","status":"200","rqstDate":"250331-08:04:34:666","respDate":"250331-08:04:34:678","sourceId":"haproxy:514d99b6-1015-4797-ad24-e3110ad4eab4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:34:666-88398\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6517c9f4-360d-4ac1-b38a-d136833db314], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[514d99b6-1015-4797-ad24-e3110ad4eab4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:04:36.686 [67ea4c9424210de05217888ddffc1634,5217888ddffc1634] [qtp1225114731-24]  INFO [aai-resources,67ea4c9424210de05217888ddffc1634,5217888ddffc1634] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:36.700 [67ea4c9424210de05217888ddffc1634,5217888ddffc1634] [qtp1225114731-24] DEBUG [aai-resources,67ea4c9424210de05217888ddffc1634,5217888ddffc1634] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1de7518f-b989-4d1b-89f6-bb9ffd2ed090","status":"200","rqstDate":"250331-08:04:36:686","respDate":"250331-08:04:36:699","sourceId":"haproxy:1de7518f-b989-4d1b-89f6-bb9ffd2ed090","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:04:36:686-13921\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[892c7f90-b406-4f19-a87b-95bcd5d98d1b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1de7518f-b989-4d1b-89f6-bb9ffd2ed090]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:04:38.708 [67ea4c96504b63e8f756edc19f2398df,f756edc19f2398df] [qtp1225114731-26]  INFO [aai-resources,67ea4c96504b63e8f756edc19f2398df,f756edc19f2398df] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:38.721 [67ea4c96504b63e8f756edc19f2398df,f756edc19f2398df] [qtp1225114731-26] DEBUG [aai-resources,67ea4c96504b63e8f756edc19f2398df,f756edc19f2398df] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f33694df-22ac-4063-85c9-85f7705510bc","status":"200","rqstDate":"250331-08:04:38:708","respDate":"250331-08:04:38:721","sourceId":"haproxy:f33694df-22ac-4063-85c9-85f7705510bc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:04:38:708-99057\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17065033-039f-4d10-a81c-9423409831f3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f33694df-22ac-4063-85c9-85f7705510bc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:04:40.728 [67ea4c983d7a9d581a8808b245b240ba,1a8808b245b240ba] [qtp1225114731-24]  INFO [aai-resources,67ea4c983d7a9d581a8808b245b240ba,1a8808b245b240ba] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:40.741 [67ea4c983d7a9d581a8808b245b240ba,1a8808b245b240ba] [qtp1225114731-24] DEBUG [aai-resources,67ea4c983d7a9d581a8808b245b240ba,1a8808b245b240ba] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"55d6867c-efe2-4a73-9717-271cc1a6dfd7","status":"200","rqstDate":"250331-08:04:40:729","respDate":"250331-08:04:40:741","sourceId":"haproxy:55d6867c-efe2-4a73-9717-271cc1a6dfd7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:40:729-75407\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[41959da8-06e7-4518-b3fc-c4bc994b48f0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[55d6867c-efe2-4a73-9717-271cc1a6dfd7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:04:42.748 [67ea4c9a85840056718f2162191892af,718f2162191892af] [qtp1225114731-26]  INFO [aai-resources,67ea4c9a85840056718f2162191892af,718f2162191892af] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:42.760 [67ea4c9a85840056718f2162191892af,718f2162191892af] [qtp1225114731-26] DEBUG [aai-resources,67ea4c9a85840056718f2162191892af,718f2162191892af] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fb7ff85a-c138-4ca8-9814-e579239a73a7","status":"200","rqstDate":"250331-08:04:42:748","respDate":"250331-08:04:42:760","sourceId":"haproxy:fb7ff85a-c138-4ca8-9814-e579239a73a7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:04:42:748-27296\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae64841a-5dd0-4254-970b-8431a656b62a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fb7ff85a-c138-4ca8-9814-e579239a73a7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:04:44.768 [67ea4c9c193672415d7735b926209ef8,5d7735b926209ef8] [qtp1225114731-24]  INFO [aai-resources,67ea4c9c193672415d7735b926209ef8,5d7735b926209ef8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:44.783 [67ea4c9c193672415d7735b926209ef8,5d7735b926209ef8] [qtp1225114731-24] DEBUG [aai-resources,67ea4c9c193672415d7735b926209ef8,5d7735b926209ef8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2dc40c84-4786-49c4-bc38-2d2d445057fd","status":"200","rqstDate":"250331-08:04:44:768","respDate":"250331-08:04:44:783","sourceId":"haproxy:2dc40c84-4786-49c4-bc38-2d2d445057fd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:04:44:768-45356\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6abafefa-61b8-44c4-806b-02044a41653d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2dc40c84-4786-49c4-bc38-2d2d445057fd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:04:46.792 [67ea4c9ea4d5e64dc2f203163cb30e94,c2f203163cb30e94] [qtp1225114731-26]  INFO [aai-resources,67ea4c9ea4d5e64dc2f203163cb30e94,c2f203163cb30e94] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:46.806 [67ea4c9ea4d5e64dc2f203163cb30e94,c2f203163cb30e94] [qtp1225114731-26] DEBUG [aai-resources,67ea4c9ea4d5e64dc2f203163cb30e94,c2f203163cb30e94] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"66bc3379-9d57-4bef-97bc-02b64dd92f27","status":"200","rqstDate":"250331-08:04:46:792","respDate":"250331-08:04:46:806","sourceId":"haproxy:66bc3379-9d57-4bef-97bc-02b64dd92f27","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:04:46:792-35395\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6e02046a-c9c9-40d8-a793-35edee93d8a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[66bc3379-9d57-4bef-97bc-02b64dd92f27]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:04:48.813 [67ea4ca01f21b80475631b4428bbda2a,75631b4428bbda2a] [qtp1225114731-24]  INFO [aai-resources,67ea4ca01f21b80475631b4428bbda2a,75631b4428bbda2a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:48.825 [67ea4ca01f21b80475631b4428bbda2a,75631b4428bbda2a] [qtp1225114731-24] DEBUG [aai-resources,67ea4ca01f21b80475631b4428bbda2a,75631b4428bbda2a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e1744ffc-6e2c-408d-8535-e5945bf7f70a","status":"200","rqstDate":"250331-08:04:48:813","respDate":"250331-08:04:48:825","sourceId":"haproxy:e1744ffc-6e2c-408d-8535-e5945bf7f70a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:48:813-37870\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[89580488-b1e7-4dab-9ea2-f95a137be13d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e1744ffc-6e2c-408d-8535-e5945bf7f70a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:04:50.833 [67ea4ca2ffed055fb4e2116c4accc0c2,b4e2116c4accc0c2] [qtp1225114731-26]  INFO [aai-resources,67ea4ca2ffed055fb4e2116c4accc0c2,b4e2116c4accc0c2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:50.850 [67ea4ca2ffed055fb4e2116c4accc0c2,b4e2116c4accc0c2] [qtp1225114731-26] DEBUG [aai-resources,67ea4ca2ffed055fb4e2116c4accc0c2,b4e2116c4accc0c2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b2d4df3e-7fcb-4924-9779-fb2a2bba3ad1","status":"200","rqstDate":"250331-08:04:50:833","respDate":"250331-08:04:50:850","sourceId":"haproxy:b2d4df3e-7fcb-4924-9779-fb2a2bba3ad1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:50:833-23443\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5663cbb3-a183-431e-b24b-817a5af7ba2a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b2d4df3e-7fcb-4924-9779-fb2a2bba3ad1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:04:52.859 [67ea4ca4a2c01f1cb45dbc9833300b18,b45dbc9833300b18] [qtp1225114731-24]  INFO [aai-resources,67ea4ca4a2c01f1cb45dbc9833300b18,b45dbc9833300b18] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:52.877 [67ea4ca4a2c01f1cb45dbc9833300b18,b45dbc9833300b18] [qtp1225114731-24] DEBUG [aai-resources,67ea4ca4a2c01f1cb45dbc9833300b18,b45dbc9833300b18] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"49391ecd-1cc7-489e-8b06-09055a7062c6","status":"200","rqstDate":"250331-08:04:52:859","respDate":"250331-08:04:52:876","sourceId":"haproxy:49391ecd-1cc7-489e-8b06-09055a7062c6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:04:52:859-87894\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c509417f-59a3-455a-babf-828aa2c59a6f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[49391ecd-1cc7-489e-8b06-09055a7062c6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:04:54.886 [67ea4ca6e25067d7836b1b9a289fdeed,836b1b9a289fdeed] [qtp1225114731-26]  INFO [aai-resources,67ea4ca6e25067d7836b1b9a289fdeed,836b1b9a289fdeed] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:54.900 [67ea4ca6e25067d7836b1b9a289fdeed,836b1b9a289fdeed] [qtp1225114731-26] DEBUG [aai-resources,67ea4ca6e25067d7836b1b9a289fdeed,836b1b9a289fdeed] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fdef02f7-84f2-47f5-b960-6140bb8c5b42","status":"200","rqstDate":"250331-08:04:54:886","respDate":"250331-08:04:54:899","sourceId":"haproxy:fdef02f7-84f2-47f5-b960-6140bb8c5b42","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:54:886-70456\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1a918e1a-9383-405e-90e2-4cff7e1ed35a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fdef02f7-84f2-47f5-b960-6140bb8c5b42]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:04:56.907 [67ea4ca86899fe4bdcb55b5debb2a8e4,dcb55b5debb2a8e4] [qtp1225114731-24]  INFO [aai-resources,67ea4ca86899fe4bdcb55b5debb2a8e4,dcb55b5debb2a8e4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:56.927 [67ea4ca86899fe4bdcb55b5debb2a8e4,dcb55b5debb2a8e4] [qtp1225114731-24] DEBUG [aai-resources,67ea4ca86899fe4bdcb55b5debb2a8e4,dcb55b5debb2a8e4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c0125099-9721-4603-a9ff-8a29bab0fedc","status":"200","rqstDate":"250331-08:04:56:907","respDate":"250331-08:04:56:927","sourceId":"haproxy:c0125099-9721-4603-a9ff-8a29bab0fedc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:04:56:907-48401\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[01a6598b-4216-4eef-87f4-9193bfafb0d0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c0125099-9721-4603-a9ff-8a29bab0fedc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:04:58.934 [67ea4caa59bf5f69f7a543cefa047787,f7a543cefa047787] [qtp1225114731-26]  INFO [aai-resources,67ea4caa59bf5f69f7a543cefa047787,f7a543cefa047787] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:04:58.947 [67ea4caa59bf5f69f7a543cefa047787,f7a543cefa047787] [qtp1225114731-26] DEBUG [aai-resources,67ea4caa59bf5f69f7a543cefa047787,f7a543cefa047787] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bc4add87-bd26-4c64-9a64-ed0ccdafbedb","status":"200","rqstDate":"250331-08:04:58:935","respDate":"250331-08:04:58:947","sourceId":"haproxy:bc4add87-bd26-4c64-9a64-ed0ccdafbedb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:04:58:935-49919\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c2049d84-5430-4260-8f43-37fc6a71fa83], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bc4add87-bd26-4c64-9a64-ed0ccdafbedb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:04:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:05:00.955 [67ea4cacaebf57dc852f56548046ceef,852f56548046ceef] [qtp1225114731-24]  INFO [aai-resources,67ea4cacaebf57dc852f56548046ceef,852f56548046ceef] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:00.969 [67ea4cacaebf57dc852f56548046ceef,852f56548046ceef] [qtp1225114731-24] DEBUG [aai-resources,67ea4cacaebf57dc852f56548046ceef,852f56548046ceef] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2492740f-714d-4185-8b39-13469694d08c","status":"200","rqstDate":"250331-08:05:00:955","respDate":"250331-08:05:00:969","sourceId":"haproxy:2492740f-714d-4185-8b39-13469694d08c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:00:955-95466\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8c0b83e7-ba8e-4648-9bf2-5a9b3c8165f6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2492740f-714d-4185-8b39-13469694d08c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:05:02.977 [67ea4caeb791af786efca1c3f6bce992,6efca1c3f6bce992] [qtp1225114731-26]  INFO [aai-resources,67ea4caeb791af786efca1c3f6bce992,6efca1c3f6bce992] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:02.993 [67ea4caeb791af786efca1c3f6bce992,6efca1c3f6bce992] [qtp1225114731-26] DEBUG [aai-resources,67ea4caeb791af786efca1c3f6bce992,6efca1c3f6bce992] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"820e2594-5dee-43a8-af14-d33e8e96d243","status":"200","rqstDate":"250331-08:05:02:977","respDate":"250331-08:05:02:993","sourceId":"haproxy:820e2594-5dee-43a8-af14-d33e8e96d243","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:05:02:977-6681\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d239eb25-7c23-4bb6-80e2-a3d347159407], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[820e2594-5dee-43a8-af14-d33e8e96d243]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:05:05.004 [67ea4cb10e1e7b3ccdda101cbe812055,cdda101cbe812055] [qtp1225114731-24]  INFO [aai-resources,67ea4cb10e1e7b3ccdda101cbe812055,cdda101cbe812055] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:05.020 [67ea4cb10e1e7b3ccdda101cbe812055,cdda101cbe812055] [qtp1225114731-24] DEBUG [aai-resources,67ea4cb10e1e7b3ccdda101cbe812055,cdda101cbe812055] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4fd2ad7d-7c88-4b69-a243-addfc89dc4e1","status":"200","rqstDate":"250331-08:05:05:004","respDate":"250331-08:05:05:020","sourceId":"haproxy:4fd2ad7d-7c88-4b69-a243-addfc89dc4e1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:05:004-37052\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[08a78d24-dfd7-40e5-bc24-13ba8fe7d327], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4fd2ad7d-7c88-4b69-a243-addfc89dc4e1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:05:07.027 [67ea4cb30b2a4fe624cc75cda9c70758,24cc75cda9c70758] [qtp1225114731-26]  INFO [aai-resources,67ea4cb30b2a4fe624cc75cda9c70758,24cc75cda9c70758] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:07.045 [67ea4cb30b2a4fe624cc75cda9c70758,24cc75cda9c70758] [qtp1225114731-26] DEBUG [aai-resources,67ea4cb30b2a4fe624cc75cda9c70758,24cc75cda9c70758] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"32f6a980-6959-43f6-b16c-b5fea8717a35","status":"200","rqstDate":"250331-08:05:07:027","respDate":"250331-08:05:07:045","sourceId":"haproxy:32f6a980-6959-43f6-b16c-b5fea8717a35","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:05:07:027-30006\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d0e06a5a-1b52-4a56-ace7-7f25af148f4f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[32f6a980-6959-43f6-b16c-b5fea8717a35]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:05:09.053 [67ea4cb5544ade7f8a02bc759376df67,8a02bc759376df67] [qtp1225114731-24]  INFO [aai-resources,67ea4cb5544ade7f8a02bc759376df67,8a02bc759376df67] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:09.067 [67ea4cb5544ade7f8a02bc759376df67,8a02bc759376df67] [qtp1225114731-24] DEBUG [aai-resources,67ea4cb5544ade7f8a02bc759376df67,8a02bc759376df67] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"44f00dec-75b3-4ecb-ab1e-557ef9689799","status":"200","rqstDate":"250331-08:05:09:053","respDate":"250331-08:05:09:067","sourceId":"haproxy:44f00dec-75b3-4ecb-ab1e-557ef9689799","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:09:053-78989\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[20c57e5c-bf20-4e42-9a60-bf36488d22b1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[44f00dec-75b3-4ecb-ab1e-557ef9689799]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:05:11.075 [67ea4cb722b9c9ec3d3524df36458f69,3d3524df36458f69] [qtp1225114731-26]  INFO [aai-resources,67ea4cb722b9c9ec3d3524df36458f69,3d3524df36458f69] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:11.089 [67ea4cb722b9c9ec3d3524df36458f69,3d3524df36458f69] [qtp1225114731-26] DEBUG [aai-resources,67ea4cb722b9c9ec3d3524df36458f69,3d3524df36458f69] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2f470a77-8852-4139-8861-2b857bb4a9cd","status":"200","rqstDate":"250331-08:05:11:075","respDate":"250331-08:05:11:089","sourceId":"haproxy:2f470a77-8852-4139-8861-2b857bb4a9cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:05:11:075-29396\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[41ce8395-c373-462a-aa40-75de3f26ffe8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2f470a77-8852-4139-8861-2b857bb4a9cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:05:13.097 [67ea4cb916f0fe991ebbf7feee146fcd,1ebbf7feee146fcd] [qtp1225114731-24]  INFO [aai-resources,67ea4cb916f0fe991ebbf7feee146fcd,1ebbf7feee146fcd] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:13.112 [67ea4cb916f0fe991ebbf7feee146fcd,1ebbf7feee146fcd] [qtp1225114731-24] DEBUG [aai-resources,67ea4cb916f0fe991ebbf7feee146fcd,1ebbf7feee146fcd] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e8f7eedd-fccb-4c0b-8d7e-9475677e364b","status":"200","rqstDate":"250331-08:05:13:097","respDate":"250331-08:05:13:111","sourceId":"haproxy:e8f7eedd-fccb-4c0b-8d7e-9475677e364b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:13:097-85316\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c164ca5a-21da-430f-90a5-1da9b01fff65], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e8f7eedd-fccb-4c0b-8d7e-9475677e364b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:05:15.119 [67ea4cbb09fb8ca1a8b2af5b975ed520,a8b2af5b975ed520] [qtp1225114731-26]  INFO [aai-resources,67ea4cbb09fb8ca1a8b2af5b975ed520,a8b2af5b975ed520] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:15.132 [67ea4cbb09fb8ca1a8b2af5b975ed520,a8b2af5b975ed520] [qtp1225114731-26] DEBUG [aai-resources,67ea4cbb09fb8ca1a8b2af5b975ed520,a8b2af5b975ed520] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6fa80421-278c-4825-accd-c63062b97cfc","status":"200","rqstDate":"250331-08:05:15:120","respDate":"250331-08:05:15:132","sourceId":"haproxy:6fa80421-278c-4825-accd-c63062b97cfc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:05:15:120-1125\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3bc990a7-5a2c-4f3e-8ef7-a12a7b005e35], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6fa80421-278c-4825-accd-c63062b97cfc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:05:17.139 [67ea4cbdbf381fc896d09429648b5492,96d09429648b5492] [qtp1225114731-24]  INFO [aai-resources,67ea4cbdbf381fc896d09429648b5492,96d09429648b5492] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:17.152 [67ea4cbdbf381fc896d09429648b5492,96d09429648b5492] [qtp1225114731-24] DEBUG [aai-resources,67ea4cbdbf381fc896d09429648b5492,96d09429648b5492] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"56e5b7a3-8717-4482-8806-41af78195eac","status":"200","rqstDate":"250331-08:05:17:139","respDate":"250331-08:05:17:152","sourceId":"haproxy:56e5b7a3-8717-4482-8806-41af78195eac","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:05:17:139-45283\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99257db6-03f5-427b-bc12-120e61a8d162], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[56e5b7a3-8717-4482-8806-41af78195eac]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:05:19.159 [67ea4cbf8a7d53df76a61dbf2ed9f1b4,76a61dbf2ed9f1b4] [qtp1225114731-26]  INFO [aai-resources,67ea4cbf8a7d53df76a61dbf2ed9f1b4,76a61dbf2ed9f1b4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:19.175 [67ea4cbf8a7d53df76a61dbf2ed9f1b4,76a61dbf2ed9f1b4] [qtp1225114731-26] DEBUG [aai-resources,67ea4cbf8a7d53df76a61dbf2ed9f1b4,76a61dbf2ed9f1b4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"229f4bd5-8d5c-4b4d-a628-53e72f130400","status":"200","rqstDate":"250331-08:05:19:159","respDate":"250331-08:05:19:174","sourceId":"haproxy:229f4bd5-8d5c-4b4d-a628-53e72f130400","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:19:159-7833\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8f00ce5b-e952-4881-ad5d-08b7590c95bf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[229f4bd5-8d5c-4b4d-a628-53e72f130400]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:05:21.183 [67ea4cc178b27e65c66d6f23696fcf4d,c66d6f23696fcf4d] [qtp1225114731-24]  INFO [aai-resources,67ea4cc178b27e65c66d6f23696fcf4d,c66d6f23696fcf4d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:21.200 [67ea4cc178b27e65c66d6f23696fcf4d,c66d6f23696fcf4d] [qtp1225114731-24] DEBUG [aai-resources,67ea4cc178b27e65c66d6f23696fcf4d,c66d6f23696fcf4d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd03dec8-1ecc-4968-ac79-4698d58566a0","status":"200","rqstDate":"250331-08:05:21:183","respDate":"250331-08:05:21:200","sourceId":"haproxy:cd03dec8-1ecc-4968-ac79-4698d58566a0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:05:21:183-9437\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b151ddd9-39b8-4871-8eba-2562f262b038], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd03dec8-1ecc-4968-ac79-4698d58566a0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:05:23.207 [67ea4cc369d44de90504ee081c1b135a,0504ee081c1b135a] [qtp1225114731-26]  INFO [aai-resources,67ea4cc369d44de90504ee081c1b135a,0504ee081c1b135a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:23.222 [67ea4cc369d44de90504ee081c1b135a,0504ee081c1b135a] [qtp1225114731-26] DEBUG [aai-resources,67ea4cc369d44de90504ee081c1b135a,0504ee081c1b135a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"237aa5d9-1245-415b-843b-88ab50da6c66","status":"200","rqstDate":"250331-08:05:23:207","respDate":"250331-08:05:23:222","sourceId":"haproxy:237aa5d9-1245-415b-843b-88ab50da6c66","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:23:207-46567\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c50dc5e-62d0-493f-9fdb-890e97e2f142], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[237aa5d9-1245-415b-843b-88ab50da6c66]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:05:25.230 [67ea4cc550e7e318b83c3c8478392e13,b83c3c8478392e13] [qtp1225114731-24]  INFO [aai-resources,67ea4cc550e7e318b83c3c8478392e13,b83c3c8478392e13] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:25.248 [67ea4cc550e7e318b83c3c8478392e13,b83c3c8478392e13] [qtp1225114731-24] DEBUG [aai-resources,67ea4cc550e7e318b83c3c8478392e13,b83c3c8478392e13] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5b334697-0727-4259-9dc2-8b771b0b1b57","status":"200","rqstDate":"250331-08:05:25:231","respDate":"250331-08:05:25:248","sourceId":"haproxy:5b334697-0727-4259-9dc2-8b771b0b1b57","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:25:231-12995\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[55bb8177-3341-430a-89dc-3b251d971b69], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5b334697-0727-4259-9dc2-8b771b0b1b57]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:05:27.256 [67ea4cc7bc1c7a7e30d2004a31e1137a,30d2004a31e1137a] [qtp1225114731-26]  INFO [aai-resources,67ea4cc7bc1c7a7e30d2004a31e1137a,30d2004a31e1137a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:27.273 [67ea4cc7bc1c7a7e30d2004a31e1137a,30d2004a31e1137a] [qtp1225114731-26] DEBUG [aai-resources,67ea4cc7bc1c7a7e30d2004a31e1137a,30d2004a31e1137a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7f2ff961-1dd5-4d7c-8016-93c4891b1cd7","status":"200","rqstDate":"250331-08:05:27:256","respDate":"250331-08:05:27:272","sourceId":"haproxy:7f2ff961-1dd5-4d7c-8016-93c4891b1cd7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:05:27:256-45923\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[063db007-fdf3-4f15-8146-c4d55c96fa91], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7f2ff961-1dd5-4d7c-8016-93c4891b1cd7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:05:29.282 [67ea4cc92b097ee671df2fe8397021db,71df2fe8397021db] [qtp1225114731-24]  INFO [aai-resources,67ea4cc92b097ee671df2fe8397021db,71df2fe8397021db] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:29.296 [67ea4cc92b097ee671df2fe8397021db,71df2fe8397021db] [qtp1225114731-24] DEBUG [aai-resources,67ea4cc92b097ee671df2fe8397021db,71df2fe8397021db] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"30c3331f-dce3-4d40-9fc2-2812c72be3d3","status":"200","rqstDate":"250331-08:05:29:282","respDate":"250331-08:05:29:296","sourceId":"haproxy:30c3331f-dce3-4d40-9fc2-2812c72be3d3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:29:282-64896\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bb4378fc-1262-4936-9fa2-b72d99ca6e56], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[30c3331f-dce3-4d40-9fc2-2812c72be3d3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:05:31.304 [67ea4ccb995e016f2a05eda9333af590,2a05eda9333af590] [qtp1225114731-26]  INFO [aai-resources,67ea4ccb995e016f2a05eda9333af590,2a05eda9333af590] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:31.318 [67ea4ccb995e016f2a05eda9333af590,2a05eda9333af590] [qtp1225114731-26] DEBUG [aai-resources,67ea4ccb995e016f2a05eda9333af590,2a05eda9333af590] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ca4ca1a3-ca19-418b-b69f-8e1d4de7578f","status":"200","rqstDate":"250331-08:05:31:304","respDate":"250331-08:05:31:318","sourceId":"haproxy:ca4ca1a3-ca19-418b-b69f-8e1d4de7578f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:05:31:304-70191\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2b4470fb-8ef9-4b4f-b849-bb1aa2cec7bb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ca4ca1a3-ca19-418b-b69f-8e1d4de7578f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:05:33.326 [67ea4ccd0f93be6984ba85f79f96069d,84ba85f79f96069d] [qtp1225114731-24]  INFO [aai-resources,67ea4ccd0f93be6984ba85f79f96069d,84ba85f79f96069d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:33.345 [67ea4ccd0f93be6984ba85f79f96069d,84ba85f79f96069d] [qtp1225114731-24] DEBUG [aai-resources,67ea4ccd0f93be6984ba85f79f96069d,84ba85f79f96069d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f8796cff-e175-471a-97cb-bc22ab316603","status":"200","rqstDate":"250331-08:05:33:326","respDate":"250331-08:05:33:345","sourceId":"haproxy:f8796cff-e175-471a-97cb-bc22ab316603","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:05:33:326-87217\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ed52bcb9-9b34-42d0-8742-60876b45f783], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f8796cff-e175-471a-97cb-bc22ab316603]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:05:35.354 [67ea4ccfc0af17763659a0cb406ca0f7,3659a0cb406ca0f7] [qtp1225114731-26]  INFO [aai-resources,67ea4ccfc0af17763659a0cb406ca0f7,3659a0cb406ca0f7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:35.365 [67ea4ccfc0af17763659a0cb406ca0f7,3659a0cb406ca0f7] [qtp1225114731-26] DEBUG [aai-resources,67ea4ccfc0af17763659a0cb406ca0f7,3659a0cb406ca0f7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"be2049cf-5664-4cf9-b971-919ccde4aca0","status":"200","rqstDate":"250331-08:05:35:354","respDate":"250331-08:05:35:365","sourceId":"haproxy:be2049cf-5664-4cf9-b971-919ccde4aca0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:05:35:354-17064\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eec6c8d5-bf24-4995-a48b-bd46a6d0839b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[be2049cf-5664-4cf9-b971-919ccde4aca0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:05:37.372 [67ea4cd1cdea063161c8c21ab767fab6,61c8c21ab767fab6] [qtp1225114731-24]  INFO [aai-resources,67ea4cd1cdea063161c8c21ab767fab6,61c8c21ab767fab6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:37.389 [67ea4cd1cdea063161c8c21ab767fab6,61c8c21ab767fab6] [qtp1225114731-24] DEBUG [aai-resources,67ea4cd1cdea063161c8c21ab767fab6,61c8c21ab767fab6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"89ce4713-aee1-4ad7-a4c7-aa031aa679c9","status":"200","rqstDate":"250331-08:05:37:373","respDate":"250331-08:05:37:389","sourceId":"haproxy:89ce4713-aee1-4ad7-a4c7-aa031aa679c9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:05:37:373-49808\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[94a04846-a618-4fbb-b32d-df685d4eec1f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[89ce4713-aee1-4ad7-a4c7-aa031aa679c9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:05:39.396 [67ea4cd3ab376da4e6d69f78974df031,e6d69f78974df031] [qtp1225114731-26]  INFO [aai-resources,67ea4cd3ab376da4e6d69f78974df031,e6d69f78974df031] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:39.408 [67ea4cd3ab376da4e6d69f78974df031,e6d69f78974df031] [qtp1225114731-26] DEBUG [aai-resources,67ea4cd3ab376da4e6d69f78974df031,e6d69f78974df031] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fddfe94f-6df6-47c9-8df6-e93254f1744f","status":"200","rqstDate":"250331-08:05:39:396","respDate":"250331-08:05:39:407","sourceId":"haproxy:fddfe94f-6df6-47c9-8df6-e93254f1744f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:05:39:396-13120\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e5a991d1-9dd7-43d4-80a7-50c16e77cd26], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fddfe94f-6df6-47c9-8df6-e93254f1744f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:05:41.415 [67ea4cd52bcf432e545fdd6f3c5252a6,545fdd6f3c5252a6] [qtp1225114731-24]  INFO [aai-resources,67ea4cd52bcf432e545fdd6f3c5252a6,545fdd6f3c5252a6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:41.436 [67ea4cd52bcf432e545fdd6f3c5252a6,545fdd6f3c5252a6] [qtp1225114731-24] DEBUG [aai-resources,67ea4cd52bcf432e545fdd6f3c5252a6,545fdd6f3c5252a6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"729ebbac-292e-4915-91b8-de5e7778a530","status":"200","rqstDate":"250331-08:05:41:415","respDate":"250331-08:05:41:435","sourceId":"haproxy:729ebbac-292e-4915-91b8-de5e7778a530","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:41:415-8788\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[551c08a9-23c1-4220-9f3e-5da74a7be138], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[729ebbac-292e-4915-91b8-de5e7778a530]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:05:43.442 [67ea4cd7e3c08c764868e2567294343b,4868e2567294343b] [qtp1225114731-26]  INFO [aai-resources,67ea4cd7e3c08c764868e2567294343b,4868e2567294343b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:43.455 [67ea4cd7e3c08c764868e2567294343b,4868e2567294343b] [qtp1225114731-26] DEBUG [aai-resources,67ea4cd7e3c08c764868e2567294343b,4868e2567294343b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a560c7d7-b580-444b-8c5b-15838e7051bb","status":"200","rqstDate":"250331-08:05:43:442","respDate":"250331-08:05:43:455","sourceId":"haproxy:a560c7d7-b580-444b-8c5b-15838e7051bb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:43:442-38059\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[80bd50f3-c4ac-45e2-9869-c839bd258333], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a560c7d7-b580-444b-8c5b-15838e7051bb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:05:45.461 [67ea4cd956731f36076bebc3d8d7304f,076bebc3d8d7304f] [qtp1225114731-24]  INFO [aai-resources,67ea4cd956731f36076bebc3d8d7304f,076bebc3d8d7304f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:45.478 [67ea4cd956731f36076bebc3d8d7304f,076bebc3d8d7304f] [qtp1225114731-24] DEBUG [aai-resources,67ea4cd956731f36076bebc3d8d7304f,076bebc3d8d7304f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"78e01929-a17c-4523-ae3e-69fe8140ce98","status":"200","rqstDate":"250331-08:05:45:462","respDate":"250331-08:05:45:478","sourceId":"haproxy:78e01929-a17c-4523-ae3e-69fe8140ce98","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:45:462-21547\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2d55ccfc-b202-49ab-a4d1-e30d13ea879e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[78e01929-a17c-4523-ae3e-69fe8140ce98]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:05:47.486 [67ea4cdb6e29bfc1ac74330b02011eb6,ac74330b02011eb6] [qtp1225114731-26]  INFO [aai-resources,67ea4cdb6e29bfc1ac74330b02011eb6,ac74330b02011eb6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:47.497 [67ea4cdb6e29bfc1ac74330b02011eb6,ac74330b02011eb6] [qtp1225114731-26] DEBUG [aai-resources,67ea4cdb6e29bfc1ac74330b02011eb6,ac74330b02011eb6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f20bd832-bf72-4e6f-8c0c-b472cdceef86","status":"200","rqstDate":"250331-08:05:47:486","respDate":"250331-08:05:47:497","sourceId":"haproxy:f20bd832-bf72-4e6f-8c0c-b472cdceef86","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:05:47:486-43377\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[914f6bb3-3ca8-4eb3-a522-a2aa450cf79a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f20bd832-bf72-4e6f-8c0c-b472cdceef86]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:05:49.504 [67ea4cdd3948c5a01a57cb02cdc788b4,1a57cb02cdc788b4] [qtp1225114731-24]  INFO [aai-resources,67ea4cdd3948c5a01a57cb02cdc788b4,1a57cb02cdc788b4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:49.520 [67ea4cdd3948c5a01a57cb02cdc788b4,1a57cb02cdc788b4] [qtp1225114731-24] DEBUG [aai-resources,67ea4cdd3948c5a01a57cb02cdc788b4,1a57cb02cdc788b4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7a46b03a-1566-4b88-979d-dc22cd83d636","status":"200","rqstDate":"250331-08:05:49:505","respDate":"250331-08:05:49:520","sourceId":"haproxy:7a46b03a-1566-4b88-979d-dc22cd83d636","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:49:505-64333\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[706b4582-0c9c-4383-9406-471fe2a9d62c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7a46b03a-1566-4b88-979d-dc22cd83d636]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:05:51.526 [67ea4cdfa59f5ebd0a0740c443de499b,0a0740c443de499b] [qtp1225114731-26]  INFO [aai-resources,67ea4cdfa59f5ebd0a0740c443de499b,0a0740c443de499b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:51.543 [67ea4cdfa59f5ebd0a0740c443de499b,0a0740c443de499b] [qtp1225114731-26] DEBUG [aai-resources,67ea4cdfa59f5ebd0a0740c443de499b,0a0740c443de499b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7f2bd982-6351-44ce-b611-785bf196ac93","status":"200","rqstDate":"250331-08:05:51:527","respDate":"250331-08:05:51:543","sourceId":"haproxy:7f2bd982-6351-44ce-b611-785bf196ac93","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:05:51:527-16145\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[db3996bc-5ec3-4299-8160-1cdab8f151b4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7f2bd982-6351-44ce-b611-785bf196ac93]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:05:53.550 [67ea4ce1f412f9251d9a285bd18e3986,1d9a285bd18e3986] [qtp1225114731-24]  INFO [aai-resources,67ea4ce1f412f9251d9a285bd18e3986,1d9a285bd18e3986] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:53.565 [67ea4ce1f412f9251d9a285bd18e3986,1d9a285bd18e3986] [qtp1225114731-24] DEBUG [aai-resources,67ea4ce1f412f9251d9a285bd18e3986,1d9a285bd18e3986] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70936874-6814-4f5e-8bb6-992ee9c24fc4","status":"200","rqstDate":"250331-08:05:53:550","respDate":"250331-08:05:53:565","sourceId":"haproxy:70936874-6814-4f5e-8bb6-992ee9c24fc4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:05:53:550-91294\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[681c05b1-5566-41ee-8a42-ac61a086bcc8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[70936874-6814-4f5e-8bb6-992ee9c24fc4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:05:55.572 [67ea4ce37e4bd8b5ec14b9d265525512,ec14b9d265525512] [qtp1225114731-26]  INFO [aai-resources,67ea4ce37e4bd8b5ec14b9d265525512,ec14b9d265525512] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:55.585 [67ea4ce37e4bd8b5ec14b9d265525512,ec14b9d265525512] [qtp1225114731-26] DEBUG [aai-resources,67ea4ce37e4bd8b5ec14b9d265525512,ec14b9d265525512] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"40a6f2dd-3488-4ace-b590-0497ae350cf9","status":"200","rqstDate":"250331-08:05:55:572","respDate":"250331-08:05:55:585","sourceId":"haproxy:40a6f2dd-3488-4ace-b590-0497ae350cf9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:05:55:572-15302\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b0de6ceb-f95e-4ce9-aa57-faa68b166e3f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[40a6f2dd-3488-4ace-b590-0497ae350cf9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:05:57.591 [67ea4ce5dcfeff86bf8f6d0f9e3b8c8f,bf8f6d0f9e3b8c8f] [qtp1225114731-24]  INFO [aai-resources,67ea4ce5dcfeff86bf8f6d0f9e3b8c8f,bf8f6d0f9e3b8c8f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:57.606 [67ea4ce5dcfeff86bf8f6d0f9e3b8c8f,bf8f6d0f9e3b8c8f] [qtp1225114731-24] DEBUG [aai-resources,67ea4ce5dcfeff86bf8f6d0f9e3b8c8f,bf8f6d0f9e3b8c8f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e0785346-dbd0-453e-8c68-c499d80b8170","status":"200","rqstDate":"250331-08:05:57:592","respDate":"250331-08:05:57:606","sourceId":"haproxy:e0785346-dbd0-453e-8c68-c499d80b8170","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:05:57:592-24603\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9423f4c8-6284-4738-99ca-e1c3735cb41f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e0785346-dbd0-453e-8c68-c499d80b8170]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:05:59.613 [67ea4ce71a606638c28ebaec12e1b24d,c28ebaec12e1b24d] [qtp1225114731-26]  INFO [aai-resources,67ea4ce71a606638c28ebaec12e1b24d,c28ebaec12e1b24d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:05:59.633 [67ea4ce71a606638c28ebaec12e1b24d,c28ebaec12e1b24d] [qtp1225114731-26] DEBUG [aai-resources,67ea4ce71a606638c28ebaec12e1b24d,c28ebaec12e1b24d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9a19da26-eb94-4940-85af-33bc2fa4620e","status":"200","rqstDate":"250331-08:05:59:614","respDate":"250331-08:05:59:632","sourceId":"haproxy:9a19da26-eb94-4940-85af-33bc2fa4620e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:05:59:614-17418\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[742a17d7-264a-419b-af1a-a0926e0cc2f6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9a19da26-eb94-4940-85af-33bc2fa4620e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:05:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:06:01.640 [67ea4ce9e392ec9600cf7eb1d3c9e1b3,00cf7eb1d3c9e1b3] [qtp1225114731-24]  INFO [aai-resources,67ea4ce9e392ec9600cf7eb1d3c9e1b3,00cf7eb1d3c9e1b3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:01.651 [67ea4ce9e392ec9600cf7eb1d3c9e1b3,00cf7eb1d3c9e1b3] [qtp1225114731-24] DEBUG [aai-resources,67ea4ce9e392ec9600cf7eb1d3c9e1b3,00cf7eb1d3c9e1b3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dad56ffa-fdb9-4a10-84b1-756066939826","status":"200","rqstDate":"250331-08:06:01:640","respDate":"250331-08:06:01:651","sourceId":"haproxy:dad56ffa-fdb9-4a10-84b1-756066939826","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:01:640-97408\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f1f4f8dc-573c-431d-9498-fc1a22613f7d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dad56ffa-fdb9-4a10-84b1-756066939826]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:06:03.664 [67ea4ceb53025bc2a73ea5dde5f09dbd,a73ea5dde5f09dbd] [qtp1225114731-26]  INFO [aai-resources,67ea4ceb53025bc2a73ea5dde5f09dbd,a73ea5dde5f09dbd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:03.680 [67ea4ceb53025bc2a73ea5dde5f09dbd,a73ea5dde5f09dbd] [qtp1225114731-26] DEBUG [aai-resources,67ea4ceb53025bc2a73ea5dde5f09dbd,a73ea5dde5f09dbd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"422e4f2b-daf5-49dc-9389-aad993bff7dd","status":"200","rqstDate":"250331-08:06:03:664","respDate":"250331-08:06:03:679","sourceId":"haproxy:422e4f2b-daf5-49dc-9389-aad993bff7dd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:03:664-50974\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a1e12021-f670-4281-9a2d-cd3e9a70471d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[422e4f2b-daf5-49dc-9389-aad993bff7dd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:06:05.687 [67ea4ced419cce15771b37ace21a6f31,771b37ace21a6f31] [qtp1225114731-24]  INFO [aai-resources,67ea4ced419cce15771b37ace21a6f31,771b37ace21a6f31] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:05.699 [67ea4ced419cce15771b37ace21a6f31,771b37ace21a6f31] [qtp1225114731-24] DEBUG [aai-resources,67ea4ced419cce15771b37ace21a6f31,771b37ace21a6f31] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a2e0bda9-cb9b-4813-bd8b-378fa82c68d1","status":"200","rqstDate":"250331-08:06:05:688","respDate":"250331-08:06:05:699","sourceId":"haproxy:a2e0bda9-cb9b-4813-bd8b-378fa82c68d1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:05:688-69703\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f80c0ad5-9298-4495-8819-72a671e73963], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a2e0bda9-cb9b-4813-bd8b-378fa82c68d1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:06:07.706 [67ea4cef0ecd29fde7ab698a45b76912,e7ab698a45b76912] [qtp1225114731-26]  INFO [aai-resources,67ea4cef0ecd29fde7ab698a45b76912,e7ab698a45b76912] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:07.721 [67ea4cef0ecd29fde7ab698a45b76912,e7ab698a45b76912] [qtp1225114731-26] DEBUG [aai-resources,67ea4cef0ecd29fde7ab698a45b76912,e7ab698a45b76912] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"99dce619-9e51-42fa-a0da-6a48fd904b8d","status":"200","rqstDate":"250331-08:06:07:706","respDate":"250331-08:06:07:721","sourceId":"haproxy:99dce619-9e51-42fa-a0da-6a48fd904b8d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:07:706-25583\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5263e51c-a3e8-4cca-8906-121b5b4522f9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[99dce619-9e51-42fa-a0da-6a48fd904b8d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:06:09.728 [67ea4cf1b0956b33d0aeeb137eb964d5,d0aeeb137eb964d5] [qtp1225114731-24]  INFO [aai-resources,67ea4cf1b0956b33d0aeeb137eb964d5,d0aeeb137eb964d5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:09.749 [67ea4cf1b0956b33d0aeeb137eb964d5,d0aeeb137eb964d5] [qtp1225114731-24] DEBUG [aai-resources,67ea4cf1b0956b33d0aeeb137eb964d5,d0aeeb137eb964d5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1aeb2309-d003-45d2-870d-e1f265eb0a9d","status":"200","rqstDate":"250331-08:06:09:729","respDate":"250331-08:06:09:749","sourceId":"haproxy:1aeb2309-d003-45d2-870d-e1f265eb0a9d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:09:729-647\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8c701ed6-eb76-4bd1-821f-6cb0fa7fe515], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1aeb2309-d003-45d2-870d-e1f265eb0a9d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:06:11.758 [67ea4cf3c0c68923b982910d8675d741,b982910d8675d741] [qtp1225114731-26]  INFO [aai-resources,67ea4cf3c0c68923b982910d8675d741,b982910d8675d741] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:11.774 [67ea4cf3c0c68923b982910d8675d741,b982910d8675d741] [qtp1225114731-26] DEBUG [aai-resources,67ea4cf3c0c68923b982910d8675d741,b982910d8675d741] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8954d9a3-8105-4643-af0d-68ac45b02133","status":"200","rqstDate":"250331-08:06:11:759","respDate":"250331-08:06:11:774","sourceId":"haproxy:8954d9a3-8105-4643-af0d-68ac45b02133","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:11:759-86171\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c59bf57d-9cb2-4404-90d6-6dec2cfc1874], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8954d9a3-8105-4643-af0d-68ac45b02133]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:06:13.781 [67ea4cf53ab2b8547c221bfb0492e68b,7c221bfb0492e68b] [qtp1225114731-24]  INFO [aai-resources,67ea4cf53ab2b8547c221bfb0492e68b,7c221bfb0492e68b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:13.791 [67ea4cf53ab2b8547c221bfb0492e68b,7c221bfb0492e68b] [qtp1225114731-24] DEBUG [aai-resources,67ea4cf53ab2b8547c221bfb0492e68b,7c221bfb0492e68b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"35d6acac-e0f1-4e64-8321-a8718c4c6ab5","status":"200","rqstDate":"250331-08:06:13:781","respDate":"250331-08:06:13:791","sourceId":"haproxy:35d6acac-e0f1-4e64-8321-a8718c4c6ab5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:06:13:781-96586\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[27b1a692-8453-4055-b38e-042fac86021d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[35d6acac-e0f1-4e64-8321-a8718c4c6ab5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:06:15.799 [67ea4cf7616fc2b52bca562f429e27fe,2bca562f429e27fe] [qtp1225114731-26]  INFO [aai-resources,67ea4cf7616fc2b52bca562f429e27fe,2bca562f429e27fe] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:15.818 [67ea4cf7616fc2b52bca562f429e27fe,2bca562f429e27fe] [qtp1225114731-26] DEBUG [aai-resources,67ea4cf7616fc2b52bca562f429e27fe,2bca562f429e27fe] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c98bb16a-2d7d-4e21-b7e8-0bf1d89a9bb7","status":"200","rqstDate":"250331-08:06:15:799","respDate":"250331-08:06:15:818","sourceId":"haproxy:c98bb16a-2d7d-4e21-b7e8-0bf1d89a9bb7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:15:799-69098\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[89e0aa71-0a1c-44e9-a189-b00a8c0e9502], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c98bb16a-2d7d-4e21-b7e8-0bf1d89a9bb7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:06:17.827 [67ea4cf919f6096163ca72e4aeac4dc3,63ca72e4aeac4dc3] [qtp1225114731-24]  INFO [aai-resources,67ea4cf919f6096163ca72e4aeac4dc3,63ca72e4aeac4dc3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:17.840 [67ea4cf919f6096163ca72e4aeac4dc3,63ca72e4aeac4dc3] [qtp1225114731-24] DEBUG [aai-resources,67ea4cf919f6096163ca72e4aeac4dc3,63ca72e4aeac4dc3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fa14e00d-bcc6-47db-a38f-b61040dfb744","status":"200","rqstDate":"250331-08:06:17:827","respDate":"250331-08:06:17:840","sourceId":"haproxy:fa14e00d-bcc6-47db-a38f-b61040dfb744","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:06:17:827-41322\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ce7223cd-b584-4526-8944-f7a6406a2e82], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fa14e00d-bcc6-47db-a38f-b61040dfb744]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:06:19.848 [67ea4cfb922a495f71f64b1b1067e91a,71f64b1b1067e91a] [qtp1225114731-26]  INFO [aai-resources,67ea4cfb922a495f71f64b1b1067e91a,71f64b1b1067e91a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:19.859 [67ea4cfb922a495f71f64b1b1067e91a,71f64b1b1067e91a] [qtp1225114731-26] DEBUG [aai-resources,67ea4cfb922a495f71f64b1b1067e91a,71f64b1b1067e91a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"39dd1742-78e4-4417-9556-aa2e7cbd3d8c","status":"200","rqstDate":"250331-08:06:19:848","respDate":"250331-08:06:19:859","sourceId":"haproxy:39dd1742-78e4-4417-9556-aa2e7cbd3d8c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:06:19:848-80127\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bc7e49c5-94f1-48da-bc8b-6008fbc22a5b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[39dd1742-78e4-4417-9556-aa2e7cbd3d8c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:06:21.867 [67ea4cfd4727a895a078b13ab898daea,a078b13ab898daea] [qtp1225114731-24]  INFO [aai-resources,67ea4cfd4727a895a078b13ab898daea,a078b13ab898daea] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:21.883 [67ea4cfd4727a895a078b13ab898daea,a078b13ab898daea] [qtp1225114731-24] DEBUG [aai-resources,67ea4cfd4727a895a078b13ab898daea,a078b13ab898daea] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"348377c3-f138-416b-b26b-d65e681a1a14","status":"200","rqstDate":"250331-08:06:21:867","respDate":"250331-08:06:21:883","sourceId":"haproxy:348377c3-f138-416b-b26b-d65e681a1a14","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:21:867-89307\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d6388e4b-9b42-474c-ab4f-24266ebd60e7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[348377c3-f138-416b-b26b-d65e681a1a14]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:06:23.890 [67ea4cff4c89158c106fb40737700dd1,106fb40737700dd1] [qtp1225114731-26]  INFO [aai-resources,67ea4cff4c89158c106fb40737700dd1,106fb40737700dd1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:23.903 [67ea4cff4c89158c106fb40737700dd1,106fb40737700dd1] [qtp1225114731-26] DEBUG [aai-resources,67ea4cff4c89158c106fb40737700dd1,106fb40737700dd1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e08f5123-d840-4ace-a1e8-78972f1cd0b9","status":"200","rqstDate":"250331-08:06:23:891","respDate":"250331-08:06:23:903","sourceId":"haproxy:e08f5123-d840-4ace-a1e8-78972f1cd0b9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:06:23:891-81704\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[81a2185e-eafb-44af-b38b-7b4dce5bac0c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e08f5123-d840-4ace-a1e8-78972f1cd0b9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:06:25.910 [67ea4d016e7d87f907510f884bb921b3,07510f884bb921b3] [qtp1225114731-24]  INFO [aai-resources,67ea4d016e7d87f907510f884bb921b3,07510f884bb921b3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:25.926 [67ea4d016e7d87f907510f884bb921b3,07510f884bb921b3] [qtp1225114731-24] DEBUG [aai-resources,67ea4d016e7d87f907510f884bb921b3,07510f884bb921b3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"995a54f2-b2ec-4e81-a7b0-d562c95fe2d2","status":"200","rqstDate":"250331-08:06:25:910","respDate":"250331-08:06:25:926","sourceId":"haproxy:995a54f2-b2ec-4e81-a7b0-d562c95fe2d2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:06:25:910-57198\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[34625246-3e7a-4b47-a1a2-170647a94d4c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[995a54f2-b2ec-4e81-a7b0-d562c95fe2d2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:06:27.934 [67ea4d0398d4fbfb9a47749882f0040f,9a47749882f0040f] [qtp1225114731-26]  INFO [aai-resources,67ea4d0398d4fbfb9a47749882f0040f,9a47749882f0040f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:27.948 [67ea4d0398d4fbfb9a47749882f0040f,9a47749882f0040f] [qtp1225114731-26] DEBUG [aai-resources,67ea4d0398d4fbfb9a47749882f0040f,9a47749882f0040f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"070a837a-82f0-4782-bc31-af2b1f69e3f9","status":"200","rqstDate":"250331-08:06:27:934","respDate":"250331-08:06:27:948","sourceId":"haproxy:070a837a-82f0-4782-bc31-af2b1f69e3f9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:27:934-11557\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[53db7434-eaeb-4510-83b2-926152e5184e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[070a837a-82f0-4782-bc31-af2b1f69e3f9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:06:29.957 [67ea4d051704dcd12705c042d51e467a,2705c042d51e467a] [qtp1225114731-24]  INFO [aai-resources,67ea4d051704dcd12705c042d51e467a,2705c042d51e467a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:29.973 [67ea4d051704dcd12705c042d51e467a,2705c042d51e467a] [qtp1225114731-24] DEBUG [aai-resources,67ea4d051704dcd12705c042d51e467a,2705c042d51e467a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"781902f7-9c98-4c81-acbf-288da4592916","status":"200","rqstDate":"250331-08:06:29:957","respDate":"250331-08:06:29:973","sourceId":"haproxy:781902f7-9c98-4c81-acbf-288da4592916","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:29:957-39418\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e6b4c851-626d-4930-b006-9e501fe5d6c3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[781902f7-9c98-4c81-acbf-288da4592916]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:06:31.979 [67ea4d0741ebbd3379d59f307837b4d0,79d59f307837b4d0] [qtp1225114731-26]  INFO [aai-resources,67ea4d0741ebbd3379d59f307837b4d0,79d59f307837b4d0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:31.992 [67ea4d0741ebbd3379d59f307837b4d0,79d59f307837b4d0] [qtp1225114731-26] DEBUG [aai-resources,67ea4d0741ebbd3379d59f307837b4d0,79d59f307837b4d0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1ecbd999-7c6b-460f-9979-871391d5dc57","status":"200","rqstDate":"250331-08:06:31:980","respDate":"250331-08:06:31:992","sourceId":"haproxy:1ecbd999-7c6b-460f-9979-871391d5dc57","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:31:980-27799\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[504ae1ef-2762-4a2d-9263-a36197b0cad7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1ecbd999-7c6b-460f-9979-871391d5dc57]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:06:34.000 [67ea4d09aacbcce5e1e25e7b2997bca0,e1e25e7b2997bca0] [qtp1225114731-24]  INFO [aai-resources,67ea4d09aacbcce5e1e25e7b2997bca0,e1e25e7b2997bca0] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:34.014 [67ea4d09aacbcce5e1e25e7b2997bca0,e1e25e7b2997bca0] [qtp1225114731-24] DEBUG [aai-resources,67ea4d09aacbcce5e1e25e7b2997bca0,e1e25e7b2997bca0] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"68267909-c2af-4969-99bd-325f2d509a74","status":"200","rqstDate":"250331-08:06:34:000","respDate":"250331-08:06:34:013","sourceId":"haproxy:68267909-c2af-4969-99bd-325f2d509a74","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:06:34:000-18922\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4527c087-1055-46dd-868c-1463f1dac98a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[68267909-c2af-4969-99bd-325f2d509a74]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:06:36.021 [67ea4d0c148b01544b2498e78bbe99fe,4b2498e78bbe99fe] [qtp1225114731-26]  INFO [aai-resources,67ea4d0c148b01544b2498e78bbe99fe,4b2498e78bbe99fe] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:36.034 [67ea4d0c148b01544b2498e78bbe99fe,4b2498e78bbe99fe] [qtp1225114731-26] DEBUG [aai-resources,67ea4d0c148b01544b2498e78bbe99fe,4b2498e78bbe99fe] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8e86beda-73a3-48c1-a5b7-823477684923","status":"200","rqstDate":"250331-08:06:36:021","respDate":"250331-08:06:36:034","sourceId":"haproxy:8e86beda-73a3-48c1-a5b7-823477684923","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:36:021-85735\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e6643fee-e151-4204-8bdd-94c06136f5f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8e86beda-73a3-48c1-a5b7-823477684923]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:06:38.041 [67ea4d0eb24aaf0791fca01f95d2ba42,91fca01f95d2ba42] [qtp1225114731-24]  INFO [aai-resources,67ea4d0eb24aaf0791fca01f95d2ba42,91fca01f95d2ba42] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:38.057 [67ea4d0eb24aaf0791fca01f95d2ba42,91fca01f95d2ba42] [qtp1225114731-24] DEBUG [aai-resources,67ea4d0eb24aaf0791fca01f95d2ba42,91fca01f95d2ba42] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"701c5117-926e-472a-afb5-e7125faf10d7","status":"200","rqstDate":"250331-08:06:38:042","respDate":"250331-08:06:38:057","sourceId":"haproxy:701c5117-926e-472a-afb5-e7125faf10d7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:06:38:042-86617\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[96fd1522-1514-4acb-910d-3b73f061b871], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[701c5117-926e-472a-afb5-e7125faf10d7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:06:40.066 [67ea4d1046b6c31eb7846c10a0003478,b7846c10a0003478] [qtp1225114731-26]  INFO [aai-resources,67ea4d1046b6c31eb7846c10a0003478,b7846c10a0003478] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:40.082 [67ea4d1046b6c31eb7846c10a0003478,b7846c10a0003478] [qtp1225114731-26] DEBUG [aai-resources,67ea4d1046b6c31eb7846c10a0003478,b7846c10a0003478] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"76957d1e-a9fa-49a2-b5b4-5c368cc5a74b","status":"200","rqstDate":"250331-08:06:40:066","respDate":"250331-08:06:40:082","sourceId":"haproxy:76957d1e-a9fa-49a2-b5b4-5c368cc5a74b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:06:40:066-87754\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5d3ec5ed-66a6-4399-980e-38290d00b97a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[76957d1e-a9fa-49a2-b5b4-5c368cc5a74b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:06:42.090 [67ea4d1252ec9f0b7765864d716b23b8,7765864d716b23b8] [qtp1225114731-24]  INFO [aai-resources,67ea4d1252ec9f0b7765864d716b23b8,7765864d716b23b8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:42.106 [67ea4d1252ec9f0b7765864d716b23b8,7765864d716b23b8] [qtp1225114731-24] DEBUG [aai-resources,67ea4d1252ec9f0b7765864d716b23b8,7765864d716b23b8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d49f6d34-ba33-46dd-97a9-768e84d36dac","status":"200","rqstDate":"250331-08:06:42:091","respDate":"250331-08:06:42:106","sourceId":"haproxy:d49f6d34-ba33-46dd-97a9-768e84d36dac","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:06:42:091-45462\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[96cbf7c7-f5d7-4e68-bc4c-40dd05944234], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d49f6d34-ba33-46dd-97a9-768e84d36dac]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:06:44.114 [67ea4d14c0e6fcc6fd92ca47af71259f,fd92ca47af71259f] [qtp1225114731-26]  INFO [aai-resources,67ea4d14c0e6fcc6fd92ca47af71259f,fd92ca47af71259f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:44.125 [67ea4d14c0e6fcc6fd92ca47af71259f,fd92ca47af71259f] [qtp1225114731-26] DEBUG [aai-resources,67ea4d14c0e6fcc6fd92ca47af71259f,fd92ca47af71259f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"49b5b88c-2169-4e10-b3ae-05d472b080de","status":"200","rqstDate":"250331-08:06:44:114","respDate":"250331-08:06:44:125","sourceId":"haproxy:49b5b88c-2169-4e10-b3ae-05d472b080de","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:06:44:114-53293\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[278c3666-ff07-429a-a1b3-7e20a7b821a0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[49b5b88c-2169-4e10-b3ae-05d472b080de]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:06:46.134 [67ea4d16f9da4b2849089b10be6c61b1,49089b10be6c61b1] [qtp1225114731-24]  INFO [aai-resources,67ea4d16f9da4b2849089b10be6c61b1,49089b10be6c61b1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:46.147 [67ea4d16f9da4b2849089b10be6c61b1,49089b10be6c61b1] [qtp1225114731-24] DEBUG [aai-resources,67ea4d16f9da4b2849089b10be6c61b1,49089b10be6c61b1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"07fcdd9f-ba08-472c-86aa-f0c132afcc30","status":"200","rqstDate":"250331-08:06:46:134","respDate":"250331-08:06:46:147","sourceId":"haproxy:07fcdd9f-ba08-472c-86aa-f0c132afcc30","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:06:46:134-64187\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[959a390b-40f4-4170-9d58-d5cd19b679a0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[07fcdd9f-ba08-472c-86aa-f0c132afcc30]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:06:48.155 [67ea4d1856003de321f7b6a3114512a5,21f7b6a3114512a5] [qtp1225114731-26]  INFO [aai-resources,67ea4d1856003de321f7b6a3114512a5,21f7b6a3114512a5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:48.167 [67ea4d1856003de321f7b6a3114512a5,21f7b6a3114512a5] [qtp1225114731-26] DEBUG [aai-resources,67ea4d1856003de321f7b6a3114512a5,21f7b6a3114512a5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fa3b1956-02a1-458d-81c9-c32fed1cfe96","status":"200","rqstDate":"250331-08:06:48:155","respDate":"250331-08:06:48:167","sourceId":"haproxy:fa3b1956-02a1-458d-81c9-c32fed1cfe96","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:06:48:155-9026\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6f413aba-4c8d-4939-9bb1-27555d5682a8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fa3b1956-02a1-458d-81c9-c32fed1cfe96]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:06:50.174 [67ea4d1a92c0f2ebad1930770b22c81a,ad1930770b22c81a] [qtp1225114731-24]  INFO [aai-resources,67ea4d1a92c0f2ebad1930770b22c81a,ad1930770b22c81a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:50.188 [67ea4d1a92c0f2ebad1930770b22c81a,ad1930770b22c81a] [qtp1225114731-24] DEBUG [aai-resources,67ea4d1a92c0f2ebad1930770b22c81a,ad1930770b22c81a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd28e01e-8db6-4ee7-a957-5213c343d7f1","status":"200","rqstDate":"250331-08:06:50:175","respDate":"250331-08:06:50:188","sourceId":"haproxy:cd28e01e-8db6-4ee7-a957-5213c343d7f1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:06:50:175-2052\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1486b39b-ed77-4519-8676-dc70fd8267b9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd28e01e-8db6-4ee7-a957-5213c343d7f1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:06:52.196 [67ea4d1c281c40ba0dcd66cc2a3ee763,0dcd66cc2a3ee763] [qtp1225114731-26]  INFO [aai-resources,67ea4d1c281c40ba0dcd66cc2a3ee763,0dcd66cc2a3ee763] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:52.213 [67ea4d1c281c40ba0dcd66cc2a3ee763,0dcd66cc2a3ee763] [qtp1225114731-26] DEBUG [aai-resources,67ea4d1c281c40ba0dcd66cc2a3ee763,0dcd66cc2a3ee763] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f8a347ec-463d-4e07-9c60-38ae369658c0","status":"200","rqstDate":"250331-08:06:52:196","respDate":"250331-08:06:52:213","sourceId":"haproxy:f8a347ec-463d-4e07-9c60-38ae369658c0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:06:52:196-55656\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[75c6006a-5498-4921-991f-9fe1091b1c1f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f8a347ec-463d-4e07-9c60-38ae369658c0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:06:54.221 [67ea4d1e8d0491258b71fcb6d2f377aa,8b71fcb6d2f377aa] [qtp1225114731-24]  INFO [aai-resources,67ea4d1e8d0491258b71fcb6d2f377aa,8b71fcb6d2f377aa] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:54.234 [67ea4d1e8d0491258b71fcb6d2f377aa,8b71fcb6d2f377aa] [qtp1225114731-24] DEBUG [aai-resources,67ea4d1e8d0491258b71fcb6d2f377aa,8b71fcb6d2f377aa] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"124cabad-ad8e-4b3d-9f23-f0345f6d01ce","status":"200","rqstDate":"250331-08:06:54:221","respDate":"250331-08:06:54:234","sourceId":"haproxy:124cabad-ad8e-4b3d-9f23-f0345f6d01ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:06:54:221-15765\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[72344066-b8e3-4d98-89a9-a6d908ac380b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[124cabad-ad8e-4b3d-9f23-f0345f6d01ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:06:56.242 [67ea4d202a7f4523d8dc7eab0b032c6e,d8dc7eab0b032c6e] [qtp1225114731-26]  INFO [aai-resources,67ea4d202a7f4523d8dc7eab0b032c6e,d8dc7eab0b032c6e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:56.257 [67ea4d202a7f4523d8dc7eab0b032c6e,d8dc7eab0b032c6e] [qtp1225114731-26] DEBUG [aai-resources,67ea4d202a7f4523d8dc7eab0b032c6e,d8dc7eab0b032c6e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"77140d1c-6f1c-44ad-81fd-a024a90511f6","status":"200","rqstDate":"250331-08:06:56:243","respDate":"250331-08:06:56:257","sourceId":"haproxy:77140d1c-6f1c-44ad-81fd-a024a90511f6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:06:56:243-96552\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1bf94f2e-93b2-48b1-abe2-763f21bae608], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[77140d1c-6f1c-44ad-81fd-a024a90511f6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:06:58.264 [67ea4d22ff01b248d22eed310c447e95,d22eed310c447e95] [qtp1225114731-24]  INFO [aai-resources,67ea4d22ff01b248d22eed310c447e95,d22eed310c447e95] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:06:58.280 [67ea4d22ff01b248d22eed310c447e95,d22eed310c447e95] [qtp1225114731-24] DEBUG [aai-resources,67ea4d22ff01b248d22eed310c447e95,d22eed310c447e95] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c63d9d85-49d7-4a16-bdd7-8231b9655a3a","status":"200","rqstDate":"250331-08:06:58:264","respDate":"250331-08:06:58:280","sourceId":"haproxy:c63d9d85-49d7-4a16-bdd7-8231b9655a3a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:06:58:264-88151\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[221b5117-370f-40ee-959e-88182ab777e4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c63d9d85-49d7-4a16-bdd7-8231b9655a3a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:06:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:07:00.294 [67ea4d24bb66c327f3f912e5f78a8110,f3f912e5f78a8110] [qtp1225114731-26]  INFO [aai-resources,67ea4d24bb66c327f3f912e5f78a8110,f3f912e5f78a8110] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:00.310 [67ea4d24bb66c327f3f912e5f78a8110,f3f912e5f78a8110] [qtp1225114731-26] DEBUG [aai-resources,67ea4d24bb66c327f3f912e5f78a8110,f3f912e5f78a8110] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7fb52002-4cff-41d4-a385-e91e641288b9","status":"200","rqstDate":"250331-08:07:00:294","respDate":"250331-08:07:00:309","sourceId":"haproxy:7fb52002-4cff-41d4-a385-e91e641288b9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:07:00:294-53338\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ddcc4505-2e1f-4117-a9cb-90c32b9b151f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7fb52002-4cff-41d4-a385-e91e641288b9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:07:02.317 [67ea4d26ccfe85f8c513fe2fc38edfbb,c513fe2fc38edfbb] [qtp1225114731-24]  INFO [aai-resources,67ea4d26ccfe85f8c513fe2fc38edfbb,c513fe2fc38edfbb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:02.330 [67ea4d26ccfe85f8c513fe2fc38edfbb,c513fe2fc38edfbb] [qtp1225114731-24] DEBUG [aai-resources,67ea4d26ccfe85f8c513fe2fc38edfbb,c513fe2fc38edfbb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a22466dc-70bf-4242-935a-520a40510e0e","status":"200","rqstDate":"250331-08:07:02:317","respDate":"250331-08:07:02:330","sourceId":"haproxy:a22466dc-70bf-4242-935a-520a40510e0e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:07:02:317-58276\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[89e5f98e-5f78-41bd-b88e-fb9f0bcf0b59], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a22466dc-70bf-4242-935a-520a40510e0e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:07:04.337 [67ea4d28387a26531a275511c71c78b4,1a275511c71c78b4] [qtp1225114731-26]  INFO [aai-resources,67ea4d28387a26531a275511c71c78b4,1a275511c71c78b4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:04.351 [67ea4d28387a26531a275511c71c78b4,1a275511c71c78b4] [qtp1225114731-26] DEBUG [aai-resources,67ea4d28387a26531a275511c71c78b4,1a275511c71c78b4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e1d9f06d-812e-450b-be58-1b0481cefcdd","status":"200","rqstDate":"250331-08:07:04:337","respDate":"250331-08:07:04:351","sourceId":"haproxy:e1d9f06d-812e-450b-be58-1b0481cefcdd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:07:04:337-24621\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f7cfa159-4f60-43e1-9cbc-12eaf2c1556a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e1d9f06d-812e-450b-be58-1b0481cefcdd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:07:06.358 [67ea4d2a83b2e8268c7b8181c24e72f6,8c7b8181c24e72f6] [qtp1225114731-24]  INFO [aai-resources,67ea4d2a83b2e8268c7b8181c24e72f6,8c7b8181c24e72f6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:06.368 [67ea4d2a83b2e8268c7b8181c24e72f6,8c7b8181c24e72f6] [qtp1225114731-24] DEBUG [aai-resources,67ea4d2a83b2e8268c7b8181c24e72f6,8c7b8181c24e72f6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"22f3f1a8-f5ed-4d46-9d0e-e39acf7a4a9d","status":"200","rqstDate":"250331-08:07:06:359","respDate":"250331-08:07:06:367","sourceId":"haproxy:22f3f1a8-f5ed-4d46-9d0e-e39acf7a4a9d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:07:06:359-39826\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[82486987-9d05-4b7b-89fa-ab78edf12c39], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[22f3f1a8-f5ed-4d46-9d0e-e39acf7a4a9d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:07:08.374 [67ea4d2c59f1aae76cc532a019da4fbd,6cc532a019da4fbd] [qtp1225114731-26]  INFO [aai-resources,67ea4d2c59f1aae76cc532a019da4fbd,6cc532a019da4fbd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:08.389 [67ea4d2c59f1aae76cc532a019da4fbd,6cc532a019da4fbd] [qtp1225114731-26] DEBUG [aai-resources,67ea4d2c59f1aae76cc532a019da4fbd,6cc532a019da4fbd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a425d4e-acd4-4777-bf95-c6db523db6b7","status":"200","rqstDate":"250331-08:07:08:375","respDate":"250331-08:07:08:389","sourceId":"haproxy:0a425d4e-acd4-4777-bf95-c6db523db6b7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:07:08:375-16227\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a54dbb55-c918-4d5c-bac0-5af55e619ca8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0a425d4e-acd4-4777-bf95-c6db523db6b7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:07:10.396 [67ea4d2eee88030d293c3c32f9d7344b,293c3c32f9d7344b] [qtp1225114731-24]  INFO [aai-resources,67ea4d2eee88030d293c3c32f9d7344b,293c3c32f9d7344b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:10.413 [67ea4d2eee88030d293c3c32f9d7344b,293c3c32f9d7344b] [qtp1225114731-24] DEBUG [aai-resources,67ea4d2eee88030d293c3c32f9d7344b,293c3c32f9d7344b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9781ec6b-dcd4-4aca-b607-7a50fb9ac3c2","status":"200","rqstDate":"250331-08:07:10:396","respDate":"250331-08:07:10:413","sourceId":"haproxy:9781ec6b-dcd4-4aca-b607-7a50fb9ac3c2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:07:10:396-94310\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1e7e5180-b5a0-4f9a-b830-0d61c01843a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9781ec6b-dcd4-4aca-b607-7a50fb9ac3c2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:07:12.421 [67ea4d309f9731a31a54053a2e81c5b2,1a54053a2e81c5b2] [qtp1225114731-26]  INFO [aai-resources,67ea4d309f9731a31a54053a2e81c5b2,1a54053a2e81c5b2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:12.436 [67ea4d309f9731a31a54053a2e81c5b2,1a54053a2e81c5b2] [qtp1225114731-26] DEBUG [aai-resources,67ea4d309f9731a31a54053a2e81c5b2,1a54053a2e81c5b2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"02b46ac7-eca9-40b4-9503-4ef8a4157097","status":"200","rqstDate":"250331-08:07:12:421","respDate":"250331-08:07:12:436","sourceId":"haproxy:02b46ac7-eca9-40b4-9503-4ef8a4157097","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:07:12:421-2295\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1e72f039-6db4-4057-8ee5-c20e66afac07], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[02b46ac7-eca9-40b4-9503-4ef8a4157097]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:07:14.443 [67ea4d321bdff6aa84a343b9c03fe92f,84a343b9c03fe92f] [qtp1225114731-24]  INFO [aai-resources,67ea4d321bdff6aa84a343b9c03fe92f,84a343b9c03fe92f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:14.454 [67ea4d321bdff6aa84a343b9c03fe92f,84a343b9c03fe92f] [qtp1225114731-24] DEBUG [aai-resources,67ea4d321bdff6aa84a343b9c03fe92f,84a343b9c03fe92f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b7b9a8d1-b6c9-43f3-ae6c-14fa6ec2ed40","status":"200","rqstDate":"250331-08:07:14:443","respDate":"250331-08:07:14:454","sourceId":"haproxy:b7b9a8d1-b6c9-43f3-ae6c-14fa6ec2ed40","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:07:14:443-16511\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2dfab970-9650-40ac-8170-481308715e89], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b7b9a8d1-b6c9-43f3-ae6c-14fa6ec2ed40]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:07:16.462 [67ea4d34473bc5469728d561c8f2529f,9728d561c8f2529f] [qtp1225114731-26]  INFO [aai-resources,67ea4d34473bc5469728d561c8f2529f,9728d561c8f2529f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:16.475 [67ea4d34473bc5469728d561c8f2529f,9728d561c8f2529f] [qtp1225114731-26] DEBUG [aai-resources,67ea4d34473bc5469728d561c8f2529f,9728d561c8f2529f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8bf19ce6-baf9-4a1e-a6ea-637cbf9f1ea0","status":"200","rqstDate":"250331-08:07:16:462","respDate":"250331-08:07:16:475","sourceId":"haproxy:8bf19ce6-baf9-4a1e-a6ea-637cbf9f1ea0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:07:16:462-25272\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e869ea71-fe14-4cbd-828f-91f3072b24e5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8bf19ce6-baf9-4a1e-a6ea-637cbf9f1ea0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:07:18.483 [67ea4d367446d1836ed3ff709a142a7a,6ed3ff709a142a7a] [qtp1225114731-24]  INFO [aai-resources,67ea4d367446d1836ed3ff709a142a7a,6ed3ff709a142a7a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:18.495 [67ea4d367446d1836ed3ff709a142a7a,6ed3ff709a142a7a] [qtp1225114731-24] DEBUG [aai-resources,67ea4d367446d1836ed3ff709a142a7a,6ed3ff709a142a7a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4088e18e-a01f-435b-92fa-e5ad0cf6df2f","status":"200","rqstDate":"250331-08:07:18:483","respDate":"250331-08:07:18:495","sourceId":"haproxy:4088e18e-a01f-435b-92fa-e5ad0cf6df2f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:07:18:483-30112\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2f9df107-53da-930e-8aa0-a08a734ce2b7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4088e18e-a01f-435b-92fa-e5ad0cf6df2f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:07:20.501 [67ea4d38913cb1b43bc82081148c4840,3bc82081148c4840] [qtp1225114731-26]  INFO [aai-resources,67ea4d38913cb1b43bc82081148c4840,3bc82081148c4840] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:20.513 [67ea4d38913cb1b43bc82081148c4840,3bc82081148c4840] [qtp1225114731-26] DEBUG [aai-resources,67ea4d38913cb1b43bc82081148c4840,3bc82081148c4840] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ea60c6ba-ea37-4128-af75-d03319c233ea","status":"200","rqstDate":"250331-08:07:20:501","respDate":"250331-08:07:20:513","sourceId":"haproxy:ea60c6ba-ea37-4128-af75-d03319c233ea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:07:20:501-69083\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7aaeed51-bb5c-4707-a7da-85d51cafb76e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ea60c6ba-ea37-4128-af75-d03319c233ea]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:07:22.520 [67ea4d3ad6a66f54c11b9cf92071f565,c11b9cf92071f565] [qtp1225114731-24]  INFO [aai-resources,67ea4d3ad6a66f54c11b9cf92071f565,c11b9cf92071f565] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:22.538 [67ea4d3ad6a66f54c11b9cf92071f565,c11b9cf92071f565] [qtp1225114731-24] DEBUG [aai-resources,67ea4d3ad6a66f54c11b9cf92071f565,c11b9cf92071f565] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a7d7129b-7f54-4c42-afb8-56f92054b4be","status":"200","rqstDate":"250331-08:07:22:520","respDate":"250331-08:07:22:538","sourceId":"haproxy:a7d7129b-7f54-4c42-afb8-56f92054b4be","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:07:22:520-38829\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0cc67be7-517d-46e0-b232-a74de4fffa8e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a7d7129b-7f54-4c42-afb8-56f92054b4be]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:07:24.546 [67ea4d3c2f357332278eb61645de4535,278eb61645de4535] [qtp1225114731-26]  INFO [aai-resources,67ea4d3c2f357332278eb61645de4535,278eb61645de4535] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:24.558 [67ea4d3c2f357332278eb61645de4535,278eb61645de4535] [qtp1225114731-26] DEBUG [aai-resources,67ea4d3c2f357332278eb61645de4535,278eb61645de4535] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a07a8e6e-4b71-4eee-8938-685b07187d30","status":"200","rqstDate":"250331-08:07:24:546","respDate":"250331-08:07:24:558","sourceId":"haproxy:a07a8e6e-4b71-4eee-8938-685b07187d30","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:07:24:546-74019\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[081b6d9f-cf29-42d5-80fb-b4417cd94845], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a07a8e6e-4b71-4eee-8938-685b07187d30]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:07:26.565 [67ea4d3eef65f38f209fef61d76f6685,209fef61d76f6685] [qtp1225114731-24]  INFO [aai-resources,67ea4d3eef65f38f209fef61d76f6685,209fef61d76f6685] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:26.585 [67ea4d3eef65f38f209fef61d76f6685,209fef61d76f6685] [qtp1225114731-24] DEBUG [aai-resources,67ea4d3eef65f38f209fef61d76f6685,209fef61d76f6685] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"efb7acf8-41dd-4dc0-a94b-712d1f129f79","status":"200","rqstDate":"250331-08:07:26:566","respDate":"250331-08:07:26:585","sourceId":"haproxy:efb7acf8-41dd-4dc0-a94b-712d1f129f79","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:07:26:566-52900\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6c563617-3f17-487e-bb44-3ecb2bf68fd4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[efb7acf8-41dd-4dc0-a94b-712d1f129f79]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:07:28.593 [67ea4d40d2cf879806948bf5b8e1546c,06948bf5b8e1546c] [qtp1225114731-26]  INFO [aai-resources,67ea4d40d2cf879806948bf5b8e1546c,06948bf5b8e1546c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:28.611 [67ea4d40d2cf879806948bf5b8e1546c,06948bf5b8e1546c] [qtp1225114731-26] DEBUG [aai-resources,67ea4d40d2cf879806948bf5b8e1546c,06948bf5b8e1546c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e3e01a6c-8a3e-4f1b-be4c-22b78fbb135f","status":"200","rqstDate":"250331-08:07:28:593","respDate":"250331-08:07:28:611","sourceId":"haproxy:e3e01a6c-8a3e-4f1b-be4c-22b78fbb135f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:07:28:593-64268\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dbd308e0-4f46-4089-a53d-bc60a15a84f6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e3e01a6c-8a3e-4f1b-be4c-22b78fbb135f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:07:30.619 [67ea4d4248b46d7e0dede3f94434abc5,0dede3f94434abc5] [qtp1225114731-24]  INFO [aai-resources,67ea4d4248b46d7e0dede3f94434abc5,0dede3f94434abc5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:30.634 [67ea4d4248b46d7e0dede3f94434abc5,0dede3f94434abc5] [qtp1225114731-24] DEBUG [aai-resources,67ea4d4248b46d7e0dede3f94434abc5,0dede3f94434abc5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d8943fea-6db5-4d0a-aedb-b623a6d2ff4d","status":"200","rqstDate":"250331-08:07:30:619","respDate":"250331-08:07:30:634","sourceId":"haproxy:d8943fea-6db5-4d0a-aedb-b623a6d2ff4d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:07:30:619-24323\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b014e109-97cf-453b-b6c0-9df87a120cef], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d8943fea-6db5-4d0a-aedb-b623a6d2ff4d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:07:32.641 [67ea4d447df794424966657899e7c8e4,4966657899e7c8e4] [qtp1225114731-26]  INFO [aai-resources,67ea4d447df794424966657899e7c8e4,4966657899e7c8e4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:32.654 [67ea4d447df794424966657899e7c8e4,4966657899e7c8e4] [qtp1225114731-26] DEBUG [aai-resources,67ea4d447df794424966657899e7c8e4,4966657899e7c8e4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fcd203f4-d81c-45e0-8acb-941e6904ea75","status":"200","rqstDate":"250331-08:07:32:642","respDate":"250331-08:07:32:654","sourceId":"haproxy:fcd203f4-d81c-45e0-8acb-941e6904ea75","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:07:32:642-78575\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d0d591da-f5bb-455a-9a3b-2b1a72db0cb8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fcd203f4-d81c-45e0-8acb-941e6904ea75]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:07:34.662 [67ea4d468e330f03265cbd6adf0c2ff4,265cbd6adf0c2ff4] [qtp1225114731-24]  INFO [aai-resources,67ea4d468e330f03265cbd6adf0c2ff4,265cbd6adf0c2ff4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:34.676 [67ea4d468e330f03265cbd6adf0c2ff4,265cbd6adf0c2ff4] [qtp1225114731-24] DEBUG [aai-resources,67ea4d468e330f03265cbd6adf0c2ff4,265cbd6adf0c2ff4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9cb4d4fd-695e-4702-abfb-c29da6f81de5","status":"200","rqstDate":"250331-08:07:34:662","respDate":"250331-08:07:34:676","sourceId":"haproxy:9cb4d4fd-695e-4702-abfb-c29da6f81de5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:07:34:662-44551\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[588197c5-5db3-495b-b127-bda58fef7d81], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9cb4d4fd-695e-4702-abfb-c29da6f81de5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:07:36.684 [67ea4d481eab168ad7fe1f914cb8e8af,d7fe1f914cb8e8af] [qtp1225114731-26]  INFO [aai-resources,67ea4d481eab168ad7fe1f914cb8e8af,d7fe1f914cb8e8af] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:36.697 [67ea4d481eab168ad7fe1f914cb8e8af,d7fe1f914cb8e8af] [qtp1225114731-26] DEBUG [aai-resources,67ea4d481eab168ad7fe1f914cb8e8af,d7fe1f914cb8e8af] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"73b2af86-0850-4e3d-97b2-fe4860c1016a","status":"200","rqstDate":"250331-08:07:36:684","respDate":"250331-08:07:36:697","sourceId":"haproxy:73b2af86-0850-4e3d-97b2-fe4860c1016a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:07:36:684-60334\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c5d5b02d-c76d-4c4d-b7e4-6026b972f253], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[73b2af86-0850-4e3d-97b2-fe4860c1016a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:07:38.705 [67ea4d4a58af53b0d46caca633477421,d46caca633477421] [qtp1225114731-24]  INFO [aai-resources,67ea4d4a58af53b0d46caca633477421,d46caca633477421] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:38.725 [67ea4d4a58af53b0d46caca633477421,d46caca633477421] [qtp1225114731-24] DEBUG [aai-resources,67ea4d4a58af53b0d46caca633477421,d46caca633477421] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9aaed09d-69da-4c94-9e8f-0afb2db36817","status":"200","rqstDate":"250331-08:07:38:706","respDate":"250331-08:07:38:725","sourceId":"haproxy:9aaed09d-69da-4c94-9e8f-0afb2db36817","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:07:38:706-57261\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fe249698-aa9f-4c5a-afee-49a273faaa00], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9aaed09d-69da-4c94-9e8f-0afb2db36817]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:07:40.734 [67ea4d4c9c1224748b4254b95c8dd603,8b4254b95c8dd603] [qtp1225114731-26]  INFO [aai-resources,67ea4d4c9c1224748b4254b95c8dd603,8b4254b95c8dd603] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:40.750 [67ea4d4c9c1224748b4254b95c8dd603,8b4254b95c8dd603] [qtp1225114731-26] DEBUG [aai-resources,67ea4d4c9c1224748b4254b95c8dd603,8b4254b95c8dd603] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4d8c9462-0aa6-4739-b437-01eac9e0ba24","status":"200","rqstDate":"250331-08:07:40:735","respDate":"250331-08:07:40:750","sourceId":"haproxy:4d8c9462-0aa6-4739-b437-01eac9e0ba24","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:07:40:735-20479\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[33eb94d7-d72c-4f70-ad65-545c8c57c65c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4d8c9462-0aa6-4739-b437-01eac9e0ba24]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:07:42.757 [67ea4d4e5e8bdbfa3b3a6f608acf6ada,3b3a6f608acf6ada] [qtp1225114731-24]  INFO [aai-resources,67ea4d4e5e8bdbfa3b3a6f608acf6ada,3b3a6f608acf6ada] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:42.771 [67ea4d4e5e8bdbfa3b3a6f608acf6ada,3b3a6f608acf6ada] [qtp1225114731-24] DEBUG [aai-resources,67ea4d4e5e8bdbfa3b3a6f608acf6ada,3b3a6f608acf6ada] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b10cefae-26da-412b-8bc6-72928f348881","status":"200","rqstDate":"250331-08:07:42:757","respDate":"250331-08:07:42:771","sourceId":"haproxy:b10cefae-26da-412b-8bc6-72928f348881","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:07:42:757-19873\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0f0c57f8-155c-4885-bb89-9ab36474c804], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b10cefae-26da-412b-8bc6-72928f348881]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:07:44.779 [67ea4d500ffda244980ed6ba8b9fa132,980ed6ba8b9fa132] [qtp1225114731-26]  INFO [aai-resources,67ea4d500ffda244980ed6ba8b9fa132,980ed6ba8b9fa132] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:44.794 [67ea4d500ffda244980ed6ba8b9fa132,980ed6ba8b9fa132] [qtp1225114731-26] DEBUG [aai-resources,67ea4d500ffda244980ed6ba8b9fa132,980ed6ba8b9fa132] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"01df3304-c8cc-4b8f-b9bd-1ad6aa5dab5e","status":"200","rqstDate":"250331-08:07:44:780","respDate":"250331-08:07:44:794","sourceId":"haproxy:01df3304-c8cc-4b8f-b9bd-1ad6aa5dab5e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:07:44:780-88641\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1fbba623-e2b7-4451-b5a7-94029a8523be], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[01df3304-c8cc-4b8f-b9bd-1ad6aa5dab5e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:07:46.801 [67ea4d52ab6bc8850c0be02fdf3a6942,0c0be02fdf3a6942] [qtp1225114731-24]  INFO [aai-resources,67ea4d52ab6bc8850c0be02fdf3a6942,0c0be02fdf3a6942] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:46.818 [67ea4d52ab6bc8850c0be02fdf3a6942,0c0be02fdf3a6942] [qtp1225114731-24] DEBUG [aai-resources,67ea4d52ab6bc8850c0be02fdf3a6942,0c0be02fdf3a6942] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7d54571-0fd4-4032-9a95-1a2e02d0a94b","status":"200","rqstDate":"250331-08:07:46:802","respDate":"250331-08:07:46:818","sourceId":"haproxy:d7d54571-0fd4-4032-9a95-1a2e02d0a94b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:07:46:802-33785\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[27aac7d3-9255-42e6-9201-728a5bad02c0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d7d54571-0fd4-4032-9a95-1a2e02d0a94b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:07:48.826 [67ea4d547d896fcb19f192eda0da4f94,19f192eda0da4f94] [qtp1225114731-26]  INFO [aai-resources,67ea4d547d896fcb19f192eda0da4f94,19f192eda0da4f94] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:48.838 [67ea4d547d896fcb19f192eda0da4f94,19f192eda0da4f94] [qtp1225114731-26] DEBUG [aai-resources,67ea4d547d896fcb19f192eda0da4f94,19f192eda0da4f94] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fa599115-2b71-487e-8713-1eadb99a5c1d","status":"200","rqstDate":"250331-08:07:48:826","respDate":"250331-08:07:48:838","sourceId":"haproxy:fa599115-2b71-487e-8713-1eadb99a5c1d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:07:48:826-33356\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c0f69ba-52e0-45b2-8bc6-bd514fbf17a8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fa599115-2b71-487e-8713-1eadb99a5c1d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:07:50.846 [67ea4d564693a74a096645916fbcdf25,096645916fbcdf25] [qtp1225114731-24]  INFO [aai-resources,67ea4d564693a74a096645916fbcdf25,096645916fbcdf25] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:50.859 [67ea4d564693a74a096645916fbcdf25,096645916fbcdf25] [qtp1225114731-24] DEBUG [aai-resources,67ea4d564693a74a096645916fbcdf25,096645916fbcdf25] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"795629d4-000b-44bd-b74a-b03ff36400ca","status":"200","rqstDate":"250331-08:07:50:846","respDate":"250331-08:07:50:859","sourceId":"haproxy:795629d4-000b-44bd-b74a-b03ff36400ca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:07:50:846-99120\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5ae15d90-9bfd-408e-b767-9989d070d0f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[795629d4-000b-44bd-b74a-b03ff36400ca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:07:52.866 [67ea4d588090a4e2e26c1a8881c47fd7,e26c1a8881c47fd7] [qtp1225114731-26]  INFO [aai-resources,67ea4d588090a4e2e26c1a8881c47fd7,e26c1a8881c47fd7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:52.883 [67ea4d588090a4e2e26c1a8881c47fd7,e26c1a8881c47fd7] [qtp1225114731-26] DEBUG [aai-resources,67ea4d588090a4e2e26c1a8881c47fd7,e26c1a8881c47fd7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e32356c2-ea9a-4b07-acbd-4daec09f1ff9","status":"200","rqstDate":"250331-08:07:52:866","respDate":"250331-08:07:52:883","sourceId":"haproxy:e32356c2-ea9a-4b07-acbd-4daec09f1ff9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:07:52:866-60741\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d9aa5c0e-3302-439d-afef-7512fcd63d28], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e32356c2-ea9a-4b07-acbd-4daec09f1ff9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:07:54.890 [67ea4d5af20da7d40bbceac14c4c62a8,0bbceac14c4c62a8] [qtp1225114731-24]  INFO [aai-resources,67ea4d5af20da7d40bbceac14c4c62a8,0bbceac14c4c62a8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:54.902 [67ea4d5af20da7d40bbceac14c4c62a8,0bbceac14c4c62a8] [qtp1225114731-24] DEBUG [aai-resources,67ea4d5af20da7d40bbceac14c4c62a8,0bbceac14c4c62a8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"528782cc-734e-4e1f-97e1-c61126943602","status":"200","rqstDate":"250331-08:07:54:891","respDate":"250331-08:07:54:902","sourceId":"haproxy:528782cc-734e-4e1f-97e1-c61126943602","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:07:54:891-81808\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a7d940d5-c92c-4b14-bf7f-8aad57ab7695], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[528782cc-734e-4e1f-97e1-c61126943602]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:07:56.908 [67ea4d5c39c02cebd85b08c9e09737e4,d85b08c9e09737e4] [qtp1225114731-26]  INFO [aai-resources,67ea4d5c39c02cebd85b08c9e09737e4,d85b08c9e09737e4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:56.921 [67ea4d5c39c02cebd85b08c9e09737e4,d85b08c9e09737e4] [qtp1225114731-26] DEBUG [aai-resources,67ea4d5c39c02cebd85b08c9e09737e4,d85b08c9e09737e4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9365d39c-7065-4d56-9ebb-17e37d782589","status":"200","rqstDate":"250331-08:07:56:909","respDate":"250331-08:07:56:921","sourceId":"haproxy:9365d39c-7065-4d56-9ebb-17e37d782589","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:07:56:909-26064\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7fb487bb-6012-4f80-bac4-29072cf1c1da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9365d39c-7065-4d56-9ebb-17e37d782589]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:07:58.929 [67ea4d5eb16bf57ef33a3dcffc5ff6f3,f33a3dcffc5ff6f3] [qtp1225114731-24]  INFO [aai-resources,67ea4d5eb16bf57ef33a3dcffc5ff6f3,f33a3dcffc5ff6f3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:07:58.944 [67ea4d5eb16bf57ef33a3dcffc5ff6f3,f33a3dcffc5ff6f3] [qtp1225114731-24] DEBUG [aai-resources,67ea4d5eb16bf57ef33a3dcffc5ff6f3,f33a3dcffc5ff6f3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b8a166c8-bd4e-46e0-8683-c914401af100","status":"200","rqstDate":"250331-08:07:58:929","respDate":"250331-08:07:58:944","sourceId":"haproxy:b8a166c8-bd4e-46e0-8683-c914401af100","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:07:58:929-17645\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e4c50b31-a9ed-4bfc-83c2-c67cfa913850], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b8a166c8-bd4e-46e0-8683-c914401af100]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:07:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:08:00.952 [67ea4d6094631718ba9b1123b302e3a0,ba9b1123b302e3a0] [qtp1225114731-26]  INFO [aai-resources,67ea4d6094631718ba9b1123b302e3a0,ba9b1123b302e3a0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:00.967 [67ea4d6094631718ba9b1123b302e3a0,ba9b1123b302e3a0] [qtp1225114731-26] DEBUG [aai-resources,67ea4d6094631718ba9b1123b302e3a0,ba9b1123b302e3a0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fdf218d5-2186-4c0e-86e5-cabdcd3de359","status":"200","rqstDate":"250331-08:08:00:953","respDate":"250331-08:08:00:966","sourceId":"haproxy:fdf218d5-2186-4c0e-86e5-cabdcd3de359","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:08:00:953-72599\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2d39fdab-8c20-4c39-b13e-49071e053165], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fdf218d5-2186-4c0e-86e5-cabdcd3de359]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:08:02.975 [67ea4d62a9a80d18532a4043c822b31c,532a4043c822b31c] [qtp1225114731-24]  INFO [aai-resources,67ea4d62a9a80d18532a4043c822b31c,532a4043c822b31c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:02.987 [67ea4d62a9a80d18532a4043c822b31c,532a4043c822b31c] [qtp1225114731-24] DEBUG [aai-resources,67ea4d62a9a80d18532a4043c822b31c,532a4043c822b31c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6267ede9-f68b-4faa-ae68-7bb063bb10c4","status":"200","rqstDate":"250331-08:08:02:975","respDate":"250331-08:08:02:987","sourceId":"haproxy:6267ede9-f68b-4faa-ae68-7bb063bb10c4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:02:975-84595\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8b1fe7bd-f4fb-45e7-85eb-6c757563f101], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6267ede9-f68b-4faa-ae68-7bb063bb10c4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:08:04.996 [67ea4d64802c015e7d5a6debb10a6c95,7d5a6debb10a6c95] [qtp1225114731-26]  INFO [aai-resources,67ea4d64802c015e7d5a6debb10a6c95,7d5a6debb10a6c95] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:05.010 [67ea4d64802c015e7d5a6debb10a6c95,7d5a6debb10a6c95] [qtp1225114731-26] DEBUG [aai-resources,67ea4d64802c015e7d5a6debb10a6c95,7d5a6debb10a6c95] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4bf71e26-7601-43d8-a48c-6efc4bf1a62a","status":"200","rqstDate":"250331-08:08:04:996","respDate":"250331-08:08:05:009","sourceId":"haproxy:4bf71e26-7601-43d8-a48c-6efc4bf1a62a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:04:996-47958\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[950fe5a2-bd62-412c-8ff3-41d11ed73234], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4bf71e26-7601-43d8-a48c-6efc4bf1a62a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:08:07.016 [67ea4d678515fa1aeef029b08ccd5dde,eef029b08ccd5dde] [qtp1225114731-24]  INFO [aai-resources,67ea4d678515fa1aeef029b08ccd5dde,eef029b08ccd5dde] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:07.028 [67ea4d678515fa1aeef029b08ccd5dde,eef029b08ccd5dde] [qtp1225114731-24] DEBUG [aai-resources,67ea4d678515fa1aeef029b08ccd5dde,eef029b08ccd5dde] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0fa9113c-22ab-42a6-bea9-277bea24336c","status":"200","rqstDate":"250331-08:08:07:017","respDate":"250331-08:08:07:028","sourceId":"haproxy:0fa9113c-22ab-42a6-bea9-277bea24336c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:07:017-37451\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[67ea8335-5a56-40a7-a335-142db1be4f87], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0fa9113c-22ab-42a6-bea9-277bea24336c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:08:09.036 [67ea4d6946a576d1e18f0e60ba2fda14,e18f0e60ba2fda14] [qtp1225114731-26]  INFO [aai-resources,67ea4d6946a576d1e18f0e60ba2fda14,e18f0e60ba2fda14] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:09.050 [67ea4d6946a576d1e18f0e60ba2fda14,e18f0e60ba2fda14] [qtp1225114731-26] DEBUG [aai-resources,67ea4d6946a576d1e18f0e60ba2fda14,e18f0e60ba2fda14] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"107720cf-b12c-4b74-9944-60710a4d5f8f","status":"200","rqstDate":"250331-08:08:09:036","respDate":"250331-08:08:09:050","sourceId":"haproxy:107720cf-b12c-4b74-9944-60710a4d5f8f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:08:09:036-34656\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e8700333-1f8a-4071-8d8e-7e9c24ae3b04], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[107720cf-b12c-4b74-9944-60710a4d5f8f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:08:11.057 [67ea4d6b30cb40ce6d40597a1d8d7157,6d40597a1d8d7157] [qtp1225114731-24]  INFO [aai-resources,67ea4d6b30cb40ce6d40597a1d8d7157,6d40597a1d8d7157] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:11.072 [67ea4d6b30cb40ce6d40597a1d8d7157,6d40597a1d8d7157] [qtp1225114731-24] DEBUG [aai-resources,67ea4d6b30cb40ce6d40597a1d8d7157,6d40597a1d8d7157] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c40856d8-6591-4142-82f1-9b55905530ef","status":"200","rqstDate":"250331-08:08:11:057","respDate":"250331-08:08:11:072","sourceId":"haproxy:c40856d8-6591-4142-82f1-9b55905530ef","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:08:11:057-20631\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d2b226d2-cfbf-4479-8ff8-45e64b6cb485], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c40856d8-6591-4142-82f1-9b55905530ef]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:08:13.080 [67ea4d6dcf10c4035f995e7256b4c6ff,5f995e7256b4c6ff] [qtp1225114731-26]  INFO [aai-resources,67ea4d6dcf10c4035f995e7256b4c6ff,5f995e7256b4c6ff] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:13.095 [67ea4d6dcf10c4035f995e7256b4c6ff,5f995e7256b4c6ff] [qtp1225114731-26] DEBUG [aai-resources,67ea4d6dcf10c4035f995e7256b4c6ff,5f995e7256b4c6ff] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c23460ba-3a0a-4d96-a003-43df64a2558b","status":"200","rqstDate":"250331-08:08:13:080","respDate":"250331-08:08:13:095","sourceId":"haproxy:c23460ba-3a0a-4d96-a003-43df64a2558b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:08:13:080-85746\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0e8dc0ae-51f8-45d5-8ee4-d9630370cb58], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c23460ba-3a0a-4d96-a003-43df64a2558b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:08:15.103 [67ea4d6ff82ec87e16e93f8536b6c437,16e93f8536b6c437] [qtp1225114731-24]  INFO [aai-resources,67ea4d6ff82ec87e16e93f8536b6c437,16e93f8536b6c437] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:15.116 [67ea4d6ff82ec87e16e93f8536b6c437,16e93f8536b6c437] [qtp1225114731-24] DEBUG [aai-resources,67ea4d6ff82ec87e16e93f8536b6c437,16e93f8536b6c437] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fd87bf42-03b4-4f86-b092-7db5e0ac09fe","status":"200","rqstDate":"250331-08:08:15:103","respDate":"250331-08:08:15:116","sourceId":"haproxy:fd87bf42-03b4-4f86-b092-7db5e0ac09fe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:08:15:103-28448\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9a6b12f8-0c04-46f0-a0be-b82e291d4908], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fd87bf42-03b4-4f86-b092-7db5e0ac09fe]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:08:17.124 [67ea4d71964678287e326faa1e38b3ee,7e326faa1e38b3ee] [qtp1225114731-26]  INFO [aai-resources,67ea4d71964678287e326faa1e38b3ee,7e326faa1e38b3ee] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:17.139 [67ea4d71964678287e326faa1e38b3ee,7e326faa1e38b3ee] [qtp1225114731-26] DEBUG [aai-resources,67ea4d71964678287e326faa1e38b3ee,7e326faa1e38b3ee] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"913df5be-1652-43bc-8894-016ed029e808","status":"200","rqstDate":"250331-08:08:17:125","respDate":"250331-08:08:17:139","sourceId":"haproxy:913df5be-1652-43bc-8894-016ed029e808","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:17:125-41014\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ab9fe9cf-75f1-429b-b367-b9dafc63283a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[913df5be-1652-43bc-8894-016ed029e808]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:08:19.147 [67ea4d73f58bdb534c20503939b39be9,4c20503939b39be9] [qtp1225114731-24]  INFO [aai-resources,67ea4d73f58bdb534c20503939b39be9,4c20503939b39be9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:19.162 [67ea4d73f58bdb534c20503939b39be9,4c20503939b39be9] [qtp1225114731-24] DEBUG [aai-resources,67ea4d73f58bdb534c20503939b39be9,4c20503939b39be9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7abc2fdf-7389-40ed-b0b5-e547f54e4bfe","status":"200","rqstDate":"250331-08:08:19:147","respDate":"250331-08:08:19:161","sourceId":"haproxy:7abc2fdf-7389-40ed-b0b5-e547f54e4bfe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:19:147-69580\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4267b533-3a0b-4f27-a33b-df96a6a6a87e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7abc2fdf-7389-40ed-b0b5-e547f54e4bfe]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:08:21.170 [67ea4d757ca9bc2d08d5fc37f1be1c00,08d5fc37f1be1c00] [qtp1225114731-26]  INFO [aai-resources,67ea4d757ca9bc2d08d5fc37f1be1c00,08d5fc37f1be1c00] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:21.185 [67ea4d757ca9bc2d08d5fc37f1be1c00,08d5fc37f1be1c00] [qtp1225114731-26] DEBUG [aai-resources,67ea4d757ca9bc2d08d5fc37f1be1c00,08d5fc37f1be1c00] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a088c28d-74c1-45b4-a110-c8707c266185","status":"200","rqstDate":"250331-08:08:21:170","respDate":"250331-08:08:21:185","sourceId":"haproxy:a088c28d-74c1-45b4-a110-c8707c266185","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:21:170-75279\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e4c31df6-1cc5-40c5-afd1-7be832cf3c17], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a088c28d-74c1-45b4-a110-c8707c266185]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:08:23.194 [67ea4d775c31052364ab25a6d6072b61,64ab25a6d6072b61] [qtp1225114731-24]  INFO [aai-resources,67ea4d775c31052364ab25a6d6072b61,64ab25a6d6072b61] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:23.208 [67ea4d775c31052364ab25a6d6072b61,64ab25a6d6072b61] [qtp1225114731-24] DEBUG [aai-resources,67ea4d775c31052364ab25a6d6072b61,64ab25a6d6072b61] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b6d7039e-64d7-48a1-9757-e5b51b0fb340","status":"200","rqstDate":"250331-08:08:23:195","respDate":"250331-08:08:23:207","sourceId":"haproxy:b6d7039e-64d7-48a1-9757-e5b51b0fb340","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:08:23:195-7530\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[736a6a39-04ba-4f4a-9842-b46d43d89f67], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b6d7039e-64d7-48a1-9757-e5b51b0fb340]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:08:25.215 [67ea4d7908cde0809bb4471174cae95d,9bb4471174cae95d] [qtp1225114731-26]  INFO [aai-resources,67ea4d7908cde0809bb4471174cae95d,9bb4471174cae95d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:25.225 [67ea4d7908cde0809bb4471174cae95d,9bb4471174cae95d] [qtp1225114731-26] DEBUG [aai-resources,67ea4d7908cde0809bb4471174cae95d,9bb4471174cae95d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"432ff797-2e27-4361-8201-03f9f536bae7","status":"200","rqstDate":"250331-08:08:25:215","respDate":"250331-08:08:25:224","sourceId":"haproxy:432ff797-2e27-4361-8201-03f9f536bae7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:25:215-83769\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6377ca71-ebc7-489c-9b20-f488f0f135b5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[432ff797-2e27-4361-8201-03f9f536bae7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:08:27.236 [67ea4d7b101985db221dafcfcfaa6ea2,221dafcfcfaa6ea2] [qtp1225114731-24]  INFO [aai-resources,67ea4d7b101985db221dafcfcfaa6ea2,221dafcfcfaa6ea2] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:27.259 [67ea4d7b101985db221dafcfcfaa6ea2,221dafcfcfaa6ea2] [qtp1225114731-24] DEBUG [aai-resources,67ea4d7b101985db221dafcfcfaa6ea2,221dafcfcfaa6ea2] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"719137ea-bb72-4b13-b614-35cd090d92af","status":"200","rqstDate":"250331-08:08:27:236","respDate":"250331-08:08:27:259","sourceId":"haproxy:719137ea-bb72-4b13-b614-35cd090d92af","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:08:27:236-28649\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cfc0699e-d338-469f-89ec-2ebf34f65280], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[719137ea-bb72-4b13-b614-35cd090d92af]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:08:29.266 [67ea4d7de9a2466b44dbebe8d193cead,44dbebe8d193cead] [qtp1225114731-26]  INFO [aai-resources,67ea4d7de9a2466b44dbebe8d193cead,44dbebe8d193cead] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:29.276 [67ea4d7de9a2466b44dbebe8d193cead,44dbebe8d193cead] [qtp1225114731-26] DEBUG [aai-resources,67ea4d7de9a2466b44dbebe8d193cead,44dbebe8d193cead] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b494a4a-955c-49f7-84da-09792ab768fe","status":"200","rqstDate":"250331-08:08:29:266","respDate":"250331-08:08:29:276","sourceId":"haproxy:8b494a4a-955c-49f7-84da-09792ab768fe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:29:266-46632\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1578c176-d0dc-4b7b-b316-e6c33612024c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8b494a4a-955c-49f7-84da-09792ab768fe]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:08:31.282 [67ea4d7f7bf2ac86f2db6cda2ae90c1e,f2db6cda2ae90c1e] [qtp1225114731-24]  INFO [aai-resources,67ea4d7f7bf2ac86f2db6cda2ae90c1e,f2db6cda2ae90c1e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:31.296 [67ea4d7f7bf2ac86f2db6cda2ae90c1e,f2db6cda2ae90c1e] [qtp1225114731-24] DEBUG [aai-resources,67ea4d7f7bf2ac86f2db6cda2ae90c1e,f2db6cda2ae90c1e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"01d6aea4-7c10-44ec-9256-167805109079","status":"200","rqstDate":"250331-08:08:31:283","respDate":"250331-08:08:31:295","sourceId":"haproxy:01d6aea4-7c10-44ec-9256-167805109079","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:08:31:283-78765\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f74b44dd-da0f-4326-b3c0-13df89f7e5f6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[01d6aea4-7c10-44ec-9256-167805109079]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:08:33.303 [67ea4d811c52cd00162a5b663a4e6147,162a5b663a4e6147] [qtp1225114731-26]  INFO [aai-resources,67ea4d811c52cd00162a5b663a4e6147,162a5b663a4e6147] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:33.313 [67ea4d811c52cd00162a5b663a4e6147,162a5b663a4e6147] [qtp1225114731-26] DEBUG [aai-resources,67ea4d811c52cd00162a5b663a4e6147,162a5b663a4e6147] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1d4ba65f-f5b1-46e3-9651-8d4ba659a4dc","status":"200","rqstDate":"250331-08:08:33:303","respDate":"250331-08:08:33:313","sourceId":"haproxy:1d4ba65f-f5b1-46e3-9651-8d4ba659a4dc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:33:303-3911\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8196daf4-e7df-4907-af44-5c25c5fa32cb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1d4ba65f-f5b1-46e3-9651-8d4ba659a4dc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:08:35.319 [67ea4d837a6e71247a3a02dcd1ccfdcc,7a3a02dcd1ccfdcc] [qtp1225114731-24]  INFO [aai-resources,67ea4d837a6e71247a3a02dcd1ccfdcc,7a3a02dcd1ccfdcc] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:35.336 [67ea4d837a6e71247a3a02dcd1ccfdcc,7a3a02dcd1ccfdcc] [qtp1225114731-24] DEBUG [aai-resources,67ea4d837a6e71247a3a02dcd1ccfdcc,7a3a02dcd1ccfdcc] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f32ff358-3f60-488e-b2fa-e4dbf07fd52c","status":"200","rqstDate":"250331-08:08:35:319","respDate":"250331-08:08:35:335","sourceId":"haproxy:f32ff358-3f60-488e-b2fa-e4dbf07fd52c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:35:319-4907\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f285e7f0-195d-433b-b805-bf535a5627c1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f32ff358-3f60-488e-b2fa-e4dbf07fd52c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:08:37.343 [67ea4d85c2350a37ff01c1bc0c0a71d6,ff01c1bc0c0a71d6] [qtp1225114731-26]  INFO [aai-resources,67ea4d85c2350a37ff01c1bc0c0a71d6,ff01c1bc0c0a71d6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:37.356 [67ea4d85c2350a37ff01c1bc0c0a71d6,ff01c1bc0c0a71d6] [qtp1225114731-26] DEBUG [aai-resources,67ea4d85c2350a37ff01c1bc0c0a71d6,ff01c1bc0c0a71d6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3341feec-0741-4075-8578-04e84190d8af","status":"200","rqstDate":"250331-08:08:37:343","respDate":"250331-08:08:37:356","sourceId":"haproxy:3341feec-0741-4075-8578-04e84190d8af","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:08:37:343-82911\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f81abaab-682e-47bd-968b-7c217f01fc08], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3341feec-0741-4075-8578-04e84190d8af]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:08:39.362 [67ea4d874f45f95ca7681455942f8b60,a7681455942f8b60] [qtp1225114731-24]  INFO [aai-resources,67ea4d874f45f95ca7681455942f8b60,a7681455942f8b60] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:39.373 [67ea4d874f45f95ca7681455942f8b60,a7681455942f8b60] [qtp1225114731-24] DEBUG [aai-resources,67ea4d874f45f95ca7681455942f8b60,a7681455942f8b60] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"82577303-38cb-4071-b917-88efa457b556","status":"200","rqstDate":"250331-08:08:39:362","respDate":"250331-08:08:39:373","sourceId":"haproxy:82577303-38cb-4071-b917-88efa457b556","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:08:39:362-83966\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[49cb99e0-4761-42a1-b0d5-a0843297401d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[82577303-38cb-4071-b917-88efa457b556]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:08:41.381 [67ea4d89d35417dfb37266eb6dc1e56a,b37266eb6dc1e56a] [qtp1225114731-26]  INFO [aai-resources,67ea4d89d35417dfb37266eb6dc1e56a,b37266eb6dc1e56a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:41.396 [67ea4d89d35417dfb37266eb6dc1e56a,b37266eb6dc1e56a] [qtp1225114731-26] DEBUG [aai-resources,67ea4d89d35417dfb37266eb6dc1e56a,b37266eb6dc1e56a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a66f601a-0e37-425e-ad54-eb5353c69898","status":"200","rqstDate":"250331-08:08:41:381","respDate":"250331-08:08:41:396","sourceId":"haproxy:a66f601a-0e37-425e-ad54-eb5353c69898","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:08:41:381-48288\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9d3ef416-d40c-428d-ba7b-10a981500006], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a66f601a-0e37-425e-ad54-eb5353c69898]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:08:43.403 [67ea4d8b96ca40d87f2aaaa7f2013fa4,7f2aaaa7f2013fa4] [qtp1225114731-24]  INFO [aai-resources,67ea4d8b96ca40d87f2aaaa7f2013fa4,7f2aaaa7f2013fa4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:43.419 [67ea4d8b96ca40d87f2aaaa7f2013fa4,7f2aaaa7f2013fa4] [qtp1225114731-24] DEBUG [aai-resources,67ea4d8b96ca40d87f2aaaa7f2013fa4,7f2aaaa7f2013fa4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a3f120d0-f997-47c4-a43c-46248400359a","status":"200","rqstDate":"250331-08:08:43:403","respDate":"250331-08:08:43:419","sourceId":"haproxy:a3f120d0-f997-47c4-a43c-46248400359a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:43:403-78836\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a5227290-a879-4305-8f11-704453aa58b6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a3f120d0-f997-47c4-a43c-46248400359a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:08:45.428 [67ea4d8d4b937806ce27cfe181b85164,ce27cfe181b85164] [qtp1225114731-26]  INFO [aai-resources,67ea4d8d4b937806ce27cfe181b85164,ce27cfe181b85164] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:45.445 [67ea4d8d4b937806ce27cfe181b85164,ce27cfe181b85164] [qtp1225114731-26] DEBUG [aai-resources,67ea4d8d4b937806ce27cfe181b85164,ce27cfe181b85164] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7ebd75c1-4c6c-4db5-8745-543b0d69bedf","status":"200","rqstDate":"250331-08:08:45:429","respDate":"250331-08:08:45:445","sourceId":"haproxy:7ebd75c1-4c6c-4db5-8745-543b0d69bedf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:08:45:429-30686\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bae65265-27c0-498d-97b5-00c08c5bbdc5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7ebd75c1-4c6c-4db5-8745-543b0d69bedf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:08:47.452 [67ea4d8f2aac11f17b7247c5d83dfcf1,7b7247c5d83dfcf1] [qtp1225114731-24]  INFO [aai-resources,67ea4d8f2aac11f17b7247c5d83dfcf1,7b7247c5d83dfcf1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:47.468 [67ea4d8f2aac11f17b7247c5d83dfcf1,7b7247c5d83dfcf1] [qtp1225114731-24] DEBUG [aai-resources,67ea4d8f2aac11f17b7247c5d83dfcf1,7b7247c5d83dfcf1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f1d5d9cd-2eda-4a13-b6f2-9111a36fd448","status":"200","rqstDate":"250331-08:08:47:453","respDate":"250331-08:08:47:468","sourceId":"haproxy:f1d5d9cd-2eda-4a13-b6f2-9111a36fd448","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:47:453-38893\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[00e103ef-08f9-4602-84b9-f0f685e3b2cb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f1d5d9cd-2eda-4a13-b6f2-9111a36fd448]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:08:49.476 [67ea4d91de25a17f962231213b5aa315,962231213b5aa315] [qtp1225114731-26]  INFO [aai-resources,67ea4d91de25a17f962231213b5aa315,962231213b5aa315] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:49.489 [67ea4d91de25a17f962231213b5aa315,962231213b5aa315] [qtp1225114731-26] DEBUG [aai-resources,67ea4d91de25a17f962231213b5aa315,962231213b5aa315] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b6db7b34-2115-420b-acf9-909ff023d2c8","status":"200","rqstDate":"250331-08:08:49:477","respDate":"250331-08:08:49:489","sourceId":"haproxy:b6db7b34-2115-420b-acf9-909ff023d2c8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:49:477-91207\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[66243d4f-25b8-49b5-808e-e7c6a04ecd57], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b6db7b34-2115-420b-acf9-909ff023d2c8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:08:51.497 [67ea4d9333b1e2f5c6c295c787033be5,c6c295c787033be5] [qtp1225114731-24]  INFO [aai-resources,67ea4d9333b1e2f5c6c295c787033be5,c6c295c787033be5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:51.514 [67ea4d9333b1e2f5c6c295c787033be5,c6c295c787033be5] [qtp1225114731-24] DEBUG [aai-resources,67ea4d9333b1e2f5c6c295c787033be5,c6c295c787033be5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"59299616-a570-494d-80e6-87bca5fa9ad0","status":"200","rqstDate":"250331-08:08:51:498","respDate":"250331-08:08:51:514","sourceId":"haproxy:59299616-a570-494d-80e6-87bca5fa9ad0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:51:498-77822\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cd2468ae-8dbb-4123-8b65-ce747b07eb2b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[59299616-a570-494d-80e6-87bca5fa9ad0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:08:53.522 [67ea4d952e9c9add3d72242d258d801f,3d72242d258d801f] [qtp1225114731-26]  INFO [aai-resources,67ea4d952e9c9add3d72242d258d801f,3d72242d258d801f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:53.535 [67ea4d952e9c9add3d72242d258d801f,3d72242d258d801f] [qtp1225114731-26] DEBUG [aai-resources,67ea4d952e9c9add3d72242d258d801f,3d72242d258d801f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5d69484f-622c-4826-a3cd-7257dd06c65f","status":"200","rqstDate":"250331-08:08:53:522","respDate":"250331-08:08:53:535","sourceId":"haproxy:5d69484f-622c-4826-a3cd-7257dd06c65f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:08:53:522-72647\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[160fd76d-086b-4247-9901-19c41448afea], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5d69484f-622c-4826-a3cd-7257dd06c65f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:08:55.542 [67ea4d97aeca899cc84e324089a926a2,c84e324089a926a2] [qtp1225114731-24]  INFO [aai-resources,67ea4d97aeca899cc84e324089a926a2,c84e324089a926a2] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:55.553 [67ea4d97aeca899cc84e324089a926a2,c84e324089a926a2] [qtp1225114731-24] DEBUG [aai-resources,67ea4d97aeca899cc84e324089a926a2,c84e324089a926a2] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"914bbd0e-5fff-40a5-b96e-6602f7bddee7","status":"200","rqstDate":"250331-08:08:55:543","respDate":"250331-08:08:55:553","sourceId":"haproxy:914bbd0e-5fff-40a5-b96e-6602f7bddee7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:08:55:543-95527\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cfc8a53b-4ae2-45d1-93ad-34d58e61762c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[914bbd0e-5fff-40a5-b96e-6602f7bddee7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:08:57.561 [67ea4d99f39d8545e05a845bfd2af0af,e05a845bfd2af0af] [qtp1225114731-26]  INFO [aai-resources,67ea4d99f39d8545e05a845bfd2af0af,e05a845bfd2af0af] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:57.579 [67ea4d99f39d8545e05a845bfd2af0af,e05a845bfd2af0af] [qtp1225114731-26] DEBUG [aai-resources,67ea4d99f39d8545e05a845bfd2af0af,e05a845bfd2af0af] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e6a84a74-6326-4e68-a1e8-d58f96a064eb","status":"200","rqstDate":"250331-08:08:57:565","respDate":"250331-08:08:57:579","sourceId":"haproxy:e6a84a74-6326-4e68-a1e8-d58f96a064eb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:08:57:565-65493\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[180dba63-41d6-405a-8dff-1023e5b94092], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e6a84a74-6326-4e68-a1e8-d58f96a064eb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:08:59.586 [67ea4d9b7b2661bb0ce27a5382fc4750,0ce27a5382fc4750] [qtp1225114731-24]  INFO [aai-resources,67ea4d9b7b2661bb0ce27a5382fc4750,0ce27a5382fc4750] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:08:59.603 [67ea4d9b7b2661bb0ce27a5382fc4750,0ce27a5382fc4750] [qtp1225114731-24] DEBUG [aai-resources,67ea4d9b7b2661bb0ce27a5382fc4750,0ce27a5382fc4750] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d5f527b8-0a00-4228-a1cb-231fdd595368","status":"200","rqstDate":"250331-08:08:59:587","respDate":"250331-08:08:59:603","sourceId":"haproxy:d5f527b8-0a00-4228-a1cb-231fdd595368","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:08:59:587-22840\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0869bf2f-01ae-44a7-93cb-8f2f5ef9e67d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d5f527b8-0a00-4228-a1cb-231fdd595368]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:08:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:09:01.610 [67ea4d9db88cd17cf5289a16affae624,f5289a16affae624] [qtp1225114731-26]  INFO [aai-resources,67ea4d9db88cd17cf5289a16affae624,f5289a16affae624] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:01.623 [67ea4d9db88cd17cf5289a16affae624,f5289a16affae624] [qtp1225114731-26] DEBUG [aai-resources,67ea4d9db88cd17cf5289a16affae624,f5289a16affae624] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df305fac-c4a6-4eb5-aced-61b6956e2747","status":"200","rqstDate":"250331-08:09:01:610","respDate":"250331-08:09:01:623","sourceId":"haproxy:df305fac-c4a6-4eb5-aced-61b6956e2747","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:09:01:610-39334\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[acdaba93-0db7-4d58-b2a4-9379b83ea000], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df305fac-c4a6-4eb5-aced-61b6956e2747]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:09:03.630 [67ea4d9f0b3acc621814113ad5185586,1814113ad5185586] [qtp1225114731-24]  INFO [aai-resources,67ea4d9f0b3acc621814113ad5185586,1814113ad5185586] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:03.643 [67ea4d9f0b3acc621814113ad5185586,1814113ad5185586] [qtp1225114731-24] DEBUG [aai-resources,67ea4d9f0b3acc621814113ad5185586,1814113ad5185586] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1665884e-cbc4-42a4-b863-af9f153748d7","status":"200","rqstDate":"250331-08:09:03:630","respDate":"250331-08:09:03:643","sourceId":"haproxy:1665884e-cbc4-42a4-b863-af9f153748d7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:03:630-32949\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f82be3f9-e477-42d7-83fc-0a6749e767df], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1665884e-cbc4-42a4-b863-af9f153748d7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:09:05.650 [67ea4da1f0b87b7c271b7bf357c0e3fb,271b7bf357c0e3fb] [qtp1225114731-26]  INFO [aai-resources,67ea4da1f0b87b7c271b7bf357c0e3fb,271b7bf357c0e3fb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:05.666 [67ea4da1f0b87b7c271b7bf357c0e3fb,271b7bf357c0e3fb] [qtp1225114731-26] DEBUG [aai-resources,67ea4da1f0b87b7c271b7bf357c0e3fb,271b7bf357c0e3fb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c9bc95b0-79a9-47cd-8cae-b1d8e4cbc50b","status":"200","rqstDate":"250331-08:09:05:650","respDate":"250331-08:09:05:666","sourceId":"haproxy:c9bc95b0-79a9-47cd-8cae-b1d8e4cbc50b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:09:05:650-64592\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e606229e-7439-4571-8081-d4859ebd00ad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c9bc95b0-79a9-47cd-8cae-b1d8e4cbc50b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:09:07.674 [67ea4da3152bcafdd2d4b61329984c9a,d2d4b61329984c9a] [qtp1225114731-24]  INFO [aai-resources,67ea4da3152bcafdd2d4b61329984c9a,d2d4b61329984c9a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:07.689 [67ea4da3152bcafdd2d4b61329984c9a,d2d4b61329984c9a] [qtp1225114731-24] DEBUG [aai-resources,67ea4da3152bcafdd2d4b61329984c9a,d2d4b61329984c9a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ab61bb43-5052-47af-a6bf-dfeef990976b","status":"200","rqstDate":"250331-08:09:07:674","respDate":"250331-08:09:07:689","sourceId":"haproxy:ab61bb43-5052-47af-a6bf-dfeef990976b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:09:07:674-48297\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[360b55ff-80f9-4370-97d8-f607add128ef], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ab61bb43-5052-47af-a6bf-dfeef990976b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:09:09.696 [67ea4da59575659799f4ae1992e0decc,99f4ae1992e0decc] [qtp1225114731-26]  INFO [aai-resources,67ea4da59575659799f4ae1992e0decc,99f4ae1992e0decc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:09.710 [67ea4da59575659799f4ae1992e0decc,99f4ae1992e0decc] [qtp1225114731-26] DEBUG [aai-resources,67ea4da59575659799f4ae1992e0decc,99f4ae1992e0decc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"de385cdd-8e69-41fe-b7d0-514bbe9f1ea2","status":"200","rqstDate":"250331-08:09:09:696","respDate":"250331-08:09:09:710","sourceId":"haproxy:de385cdd-8e69-41fe-b7d0-514bbe9f1ea2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:09:696-70684\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c89bf3ae-a999-4d07-b492-9da9d7402567], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[de385cdd-8e69-41fe-b7d0-514bbe9f1ea2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:09:11.720 [67ea4da79df53ccef3caef15e5c8dd79,f3caef15e5c8dd79] [qtp1225114731-24]  INFO [aai-resources,67ea4da79df53ccef3caef15e5c8dd79,f3caef15e5c8dd79] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:11.738 [67ea4da79df53ccef3caef15e5c8dd79,f3caef15e5c8dd79] [qtp1225114731-24] DEBUG [aai-resources,67ea4da79df53ccef3caef15e5c8dd79,f3caef15e5c8dd79] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5c558eb9-770e-41bc-b984-8b64b082ee75","status":"200","rqstDate":"250331-08:09:11:721","respDate":"250331-08:09:11:737","sourceId":"haproxy:5c558eb9-770e-41bc-b984-8b64b082ee75","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:11:721-28468\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cbe0e1fc-156d-4495-8d35-7d9a6a335e85], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5c558eb9-770e-41bc-b984-8b64b082ee75]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:09:13.747 [67ea4da9b8811f11fb74b1bd6dad2ab1,fb74b1bd6dad2ab1] [qtp1225114731-26]  INFO [aai-resources,67ea4da9b8811f11fb74b1bd6dad2ab1,fb74b1bd6dad2ab1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:13.760 [67ea4da9b8811f11fb74b1bd6dad2ab1,fb74b1bd6dad2ab1] [qtp1225114731-26] DEBUG [aai-resources,67ea4da9b8811f11fb74b1bd6dad2ab1,fb74b1bd6dad2ab1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1b05341f-7544-44c1-8cfa-6bf28606e74e","status":"200","rqstDate":"250331-08:09:13:747","respDate":"250331-08:09:13:760","sourceId":"haproxy:1b05341f-7544-44c1-8cfa-6bf28606e74e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:09:13:747-93319\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c10b47ca-5994-431a-bb46-8574206137c1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1b05341f-7544-44c1-8cfa-6bf28606e74e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:09:15.768 [67ea4dab8529c62d51d70c2d5c4738ef,51d70c2d5c4738ef] [qtp1225114731-24]  INFO [aai-resources,67ea4dab8529c62d51d70c2d5c4738ef,51d70c2d5c4738ef] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:15.782 [67ea4dab8529c62d51d70c2d5c4738ef,51d70c2d5c4738ef] [qtp1225114731-24] DEBUG [aai-resources,67ea4dab8529c62d51d70c2d5c4738ef,51d70c2d5c4738ef] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f14a2541-12f3-4411-923f-49ea1d61ee03","status":"200","rqstDate":"250331-08:09:15:768","respDate":"250331-08:09:15:782","sourceId":"haproxy:f14a2541-12f3-4411-923f-49ea1d61ee03","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:15:768-60649\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e9148780-feff-42db-9350-5bf7d7902bc0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f14a2541-12f3-4411-923f-49ea1d61ee03]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:09:17.791 [67ea4dade3c563160d7c457fdc309493,0d7c457fdc309493] [qtp1225114731-26]  INFO [aai-resources,67ea4dade3c563160d7c457fdc309493,0d7c457fdc309493] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:17.806 [67ea4dade3c563160d7c457fdc309493,0d7c457fdc309493] [qtp1225114731-26] DEBUG [aai-resources,67ea4dade3c563160d7c457fdc309493,0d7c457fdc309493] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c469ed7b-d54e-4860-b91c-b6ddabb3528a","status":"200","rqstDate":"250331-08:09:17:791","respDate":"250331-08:09:17:806","sourceId":"haproxy:c469ed7b-d54e-4860-b91c-b6ddabb3528a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:09:17:791-41585\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[26accb35-c6be-4ae0-9b77-d77fe8541fd4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c469ed7b-d54e-4860-b91c-b6ddabb3528a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:09:19.815 [67ea4dafadaad084daaec9ca7bd9b7c5,daaec9ca7bd9b7c5] [qtp1225114731-24]  INFO [aai-resources,67ea4dafadaad084daaec9ca7bd9b7c5,daaec9ca7bd9b7c5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:19.831 [67ea4dafadaad084daaec9ca7bd9b7c5,daaec9ca7bd9b7c5] [qtp1225114731-24] DEBUG [aai-resources,67ea4dafadaad084daaec9ca7bd9b7c5,daaec9ca7bd9b7c5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e06ded09-9791-4f3b-8c49-6d3a697f4a4c","status":"200","rqstDate":"250331-08:09:19:815","respDate":"250331-08:09:19:831","sourceId":"haproxy:e06ded09-9791-4f3b-8c49-6d3a697f4a4c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:19:815-50261\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2af24710-04b6-47a3-91b9-e79f2c706dfb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e06ded09-9791-4f3b-8c49-6d3a697f4a4c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:09:21.839 [67ea4db1338530b9eaaeb9fd2ca7d0c1,eaaeb9fd2ca7d0c1] [qtp1225114731-26]  INFO [aai-resources,67ea4db1338530b9eaaeb9fd2ca7d0c1,eaaeb9fd2ca7d0c1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:21.851 [67ea4db1338530b9eaaeb9fd2ca7d0c1,eaaeb9fd2ca7d0c1] [qtp1225114731-26] DEBUG [aai-resources,67ea4db1338530b9eaaeb9fd2ca7d0c1,eaaeb9fd2ca7d0c1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2afd863d-77ae-46fa-b349-aa7596841524","status":"200","rqstDate":"250331-08:09:21:839","respDate":"250331-08:09:21:851","sourceId":"haproxy:2afd863d-77ae-46fa-b349-aa7596841524","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:21:839-25625\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1bdb3228-1273-952c-ac2e-bae187c94531], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2afd863d-77ae-46fa-b349-aa7596841524]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:09:23.859 [67ea4db3da0d34d6c7cada59b9161278,c7cada59b9161278] [qtp1225114731-24]  INFO [aai-resources,67ea4db3da0d34d6c7cada59b9161278,c7cada59b9161278] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:23.874 [67ea4db3da0d34d6c7cada59b9161278,c7cada59b9161278] [qtp1225114731-24] DEBUG [aai-resources,67ea4db3da0d34d6c7cada59b9161278,c7cada59b9161278] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fafb5619-b5af-4540-aaa8-9ada0b85ca4a","status":"200","rqstDate":"250331-08:09:23:859","respDate":"250331-08:09:23:873","sourceId":"haproxy:fafb5619-b5af-4540-aaa8-9ada0b85ca4a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:09:23:859-77440\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e2394c02-6113-4a11-8813-cc7931f91588], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fafb5619-b5af-4540-aaa8-9ada0b85ca4a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:09:25.881 [67ea4db5307677b57d275cb8eb025edd,7d275cb8eb025edd] [qtp1225114731-26]  INFO [aai-resources,67ea4db5307677b57d275cb8eb025edd,7d275cb8eb025edd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:25.894 [67ea4db5307677b57d275cb8eb025edd,7d275cb8eb025edd] [qtp1225114731-26] DEBUG [aai-resources,67ea4db5307677b57d275cb8eb025edd,7d275cb8eb025edd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9bfd837e-e8bd-478b-9911-b20f8b693d49","status":"200","rqstDate":"250331-08:09:25:882","respDate":"250331-08:09:25:894","sourceId":"haproxy:9bfd837e-e8bd-478b-9911-b20f8b693d49","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:25:882-33709\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[69782125-635a-4435-9352-20f892116958], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9bfd837e-e8bd-478b-9911-b20f8b693d49]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:09:27.902 [67ea4db76765e2caa817985283f9ca1e,a817985283f9ca1e] [qtp1225114731-24]  INFO [aai-resources,67ea4db76765e2caa817985283f9ca1e,a817985283f9ca1e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:27.928 [67ea4db76765e2caa817985283f9ca1e,a817985283f9ca1e] [qtp1225114731-24] DEBUG [aai-resources,67ea4db76765e2caa817985283f9ca1e,a817985283f9ca1e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5540743-2e7e-4509-9aeb-2b8f90570850","status":"200","rqstDate":"250331-08:09:27:902","respDate":"250331-08:09:27:928","sourceId":"haproxy:e5540743-2e7e-4509-9aeb-2b8f90570850","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:27:902-87487\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[90075d8d-e379-4d27-b3bc-7aeee919bb01], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e5540743-2e7e-4509-9aeb-2b8f90570850]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:09:29.936 [67ea4db9549e6b64b45b911cf9fdd1fa,b45b911cf9fdd1fa] [qtp1225114731-26]  INFO [aai-resources,67ea4db9549e6b64b45b911cf9fdd1fa,b45b911cf9fdd1fa] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:29.953 [67ea4db9549e6b64b45b911cf9fdd1fa,b45b911cf9fdd1fa] [qtp1225114731-26] DEBUG [aai-resources,67ea4db9549e6b64b45b911cf9fdd1fa,b45b911cf9fdd1fa] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"342668bf-3c5f-40b3-9656-3819160198c1","status":"200","rqstDate":"250331-08:09:29:936","respDate":"250331-08:09:29:952","sourceId":"haproxy:342668bf-3c5f-40b3-9656-3819160198c1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:09:29:936-8719\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ef2e9081-6a8b-406d-957f-5fe63d631071], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[342668bf-3c5f-40b3-9656-3819160198c1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:09:31.960 [67ea4dbb0e50b7ba9f3f959c296f5ac4,9f3f959c296f5ac4] [qtp1225114731-24]  INFO [aai-resources,67ea4dbb0e50b7ba9f3f959c296f5ac4,9f3f959c296f5ac4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:31.975 [67ea4dbb0e50b7ba9f3f959c296f5ac4,9f3f959c296f5ac4] [qtp1225114731-24] DEBUG [aai-resources,67ea4dbb0e50b7ba9f3f959c296f5ac4,9f3f959c296f5ac4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e60aba73-3d9f-4e39-8fee-9966dedc7118","status":"200","rqstDate":"250331-08:09:31:960","respDate":"250331-08:09:31:975","sourceId":"haproxy:e60aba73-3d9f-4e39-8fee-9966dedc7118","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:09:31:960-39918\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2c59c508-c530-46b3-8c56-152a4ffb0ac3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e60aba73-3d9f-4e39-8fee-9966dedc7118]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:09:33.983 [67ea4dbd54f67015faf35856412a6de7,faf35856412a6de7] [qtp1225114731-26]  INFO [aai-resources,67ea4dbd54f67015faf35856412a6de7,faf35856412a6de7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:33.994 [67ea4dbd54f67015faf35856412a6de7,faf35856412a6de7] [qtp1225114731-26] DEBUG [aai-resources,67ea4dbd54f67015faf35856412a6de7,faf35856412a6de7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"51bea0e1-8c25-4ac3-bbba-d28044ed04e2","status":"200","rqstDate":"250331-08:09:33:983","respDate":"250331-08:09:33:994","sourceId":"haproxy:51bea0e1-8c25-4ac3-bbba-d28044ed04e2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:09:33:983-2533\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a18e58e3-6438-4345-a250-672cd45b0d0c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[51bea0e1-8c25-4ac3-bbba-d28044ed04e2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:09:36.001 [67ea4dc0f74bfcf979d480f18abc80bf,79d480f18abc80bf] [qtp1225114731-24]  INFO [aai-resources,67ea4dc0f74bfcf979d480f18abc80bf,79d480f18abc80bf] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:36.018 [67ea4dc0f74bfcf979d480f18abc80bf,79d480f18abc80bf] [qtp1225114731-24] DEBUG [aai-resources,67ea4dc0f74bfcf979d480f18abc80bf,79d480f18abc80bf] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"73c9263b-48ae-4e85-8a85-367233440a9b","status":"200","rqstDate":"250331-08:09:36:002","respDate":"250331-08:09:36:017","sourceId":"haproxy:73c9263b-48ae-4e85-8a85-367233440a9b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:09:36:002-43265\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1a445050-31f1-4007-b170-8115815d7335], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[73c9263b-48ae-4e85-8a85-367233440a9b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:09:38.025 [67ea4dc23987ecc2d2ddb267abf85f43,d2ddb267abf85f43] [qtp1225114731-26]  INFO [aai-resources,67ea4dc23987ecc2d2ddb267abf85f43,d2ddb267abf85f43] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:38.035 [67ea4dc23987ecc2d2ddb267abf85f43,d2ddb267abf85f43] [qtp1225114731-26] DEBUG [aai-resources,67ea4dc23987ecc2d2ddb267abf85f43,d2ddb267abf85f43] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7ce6f418-c6ae-489d-8b8d-b023ba05d9f6","status":"200","rqstDate":"250331-08:09:38:025","respDate":"250331-08:09:38:035","sourceId":"haproxy:7ce6f418-c6ae-489d-8b8d-b023ba05d9f6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:09:38:025-21553\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e65dc45d-b080-4f35-bf2d-4c5c91fe44a6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7ce6f418-c6ae-489d-8b8d-b023ba05d9f6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:09:40.043 [67ea4dc4d8fff4aa5dc6cee4039ab0b2,5dc6cee4039ab0b2] [qtp1225114731-24]  INFO [aai-resources,67ea4dc4d8fff4aa5dc6cee4039ab0b2,5dc6cee4039ab0b2] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:40.057 [67ea4dc4d8fff4aa5dc6cee4039ab0b2,5dc6cee4039ab0b2] [qtp1225114731-24] DEBUG [aai-resources,67ea4dc4d8fff4aa5dc6cee4039ab0b2,5dc6cee4039ab0b2] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a32e1f0-547a-43f8-b316-4558ca350858","status":"200","rqstDate":"250331-08:09:40:043","respDate":"250331-08:09:40:057","sourceId":"haproxy:4a32e1f0-547a-43f8-b316-4558ca350858","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:09:40:043-80597\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dc346d51-339c-479e-9511-e8dae2680db9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4a32e1f0-547a-43f8-b316-4558ca350858]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:09:42.065 [67ea4dc6fa9299b3545913a46a7ba758,545913a46a7ba758] [qtp1225114731-26]  INFO [aai-resources,67ea4dc6fa9299b3545913a46a7ba758,545913a46a7ba758] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:42.080 [67ea4dc6fa9299b3545913a46a7ba758,545913a46a7ba758] [qtp1225114731-26] DEBUG [aai-resources,67ea4dc6fa9299b3545913a46a7ba758,545913a46a7ba758] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"beb59d40-121b-4b7b-b524-066dcbe0f61e","status":"200","rqstDate":"250331-08:09:42:065","respDate":"250331-08:09:42:079","sourceId":"haproxy:beb59d40-121b-4b7b-b524-066dcbe0f61e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:09:42:065-2230\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2b9babe9-86db-4a53-a53c-a58cfcce44c8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[beb59d40-121b-4b7b-b524-066dcbe0f61e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:09:44.091 [67ea4dc8c4dc7ab9db361d8e1ba04426,db361d8e1ba04426] [qtp1225114731-24]  INFO [aai-resources,67ea4dc8c4dc7ab9db361d8e1ba04426,db361d8e1ba04426] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:44.110 [67ea4dc8c4dc7ab9db361d8e1ba04426,db361d8e1ba04426] [qtp1225114731-24] DEBUG [aai-resources,67ea4dc8c4dc7ab9db361d8e1ba04426,db361d8e1ba04426] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"63e38d7b-6703-48e2-be19-2e36bc775a8a","status":"200","rqstDate":"250331-08:09:44:091","respDate":"250331-08:09:44:109","sourceId":"haproxy:63e38d7b-6703-48e2-be19-2e36bc775a8a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:09:44:091-21261\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1427fadf-3f90-4f83-b573-d1ee49aa7c87], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[63e38d7b-6703-48e2-be19-2e36bc775a8a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:09:46.119 [67ea4dca7a48e88de16cb9139a350400,e16cb9139a350400] [qtp1225114731-26]  INFO [aai-resources,67ea4dca7a48e88de16cb9139a350400,e16cb9139a350400] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:46.132 [67ea4dca7a48e88de16cb9139a350400,e16cb9139a350400] [qtp1225114731-26] DEBUG [aai-resources,67ea4dca7a48e88de16cb9139a350400,e16cb9139a350400] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37b5d2b0-af28-4783-b527-e18705866f80","status":"200","rqstDate":"250331-08:09:46:119","respDate":"250331-08:09:46:132","sourceId":"haproxy:37b5d2b0-af28-4783-b527-e18705866f80","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:46:119-23329\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[333117c2-245e-474f-861e-d17116d8c530], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[37b5d2b0-af28-4783-b527-e18705866f80]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:09:48.139 [67ea4dccf8fc8cab4c7af88dd6f05750,4c7af88dd6f05750] [qtp1225114731-24]  INFO [aai-resources,67ea4dccf8fc8cab4c7af88dd6f05750,4c7af88dd6f05750] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:48.151 [67ea4dccf8fc8cab4c7af88dd6f05750,4c7af88dd6f05750] [qtp1225114731-24] DEBUG [aai-resources,67ea4dccf8fc8cab4c7af88dd6f05750,4c7af88dd6f05750] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"734709ce-fdb5-48cb-8510-f43433c5b813","status":"200","rqstDate":"250331-08:09:48:140","respDate":"250331-08:09:48:151","sourceId":"haproxy:734709ce-fdb5-48cb-8510-f43433c5b813","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:48:140-57823\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[69c690d9-295d-491a-a871-bac5c359b1e9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[734709ce-fdb5-48cb-8510-f43433c5b813]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:09:50.158 [67ea4dcec547a3db9f7ee378448c9d4a,9f7ee378448c9d4a] [qtp1225114731-26]  INFO [aai-resources,67ea4dcec547a3db9f7ee378448c9d4a,9f7ee378448c9d4a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:50.175 [67ea4dcec547a3db9f7ee378448c9d4a,9f7ee378448c9d4a] [qtp1225114731-26] DEBUG [aai-resources,67ea4dcec547a3db9f7ee378448c9d4a,9f7ee378448c9d4a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"13f27d7f-43aa-412a-af23-386ffb04e6b8","status":"200","rqstDate":"250331-08:09:50:158","respDate":"250331-08:09:50:175","sourceId":"haproxy:13f27d7f-43aa-412a-af23-386ffb04e6b8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:50:158-99173\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5b01d1b3-2bd8-452b-955e-290d21eb63b2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[13f27d7f-43aa-412a-af23-386ffb04e6b8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:09:52.183 [67ea4dd0db283b9ebf2eef355ffcb017,bf2eef355ffcb017] [qtp1225114731-24]  INFO [aai-resources,67ea4dd0db283b9ebf2eef355ffcb017,bf2eef355ffcb017] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:52.195 [67ea4dd0db283b9ebf2eef355ffcb017,bf2eef355ffcb017] [qtp1225114731-24] DEBUG [aai-resources,67ea4dd0db283b9ebf2eef355ffcb017,bf2eef355ffcb017] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd2becca-efd7-4657-a7bf-ee906938652e","status":"200","rqstDate":"250331-08:09:52:183","respDate":"250331-08:09:52:195","sourceId":"haproxy:cd2becca-efd7-4657-a7bf-ee906938652e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:09:52:183-50127\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[421c2eea-316a-4313-b7c1-4c50b29d7447], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd2becca-efd7-4657-a7bf-ee906938652e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:09:54.204 [67ea4dd28267e7c746f94c295e5686cb,46f94c295e5686cb] [qtp1225114731-26]  INFO [aai-resources,67ea4dd28267e7c746f94c295e5686cb,46f94c295e5686cb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:54.217 [67ea4dd28267e7c746f94c295e5686cb,46f94c295e5686cb] [qtp1225114731-26] DEBUG [aai-resources,67ea4dd28267e7c746f94c295e5686cb,46f94c295e5686cb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"109db08f-ee46-4315-ae49-912c5e707eae","status":"200","rqstDate":"250331-08:09:54:204","respDate":"250331-08:09:54:217","sourceId":"haproxy:109db08f-ee46-4315-ae49-912c5e707eae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:09:54:204-36045\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[35db6d82-6608-48d3-b144-56b01a19fe27], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[109db08f-ee46-4315-ae49-912c5e707eae]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:09:56.225 [67ea4dd4b27e457820a1ada01017c3d6,20a1ada01017c3d6] [qtp1225114731-24]  INFO [aai-resources,67ea4dd4b27e457820a1ada01017c3d6,20a1ada01017c3d6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:56.239 [67ea4dd4b27e457820a1ada01017c3d6,20a1ada01017c3d6] [qtp1225114731-24] DEBUG [aai-resources,67ea4dd4b27e457820a1ada01017c3d6,20a1ada01017c3d6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e8821f8f-7b0e-408f-96d0-b669559e8fbd","status":"200","rqstDate":"250331-08:09:56:225","respDate":"250331-08:09:56:238","sourceId":"haproxy:e8821f8f-7b0e-408f-96d0-b669559e8fbd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:56:225-85581\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0ce5fa26-7817-413f-a398-f266f57d8181], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e8821f8f-7b0e-408f-96d0-b669559e8fbd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:09:58.247 [67ea4dd69b23a008ae5b257ac47fec05,ae5b257ac47fec05] [qtp1225114731-26]  INFO [aai-resources,67ea4dd69b23a008ae5b257ac47fec05,ae5b257ac47fec05] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:09:58.259 [67ea4dd69b23a008ae5b257ac47fec05,ae5b257ac47fec05] [qtp1225114731-26] DEBUG [aai-resources,67ea4dd69b23a008ae5b257ac47fec05,ae5b257ac47fec05] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"24c0d6a0-4dd9-431c-8b88-a6ae2181da81","status":"200","rqstDate":"250331-08:09:58:247","respDate":"250331-08:09:58:259","sourceId":"haproxy:24c0d6a0-4dd9-431c-8b88-a6ae2181da81","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:09:58:247-93286\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1d205bf0-2f64-4d37-8b0f-52be159d0874], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[24c0d6a0-4dd9-431c-8b88-a6ae2181da81]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:09:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:10:00.266 [67ea4dd83b5d66b9e9cd7d94866b347e,e9cd7d94866b347e] [qtp1225114731-24]  INFO [aai-resources,67ea4dd83b5d66b9e9cd7d94866b347e,e9cd7d94866b347e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:00.279 [67ea4dd83b5d66b9e9cd7d94866b347e,e9cd7d94866b347e] [qtp1225114731-24] DEBUG [aai-resources,67ea4dd83b5d66b9e9cd7d94866b347e,e9cd7d94866b347e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"866f86a2-12b4-421e-87f4-8e8a6637d64f","status":"200","rqstDate":"250331-08:10:00:266","respDate":"250331-08:10:00:279","sourceId":"haproxy:866f86a2-12b4-421e-87f4-8e8a6637d64f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:00:266-19975\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[71ff824e-5188-4130-ab79-bb0c507a61ec], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[866f86a2-12b4-421e-87f4-8e8a6637d64f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:10:02.288 [67ea4ddacbedb8c4454e94376f324299,454e94376f324299] [qtp1225114731-26]  INFO [aai-resources,67ea4ddacbedb8c4454e94376f324299,454e94376f324299] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:02.304 [67ea4ddacbedb8c4454e94376f324299,454e94376f324299] [qtp1225114731-26] DEBUG [aai-resources,67ea4ddacbedb8c4454e94376f324299,454e94376f324299] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1ec4f015-34f5-4a2f-a120-949a626ca777","status":"200","rqstDate":"250331-08:10:02:288","respDate":"250331-08:10:02:304","sourceId":"haproxy:1ec4f015-34f5-4a2f-a120-949a626ca777","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:02:288-68229\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[73a1dbeb-4dc3-464d-ad8d-fc9269fd07eb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1ec4f015-34f5-4a2f-a120-949a626ca777]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:10:04.312 [67ea4ddcde06308ec4937d0d248805f0,c4937d0d248805f0] [qtp1225114731-24]  INFO [aai-resources,67ea4ddcde06308ec4937d0d248805f0,c4937d0d248805f0] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:04.326 [67ea4ddcde06308ec4937d0d248805f0,c4937d0d248805f0] [qtp1225114731-24] DEBUG [aai-resources,67ea4ddcde06308ec4937d0d248805f0,c4937d0d248805f0] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5c000d01-d279-4952-a990-44d6a0f74bdd","status":"200","rqstDate":"250331-08:10:04:312","respDate":"250331-08:10:04:325","sourceId":"haproxy:5c000d01-d279-4952-a990-44d6a0f74bdd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:10:04:312-45440\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3279d63e-fe99-460b-8ef7-0e94fb3e52a8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5c000d01-d279-4952-a990-44d6a0f74bdd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:10:06.332 [67ea4dde7a10abb8a64c5510dedc47ad,a64c5510dedc47ad] [qtp1225114731-26]  INFO [aai-resources,67ea4dde7a10abb8a64c5510dedc47ad,a64c5510dedc47ad] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:06.346 [67ea4dde7a10abb8a64c5510dedc47ad,a64c5510dedc47ad] [qtp1225114731-26] DEBUG [aai-resources,67ea4dde7a10abb8a64c5510dedc47ad,a64c5510dedc47ad] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fc1c325c-36bf-4fb0-99fd-2bce20ab33c5","status":"200","rqstDate":"250331-08:10:06:332","respDate":"250331-08:10:06:346","sourceId":"haproxy:fc1c325c-36bf-4fb0-99fd-2bce20ab33c5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:06:332-72105\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7de0a999-aae4-4c08-9fdb-90719b9988d4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fc1c325c-36bf-4fb0-99fd-2bce20ab33c5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:10:08.353 [67ea4de01113bfa3f85c9b3fd869eb28,f85c9b3fd869eb28] [qtp1225114731-24]  INFO [aai-resources,67ea4de01113bfa3f85c9b3fd869eb28,f85c9b3fd869eb28] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:08.363 [67ea4de01113bfa3f85c9b3fd869eb28,f85c9b3fd869eb28] [qtp1225114731-24] DEBUG [aai-resources,67ea4de01113bfa3f85c9b3fd869eb28,f85c9b3fd869eb28] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c7d4e53-3de7-4e89-8560-95b16ce043c3","status":"200","rqstDate":"250331-08:10:08:353","respDate":"250331-08:10:08:363","sourceId":"haproxy:3c7d4e53-3de7-4e89-8560-95b16ce043c3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:10:08:353-62957\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b0cf2185-1e03-42b7-a8aa-609afd219ac9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c7d4e53-3de7-4e89-8560-95b16ce043c3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:10:10.370 [67ea4de2285e07da77b5f335a5322830,77b5f335a5322830] [qtp1225114731-26]  INFO [aai-resources,67ea4de2285e07da77b5f335a5322830,77b5f335a5322830] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:10.383 [67ea4de2285e07da77b5f335a5322830,77b5f335a5322830] [qtp1225114731-26] DEBUG [aai-resources,67ea4de2285e07da77b5f335a5322830,77b5f335a5322830] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"afa8d142-db45-46ee-a8c0-249e3913aa41","status":"200","rqstDate":"250331-08:10:10:370","respDate":"250331-08:10:10:383","sourceId":"haproxy:afa8d142-db45-46ee-a8c0-249e3913aa41","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:10:10:370-41047\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5d5126d5-ca00-40c4-ad85-ebf0e4621cad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[afa8d142-db45-46ee-a8c0-249e3913aa41]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:10:12.391 [67ea4de449c30bee9f62b981e18c2e29,9f62b981e18c2e29] [qtp1225114731-24]  INFO [aai-resources,67ea4de449c30bee9f62b981e18c2e29,9f62b981e18c2e29] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:12.406 [67ea4de449c30bee9f62b981e18c2e29,9f62b981e18c2e29] [qtp1225114731-24] DEBUG [aai-resources,67ea4de449c30bee9f62b981e18c2e29,9f62b981e18c2e29] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd5aabb0-dd57-4799-be9b-0add547790d4","status":"200","rqstDate":"250331-08:10:12:392","respDate":"250331-08:10:12:406","sourceId":"haproxy:cd5aabb0-dd57-4799-be9b-0add547790d4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:12:392-95938\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[660cda08-4a0f-42ed-b072-67e264c674b7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd5aabb0-dd57-4799-be9b-0add547790d4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:10:14.414 [67ea4de6fe45e8a7ea22a96503a735ea,ea22a96503a735ea] [qtp1225114731-26]  INFO [aai-resources,67ea4de6fe45e8a7ea22a96503a735ea,ea22a96503a735ea] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:14.432 [67ea4de6fe45e8a7ea22a96503a735ea,ea22a96503a735ea] [qtp1225114731-26] DEBUG [aai-resources,67ea4de6fe45e8a7ea22a96503a735ea,ea22a96503a735ea] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8ad65cad-472e-4924-8bec-51eb77948d9b","status":"200","rqstDate":"250331-08:10:14:415","respDate":"250331-08:10:14:431","sourceId":"haproxy:8ad65cad-472e-4924-8bec-51eb77948d9b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:10:14:415-21444\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0140fa82-6065-4af1-a96a-ffd6aeb7c3c6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8ad65cad-472e-4924-8bec-51eb77948d9b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:10:16.439 [67ea4de83b3ce21a323a31095d852a26,323a31095d852a26] [qtp1225114731-24]  INFO [aai-resources,67ea4de83b3ce21a323a31095d852a26,323a31095d852a26] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:16.455 [67ea4de83b3ce21a323a31095d852a26,323a31095d852a26] [qtp1225114731-24] DEBUG [aai-resources,67ea4de83b3ce21a323a31095d852a26,323a31095d852a26] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cf4f506f-627d-4673-9f78-66863eb6ca8e","status":"200","rqstDate":"250331-08:10:16:439","respDate":"250331-08:10:16:455","sourceId":"haproxy:cf4f506f-627d-4673-9f78-66863eb6ca8e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:16:439-91617\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5729bb1b-b19e-4ea4-92c1-3f8f3d5cc089], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cf4f506f-627d-4673-9f78-66863eb6ca8e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:10:18.461 [67ea4deaac05761d22c3f8c2d00126b1,22c3f8c2d00126b1] [qtp1225114731-26]  INFO [aai-resources,67ea4deaac05761d22c3f8c2d00126b1,22c3f8c2d00126b1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:18.477 [67ea4deaac05761d22c3f8c2d00126b1,22c3f8c2d00126b1] [qtp1225114731-26] DEBUG [aai-resources,67ea4deaac05761d22c3f8c2d00126b1,22c3f8c2d00126b1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bd753d88-0fcc-407e-b596-a5fb1ec55da8","status":"200","rqstDate":"250331-08:10:18:461","respDate":"250331-08:10:18:477","sourceId":"haproxy:bd753d88-0fcc-407e-b596-a5fb1ec55da8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:10:18:461-68458\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c3739d83-2be2-4590-a82b-ed387aba7ee1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bd753d88-0fcc-407e-b596-a5fb1ec55da8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:10:20.484 [67ea4dec06001267c20122807a3333d4,c20122807a3333d4] [qtp1225114731-24]  INFO [aai-resources,67ea4dec06001267c20122807a3333d4,c20122807a3333d4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:20.500 [67ea4dec06001267c20122807a3333d4,c20122807a3333d4] [qtp1225114731-24] DEBUG [aai-resources,67ea4dec06001267c20122807a3333d4,c20122807a3333d4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dc66cce7-19e8-4ea0-909d-1fdf9c6c7a86","status":"200","rqstDate":"250331-08:10:20:484","respDate":"250331-08:10:20:499","sourceId":"haproxy:dc66cce7-19e8-4ea0-909d-1fdf9c6c7a86","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:20:484-91831\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d855f883-c0f7-4c8e-b5c5-dafe96129c90], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dc66cce7-19e8-4ea0-909d-1fdf9c6c7a86]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:10:22.508 [67ea4dee65718c00fa63af4fc864c643,fa63af4fc864c643] [qtp1225114731-26]  INFO [aai-resources,67ea4dee65718c00fa63af4fc864c643,fa63af4fc864c643] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:22.527 [67ea4dee65718c00fa63af4fc864c643,fa63af4fc864c643] [qtp1225114731-26] DEBUG [aai-resources,67ea4dee65718c00fa63af4fc864c643,fa63af4fc864c643] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f374b3a7-e7fb-45f1-aa68-f2905982cec7","status":"200","rqstDate":"250331-08:10:22:508","respDate":"250331-08:10:22:527","sourceId":"haproxy:f374b3a7-e7fb-45f1-aa68-f2905982cec7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:22:508-98019\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f4ffc042-c34b-4b70-91ec-a991f763321f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f374b3a7-e7fb-45f1-aa68-f2905982cec7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:10:24.534 [67ea4df0c43cf67ac7441b72d6edeae8,c7441b72d6edeae8] [qtp1225114731-24]  INFO [aai-resources,67ea4df0c43cf67ac7441b72d6edeae8,c7441b72d6edeae8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:24.547 [67ea4df0c43cf67ac7441b72d6edeae8,c7441b72d6edeae8] [qtp1225114731-24] DEBUG [aai-resources,67ea4df0c43cf67ac7441b72d6edeae8,c7441b72d6edeae8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"56346492-9bea-48d9-a397-dd3cf2fb993c","status":"200","rqstDate":"250331-08:10:24:535","respDate":"250331-08:10:24:547","sourceId":"haproxy:56346492-9bea-48d9-a397-dd3cf2fb993c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:10:24:535-45468\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6f4db554-935f-43be-9e94-6154ffaa0ad2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[56346492-9bea-48d9-a397-dd3cf2fb993c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:10:26.555 [67ea4df2eb8378a8d5d34cc589305ae5,d5d34cc589305ae5] [qtp1225114731-26]  INFO [aai-resources,67ea4df2eb8378a8d5d34cc589305ae5,d5d34cc589305ae5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:26.574 [67ea4df2eb8378a8d5d34cc589305ae5,d5d34cc589305ae5] [qtp1225114731-26] DEBUG [aai-resources,67ea4df2eb8378a8d5d34cc589305ae5,d5d34cc589305ae5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"355e8650-2e00-464b-96d6-1ee4eab174f7","status":"200","rqstDate":"250331-08:10:26:556","respDate":"250331-08:10:26:573","sourceId":"haproxy:355e8650-2e00-464b-96d6-1ee4eab174f7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:10:26:556-53870\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[05141012-585e-4660-b780-f2f09deca8fd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[355e8650-2e00-464b-96d6-1ee4eab174f7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:10:28.581 [67ea4df438af2d7508151d0da14d07fd,08151d0da14d07fd] [qtp1225114731-24]  INFO [aai-resources,67ea4df438af2d7508151d0da14d07fd,08151d0da14d07fd] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:28.595 [67ea4df438af2d7508151d0da14d07fd,08151d0da14d07fd] [qtp1225114731-24] DEBUG [aai-resources,67ea4df438af2d7508151d0da14d07fd,08151d0da14d07fd] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"463e2242-b4d3-44f5-aad9-47bb762665e5","status":"200","rqstDate":"250331-08:10:28:581","respDate":"250331-08:10:28:595","sourceId":"haproxy:463e2242-b4d3-44f5-aad9-47bb762665e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:10:28:581-62940\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[57426091-e695-4ad6-94cd-68d542ee43a0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[463e2242-b4d3-44f5-aad9-47bb762665e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:10:30.603 [67ea4df6164e306add4937040f7f2cba,dd4937040f7f2cba] [qtp1225114731-26]  INFO [aai-resources,67ea4df6164e306add4937040f7f2cba,dd4937040f7f2cba] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:30.617 [67ea4df6164e306add4937040f7f2cba,dd4937040f7f2cba] [qtp1225114731-26] DEBUG [aai-resources,67ea4df6164e306add4937040f7f2cba,dd4937040f7f2cba] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ba8d3892-84ee-4bb2-8cf8-63b7a7f51d13","status":"200","rqstDate":"250331-08:10:30:603","respDate":"250331-08:10:30:617","sourceId":"haproxy:ba8d3892-84ee-4bb2-8cf8-63b7a7f51d13","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:30:603-89925\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[809c2bb6-f029-4f2d-b3b0-b016c2fe10da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ba8d3892-84ee-4bb2-8cf8-63b7a7f51d13]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:10:32.624 [67ea4df81fa6752948a398917ca1b70b,48a398917ca1b70b] [qtp1225114731-24]  INFO [aai-resources,67ea4df81fa6752948a398917ca1b70b,48a398917ca1b70b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:32.639 [67ea4df81fa6752948a398917ca1b70b,48a398917ca1b70b] [qtp1225114731-24] DEBUG [aai-resources,67ea4df81fa6752948a398917ca1b70b,48a398917ca1b70b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c271ebf-1f19-44c5-bcfa-3cb92a662197","status":"200","rqstDate":"250331-08:10:32:624","respDate":"250331-08:10:32:638","sourceId":"haproxy:3c271ebf-1f19-44c5-bcfa-3cb92a662197","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:32:624-51767\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c521f195-3a0b-4a64-b3ea-629216f69936], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c271ebf-1f19-44c5-bcfa-3cb92a662197]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:10:34.647 [67ea4dfa13619e61190a14941dcad6e2,190a14941dcad6e2] [qtp1225114731-26]  INFO [aai-resources,67ea4dfa13619e61190a14941dcad6e2,190a14941dcad6e2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:34.662 [67ea4dfa13619e61190a14941dcad6e2,190a14941dcad6e2] [qtp1225114731-26] DEBUG [aai-resources,67ea4dfa13619e61190a14941dcad6e2,190a14941dcad6e2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eac41ed9-5213-4c95-98de-501d5ea0465b","status":"200","rqstDate":"250331-08:10:34:647","respDate":"250331-08:10:34:661","sourceId":"haproxy:eac41ed9-5213-4c95-98de-501d5ea0465b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:10:34:647-65104\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[25dfb224-64da-493c-8256-eadbbd3e9734], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eac41ed9-5213-4c95-98de-501d5ea0465b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:10:36.670 [67ea4dfcf5d275678d0dc7b2f59739e8,8d0dc7b2f59739e8] [qtp1225114731-24]  INFO [aai-resources,67ea4dfcf5d275678d0dc7b2f59739e8,8d0dc7b2f59739e8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:36.685 [67ea4dfcf5d275678d0dc7b2f59739e8,8d0dc7b2f59739e8] [qtp1225114731-24] DEBUG [aai-resources,67ea4dfcf5d275678d0dc7b2f59739e8,8d0dc7b2f59739e8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8591d3f5-82e8-4f33-aecc-d3d7efa92f3e","status":"200","rqstDate":"250331-08:10:36:670","respDate":"250331-08:10:36:685","sourceId":"haproxy:8591d3f5-82e8-4f33-aecc-d3d7efa92f3e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:10:36:670-72900\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e8110bb0-fdb0-4b8d-89c5-81f5068a06d6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8591d3f5-82e8-4f33-aecc-d3d7efa92f3e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:10:38.694 [67ea4dfe17df361aac42a02bdd7b0880,ac42a02bdd7b0880] [qtp1225114731-26]  INFO [aai-resources,67ea4dfe17df361aac42a02bdd7b0880,ac42a02bdd7b0880] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:38.707 [67ea4dfe17df361aac42a02bdd7b0880,ac42a02bdd7b0880] [qtp1225114731-26] DEBUG [aai-resources,67ea4dfe17df361aac42a02bdd7b0880,ac42a02bdd7b0880] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3b7ef6b8-e238-4093-bea5-c829220650eb","status":"200","rqstDate":"250331-08:10:38:694","respDate":"250331-08:10:38:707","sourceId":"haproxy:3b7ef6b8-e238-4093-bea5-c829220650eb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:10:38:694-83628\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[38a2e8d0-a49a-40cb-a8ea-b06a580ee493], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3b7ef6b8-e238-4093-bea5-c829220650eb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:10:40.716 [67ea4e00f1b93393203ee58378c47ced,203ee58378c47ced] [qtp1225114731-24]  INFO [aai-resources,67ea4e00f1b93393203ee58378c47ced,203ee58378c47ced] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:40.732 [67ea4e00f1b93393203ee58378c47ced,203ee58378c47ced] [qtp1225114731-24] DEBUG [aai-resources,67ea4e00f1b93393203ee58378c47ced,203ee58378c47ced] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e192456f-fc57-4206-93eb-b3f2e40eea95","status":"200","rqstDate":"250331-08:10:40:716","respDate":"250331-08:10:40:732","sourceId":"haproxy:e192456f-fc57-4206-93eb-b3f2e40eea95","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:10:40:716-17983\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7cda07c8-7c65-4af1-9c78-5038674ace09], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e192456f-fc57-4206-93eb-b3f2e40eea95]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:10:42.739 [67ea4e02124907c263b6c058de1c9404,63b6c058de1c9404] [qtp1225114731-26]  INFO [aai-resources,67ea4e02124907c263b6c058de1c9404,63b6c058de1c9404] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:42.754 [67ea4e02124907c263b6c058de1c9404,63b6c058de1c9404] [qtp1225114731-26] DEBUG [aai-resources,67ea4e02124907c263b6c058de1c9404,63b6c058de1c9404] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6649eb3f-1d60-4557-a2a2-3989e962d0c8","status":"200","rqstDate":"250331-08:10:42:739","respDate":"250331-08:10:42:754","sourceId":"haproxy:6649eb3f-1d60-4557-a2a2-3989e962d0c8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:10:42:739-39524\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3cb49324-cf6f-472e-85d2-8140b1f9a988], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6649eb3f-1d60-4557-a2a2-3989e962d0c8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:10:44.762 [67ea4e04f2b14c7ce0aa4060061d997f,e0aa4060061d997f] [qtp1225114731-24]  INFO [aai-resources,67ea4e04f2b14c7ce0aa4060061d997f,e0aa4060061d997f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:44.775 [67ea4e04f2b14c7ce0aa4060061d997f,e0aa4060061d997f] [qtp1225114731-24] DEBUG [aai-resources,67ea4e04f2b14c7ce0aa4060061d997f,e0aa4060061d997f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"056f1938-0a29-4aa3-bc8b-d7b9f7849404","status":"200","rqstDate":"250331-08:10:44:762","respDate":"250331-08:10:44:775","sourceId":"haproxy:056f1938-0a29-4aa3-bc8b-d7b9f7849404","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:44:762-97700\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bf285065-0958-4e7a-a822-b8d12d47ddfa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[056f1938-0a29-4aa3-bc8b-d7b9f7849404]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:10:46.783 [67ea4e060878357baf0dfd65180e90e8,af0dfd65180e90e8] [qtp1225114731-26]  INFO [aai-resources,67ea4e060878357baf0dfd65180e90e8,af0dfd65180e90e8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:46.796 [67ea4e060878357baf0dfd65180e90e8,af0dfd65180e90e8] [qtp1225114731-26] DEBUG [aai-resources,67ea4e060878357baf0dfd65180e90e8,af0dfd65180e90e8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5fc312c4-4d77-4b69-9792-3d9e5be30fb7","status":"200","rqstDate":"250331-08:10:46:783","respDate":"250331-08:10:46:796","sourceId":"haproxy:5fc312c4-4d77-4b69-9792-3d9e5be30fb7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:10:46:783-68981\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7e2b61af-b8b2-4d4f-81d9-e046c827f6da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5fc312c4-4d77-4b69-9792-3d9e5be30fb7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:10:48.804 [67ea4e08c9a11817b595a2fcc08e8b37,b595a2fcc08e8b37] [qtp1225114731-24]  INFO [aai-resources,67ea4e08c9a11817b595a2fcc08e8b37,b595a2fcc08e8b37] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:48.814 [67ea4e08c9a11817b595a2fcc08e8b37,b595a2fcc08e8b37] [qtp1225114731-24] DEBUG [aai-resources,67ea4e08c9a11817b595a2fcc08e8b37,b595a2fcc08e8b37] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eaa142a5-eaa6-4369-b9f8-accc7ba14648","status":"200","rqstDate":"250331-08:10:48:804","respDate":"250331-08:10:48:814","sourceId":"haproxy:eaa142a5-eaa6-4369-b9f8-accc7ba14648","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:10:48:804-58030\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8363d94e-bd32-4ae7-bed4-d4e3afb38624], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eaa142a5-eaa6-4369-b9f8-accc7ba14648]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:10:50.821 [67ea4e0a5a0a39a902602f18d127db8d,02602f18d127db8d] [qtp1225114731-26]  INFO [aai-resources,67ea4e0a5a0a39a902602f18d127db8d,02602f18d127db8d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:50.836 [67ea4e0a5a0a39a902602f18d127db8d,02602f18d127db8d] [qtp1225114731-26] DEBUG [aai-resources,67ea4e0a5a0a39a902602f18d127db8d,02602f18d127db8d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8fed3ed6-56f1-48ff-a49b-d0238edf4e25","status":"200","rqstDate":"250331-08:10:50:821","respDate":"250331-08:10:50:836","sourceId":"haproxy:8fed3ed6-56f1-48ff-a49b-d0238edf4e25","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:10:50:821-10437\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3173ae4f-8b79-4e2a-9258-b2f67907fa6f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8fed3ed6-56f1-48ff-a49b-d0238edf4e25]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:10:52.843 [67ea4e0c5b15f3a0815df889caae09ca,815df889caae09ca] [qtp1225114731-24]  INFO [aai-resources,67ea4e0c5b15f3a0815df889caae09ca,815df889caae09ca] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:52.857 [67ea4e0c5b15f3a0815df889caae09ca,815df889caae09ca] [qtp1225114731-24] DEBUG [aai-resources,67ea4e0c5b15f3a0815df889caae09ca,815df889caae09ca] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"52331deb-f13a-4994-b42b-1e4194935e09","status":"200","rqstDate":"250331-08:10:52:843","respDate":"250331-08:10:52:857","sourceId":"haproxy:52331deb-f13a-4994-b42b-1e4194935e09","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:52:843-86707\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7b95d427-eea6-4095-9bb4-ae686a13e974], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[52331deb-f13a-4994-b42b-1e4194935e09]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:10:54.864 [67ea4e0e26286c05d014c41a019aa61d,d014c41a019aa61d] [qtp1225114731-26]  INFO [aai-resources,67ea4e0e26286c05d014c41a019aa61d,d014c41a019aa61d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:54.882 [67ea4e0e26286c05d014c41a019aa61d,d014c41a019aa61d] [qtp1225114731-26] DEBUG [aai-resources,67ea4e0e26286c05d014c41a019aa61d,d014c41a019aa61d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b371dd54-8272-4c9e-a203-be4c44b16258","status":"200","rqstDate":"250331-08:10:54:864","respDate":"250331-08:10:54:882","sourceId":"haproxy:b371dd54-8272-4c9e-a203-be4c44b16258","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:10:54:864-93364\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[15de627e-5e02-4981-9b0a-f29b00d43eb6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b371dd54-8272-4c9e-a203-be4c44b16258]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:10:56.887 [67ea4e105419996e851409bca8aeae4d,851409bca8aeae4d] [qtp1225114731-24]  INFO [aai-resources,67ea4e105419996e851409bca8aeae4d,851409bca8aeae4d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:56.900 [67ea4e105419996e851409bca8aeae4d,851409bca8aeae4d] [qtp1225114731-24] DEBUG [aai-resources,67ea4e105419996e851409bca8aeae4d,851409bca8aeae4d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"80038d02-24e1-4c32-9940-12db8b489e2d","status":"200","rqstDate":"250331-08:10:56:888","respDate":"250331-08:10:56:900","sourceId":"haproxy:80038d02-24e1-4c32-9940-12db8b489e2d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:10:56:888-14757\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e486536e-aa21-4973-9dad-e8e20b9db8ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[80038d02-24e1-4c32-9940-12db8b489e2d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:10:58.907 [67ea4e127fd078e57cf7552bc4336bad,7cf7552bc4336bad] [qtp1225114731-26]  INFO [aai-resources,67ea4e127fd078e57cf7552bc4336bad,7cf7552bc4336bad] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:10:58.920 [67ea4e127fd078e57cf7552bc4336bad,7cf7552bc4336bad] [qtp1225114731-26] DEBUG [aai-resources,67ea4e127fd078e57cf7552bc4336bad,7cf7552bc4336bad] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0b9fc15c-6e88-48f7-b297-4eb8614d4547","status":"200","rqstDate":"250331-08:10:58:907","respDate":"250331-08:10:58:920","sourceId":"haproxy:0b9fc15c-6e88-48f7-b297-4eb8614d4547","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:10:58:907-10496\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e116f96f-63eb-4393-8009-7261c4dc3a4c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0b9fc15c-6e88-48f7-b297-4eb8614d4547]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:10:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:11:00.927 [67ea4e14b25634110143bfd82436591e,0143bfd82436591e] [qtp1225114731-24]  INFO [aai-resources,67ea4e14b25634110143bfd82436591e,0143bfd82436591e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:00.943 [67ea4e14b25634110143bfd82436591e,0143bfd82436591e] [qtp1225114731-24] DEBUG [aai-resources,67ea4e14b25634110143bfd82436591e,0143bfd82436591e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7cde366-98e3-4369-b743-64a39ffd7621","status":"200","rqstDate":"250331-08:11:00:927","respDate":"250331-08:11:00:943","sourceId":"haproxy:e7cde366-98e3-4369-b743-64a39ffd7621","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:11:00:927-71642\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9b48d80f-38a2-47db-bf0d-0c71dc7b9e88], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e7cde366-98e3-4369-b743-64a39ffd7621]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:11:02.952 [67ea4e16023e8131474529ad947ac38e,474529ad947ac38e] [qtp1225114731-26]  INFO [aai-resources,67ea4e16023e8131474529ad947ac38e,474529ad947ac38e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:02.967 [67ea4e16023e8131474529ad947ac38e,474529ad947ac38e] [qtp1225114731-26] DEBUG [aai-resources,67ea4e16023e8131474529ad947ac38e,474529ad947ac38e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58b9bebb-0243-4796-9381-05035bd943ce","status":"200","rqstDate":"250331-08:11:02:952","respDate":"250331-08:11:02:967","sourceId":"haproxy:58b9bebb-0243-4796-9381-05035bd943ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:11:02:952-66539\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e74cd275-ef3b-45c3-afcf-869e18ab2d20], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[58b9bebb-0243-4796-9381-05035bd943ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:11:04.974 [67ea4e1860441e6a233412b78595036c,233412b78595036c] [qtp1225114731-24]  INFO [aai-resources,67ea4e1860441e6a233412b78595036c,233412b78595036c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:04.987 [67ea4e1860441e6a233412b78595036c,233412b78595036c] [qtp1225114731-24] DEBUG [aai-resources,67ea4e1860441e6a233412b78595036c,233412b78595036c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"35118c97-0d81-4bbe-9a0f-dff96f108e2d","status":"200","rqstDate":"250331-08:11:04:974","respDate":"250331-08:11:04:987","sourceId":"haproxy:35118c97-0d81-4bbe-9a0f-dff96f108e2d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:11:04:974-92224\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dd2f2427-18b9-4ad5-a0b6-fa1139869645], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[35118c97-0d81-4bbe-9a0f-dff96f108e2d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:11:06.993 [67ea4e1a2c222515b779f9b76950e452,b779f9b76950e452] [qtp1225114731-26]  INFO [aai-resources,67ea4e1a2c222515b779f9b76950e452,b779f9b76950e452] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:07.010 [67ea4e1a2c222515b779f9b76950e452,b779f9b76950e452] [qtp1225114731-26] DEBUG [aai-resources,67ea4e1a2c222515b779f9b76950e452,b779f9b76950e452] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a1f11cff-8140-47a3-920f-6a85b08b4396","status":"200","rqstDate":"250331-08:11:06:994","respDate":"250331-08:11:07:010","sourceId":"haproxy:a1f11cff-8140-47a3-920f-6a85b08b4396","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:06:994-36692\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[57a0b92c-83f3-4ec3-a62f-94b3ac686604], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a1f11cff-8140-47a3-920f-6a85b08b4396]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:11:09.017 [67ea4e1d96026edd56da656574b5066f,56da656574b5066f] [qtp1225114731-24]  INFO [aai-resources,67ea4e1d96026edd56da656574b5066f,56da656574b5066f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:09.031 [67ea4e1d96026edd56da656574b5066f,56da656574b5066f] [qtp1225114731-24] DEBUG [aai-resources,67ea4e1d96026edd56da656574b5066f,56da656574b5066f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bf33031f-5097-4fd1-b060-913dbf18461b","status":"200","rqstDate":"250331-08:11:09:017","respDate":"250331-08:11:09:031","sourceId":"haproxy:bf33031f-5097-4fd1-b060-913dbf18461b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:09:017-44488\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1c0ff0b1-912f-4765-844a-fea3a06ab973], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bf33031f-5097-4fd1-b060-913dbf18461b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:11:11.038 [67ea4e1f5718888376ae3b5b4ff48931,76ae3b5b4ff48931] [qtp1225114731-26]  INFO [aai-resources,67ea4e1f5718888376ae3b5b4ff48931,76ae3b5b4ff48931] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:11.052 [67ea4e1f5718888376ae3b5b4ff48931,76ae3b5b4ff48931] [qtp1225114731-26] DEBUG [aai-resources,67ea4e1f5718888376ae3b5b4ff48931,76ae3b5b4ff48931] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1d32d9e4-91a0-4b03-a0a2-cdb82a1b6189","status":"200","rqstDate":"250331-08:11:11:038","respDate":"250331-08:11:11:051","sourceId":"haproxy:1d32d9e4-91a0-4b03-a0a2-cdb82a1b6189","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:11:038-6295\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0ac49e23-28dd-4236-a9b4-d1b962910906], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1d32d9e4-91a0-4b03-a0a2-cdb82a1b6189]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:11:13.060 [67ea4e2180fceb5d4df40fbbfd9a8ff4,4df40fbbfd9a8ff4] [qtp1225114731-24]  INFO [aai-resources,67ea4e2180fceb5d4df40fbbfd9a8ff4,4df40fbbfd9a8ff4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:13.075 [67ea4e2180fceb5d4df40fbbfd9a8ff4,4df40fbbfd9a8ff4] [qtp1225114731-24] DEBUG [aai-resources,67ea4e2180fceb5d4df40fbbfd9a8ff4,4df40fbbfd9a8ff4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"56a3282e-8707-47b5-bdb2-6592f2f8bee8","status":"200","rqstDate":"250331-08:11:13:060","respDate":"250331-08:11:13:075","sourceId":"haproxy:56a3282e-8707-47b5-bdb2-6592f2f8bee8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:11:13:060-68101\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cd4f2f7c-2f67-4d57-aaab-c1051cadb74f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[56a3282e-8707-47b5-bdb2-6592f2f8bee8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:11:15.082 [67ea4e234436d39c81735209814c6dfb,81735209814c6dfb] [qtp1225114731-26]  INFO [aai-resources,67ea4e234436d39c81735209814c6dfb,81735209814c6dfb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:15.094 [67ea4e234436d39c81735209814c6dfb,81735209814c6dfb] [qtp1225114731-26] DEBUG [aai-resources,67ea4e234436d39c81735209814c6dfb,81735209814c6dfb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5c8b4785-5614-4ed5-a6f4-d6327d25c8b1","status":"200","rqstDate":"250331-08:11:15:082","respDate":"250331-08:11:15:094","sourceId":"haproxy:5c8b4785-5614-4ed5-a6f4-d6327d25c8b1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:11:15:082-27984\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b1478ac3-8fe1-4b0f-8bdb-d8fd2d58d7e3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5c8b4785-5614-4ed5-a6f4-d6327d25c8b1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:11:17.102 [67ea4e25c31f9e066deea1ecb36ecd7e,6deea1ecb36ecd7e] [qtp1225114731-24]  INFO [aai-resources,67ea4e25c31f9e066deea1ecb36ecd7e,6deea1ecb36ecd7e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:17.117 [67ea4e25c31f9e066deea1ecb36ecd7e,6deea1ecb36ecd7e] [qtp1225114731-24] DEBUG [aai-resources,67ea4e25c31f9e066deea1ecb36ecd7e,6deea1ecb36ecd7e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"94aca2f4-bb3b-4f58-9cde-6f0bd2312b3a","status":"200","rqstDate":"250331-08:11:17:102","respDate":"250331-08:11:17:117","sourceId":"haproxy:94aca2f4-bb3b-4f58-9cde-6f0bd2312b3a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:17:102-94630\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9a139dc2-edba-4ad5-8de0-f17735310b32], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[94aca2f4-bb3b-4f58-9cde-6f0bd2312b3a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:11:19.124 [67ea4e2791cbb6e7d0ccfe4d4171a7c2,d0ccfe4d4171a7c2] [qtp1225114731-26]  INFO [aai-resources,67ea4e2791cbb6e7d0ccfe4d4171a7c2,d0ccfe4d4171a7c2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:19.134 [67ea4e2791cbb6e7d0ccfe4d4171a7c2,d0ccfe4d4171a7c2] [qtp1225114731-26] DEBUG [aai-resources,67ea4e2791cbb6e7d0ccfe4d4171a7c2,d0ccfe4d4171a7c2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5af15250-faf8-45da-8a11-9ca982d0155c","status":"200","rqstDate":"250331-08:11:19:125","respDate":"250331-08:11:19:134","sourceId":"haproxy:5af15250-faf8-45da-8a11-9ca982d0155c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:11:19:125-14937\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[37237519-6082-47d3-ad18-ff5754bca697], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5af15250-faf8-45da-8a11-9ca982d0155c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:11:21.141 [67ea4e2942b1e3d0437da72fe2975910,437da72fe2975910] [qtp1225114731-24]  INFO [aai-resources,67ea4e2942b1e3d0437da72fe2975910,437da72fe2975910] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:21.157 [67ea4e2942b1e3d0437da72fe2975910,437da72fe2975910] [qtp1225114731-24] DEBUG [aai-resources,67ea4e2942b1e3d0437da72fe2975910,437da72fe2975910] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6e72064e-5aaf-492a-9e04-e92512f292ad","status":"200","rqstDate":"250331-08:11:21:141","respDate":"250331-08:11:21:157","sourceId":"haproxy:6e72064e-5aaf-492a-9e04-e92512f292ad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:11:21:141-85771\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ab02d52d-3255-4361-8de5-af24c945ae12], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6e72064e-5aaf-492a-9e04-e92512f292ad]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:11:23.163 [67ea4e2b15c9eec0cacd086cc9ab4aa4,cacd086cc9ab4aa4] [qtp1225114731-26]  INFO [aai-resources,67ea4e2b15c9eec0cacd086cc9ab4aa4,cacd086cc9ab4aa4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:23.176 [67ea4e2b15c9eec0cacd086cc9ab4aa4,cacd086cc9ab4aa4] [qtp1225114731-26] DEBUG [aai-resources,67ea4e2b15c9eec0cacd086cc9ab4aa4,cacd086cc9ab4aa4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"24791225-5dcc-47fa-8d84-f4c01b0aefc7","status":"200","rqstDate":"250331-08:11:23:163","respDate":"250331-08:11:23:176","sourceId":"haproxy:24791225-5dcc-47fa-8d84-f4c01b0aefc7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:23:163-55242\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e382fd21-25f3-4997-8be4-72758ffdfcaa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[24791225-5dcc-47fa-8d84-f4c01b0aefc7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:11:25.184 [67ea4e2dc2a4e09cf2d5f4a3a8d3ebea,f2d5f4a3a8d3ebea] [qtp1225114731-24]  INFO [aai-resources,67ea4e2dc2a4e09cf2d5f4a3a8d3ebea,f2d5f4a3a8d3ebea] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:25.196 [67ea4e2dc2a4e09cf2d5f4a3a8d3ebea,f2d5f4a3a8d3ebea] [qtp1225114731-24] DEBUG [aai-resources,67ea4e2dc2a4e09cf2d5f4a3a8d3ebea,f2d5f4a3a8d3ebea] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"24e96d88-a0b8-45c1-a961-abeb70f86c1a","status":"200","rqstDate":"250331-08:11:25:184","respDate":"250331-08:11:25:196","sourceId":"haproxy:24e96d88-a0b8-45c1-a961-abeb70f86c1a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:11:25:184-29191\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[58a138d0-6802-4e8e-81bc-b66ba53213b6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[24e96d88-a0b8-45c1-a961-abeb70f86c1a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:11:27.203 [67ea4e2fdcc916bd529f3731b20b1f47,529f3731b20b1f47] [qtp1225114731-26]  INFO [aai-resources,67ea4e2fdcc916bd529f3731b20b1f47,529f3731b20b1f47] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:27.216 [67ea4e2fdcc916bd529f3731b20b1f47,529f3731b20b1f47] [qtp1225114731-26] DEBUG [aai-resources,67ea4e2fdcc916bd529f3731b20b1f47,529f3731b20b1f47] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e07dd3d0-f9f0-41d4-be3e-3332c17e4655","status":"200","rqstDate":"250331-08:11:27:203","respDate":"250331-08:11:27:216","sourceId":"haproxy:e07dd3d0-f9f0-41d4-be3e-3332c17e4655","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:11:27:203-18625\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aaff2d3d-0687-4630-aecd-f46527e5f074], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e07dd3d0-f9f0-41d4-be3e-3332c17e4655]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:11:29.226 [67ea4e312980b557169a323a87cdb74c,169a323a87cdb74c] [qtp1225114731-24]  INFO [aai-resources,67ea4e312980b557169a323a87cdb74c,169a323a87cdb74c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:29.240 [67ea4e312980b557169a323a87cdb74c,169a323a87cdb74c] [qtp1225114731-24] DEBUG [aai-resources,67ea4e312980b557169a323a87cdb74c,169a323a87cdb74c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f1b9771b-1b1e-4fa7-9894-b6c293ce8da4","status":"200","rqstDate":"250331-08:11:29:226","respDate":"250331-08:11:29:240","sourceId":"haproxy:f1b9771b-1b1e-4fa7-9894-b6c293ce8da4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:11:29:226-62621\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e50a3517-85d2-42d4-ad58-4e7a50e7a0eb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f1b9771b-1b1e-4fa7-9894-b6c293ce8da4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:11:31.248 [67ea4e338423c9ea005af5132d4c4d12,005af5132d4c4d12] [qtp1225114731-26]  INFO [aai-resources,67ea4e338423c9ea005af5132d4c4d12,005af5132d4c4d12] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:31.262 [67ea4e338423c9ea005af5132d4c4d12,005af5132d4c4d12] [qtp1225114731-26] DEBUG [aai-resources,67ea4e338423c9ea005af5132d4c4d12,005af5132d4c4d12] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"109512b0-0aa3-4879-a452-304aefb25e1d","status":"200","rqstDate":"250331-08:11:31:248","respDate":"250331-08:11:31:262","sourceId":"haproxy:109512b0-0aa3-4879-a452-304aefb25e1d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:31:248-50519\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[88319aa7-ffad-4645-9a00-3e89bddbf0bc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[109512b0-0aa3-4879-a452-304aefb25e1d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:11:33.270 [67ea4e35d08e04aef4f103b6478d46b0,f4f103b6478d46b0] [qtp1225114731-24]  INFO [aai-resources,67ea4e35d08e04aef4f103b6478d46b0,f4f103b6478d46b0] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:33.294 [67ea4e35d08e04aef4f103b6478d46b0,f4f103b6478d46b0] [qtp1225114731-24] DEBUG [aai-resources,67ea4e35d08e04aef4f103b6478d46b0,f4f103b6478d46b0] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dcbb59b0-4d05-45fb-8bda-7875994ad8b7","status":"200","rqstDate":"250331-08:11:33:270","respDate":"250331-08:11:33:294","sourceId":"haproxy:dcbb59b0-4d05-45fb-8bda-7875994ad8b7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:33:270-22880\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ed957bfa-9242-4c75-8895-19db9a541d1d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dcbb59b0-4d05-45fb-8bda-7875994ad8b7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:11:35.303 [67ea4e3775971af6c89ca4dff9f78e5a,c89ca4dff9f78e5a] [qtp1225114731-26]  INFO [aai-resources,67ea4e3775971af6c89ca4dff9f78e5a,c89ca4dff9f78e5a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:35.319 [67ea4e3775971af6c89ca4dff9f78e5a,c89ca4dff9f78e5a] [qtp1225114731-26] DEBUG [aai-resources,67ea4e3775971af6c89ca4dff9f78e5a,c89ca4dff9f78e5a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"690c6bbd-ab22-4e3d-9a6d-ea0175723406","status":"200","rqstDate":"250331-08:11:35:304","respDate":"250331-08:11:35:319","sourceId":"haproxy:690c6bbd-ab22-4e3d-9a6d-ea0175723406","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:11:35:304-58028\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[276dbb2d-0877-4bc8-8e3b-00f1be536970], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[690c6bbd-ab22-4e3d-9a6d-ea0175723406]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:11:37.328 [67ea4e39b2f2dfd4db453b5410f439eb,db453b5410f439eb] [qtp1225114731-24]  INFO [aai-resources,67ea4e39b2f2dfd4db453b5410f439eb,db453b5410f439eb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:37.349 [67ea4e39b2f2dfd4db453b5410f439eb,db453b5410f439eb] [qtp1225114731-24] DEBUG [aai-resources,67ea4e39b2f2dfd4db453b5410f439eb,db453b5410f439eb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"980194b4-bb6e-4f53-8e56-6df19563fbd7","status":"200","rqstDate":"250331-08:11:37:328","respDate":"250331-08:11:37:349","sourceId":"haproxy:980194b4-bb6e-4f53-8e56-6df19563fbd7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:11:37:328-51700\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[13b058c7-e044-4826-a23a-53bb50939320], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[980194b4-bb6e-4f53-8e56-6df19563fbd7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:11:39.357 [67ea4e3b410f005c3e213bebf3af1adc,3e213bebf3af1adc] [qtp1225114731-26]  INFO [aai-resources,67ea4e3b410f005c3e213bebf3af1adc,3e213bebf3af1adc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:39.374 [67ea4e3b410f005c3e213bebf3af1adc,3e213bebf3af1adc] [qtp1225114731-26] DEBUG [aai-resources,67ea4e3b410f005c3e213bebf3af1adc,3e213bebf3af1adc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"86a4c6b0-877b-492d-bc28-d71c5e4d0f08","status":"200","rqstDate":"250331-08:11:39:358","respDate":"250331-08:11:39:374","sourceId":"haproxy:86a4c6b0-877b-492d-bc28-d71c5e4d0f08","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:39:358-60087\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0e0fc729-75f4-4bf6-b9ee-fb364f888cbe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[86a4c6b0-877b-492d-bc28-d71c5e4d0f08]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:11:41.381 [67ea4e3d63b9073f1940000fe3061929,1940000fe3061929] [qtp1225114731-24]  INFO [aai-resources,67ea4e3d63b9073f1940000fe3061929,1940000fe3061929] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:41.393 [67ea4e3d63b9073f1940000fe3061929,1940000fe3061929] [qtp1225114731-24] DEBUG [aai-resources,67ea4e3d63b9073f1940000fe3061929,1940000fe3061929] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b98814d5-0765-4264-a835-3400a1a9629b","status":"200","rqstDate":"250331-08:11:41:381","respDate":"250331-08:11:41:393","sourceId":"haproxy:b98814d5-0765-4264-a835-3400a1a9629b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:11:41:381-79249\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[60d400f7-d387-4cdb-80bf-57df1985ac6f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b98814d5-0765-4264-a835-3400a1a9629b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:11:43.402 [67ea4e3fb217ead929ac8f55d8a8af46,29ac8f55d8a8af46] [qtp1225114731-26]  INFO [aai-resources,67ea4e3fb217ead929ac8f55d8a8af46,29ac8f55d8a8af46] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:43.421 [67ea4e3fb217ead929ac8f55d8a8af46,29ac8f55d8a8af46] [qtp1225114731-26] DEBUG [aai-resources,67ea4e3fb217ead929ac8f55d8a8af46,29ac8f55d8a8af46] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6d85e98b-f604-44ba-bcda-c28750cdce7e","status":"200","rqstDate":"250331-08:11:43:402","respDate":"250331-08:11:43:420","sourceId":"haproxy:6d85e98b-f604-44ba-bcda-c28750cdce7e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:43:402-40963\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ce94e4cc-7b8f-457b-8baa-ad89c66f7153], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6d85e98b-f604-44ba-bcda-c28750cdce7e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:11:45.428 [67ea4e41f7dd3d7fca7298dc872825ab,ca7298dc872825ab] [qtp1225114731-24]  INFO [aai-resources,67ea4e41f7dd3d7fca7298dc872825ab,ca7298dc872825ab] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:45.439 [67ea4e41f7dd3d7fca7298dc872825ab,ca7298dc872825ab] [qtp1225114731-24] DEBUG [aai-resources,67ea4e41f7dd3d7fca7298dc872825ab,ca7298dc872825ab] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dd82ea1a-4706-447f-9eba-d6d33b9f576a","status":"200","rqstDate":"250331-08:11:45:428","respDate":"250331-08:11:45:438","sourceId":"haproxy:dd82ea1a-4706-447f-9eba-d6d33b9f576a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:11:45:428-48340\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0d644704-6cc2-4ad9-9f6a-df01886a1d4c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dd82ea1a-4706-447f-9eba-d6d33b9f576a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:11:47.446 [67ea4e43983b61b3025511027c229820,025511027c229820] [qtp1225114731-26]  INFO [aai-resources,67ea4e43983b61b3025511027c229820,025511027c229820] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:47.463 [67ea4e43983b61b3025511027c229820,025511027c229820] [qtp1225114731-26] DEBUG [aai-resources,67ea4e43983b61b3025511027c229820,025511027c229820] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"76302963-ed1f-48fb-ba5f-f239c963d47c","status":"200","rqstDate":"250331-08:11:47:446","respDate":"250331-08:11:47:462","sourceId":"haproxy:76302963-ed1f-48fb-ba5f-f239c963d47c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:11:47:446-22078\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2406dde4-e885-4c48-be55-f9586c9606d5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[76302963-ed1f-48fb-ba5f-f239c963d47c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:11:49.470 [67ea4e454f95fb006a7969773bebcc10,6a7969773bebcc10] [qtp1225114731-24]  INFO [aai-resources,67ea4e454f95fb006a7969773bebcc10,6a7969773bebcc10] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:49.481 [67ea4e454f95fb006a7969773bebcc10,6a7969773bebcc10] [qtp1225114731-24] DEBUG [aai-resources,67ea4e454f95fb006a7969773bebcc10,6a7969773bebcc10] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cebe208a-a74f-4a58-a394-c35c2de06dc9","status":"200","rqstDate":"250331-08:11:49:470","respDate":"250331-08:11:49:481","sourceId":"haproxy:cebe208a-a74f-4a58-a394-c35c2de06dc9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:49:470-22966\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b5d7c0f5-1447-4415-bb69-56b9a904eb85], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cebe208a-a74f-4a58-a394-c35c2de06dc9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:11:51.489 [67ea4e4798421e2ef41b53080ebec38d,f41b53080ebec38d] [qtp1225114731-26]  INFO [aai-resources,67ea4e4798421e2ef41b53080ebec38d,f41b53080ebec38d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:51.503 [67ea4e4798421e2ef41b53080ebec38d,f41b53080ebec38d] [qtp1225114731-26] DEBUG [aai-resources,67ea4e4798421e2ef41b53080ebec38d,f41b53080ebec38d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3abc3bf4-f4e0-434b-9a3c-f09595248193","status":"200","rqstDate":"250331-08:11:51:489","respDate":"250331-08:11:51:503","sourceId":"haproxy:3abc3bf4-f4e0-434b-9a3c-f09595248193","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:51:489-13165\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c32cb22-57f3-4dd9-82eb-75f90226872e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3abc3bf4-f4e0-434b-9a3c-f09595248193]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:11:53.510 [67ea4e49fa35af359cdbb8a6bbf64766,9cdbb8a6bbf64766] [qtp1225114731-24]  INFO [aai-resources,67ea4e49fa35af359cdbb8a6bbf64766,9cdbb8a6bbf64766] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:53.525 [67ea4e49fa35af359cdbb8a6bbf64766,9cdbb8a6bbf64766] [qtp1225114731-24] DEBUG [aai-resources,67ea4e49fa35af359cdbb8a6bbf64766,9cdbb8a6bbf64766] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1d8469f9-5bb2-434a-8466-2660de28f421","status":"200","rqstDate":"250331-08:11:53:510","respDate":"250331-08:11:53:525","sourceId":"haproxy:1d8469f9-5bb2-434a-8466-2660de28f421","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:53:510-42388\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1b325771-1155-4966-b7de-bfbe3457ac82], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1d8469f9-5bb2-434a-8466-2660de28f421]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:11:55.532 [67ea4e4b79d4ab13cb4e2b601440d2b0,cb4e2b601440d2b0] [qtp1225114731-26]  INFO [aai-resources,67ea4e4b79d4ab13cb4e2b601440d2b0,cb4e2b601440d2b0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:55.546 [67ea4e4b79d4ab13cb4e2b601440d2b0,cb4e2b601440d2b0] [qtp1225114731-26] DEBUG [aai-resources,67ea4e4b79d4ab13cb4e2b601440d2b0,cb4e2b601440d2b0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b7371a3-76d0-47dc-9eff-23ef3b0ecad9","status":"200","rqstDate":"250331-08:11:55:532","respDate":"250331-08:11:55:546","sourceId":"haproxy:8b7371a3-76d0-47dc-9eff-23ef3b0ecad9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:11:55:532-24737\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[66622d52-dfe5-4038-b625-0cc81b8626d9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8b7371a3-76d0-47dc-9eff-23ef3b0ecad9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:11:57.554 [67ea4e4d3821cadbf0b4f65bdf08f29e,f0b4f65bdf08f29e] [qtp1225114731-24]  INFO [aai-resources,67ea4e4d3821cadbf0b4f65bdf08f29e,f0b4f65bdf08f29e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:57.570 [67ea4e4d3821cadbf0b4f65bdf08f29e,f0b4f65bdf08f29e] [qtp1225114731-24] DEBUG [aai-resources,67ea4e4d3821cadbf0b4f65bdf08f29e,f0b4f65bdf08f29e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e17c46a7-e1e8-402c-a943-86f22a448239","status":"200","rqstDate":"250331-08:11:57:554","respDate":"250331-08:11:57:569","sourceId":"haproxy:e17c46a7-e1e8-402c-a943-86f22a448239","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:11:57:554-62898\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a2e4870b-587a-46c8-9da5-151a17232fb3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e17c46a7-e1e8-402c-a943-86f22a448239]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:11:59.577 [67ea4e4f317d26323a09766fd295085a,3a09766fd295085a] [qtp1225114731-26]  INFO [aai-resources,67ea4e4f317d26323a09766fd295085a,3a09766fd295085a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:11:59.601 [67ea4e4f317d26323a09766fd295085a,3a09766fd295085a] [qtp1225114731-26] DEBUG [aai-resources,67ea4e4f317d26323a09766fd295085a,3a09766fd295085a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"52f9f122-157d-4f7d-acd2-82ed1e2ff697","status":"200","rqstDate":"250331-08:11:59:577","respDate":"250331-08:11:59:601","sourceId":"haproxy:52f9f122-157d-4f7d-acd2-82ed1e2ff697","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:11:59:577-59051\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9aded131-64c3-4825-b4e8-94421ca478cd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[52f9f122-157d-4f7d-acd2-82ed1e2ff697]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:11:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:12:01.608 [67ea4e51296aba2c4f8c4e165e3f2448,4f8c4e165e3f2448] [qtp1225114731-24]  INFO [aai-resources,67ea4e51296aba2c4f8c4e165e3f2448,4f8c4e165e3f2448] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:01.624 [67ea4e51296aba2c4f8c4e165e3f2448,4f8c4e165e3f2448] [qtp1225114731-24] DEBUG [aai-resources,67ea4e51296aba2c4f8c4e165e3f2448,4f8c4e165e3f2448] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5d18c166-a120-4cde-8258-23e5f209cc98","status":"200","rqstDate":"250331-08:12:01:608","respDate":"250331-08:12:01:624","sourceId":"haproxy:5d18c166-a120-4cde-8258-23e5f209cc98","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:12:01:608-89711\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[27e300df-35b7-41aa-ad7f-077d5193401e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5d18c166-a120-4cde-8258-23e5f209cc98]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:12:03.631 [67ea4e539dad7a59d900011df2a1acf3,d900011df2a1acf3] [qtp1225114731-26]  INFO [aai-resources,67ea4e539dad7a59d900011df2a1acf3,d900011df2a1acf3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:03.655 [67ea4e539dad7a59d900011df2a1acf3,d900011df2a1acf3] [qtp1225114731-26] DEBUG [aai-resources,67ea4e539dad7a59d900011df2a1acf3,d900011df2a1acf3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9e6a52a6-46bb-400f-8071-850f44aa67b6","status":"200","rqstDate":"250331-08:12:03:631","respDate":"250331-08:12:03:654","sourceId":"haproxy:9e6a52a6-46bb-400f-8071-850f44aa67b6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:12:03:631-50510\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[47e8519f-ef7b-4f26-a353-a3ce5257d70c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9e6a52a6-46bb-400f-8071-850f44aa67b6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:12:05.662 [67ea4e557783236183ae0a0c197063d2,83ae0a0c197063d2] [qtp1225114731-24]  INFO [aai-resources,67ea4e557783236183ae0a0c197063d2,83ae0a0c197063d2] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:05.676 [67ea4e557783236183ae0a0c197063d2,83ae0a0c197063d2] [qtp1225114731-24] DEBUG [aai-resources,67ea4e557783236183ae0a0c197063d2,83ae0a0c197063d2] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"89b3c23d-22bf-4324-840c-1430f3eb56fb","status":"200","rqstDate":"250331-08:12:05:662","respDate":"250331-08:12:05:675","sourceId":"haproxy:89b3c23d-22bf-4324-840c-1430f3eb56fb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:05:662-11805\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fd693a4f-9ab1-446b-9894-cab17385d606], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[89b3c23d-22bf-4324-840c-1430f3eb56fb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:12:07.684 [67ea4e57d582e1d2213319fd7910bb33,213319fd7910bb33] [qtp1225114731-26]  INFO [aai-resources,67ea4e57d582e1d2213319fd7910bb33,213319fd7910bb33] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:07.699 [67ea4e57d582e1d2213319fd7910bb33,213319fd7910bb33] [qtp1225114731-26] DEBUG [aai-resources,67ea4e57d582e1d2213319fd7910bb33,213319fd7910bb33] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a62be73f-e605-44e7-b6a5-3d78458a5743","status":"200","rqstDate":"250331-08:12:07:684","respDate":"250331-08:12:07:699","sourceId":"haproxy:a62be73f-e605-44e7-b6a5-3d78458a5743","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:07:684-84637\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[86f61d07-1904-47bc-aba5-454108c83445], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a62be73f-e605-44e7-b6a5-3d78458a5743]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:12:09.708 [67ea4e59ce3667905747a7df1c4425a5,5747a7df1c4425a5] [qtp1225114731-24]  INFO [aai-resources,67ea4e59ce3667905747a7df1c4425a5,5747a7df1c4425a5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:09.725 [67ea4e59ce3667905747a7df1c4425a5,5747a7df1c4425a5] [qtp1225114731-24] DEBUG [aai-resources,67ea4e59ce3667905747a7df1c4425a5,5747a7df1c4425a5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"41872703-9c79-48da-bbac-6c1906be8468","status":"200","rqstDate":"250331-08:12:09:708","respDate":"250331-08:12:09:724","sourceId":"haproxy:41872703-9c79-48da-bbac-6c1906be8468","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:09:708-96857\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dd57da9b-536a-40da-91bd-a1e3338c1815], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[41872703-9c79-48da-bbac-6c1906be8468]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:12:11.731 [67ea4e5bd1b7a8a0a95fcd5a7f6df2e2,a95fcd5a7f6df2e2] [qtp1225114731-26]  INFO [aai-resources,67ea4e5bd1b7a8a0a95fcd5a7f6df2e2,a95fcd5a7f6df2e2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:11.744 [67ea4e5bd1b7a8a0a95fcd5a7f6df2e2,a95fcd5a7f6df2e2] [qtp1225114731-26] DEBUG [aai-resources,67ea4e5bd1b7a8a0a95fcd5a7f6df2e2,a95fcd5a7f6df2e2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fd5cbeeb-573e-45ca-be0c-db3ce48a016b","status":"200","rqstDate":"250331-08:12:11:732","respDate":"250331-08:12:11:744","sourceId":"haproxy:fd5cbeeb-573e-45ca-be0c-db3ce48a016b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:12:11:732-6886\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dfeb919e-653c-4327-acbb-5a19e7612404], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fd5cbeeb-573e-45ca-be0c-db3ce48a016b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:12:13.751 [67ea4e5dd144647ef5dcd9ac5f9cafbd,f5dcd9ac5f9cafbd] [qtp1225114731-24]  INFO [aai-resources,67ea4e5dd144647ef5dcd9ac5f9cafbd,f5dcd9ac5f9cafbd] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:13.773 [67ea4e5dd144647ef5dcd9ac5f9cafbd,f5dcd9ac5f9cafbd] [qtp1225114731-24] DEBUG [aai-resources,67ea4e5dd144647ef5dcd9ac5f9cafbd,f5dcd9ac5f9cafbd] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b76d5eff-e882-4450-936d-08cb099236e0","status":"200","rqstDate":"250331-08:12:13:751","respDate":"250331-08:12:13:773","sourceId":"haproxy:b76d5eff-e882-4450-936d-08cb099236e0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:12:13:751-53510\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2ec69af2-2639-47bb-bb02-d867fc0a8e0a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b76d5eff-e882-4450-936d-08cb099236e0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:12:15.780 [67ea4e5fe9410b928831751c4c157141,8831751c4c157141] [qtp1225114731-26]  INFO [aai-resources,67ea4e5fe9410b928831751c4c157141,8831751c4c157141] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:15.790 [67ea4e5fe9410b928831751c4c157141,8831751c4c157141] [qtp1225114731-26] DEBUG [aai-resources,67ea4e5fe9410b928831751c4c157141,8831751c4c157141] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df901544-6620-4490-aa74-feaed2b92fe2","status":"200","rqstDate":"250331-08:12:15:780","respDate":"250331-08:12:15:790","sourceId":"haproxy:df901544-6620-4490-aa74-feaed2b92fe2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:12:15:780-2970\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[86d017e2-0ce0-41e4-bc7e-689bb52630e7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df901544-6620-4490-aa74-feaed2b92fe2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:12:17.797 [67ea4e61c9c41d26f46bc5caf86c4d0b,f46bc5caf86c4d0b] [qtp1225114731-24]  INFO [aai-resources,67ea4e61c9c41d26f46bc5caf86c4d0b,f46bc5caf86c4d0b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:17.813 [67ea4e61c9c41d26f46bc5caf86c4d0b,f46bc5caf86c4d0b] [qtp1225114731-24] DEBUG [aai-resources,67ea4e61c9c41d26f46bc5caf86c4d0b,f46bc5caf86c4d0b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c5198e2-acba-4faf-8d9c-b2554a096ec6","status":"200","rqstDate":"250331-08:12:17:798","respDate":"250331-08:12:17:813","sourceId":"haproxy:8c5198e2-acba-4faf-8d9c-b2554a096ec6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:17:798-17025\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[865c6874-cbb4-4723-8828-df9564fbab5a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8c5198e2-acba-4faf-8d9c-b2554a096ec6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:12:19.821 [67ea4e63ca4d3f9f2af853b6772eb030,2af853b6772eb030] [qtp1225114731-26]  INFO [aai-resources,67ea4e63ca4d3f9f2af853b6772eb030,2af853b6772eb030] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:19.832 [67ea4e63ca4d3f9f2af853b6772eb030,2af853b6772eb030] [qtp1225114731-26] DEBUG [aai-resources,67ea4e63ca4d3f9f2af853b6772eb030,2af853b6772eb030] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9e32bf21-4a05-419d-b0e5-7202c82290bb","status":"200","rqstDate":"250331-08:12:19:822","respDate":"250331-08:12:19:832","sourceId":"haproxy:9e32bf21-4a05-419d-b0e5-7202c82290bb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:12:19:822-78379\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7eaebeb3-56c1-400e-994d-63623be4f0dc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9e32bf21-4a05-419d-b0e5-7202c82290bb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:12:21.839 [67ea4e6587e3abaf4555184ff9020652,4555184ff9020652] [qtp1225114731-24]  INFO [aai-resources,67ea4e6587e3abaf4555184ff9020652,4555184ff9020652] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:21.855 [67ea4e6587e3abaf4555184ff9020652,4555184ff9020652] [qtp1225114731-24] DEBUG [aai-resources,67ea4e6587e3abaf4555184ff9020652,4555184ff9020652] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"32800f07-0eb9-4132-9ed6-b3f4646f3644","status":"200","rqstDate":"250331-08:12:21:840","respDate":"250331-08:12:21:855","sourceId":"haproxy:32800f07-0eb9-4132-9ed6-b3f4646f3644","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:21:840-1777\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9737635a-51a7-4f4d-96e3-02814d9643fb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[32800f07-0eb9-4132-9ed6-b3f4646f3644]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:12:23.863 [67ea4e6738970dc993cc173f6e8759bc,93cc173f6e8759bc] [qtp1225114731-26]  INFO [aai-resources,67ea4e6738970dc993cc173f6e8759bc,93cc173f6e8759bc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:23.873 [67ea4e6738970dc993cc173f6e8759bc,93cc173f6e8759bc] [qtp1225114731-26] DEBUG [aai-resources,67ea4e6738970dc993cc173f6e8759bc,93cc173f6e8759bc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"71a75fe0-92c0-41d3-a61e-56105b3c0f30","status":"200","rqstDate":"250331-08:12:23:863","respDate":"250331-08:12:23:873","sourceId":"haproxy:71a75fe0-92c0-41d3-a61e-56105b3c0f30","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:23:863-16215\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bc4a4b84-0d59-4546-b23d-dddbb1a467eb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[71a75fe0-92c0-41d3-a61e-56105b3c0f30]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:12:25.881 [67ea4e69c4ef83b44ff10e2a5759311e,4ff10e2a5759311e] [qtp1225114731-24]  INFO [aai-resources,67ea4e69c4ef83b44ff10e2a5759311e,4ff10e2a5759311e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:25.897 [67ea4e69c4ef83b44ff10e2a5759311e,4ff10e2a5759311e] [qtp1225114731-24] DEBUG [aai-resources,67ea4e69c4ef83b44ff10e2a5759311e,4ff10e2a5759311e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ebeb68d1-7679-4499-a1eb-a680e4978e9d","status":"200","rqstDate":"250331-08:12:25:882","respDate":"250331-08:12:25:897","sourceId":"haproxy:ebeb68d1-7679-4499-a1eb-a680e4978e9d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:12:25:882-17142\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8704e16d-0c48-4d5c-b396-598d55b111f1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ebeb68d1-7679-4499-a1eb-a680e4978e9d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:12:27.905 [67ea4e6b2eee5d6eebf71d256523334c,ebf71d256523334c] [qtp1225114731-26]  INFO [aai-resources,67ea4e6b2eee5d6eebf71d256523334c,ebf71d256523334c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:27.923 [67ea4e6b2eee5d6eebf71d256523334c,ebf71d256523334c] [qtp1225114731-26] DEBUG [aai-resources,67ea4e6b2eee5d6eebf71d256523334c,ebf71d256523334c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e46455b5-af51-4614-ae66-480140189ac0","status":"200","rqstDate":"250331-08:12:27:906","respDate":"250331-08:12:27:923","sourceId":"haproxy:e46455b5-af51-4614-ae66-480140189ac0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:12:27:906-98599\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[029ac771-5283-4c07-b0f0-6d138c95b01b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e46455b5-af51-4614-ae66-480140189ac0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:12:29.931 [67ea4e6d153ef78d4d495e002b5f97c8,4d495e002b5f97c8] [qtp1225114731-24]  INFO [aai-resources,67ea4e6d153ef78d4d495e002b5f97c8,4d495e002b5f97c8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:29.944 [67ea4e6d153ef78d4d495e002b5f97c8,4d495e002b5f97c8] [qtp1225114731-24] DEBUG [aai-resources,67ea4e6d153ef78d4d495e002b5f97c8,4d495e002b5f97c8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5d44440-1a61-4f80-a1e3-e12eb86d2fd8","status":"200","rqstDate":"250331-08:12:29:932","respDate":"250331-08:12:29:944","sourceId":"haproxy:e5d44440-1a61-4f80-a1e3-e12eb86d2fd8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:12:29:932-18731\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[121a3ec4-72a4-459a-bea1-f0f7fd1355b8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e5d44440-1a61-4f80-a1e3-e12eb86d2fd8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:12:31.954 [67ea4e6f666368c27ff378d4aa681a56,7ff378d4aa681a56] [qtp1225114731-26]  INFO [aai-resources,67ea4e6f666368c27ff378d4aa681a56,7ff378d4aa681a56] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:31.985 [67ea4e6f666368c27ff378d4aa681a56,7ff378d4aa681a56] [qtp1225114731-26] DEBUG [aai-resources,67ea4e6f666368c27ff378d4aa681a56,7ff378d4aa681a56] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3f2d9ba6-da02-4616-a538-e1c99aeb9fec","status":"200","rqstDate":"250331-08:12:31:954","respDate":"250331-08:12:31:985","sourceId":"haproxy:3f2d9ba6-da02-4616-a538-e1c99aeb9fec","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:12:31:954-60548\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6e4fe923-4f4b-4868-bf16-fab061b39762], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3f2d9ba6-da02-4616-a538-e1c99aeb9fec]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 35 - "logType": "access"
2025-03-31 08:12:33.994 [67ea4e71c45f3b6e92f4427d31ebcb7d,92f4427d31ebcb7d] [qtp1225114731-24]  INFO [aai-resources,67ea4e71c45f3b6e92f4427d31ebcb7d,92f4427d31ebcb7d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:34.008 [67ea4e71c45f3b6e92f4427d31ebcb7d,92f4427d31ebcb7d] [qtp1225114731-24] DEBUG [aai-resources,67ea4e71c45f3b6e92f4427d31ebcb7d,92f4427d31ebcb7d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0b612674-95f0-4322-b32b-004af4c63eea","status":"200","rqstDate":"250331-08:12:33:994","respDate":"250331-08:12:34:008","sourceId":"haproxy:0b612674-95f0-4322-b32b-004af4c63eea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:12:33:994-37040\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c035f72f-f11d-47af-a823-20a0634fbd40], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0b612674-95f0-4322-b32b-004af4c63eea]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:12:36.015 [67ea4e743e7bad25362167b0da833b3b,362167b0da833b3b] [qtp1225114731-26]  INFO [aai-resources,67ea4e743e7bad25362167b0da833b3b,362167b0da833b3b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:36.029 [67ea4e743e7bad25362167b0da833b3b,362167b0da833b3b] [qtp1225114731-26] DEBUG [aai-resources,67ea4e743e7bad25362167b0da833b3b,362167b0da833b3b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dc571035-7c43-4ffd-ac14-afc5c3ccad12","status":"200","rqstDate":"250331-08:12:36:015","respDate":"250331-08:12:36:029","sourceId":"haproxy:dc571035-7c43-4ffd-ac14-afc5c3ccad12","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:36:015-2820\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c5ab695c-cedb-4172-8232-ac7f368875bf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dc571035-7c43-4ffd-ac14-afc5c3ccad12]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:12:38.036 [67ea4e76269cf50397548a8937c72fef,97548a8937c72fef] [qtp1225114731-24]  INFO [aai-resources,67ea4e76269cf50397548a8937c72fef,97548a8937c72fef] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:38.052 [67ea4e76269cf50397548a8937c72fef,97548a8937c72fef] [qtp1225114731-24] DEBUG [aai-resources,67ea4e76269cf50397548a8937c72fef,97548a8937c72fef] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1b8cc6ff-8766-4e1b-b47f-6bf5834ebd86","status":"200","rqstDate":"250331-08:12:38:036","respDate":"250331-08:12:38:052","sourceId":"haproxy:1b8cc6ff-8766-4e1b-b47f-6bf5834ebd86","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:38:036-60366\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e5fd3484-a715-41de-ae6a-1322878ccb10], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1b8cc6ff-8766-4e1b-b47f-6bf5834ebd86]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:12:40.060 [67ea4e78d6ba97bead9a84b2a325dbf5,ad9a84b2a325dbf5] [qtp1225114731-26]  INFO [aai-resources,67ea4e78d6ba97bead9a84b2a325dbf5,ad9a84b2a325dbf5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:40.076 [67ea4e78d6ba97bead9a84b2a325dbf5,ad9a84b2a325dbf5] [qtp1225114731-26] DEBUG [aai-resources,67ea4e78d6ba97bead9a84b2a325dbf5,ad9a84b2a325dbf5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bafadae4-2667-4b6d-a24b-c2c7e9599417","status":"200","rqstDate":"250331-08:12:40:060","respDate":"250331-08:12:40:076","sourceId":"haproxy:bafadae4-2667-4b6d-a24b-c2c7e9599417","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:12:40:060-8407\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2ca64572-d13c-48eb-a795-f382ab939207], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bafadae4-2667-4b6d-a24b-c2c7e9599417]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:12:42.082 [67ea4e7a126807852ad75af439af7137,2ad75af439af7137] [qtp1225114731-24]  INFO [aai-resources,67ea4e7a126807852ad75af439af7137,2ad75af439af7137] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:42.097 [67ea4e7a126807852ad75af439af7137,2ad75af439af7137] [qtp1225114731-24] DEBUG [aai-resources,67ea4e7a126807852ad75af439af7137,2ad75af439af7137] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e8b538ac-c531-4949-ad23-beff1338b7f4","status":"200","rqstDate":"250331-08:12:42:083","respDate":"250331-08:12:42:097","sourceId":"haproxy:e8b538ac-c531-4949-ad23-beff1338b7f4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:42:083-46245\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a8c2ae56-2f01-4ee5-b84c-794f356de958], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e8b538ac-c531-4949-ad23-beff1338b7f4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:12:44.114 [67ea4e7c16e46446ceb0aa3fa89665dd,ceb0aa3fa89665dd] [qtp1225114731-26]  INFO [aai-resources,67ea4e7c16e46446ceb0aa3fa89665dd,ceb0aa3fa89665dd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:44.130 [67ea4e7c16e46446ceb0aa3fa89665dd,ceb0aa3fa89665dd] [qtp1225114731-26] DEBUG [aai-resources,67ea4e7c16e46446ceb0aa3fa89665dd,ceb0aa3fa89665dd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7b32d507-a20b-468b-9323-99e3902a6a44","status":"200","rqstDate":"250331-08:12:44:115","respDate":"250331-08:12:44:130","sourceId":"haproxy:7b32d507-a20b-468b-9323-99e3902a6a44","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:12:44:115-31303\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[de320fa0-8cfd-4ddb-9390-c0941db3407f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7b32d507-a20b-468b-9323-99e3902a6a44]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:12:46.136 [67ea4e7e715c18b3a4d99c4b88084704,a4d99c4b88084704] [qtp1225114731-24]  INFO [aai-resources,67ea4e7e715c18b3a4d99c4b88084704,a4d99c4b88084704] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:46.148 [67ea4e7e715c18b3a4d99c4b88084704,a4d99c4b88084704] [qtp1225114731-24] DEBUG [aai-resources,67ea4e7e715c18b3a4d99c4b88084704,a4d99c4b88084704] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f3ab08a1-6640-4f5c-964d-6a75e9c672e8","status":"200","rqstDate":"250331-08:12:46:137","respDate":"250331-08:12:46:148","sourceId":"haproxy:f3ab08a1-6640-4f5c-964d-6a75e9c672e8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:12:46:137-29482\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17b4e013-f2ef-47e8-99e9-116c4a5c4721], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f3ab08a1-6640-4f5c-964d-6a75e9c672e8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:12:48.156 [67ea4e80c6123bc716143539e9c449be,16143539e9c449be] [qtp1225114731-26]  INFO [aai-resources,67ea4e80c6123bc716143539e9c449be,16143539e9c449be] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:48.172 [67ea4e80c6123bc716143539e9c449be,16143539e9c449be] [qtp1225114731-26] DEBUG [aai-resources,67ea4e80c6123bc716143539e9c449be,16143539e9c449be] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fef2bfaf-62d5-48bb-8b71-45ae0e03ec33","status":"200","rqstDate":"250331-08:12:48:156","respDate":"250331-08:12:48:172","sourceId":"haproxy:fef2bfaf-62d5-48bb-8b71-45ae0e03ec33","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:12:48:156-38168\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ce6ee5ee-50ef-480e-b7fd-b7383a6c74b1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fef2bfaf-62d5-48bb-8b71-45ae0e03ec33]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:12:50.182 [67ea4e82bbcc9e2f01461794b3f832ec,01461794b3f832ec] [qtp1225114731-24]  INFO [aai-resources,67ea4e82bbcc9e2f01461794b3f832ec,01461794b3f832ec] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:50.200 [67ea4e82bbcc9e2f01461794b3f832ec,01461794b3f832ec] [qtp1225114731-24] DEBUG [aai-resources,67ea4e82bbcc9e2f01461794b3f832ec,01461794b3f832ec] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f8f11f35-e96b-4423-9e87-e8bc9e01ffbc","status":"200","rqstDate":"250331-08:12:50:182","respDate":"250331-08:12:50:200","sourceId":"haproxy:f8f11f35-e96b-4423-9e87-e8bc9e01ffbc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:12:50:182-29775\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[65e75b57-4536-4858-bb78-b7b670c5211a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f8f11f35-e96b-4423-9e87-e8bc9e01ffbc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:12:52.208 [67ea4e8453b6c528a4412411996d1caf,a4412411996d1caf] [qtp1225114731-26]  INFO [aai-resources,67ea4e8453b6c528a4412411996d1caf,a4412411996d1caf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:52.224 [67ea4e8453b6c528a4412411996d1caf,a4412411996d1caf] [qtp1225114731-26] DEBUG [aai-resources,67ea4e8453b6c528a4412411996d1caf,a4412411996d1caf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"045e5ba2-08a9-49ba-a8c3-6a17ef835701","status":"200","rqstDate":"250331-08:12:52:208","respDate":"250331-08:12:52:224","sourceId":"haproxy:045e5ba2-08a9-49ba-a8c3-6a17ef835701","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:12:52:208-95540\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[762dda30-5822-40ff-8538-1f0126c376d5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[045e5ba2-08a9-49ba-a8c3-6a17ef835701]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:12:54.232 [67ea4e86c7279ee2fdcbc2c001e2eda7,fdcbc2c001e2eda7] [qtp1225114731-24]  INFO [aai-resources,67ea4e86c7279ee2fdcbc2c001e2eda7,fdcbc2c001e2eda7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:54.247 [67ea4e86c7279ee2fdcbc2c001e2eda7,fdcbc2c001e2eda7] [qtp1225114731-24] DEBUG [aai-resources,67ea4e86c7279ee2fdcbc2c001e2eda7,fdcbc2c001e2eda7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4fcf7151-d2f4-4869-9475-11e92b884690","status":"200","rqstDate":"250331-08:12:54:232","respDate":"250331-08:12:54:246","sourceId":"haproxy:4fcf7151-d2f4-4869-9475-11e92b884690","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:54:232-27450\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c079b9a9-37fd-485b-910e-7144bebeb9c3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4fcf7151-d2f4-4869-9475-11e92b884690]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:12:56.255 [67ea4e888580bf903e48dfa92b1b12ef,3e48dfa92b1b12ef] [qtp1225114731-26]  INFO [aai-resources,67ea4e888580bf903e48dfa92b1b12ef,3e48dfa92b1b12ef] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:56.270 [67ea4e888580bf903e48dfa92b1b12ef,3e48dfa92b1b12ef] [qtp1225114731-26] DEBUG [aai-resources,67ea4e888580bf903e48dfa92b1b12ef,3e48dfa92b1b12ef] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b7d85d83-ba65-4ebd-a71f-35827c234994","status":"200","rqstDate":"250331-08:12:56:256","respDate":"250331-08:12:56:269","sourceId":"haproxy:b7d85d83-ba65-4ebd-a71f-35827c234994","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:56:256-57427\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d1dc69fb-e813-4d9e-93e1-b7ec160f3e6c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b7d85d83-ba65-4ebd-a71f-35827c234994]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:12:58.278 [67ea4e8a0e3212f4ff807dfee512f5ce,ff807dfee512f5ce] [qtp1225114731-24]  INFO [aai-resources,67ea4e8a0e3212f4ff807dfee512f5ce,ff807dfee512f5ce] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:12:58.296 [67ea4e8a0e3212f4ff807dfee512f5ce,ff807dfee512f5ce] [qtp1225114731-24] DEBUG [aai-resources,67ea4e8a0e3212f4ff807dfee512f5ce,ff807dfee512f5ce] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"44f980f9-6d6b-4051-8b79-059c4a61eb54","status":"200","rqstDate":"250331-08:12:58:279","respDate":"250331-08:12:58:296","sourceId":"haproxy:44f980f9-6d6b-4051-8b79-059c4a61eb54","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:12:58:279-76944\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[22edddd7-e227-4b09-ad54-d8fc6e8e4651], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[44f980f9-6d6b-4051-8b79-059c4a61eb54]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:12:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:13:00.304 [67ea4e8c6f59cd4c5736458f62cdad4e,5736458f62cdad4e] [qtp1225114731-26]  INFO [aai-resources,67ea4e8c6f59cd4c5736458f62cdad4e,5736458f62cdad4e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:00.315 [67ea4e8c6f59cd4c5736458f62cdad4e,5736458f62cdad4e] [qtp1225114731-26] DEBUG [aai-resources,67ea4e8c6f59cd4c5736458f62cdad4e,5736458f62cdad4e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6ab72856-188f-4f53-8a77-8e482eef5803","status":"200","rqstDate":"250331-08:13:00:304","respDate":"250331-08:13:00:315","sourceId":"haproxy:6ab72856-188f-4f53-8a77-8e482eef5803","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:13:00:304-87531\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99868acc-4445-443f-afea-0d88527b1a47], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6ab72856-188f-4f53-8a77-8e482eef5803]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:13:02.322 [67ea4e8e7bc9b86fbbff8d67cb0731ae,bbff8d67cb0731ae] [qtp1225114731-24]  INFO [aai-resources,67ea4e8e7bc9b86fbbff8d67cb0731ae,bbff8d67cb0731ae] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:02.335 [67ea4e8e7bc9b86fbbff8d67cb0731ae,bbff8d67cb0731ae] [qtp1225114731-24] DEBUG [aai-resources,67ea4e8e7bc9b86fbbff8d67cb0731ae,bbff8d67cb0731ae] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"42caa9ba-f0a4-457c-9e11-8ba07c9f7029","status":"200","rqstDate":"250331-08:13:02:322","respDate":"250331-08:13:02:335","sourceId":"haproxy:42caa9ba-f0a4-457c-9e11-8ba07c9f7029","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:13:02:322-60399\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[846d459c-cc13-4f68-9d5d-dbbd357996a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[42caa9ba-f0a4-457c-9e11-8ba07c9f7029]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:13:04.341 [67ea4e90a7c2be099f51cc9c1acd53c6,9f51cc9c1acd53c6] [qtp1225114731-26]  INFO [aai-resources,67ea4e90a7c2be099f51cc9c1acd53c6,9f51cc9c1acd53c6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:04.357 [67ea4e90a7c2be099f51cc9c1acd53c6,9f51cc9c1acd53c6] [qtp1225114731-26] DEBUG [aai-resources,67ea4e90a7c2be099f51cc9c1acd53c6,9f51cc9c1acd53c6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d34ff886-0b56-44ef-ac2e-19cc9949d559","status":"200","rqstDate":"250331-08:13:04:342","respDate":"250331-08:13:04:357","sourceId":"haproxy:d34ff886-0b56-44ef-ac2e-19cc9949d559","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:13:04:342-52336\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[582ce9ec-2fb7-4509-9e7a-ff8d254280b0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d34ff886-0b56-44ef-ac2e-19cc9949d559]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:13:06.364 [67ea4e9227514f4a3f6e5892e09ea4e2,3f6e5892e09ea4e2] [qtp1225114731-24]  INFO [aai-resources,67ea4e9227514f4a3f6e5892e09ea4e2,3f6e5892e09ea4e2] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:06.377 [67ea4e9227514f4a3f6e5892e09ea4e2,3f6e5892e09ea4e2] [qtp1225114731-24] DEBUG [aai-resources,67ea4e9227514f4a3f6e5892e09ea4e2,3f6e5892e09ea4e2] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f5226970-48c4-4f16-adad-f7939ae38962","status":"200","rqstDate":"250331-08:13:06:365","respDate":"250331-08:13:06:376","sourceId":"haproxy:f5226970-48c4-4f16-adad-f7939ae38962","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:13:06:365-44545\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5dd7cd69-9820-41f5-993c-da1935fcf3dc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f5226970-48c4-4f16-adad-f7939ae38962]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:13:08.389 [67ea4e94c5025519227b8b7380d430bd,227b8b7380d430bd] [qtp1225114731-26]  INFO [aai-resources,67ea4e94c5025519227b8b7380d430bd,227b8b7380d430bd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:08.403 [67ea4e94c5025519227b8b7380d430bd,227b8b7380d430bd] [qtp1225114731-26] DEBUG [aai-resources,67ea4e94c5025519227b8b7380d430bd,227b8b7380d430bd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fe9d85e4-8835-4db2-ab67-aee925b24792","status":"200","rqstDate":"250331-08:13:08:389","respDate":"250331-08:13:08:403","sourceId":"haproxy:fe9d85e4-8835-4db2-ab67-aee925b24792","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:13:08:389-99910\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[67e64fb4-3a00-43af-bf33-0de945927027], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fe9d85e4-8835-4db2-ab67-aee925b24792]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:13:10.410 [67ea4e96d7ef4b3082a4f55100775762,82a4f55100775762] [qtp1225114731-24]  INFO [aai-resources,67ea4e96d7ef4b3082a4f55100775762,82a4f55100775762] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:10.425 [67ea4e96d7ef4b3082a4f55100775762,82a4f55100775762] [qtp1225114731-24] DEBUG [aai-resources,67ea4e96d7ef4b3082a4f55100775762,82a4f55100775762] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b35cda5b-8ae9-42f8-9e5d-bc92b058ee98","status":"200","rqstDate":"250331-08:13:10:411","respDate":"250331-08:13:10:425","sourceId":"haproxy:b35cda5b-8ae9-42f8-9e5d-bc92b058ee98","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:13:10:411-38130\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5b100053-61b7-41d5-bf8c-c0648077c0b1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b35cda5b-8ae9-42f8-9e5d-bc92b058ee98]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:13:12.433 [67ea4e9882f6be51a99f6e1df3564780,a99f6e1df3564780] [qtp1225114731-26]  INFO [aai-resources,67ea4e9882f6be51a99f6e1df3564780,a99f6e1df3564780] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:12.451 [67ea4e9882f6be51a99f6e1df3564780,a99f6e1df3564780] [qtp1225114731-26] DEBUG [aai-resources,67ea4e9882f6be51a99f6e1df3564780,a99f6e1df3564780] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"71874efd-3377-477e-a101-3e6b914c3390","status":"200","rqstDate":"250331-08:13:12:433","respDate":"250331-08:13:12:451","sourceId":"haproxy:71874efd-3377-477e-a101-3e6b914c3390","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:13:12:433-61156\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[76a21c4d-98d6-4071-9303-546e32d60828], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[71874efd-3377-477e-a101-3e6b914c3390]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:13:14.458 [67ea4e9a8521e840d20230837b50100a,d20230837b50100a] [qtp1225114731-24]  INFO [aai-resources,67ea4e9a8521e840d20230837b50100a,d20230837b50100a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:14.473 [67ea4e9a8521e840d20230837b50100a,d20230837b50100a] [qtp1225114731-24] DEBUG [aai-resources,67ea4e9a8521e840d20230837b50100a,d20230837b50100a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1602ab90-b7e8-4503-9231-5bbf8e38d349","status":"200","rqstDate":"250331-08:13:14:458","respDate":"250331-08:13:14:473","sourceId":"haproxy:1602ab90-b7e8-4503-9231-5bbf8e38d349","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:13:14:458-32358\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d714cc80-3ae8-4407-8112-bf390e9b5ac5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1602ab90-b7e8-4503-9231-5bbf8e38d349]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:13:16.481 [67ea4e9c6a2eabda0786212c836142e4,0786212c836142e4] [qtp1225114731-26]  INFO [aai-resources,67ea4e9c6a2eabda0786212c836142e4,0786212c836142e4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:16.495 [67ea4e9c6a2eabda0786212c836142e4,0786212c836142e4] [qtp1225114731-26] DEBUG [aai-resources,67ea4e9c6a2eabda0786212c836142e4,0786212c836142e4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fe117013-ed38-46a0-8b1c-c00e68fd0c37","status":"200","rqstDate":"250331-08:13:16:481","respDate":"250331-08:13:16:495","sourceId":"haproxy:fe117013-ed38-46a0-8b1c-c00e68fd0c37","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:13:16:481-13608\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f4638020-043a-4cb3-badc-660ad4d0ba47], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fe117013-ed38-46a0-8b1c-c00e68fd0c37]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:13:18.501 [67ea4e9ed78d0a9abc809e5bef0d0eff,bc809e5bef0d0eff] [qtp1225114731-24]  INFO [aai-resources,67ea4e9ed78d0a9abc809e5bef0d0eff,bc809e5bef0d0eff] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:18.515 [67ea4e9ed78d0a9abc809e5bef0d0eff,bc809e5bef0d0eff] [qtp1225114731-24] DEBUG [aai-resources,67ea4e9ed78d0a9abc809e5bef0d0eff,bc809e5bef0d0eff] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"af3fc1f5-cd2a-45eb-ac04-9ecf7c025cc8","status":"200","rqstDate":"250331-08:13:18:502","respDate":"250331-08:13:18:515","sourceId":"haproxy:af3fc1f5-cd2a-45eb-ac04-9ecf7c025cc8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:13:18:502-68903\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2d727a75-cd50-4ee7-b3ea-f5569d065009], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[af3fc1f5-cd2a-45eb-ac04-9ecf7c025cc8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:13:20.521 [67ea4ea03b0cc2298d4c70edd789ab6e,8d4c70edd789ab6e] [qtp1225114731-26]  INFO [aai-resources,67ea4ea03b0cc2298d4c70edd789ab6e,8d4c70edd789ab6e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:20.535 [67ea4ea03b0cc2298d4c70edd789ab6e,8d4c70edd789ab6e] [qtp1225114731-26] DEBUG [aai-resources,67ea4ea03b0cc2298d4c70edd789ab6e,8d4c70edd789ab6e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"594b9e2c-e23e-4063-ae9e-10c20bc47ad1","status":"200","rqstDate":"250331-08:13:20:522","respDate":"250331-08:13:20:535","sourceId":"haproxy:594b9e2c-e23e-4063-ae9e-10c20bc47ad1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:13:20:522-23977\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b76b20c0-8fbd-4903-8890-71fc6ebaf2a3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[594b9e2c-e23e-4063-ae9e-10c20bc47ad1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:13:22.541 [67ea4ea27f9c3c6264299a9971934178,64299a9971934178] [qtp1225114731-24]  INFO [aai-resources,67ea4ea27f9c3c6264299a9971934178,64299a9971934178] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:22.566 [67ea4ea27f9c3c6264299a9971934178,64299a9971934178] [qtp1225114731-24] DEBUG [aai-resources,67ea4ea27f9c3c6264299a9971934178,64299a9971934178] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"231f3957-3296-462b-8d84-ff74d034e294","status":"200","rqstDate":"250331-08:13:22:542","respDate":"250331-08:13:22:565","sourceId":"haproxy:231f3957-3296-462b-8d84-ff74d034e294","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:13:22:542-98854\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b661992f-5469-4021-9829-ac28b751ed08], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[231f3957-3296-462b-8d84-ff74d034e294]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:13:24.573 [67ea4ea4df1738c4b32cbe0ad5d131e8,b32cbe0ad5d131e8] [qtp1225114731-26]  INFO [aai-resources,67ea4ea4df1738c4b32cbe0ad5d131e8,b32cbe0ad5d131e8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:24.586 [67ea4ea4df1738c4b32cbe0ad5d131e8,b32cbe0ad5d131e8] [qtp1225114731-26] DEBUG [aai-resources,67ea4ea4df1738c4b32cbe0ad5d131e8,b32cbe0ad5d131e8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"63b2b158-fc4a-4310-905b-77299b666c19","status":"200","rqstDate":"250331-08:13:24:573","respDate":"250331-08:13:24:585","sourceId":"haproxy:63b2b158-fc4a-4310-905b-77299b666c19","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:13:24:573-90954\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[af654e32-6652-4d43-b8f4-88bd4bf8d168], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[63b2b158-fc4a-4310-905b-77299b666c19]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:13:26.596 [67ea4ea62a84eb3bf759ac1d411ce28f,f759ac1d411ce28f] [qtp1225114731-24]  INFO [aai-resources,67ea4ea62a84eb3bf759ac1d411ce28f,f759ac1d411ce28f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:26.610 [67ea4ea62a84eb3bf759ac1d411ce28f,f759ac1d411ce28f] [qtp1225114731-24] DEBUG [aai-resources,67ea4ea62a84eb3bf759ac1d411ce28f,f759ac1d411ce28f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c69040be-d7d9-4d9e-9447-3d42e0c01c8d","status":"200","rqstDate":"250331-08:13:26:596","respDate":"250331-08:13:26:610","sourceId":"haproxy:c69040be-d7d9-4d9e-9447-3d42e0c01c8d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:13:26:596-94819\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[df8e1fea-d589-4c25-b38b-92441bd98d28], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c69040be-d7d9-4d9e-9447-3d42e0c01c8d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:13:28.622 [67ea4ea8fb4068bbf2f88e54bd3bba69,f2f88e54bd3bba69] [qtp1225114731-26]  INFO [aai-resources,67ea4ea8fb4068bbf2f88e54bd3bba69,f2f88e54bd3bba69] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:28.633 [67ea4ea8fb4068bbf2f88e54bd3bba69,f2f88e54bd3bba69] [qtp1225114731-26] DEBUG [aai-resources,67ea4ea8fb4068bbf2f88e54bd3bba69,f2f88e54bd3bba69] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aebdbfdc-a560-45b9-b245-ae4169e6f2d2","status":"200","rqstDate":"250331-08:13:28:622","respDate":"250331-08:13:28:633","sourceId":"haproxy:aebdbfdc-a560-45b9-b245-ae4169e6f2d2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:13:28:622-29353\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[db3c2fb0-f497-4370-ba98-c66fd7608b91], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aebdbfdc-a560-45b9-b245-ae4169e6f2d2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:13:30.641 [67ea4eaa1d4c8b3232a4b80e7a01a3ab,32a4b80e7a01a3ab] [qtp1225114731-24]  INFO [aai-resources,67ea4eaa1d4c8b3232a4b80e7a01a3ab,32a4b80e7a01a3ab] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:30.652 [67ea4eaa1d4c8b3232a4b80e7a01a3ab,32a4b80e7a01a3ab] [qtp1225114731-24] DEBUG [aai-resources,67ea4eaa1d4c8b3232a4b80e7a01a3ab,32a4b80e7a01a3ab] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cb8fafca-5593-4549-80c1-1cffca4c4e1f","status":"200","rqstDate":"250331-08:13:30:641","respDate":"250331-08:13:30:652","sourceId":"haproxy:cb8fafca-5593-4549-80c1-1cffca4c4e1f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:13:30:641-7266\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[60bec172-0053-4ab3-a82c-050517e433bc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cb8fafca-5593-4549-80c1-1cffca4c4e1f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:13:32.659 [67ea4eac332adad5ae42f998eeed4966,ae42f998eeed4966] [qtp1225114731-26]  INFO [aai-resources,67ea4eac332adad5ae42f998eeed4966,ae42f998eeed4966] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:32.676 [67ea4eac332adad5ae42f998eeed4966,ae42f998eeed4966] [qtp1225114731-26] DEBUG [aai-resources,67ea4eac332adad5ae42f998eeed4966,ae42f998eeed4966] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e1209d48-75c9-4bff-9c3b-a7143a6790f1","status":"200","rqstDate":"250331-08:13:32:659","respDate":"250331-08:13:32:676","sourceId":"haproxy:e1209d48-75c9-4bff-9c3b-a7143a6790f1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:13:32:659-94655\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0a2a29db-8f26-4353-896c-c1fb0c8b3310], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e1209d48-75c9-4bff-9c3b-a7143a6790f1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:13:34.683 [67ea4eae3d5ac046759f1a8c00861860,759f1a8c00861860] [qtp1225114731-24]  INFO [aai-resources,67ea4eae3d5ac046759f1a8c00861860,759f1a8c00861860] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:34.696 [67ea4eae3d5ac046759f1a8c00861860,759f1a8c00861860] [qtp1225114731-24] DEBUG [aai-resources,67ea4eae3d5ac046759f1a8c00861860,759f1a8c00861860] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4b6d0842-0b79-4476-81ea-418ad515081a","status":"200","rqstDate":"250331-08:13:34:683","respDate":"250331-08:13:34:696","sourceId":"haproxy:4b6d0842-0b79-4476-81ea-418ad515081a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:13:34:683-24325\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5deade23-306c-4d2a-9445-a0689294ba7e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4b6d0842-0b79-4476-81ea-418ad515081a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:13:36.703 [67ea4eb095e840754276b53d8193a069,4276b53d8193a069] [qtp1225114731-26]  INFO [aai-resources,67ea4eb095e840754276b53d8193a069,4276b53d8193a069] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:36.718 [67ea4eb095e840754276b53d8193a069,4276b53d8193a069] [qtp1225114731-26] DEBUG [aai-resources,67ea4eb095e840754276b53d8193a069,4276b53d8193a069] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"446fb737-d912-4024-ac34-85d7ad11a8a0","status":"200","rqstDate":"250331-08:13:36:703","respDate":"250331-08:13:36:718","sourceId":"haproxy:446fb737-d912-4024-ac34-85d7ad11a8a0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:13:36:703-18744\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fcc458bf-ba6b-4a1a-82d2-f46fb3e866e2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[446fb737-d912-4024-ac34-85d7ad11a8a0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:13:38.727 [67ea4eb22424686a2b091d11a4c053e8,2b091d11a4c053e8] [qtp1225114731-24]  INFO [aai-resources,67ea4eb22424686a2b091d11a4c053e8,2b091d11a4c053e8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:38.743 [67ea4eb22424686a2b091d11a4c053e8,2b091d11a4c053e8] [qtp1225114731-24] DEBUG [aai-resources,67ea4eb22424686a2b091d11a4c053e8,2b091d11a4c053e8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"316211cd-5c31-4f94-bcd6-da21189eca63","status":"200","rqstDate":"250331-08:13:38:727","respDate":"250331-08:13:38:742","sourceId":"haproxy:316211cd-5c31-4f94-bcd6-da21189eca63","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:13:38:727-21534\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5056bd7d-a9e8-4850-b51a-524859c19134], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[316211cd-5c31-4f94-bcd6-da21189eca63]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:13:40.752 [67ea4eb4105a4856c996e8f00b95b8e5,c996e8f00b95b8e5] [qtp1225114731-26]  INFO [aai-resources,67ea4eb4105a4856c996e8f00b95b8e5,c996e8f00b95b8e5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:40.770 [67ea4eb4105a4856c996e8f00b95b8e5,c996e8f00b95b8e5] [qtp1225114731-26] DEBUG [aai-resources,67ea4eb4105a4856c996e8f00b95b8e5,c996e8f00b95b8e5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dd2d240d-07af-456f-b2d7-abe7606f5787","status":"200","rqstDate":"250331-08:13:40:752","respDate":"250331-08:13:40:770","sourceId":"haproxy:dd2d240d-07af-456f-b2d7-abe7606f5787","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:13:40:752-33223\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2523ade0-b778-42dd-9f8e-0c57bdf8405a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dd2d240d-07af-456f-b2d7-abe7606f5787]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:13:42.778 [67ea4eb6c43ce47a5e16f6dcfc815ca5,5e16f6dcfc815ca5] [qtp1225114731-24]  INFO [aai-resources,67ea4eb6c43ce47a5e16f6dcfc815ca5,5e16f6dcfc815ca5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:42.792 [67ea4eb6c43ce47a5e16f6dcfc815ca5,5e16f6dcfc815ca5] [qtp1225114731-24] DEBUG [aai-resources,67ea4eb6c43ce47a5e16f6dcfc815ca5,5e16f6dcfc815ca5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7695149f-589b-4ace-a3bf-ff83bddd1f19","status":"200","rqstDate":"250331-08:13:42:778","respDate":"250331-08:13:42:791","sourceId":"haproxy:7695149f-589b-4ace-a3bf-ff83bddd1f19","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:13:42:778-85607\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a973044b-e29e-43cc-8e5a-f2a4a2390cf0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7695149f-589b-4ace-a3bf-ff83bddd1f19]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:13:44.799 [67ea4eb88ce07f05f1db7726eea27e9d,f1db7726eea27e9d] [qtp1225114731-26]  INFO [aai-resources,67ea4eb88ce07f05f1db7726eea27e9d,f1db7726eea27e9d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:44.813 [67ea4eb88ce07f05f1db7726eea27e9d,f1db7726eea27e9d] [qtp1225114731-26] DEBUG [aai-resources,67ea4eb88ce07f05f1db7726eea27e9d,f1db7726eea27e9d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9c1a26ef-70c6-47e7-b122-37361eb36dd1","status":"200","rqstDate":"250331-08:13:44:799","respDate":"250331-08:13:44:813","sourceId":"haproxy:9c1a26ef-70c6-47e7-b122-37361eb36dd1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:13:44:799-87625\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[145e8f0d-d5d8-401b-a8df-00a41825d5b3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9c1a26ef-70c6-47e7-b122-37361eb36dd1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:13:46.823 [67ea4eba074c676ee1ff7a620580304f,e1ff7a620580304f] [qtp1225114731-24]  INFO [aai-resources,67ea4eba074c676ee1ff7a620580304f,e1ff7a620580304f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:46.850 [67ea4eba074c676ee1ff7a620580304f,e1ff7a620580304f] [qtp1225114731-24] DEBUG [aai-resources,67ea4eba074c676ee1ff7a620580304f,e1ff7a620580304f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"07d001a8-1fac-4ed0-99ef-9d0bd8f1cb94","status":"200","rqstDate":"250331-08:13:46:823","respDate":"250331-08:13:46:847","sourceId":"haproxy:07d001a8-1fac-4ed0-99ef-9d0bd8f1cb94","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:13:46:823-8091\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9dece2fd-c684-4a6b-8e46-c9e67193ae9c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[07d001a8-1fac-4ed0-99ef-9d0bd8f1cb94]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:13:48.857 [67ea4ebcfafbdad9c276bd6fd9f36854,c276bd6fd9f36854] [qtp1225114731-26]  INFO [aai-resources,67ea4ebcfafbdad9c276bd6fd9f36854,c276bd6fd9f36854] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:48.869 [67ea4ebcfafbdad9c276bd6fd9f36854,c276bd6fd9f36854] [qtp1225114731-26] DEBUG [aai-resources,67ea4ebcfafbdad9c276bd6fd9f36854,c276bd6fd9f36854] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4b412eab-1216-4aab-904d-9194a556be87","status":"200","rqstDate":"250331-08:13:48:858","respDate":"250331-08:13:48:869","sourceId":"haproxy:4b412eab-1216-4aab-904d-9194a556be87","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:13:48:858-31418\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[41ddf972-dfbb-4361-abf9-e63c247c1a06], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4b412eab-1216-4aab-904d-9194a556be87]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:13:50.876 [67ea4ebe3e77051e1e6a41225c54cab4,1e6a41225c54cab4] [qtp1225114731-24]  INFO [aai-resources,67ea4ebe3e77051e1e6a41225c54cab4,1e6a41225c54cab4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:50.892 [67ea4ebe3e77051e1e6a41225c54cab4,1e6a41225c54cab4] [qtp1225114731-24] DEBUG [aai-resources,67ea4ebe3e77051e1e6a41225c54cab4,1e6a41225c54cab4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b506046a-f44a-4349-bd07-c4f1f9e1b32c","status":"200","rqstDate":"250331-08:13:50:876","respDate":"250331-08:13:50:892","sourceId":"haproxy:b506046a-f44a-4349-bd07-c4f1f9e1b32c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:13:50:876-14974\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0e1e30ea-4ced-4299-b820-57a010f4482b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b506046a-f44a-4349-bd07-c4f1f9e1b32c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:13:52.899 [67ea4ec096633614579a4eac8b98db06,579a4eac8b98db06] [qtp1225114731-26]  INFO [aai-resources,67ea4ec096633614579a4eac8b98db06,579a4eac8b98db06] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:52.918 [67ea4ec096633614579a4eac8b98db06,579a4eac8b98db06] [qtp1225114731-26] DEBUG [aai-resources,67ea4ec096633614579a4eac8b98db06,579a4eac8b98db06] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"202b2426-882f-448c-8892-8cfbe5c45831","status":"200","rqstDate":"250331-08:13:52:899","respDate":"250331-08:13:52:918","sourceId":"haproxy:202b2426-882f-448c-8892-8cfbe5c45831","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:13:52:899-59157\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[94fd9950-1989-44f6-82a4-b53223791e3d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[202b2426-882f-448c-8892-8cfbe5c45831]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:13:54.925 [67ea4ec2208d3bcb47dd7b37d106de2b,47dd7b37d106de2b] [qtp1225114731-24]  INFO [aai-resources,67ea4ec2208d3bcb47dd7b37d106de2b,47dd7b37d106de2b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:54.938 [67ea4ec2208d3bcb47dd7b37d106de2b,47dd7b37d106de2b] [qtp1225114731-24] DEBUG [aai-resources,67ea4ec2208d3bcb47dd7b37d106de2b,47dd7b37d106de2b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f1475c2-13a1-4c7a-bf8c-9c4a8bc1d67e","status":"200","rqstDate":"250331-08:13:54:925","respDate":"250331-08:13:54:938","sourceId":"haproxy:8f1475c2-13a1-4c7a-bf8c-9c4a8bc1d67e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:13:54:925-21725\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[200f6204-d7fd-4d1f-b384-b70be177c797], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8f1475c2-13a1-4c7a-bf8c-9c4a8bc1d67e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:13:56.948 [67ea4ec4c2185d8362f618dfd38f6184,62f618dfd38f6184] [qtp1225114731-26]  INFO [aai-resources,67ea4ec4c2185d8362f618dfd38f6184,62f618dfd38f6184] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:56.964 [67ea4ec4c2185d8362f618dfd38f6184,62f618dfd38f6184] [qtp1225114731-26] DEBUG [aai-resources,67ea4ec4c2185d8362f618dfd38f6184,62f618dfd38f6184] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9266c822-2cc5-489b-b36d-c7d4bddfff51","status":"200","rqstDate":"250331-08:13:56:948","respDate":"250331-08:13:56:963","sourceId":"haproxy:9266c822-2cc5-489b-b36d-c7d4bddfff51","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:13:56:948-17890\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f9159d89-b677-45bc-96df-9dddfdc12685], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9266c822-2cc5-489b-b36d-c7d4bddfff51]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:13:58.973 [67ea4ec6aa12f1d8098d89b84a8e66fb,098d89b84a8e66fb] [qtp1225114731-24]  INFO [aai-resources,67ea4ec6aa12f1d8098d89b84a8e66fb,098d89b84a8e66fb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:13:58.987 [67ea4ec6aa12f1d8098d89b84a8e66fb,098d89b84a8e66fb] [qtp1225114731-24] DEBUG [aai-resources,67ea4ec6aa12f1d8098d89b84a8e66fb,098d89b84a8e66fb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ac16fad5-c779-49a6-957c-9c08eab51358","status":"200","rqstDate":"250331-08:13:58:973","respDate":"250331-08:13:58:986","sourceId":"haproxy:ac16fad5-c779-49a6-957c-9c08eab51358","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:13:58:973-2081\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[525eed5c-b392-49b8-99d6-d1933886524a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ac16fad5-c779-49a6-957c-9c08eab51358]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:13:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:14:00.994 [67ea4ec8302e6e027b333a917a85e3de,7b333a917a85e3de] [qtp1225114731-26]  INFO [aai-resources,67ea4ec8302e6e027b333a917a85e3de,7b333a917a85e3de] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:01.004 [67ea4ec8302e6e027b333a917a85e3de,7b333a917a85e3de] [qtp1225114731-26] DEBUG [aai-resources,67ea4ec8302e6e027b333a917a85e3de,7b333a917a85e3de] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a78995c1-c24b-4a3c-a978-2fc154dbe566","status":"200","rqstDate":"250331-08:14:00:994","respDate":"250331-08:14:01:004","sourceId":"haproxy:a78995c1-c24b-4a3c-a978-2fc154dbe566","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:14:00:994-17898\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9074f537-20c6-4f3b-9941-73cf2cb4d6e5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a78995c1-c24b-4a3c-a978-2fc154dbe566]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:14:03.010 [67ea4ecbb9f6128e3cbb6bd1500cca61,3cbb6bd1500cca61] [qtp1225114731-24]  INFO [aai-resources,67ea4ecbb9f6128e3cbb6bd1500cca61,3cbb6bd1500cca61] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:03.026 [67ea4ecbb9f6128e3cbb6bd1500cca61,3cbb6bd1500cca61] [qtp1225114731-24] DEBUG [aai-resources,67ea4ecbb9f6128e3cbb6bd1500cca61,3cbb6bd1500cca61] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5580324c-3ac4-440f-95e0-985ccf2c5906","status":"200","rqstDate":"250331-08:14:03:010","respDate":"250331-08:14:03:026","sourceId":"haproxy:5580324c-3ac4-440f-95e0-985ccf2c5906","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:03:010-54468\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[efe17c3b-89e7-43b4-ade2-dcbd6733f61f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5580324c-3ac4-440f-95e0-985ccf2c5906]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:14:05.032 [67ea4ecd2dfe712bacc3f28bbffcaba2,acc3f28bbffcaba2] [qtp1225114731-26]  INFO [aai-resources,67ea4ecd2dfe712bacc3f28bbffcaba2,acc3f28bbffcaba2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:05.045 [67ea4ecd2dfe712bacc3f28bbffcaba2,acc3f28bbffcaba2] [qtp1225114731-26] DEBUG [aai-resources,67ea4ecd2dfe712bacc3f28bbffcaba2,acc3f28bbffcaba2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2e6fcc80-7d2b-4542-8f1a-403d4868a5f4","status":"200","rqstDate":"250331-08:14:05:033","respDate":"250331-08:14:05:045","sourceId":"haproxy:2e6fcc80-7d2b-4542-8f1a-403d4868a5f4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:05:033-33060\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[197349fc-d3a4-46d9-80d2-4677465d7bc7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2e6fcc80-7d2b-4542-8f1a-403d4868a5f4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:14:07.057 [67ea4ecf6a3793ee0b8ff324c3eaf7d0,0b8ff324c3eaf7d0] [qtp1225114731-24]  INFO [aai-resources,67ea4ecf6a3793ee0b8ff324c3eaf7d0,0b8ff324c3eaf7d0] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:07.073 [67ea4ecf6a3793ee0b8ff324c3eaf7d0,0b8ff324c3eaf7d0] [qtp1225114731-24] DEBUG [aai-resources,67ea4ecf6a3793ee0b8ff324c3eaf7d0,0b8ff324c3eaf7d0] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d2de53b8-df63-47d9-89e7-5e500e92b0af","status":"200","rqstDate":"250331-08:14:07:057","respDate":"250331-08:14:07:072","sourceId":"haproxy:d2de53b8-df63-47d9-89e7-5e500e92b0af","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:07:057-50589\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cf8a5a4f-ac95-4e16-bae5-9f69f5b32285], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d2de53b8-df63-47d9-89e7-5e500e92b0af]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:14:09.079 [67ea4ed1c12787fbddd2b9145731ef95,ddd2b9145731ef95] [qtp1225114731-26]  INFO [aai-resources,67ea4ed1c12787fbddd2b9145731ef95,ddd2b9145731ef95] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:09.089 [67ea4ed1c12787fbddd2b9145731ef95,ddd2b9145731ef95] [qtp1225114731-26] DEBUG [aai-resources,67ea4ed1c12787fbddd2b9145731ef95,ddd2b9145731ef95] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"07f9be02-c11b-49cd-96a5-9ec13026c250","status":"200","rqstDate":"250331-08:14:09:080","respDate":"250331-08:14:09:089","sourceId":"haproxy:07f9be02-c11b-49cd-96a5-9ec13026c250","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:14:09:080-60187\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c4babb8f-09f0-43cd-b294-f55ee0d7c011], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[07f9be02-c11b-49cd-96a5-9ec13026c250]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:14:11.095 [67ea4ed3554f2ac6ed3c18e74fff9be7,ed3c18e74fff9be7] [qtp1225114731-24]  INFO [aai-resources,67ea4ed3554f2ac6ed3c18e74fff9be7,ed3c18e74fff9be7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:11.110 [67ea4ed3554f2ac6ed3c18e74fff9be7,ed3c18e74fff9be7] [qtp1225114731-24] DEBUG [aai-resources,67ea4ed3554f2ac6ed3c18e74fff9be7,ed3c18e74fff9be7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"871fcdb4-9e07-4cbf-8d7e-35b1e5fc046d","status":"200","rqstDate":"250331-08:14:11:095","respDate":"250331-08:14:11:109","sourceId":"haproxy:871fcdb4-9e07-4cbf-8d7e-35b1e5fc046d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:11:095-5177\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[237bef1d-207e-46fd-b06d-1560bb55dc30], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[871fcdb4-9e07-4cbf-8d7e-35b1e5fc046d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:14:13.115 [67ea4ed5cd7cd177ff7fddb467bb2074,ff7fddb467bb2074] [qtp1225114731-26]  INFO [aai-resources,67ea4ed5cd7cd177ff7fddb467bb2074,ff7fddb467bb2074] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:13.126 [67ea4ed5cd7cd177ff7fddb467bb2074,ff7fddb467bb2074] [qtp1225114731-26] DEBUG [aai-resources,67ea4ed5cd7cd177ff7fddb467bb2074,ff7fddb467bb2074] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df15e6d1-e70d-4de2-80b5-6e094ff4f1a8","status":"200","rqstDate":"250331-08:14:13:115","respDate":"250331-08:14:13:126","sourceId":"haproxy:df15e6d1-e70d-4de2-80b5-6e094ff4f1a8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:13:115-11644\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6f1be22c-0e96-4032-93d2-34cff0bcc00a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df15e6d1-e70d-4de2-80b5-6e094ff4f1a8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:14:15.133 [67ea4ed7f212dcf3c227066a0ef1871b,c227066a0ef1871b] [qtp1225114731-24]  INFO [aai-resources,67ea4ed7f212dcf3c227066a0ef1871b,c227066a0ef1871b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:15.148 [67ea4ed7f212dcf3c227066a0ef1871b,c227066a0ef1871b] [qtp1225114731-24] DEBUG [aai-resources,67ea4ed7f212dcf3c227066a0ef1871b,c227066a0ef1871b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2997fd6b-97e0-4324-bf29-58406dac9b52","status":"200","rqstDate":"250331-08:14:15:133","respDate":"250331-08:14:15:148","sourceId":"haproxy:2997fd6b-97e0-4324-bf29-58406dac9b52","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:15:133-50796\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8d74a308-aac1-4794-80cd-12b943e86bb0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2997fd6b-97e0-4324-bf29-58406dac9b52]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:14:17.156 [67ea4ed93c177fafcb48c24cc9f8cbc1,cb48c24cc9f8cbc1] [qtp1225114731-26]  INFO [aai-resources,67ea4ed93c177fafcb48c24cc9f8cbc1,cb48c24cc9f8cbc1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:17.166 [67ea4ed93c177fafcb48c24cc9f8cbc1,cb48c24cc9f8cbc1] [qtp1225114731-26] DEBUG [aai-resources,67ea4ed93c177fafcb48c24cc9f8cbc1,cb48c24cc9f8cbc1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1680777d-8f75-445d-afd2-2e6c7c8db5f1","status":"200","rqstDate":"250331-08:14:17:156","respDate":"250331-08:14:17:166","sourceId":"haproxy:1680777d-8f75-445d-afd2-2e6c7c8db5f1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:14:17:156-53394\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d6fe4237-0c36-490b-b91a-4bd8337eab44], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1680777d-8f75-445d-afd2-2e6c7c8db5f1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:14:19.173 [67ea4edb080b8ac6ad0e2e014580ae0f,ad0e2e014580ae0f] [qtp1225114731-24]  INFO [aai-resources,67ea4edb080b8ac6ad0e2e014580ae0f,ad0e2e014580ae0f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:19.187 [67ea4edb080b8ac6ad0e2e014580ae0f,ad0e2e014580ae0f] [qtp1225114731-24] DEBUG [aai-resources,67ea4edb080b8ac6ad0e2e014580ae0f,ad0e2e014580ae0f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"22239a26-5810-4495-9d57-152c88b1a841","status":"200","rqstDate":"250331-08:14:19:173","respDate":"250331-08:14:19:187","sourceId":"haproxy:22239a26-5810-4495-9d57-152c88b1a841","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:14:19:173-53518\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[437d321b-1cee-404a-943a-54e6a72f8380], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[22239a26-5810-4495-9d57-152c88b1a841]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:14:21.194 [67ea4edd3a08e16ff0f70fa54a82fa4c,f0f70fa54a82fa4c] [qtp1225114731-26]  INFO [aai-resources,67ea4edd3a08e16ff0f70fa54a82fa4c,f0f70fa54a82fa4c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:21.206 [67ea4edd3a08e16ff0f70fa54a82fa4c,f0f70fa54a82fa4c] [qtp1225114731-26] DEBUG [aai-resources,67ea4edd3a08e16ff0f70fa54a82fa4c,f0f70fa54a82fa4c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8aea94d6-913f-46f7-9e5a-81b751b2d97d","status":"200","rqstDate":"250331-08:14:21:194","respDate":"250331-08:14:21:206","sourceId":"haproxy:8aea94d6-913f-46f7-9e5a-81b751b2d97d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:14:21:194-48088\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dc6b7532-eafe-432f-b417-bc900ac0ab71], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8aea94d6-913f-46f7-9e5a-81b751b2d97d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:14:23.214 [67ea4edf54a8766ac59036af77fbb43f,c59036af77fbb43f] [qtp1225114731-24]  INFO [aai-resources,67ea4edf54a8766ac59036af77fbb43f,c59036af77fbb43f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:23.229 [67ea4edf54a8766ac59036af77fbb43f,c59036af77fbb43f] [qtp1225114731-24] DEBUG [aai-resources,67ea4edf54a8766ac59036af77fbb43f,c59036af77fbb43f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e8868313-5a79-48fc-91bd-7ed5c20e0282","status":"200","rqstDate":"250331-08:14:23:214","respDate":"250331-08:14:23:229","sourceId":"haproxy:e8868313-5a79-48fc-91bd-7ed5c20e0282","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:23:214-43124\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2febf2dd-114e-41fa-a0b1-140454ccbdde], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e8868313-5a79-48fc-91bd-7ed5c20e0282]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:14:25.236 [67ea4ee132a50ad08a6680b042d6e70c,8a6680b042d6e70c] [qtp1225114731-26]  INFO [aai-resources,67ea4ee132a50ad08a6680b042d6e70c,8a6680b042d6e70c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:25.249 [67ea4ee132a50ad08a6680b042d6e70c,8a6680b042d6e70c] [qtp1225114731-26] DEBUG [aai-resources,67ea4ee132a50ad08a6680b042d6e70c,8a6680b042d6e70c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c0b3fe1d-d197-4ec6-8a28-131a4767aea6","status":"200","rqstDate":"250331-08:14:25:236","respDate":"250331-08:14:25:249","sourceId":"haproxy:c0b3fe1d-d197-4ec6-8a28-131a4767aea6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:14:25:236-4385\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ab44245e-460a-4d50-894b-20de610a987f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c0b3fe1d-d197-4ec6-8a28-131a4767aea6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:14:27.257 [67ea4ee31a09ad32de4b23c5f9c2c807,de4b23c5f9c2c807] [qtp1225114731-24]  INFO [aai-resources,67ea4ee31a09ad32de4b23c5f9c2c807,de4b23c5f9c2c807] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:27.271 [67ea4ee31a09ad32de4b23c5f9c2c807,de4b23c5f9c2c807] [qtp1225114731-24] DEBUG [aai-resources,67ea4ee31a09ad32de4b23c5f9c2c807,de4b23c5f9c2c807] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7106eaee-476d-428c-9447-b131d531e0bd","status":"200","rqstDate":"250331-08:14:27:257","respDate":"250331-08:14:27:271","sourceId":"haproxy:7106eaee-476d-428c-9447-b131d531e0bd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:27:257-47243\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b8d1860b-d30f-4a50-8766-60b8fc6bfc69], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7106eaee-476d-428c-9447-b131d531e0bd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:14:29.278 [67ea4ee5d2f1c728ea7f574612419971,ea7f574612419971] [qtp1225114731-26]  INFO [aai-resources,67ea4ee5d2f1c728ea7f574612419971,ea7f574612419971] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:29.295 [67ea4ee5d2f1c728ea7f574612419971,ea7f574612419971] [qtp1225114731-26] DEBUG [aai-resources,67ea4ee5d2f1c728ea7f574612419971,ea7f574612419971] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5c5fae7b-893e-4630-bfb8-732f099156e5","status":"200","rqstDate":"250331-08:14:29:278","respDate":"250331-08:14:29:294","sourceId":"haproxy:5c5fae7b-893e-4630-bfb8-732f099156e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:14:29:278-97380\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2bfa1c39-3953-44b1-a6f8-693236582372], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5c5fae7b-893e-4630-bfb8-732f099156e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:14:31.301 [67ea4ee7e409e6998b53155e7df528cf,8b53155e7df528cf] [qtp1225114731-24]  INFO [aai-resources,67ea4ee7e409e6998b53155e7df528cf,8b53155e7df528cf] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:31.315 [67ea4ee7e409e6998b53155e7df528cf,8b53155e7df528cf] [qtp1225114731-24] DEBUG [aai-resources,67ea4ee7e409e6998b53155e7df528cf,8b53155e7df528cf] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"187a1fb8-1ec0-4be1-8039-16c44aac17e4","status":"200","rqstDate":"250331-08:14:31:302","respDate":"250331-08:14:31:314","sourceId":"haproxy:187a1fb8-1ec0-4be1-8039-16c44aac17e4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:14:31:302-24064\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[882dbd36-808d-4b20-bcd8-1da3a30ad311], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[187a1fb8-1ec0-4be1-8039-16c44aac17e4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:14:33.328 [67ea4ee95991b5221eb5df5a0de0791f,1eb5df5a0de0791f] [qtp1225114731-26]  INFO [aai-resources,67ea4ee95991b5221eb5df5a0de0791f,1eb5df5a0de0791f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:33.342 [67ea4ee95991b5221eb5df5a0de0791f,1eb5df5a0de0791f] [qtp1225114731-26] DEBUG [aai-resources,67ea4ee95991b5221eb5df5a0de0791f,1eb5df5a0de0791f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7ebea375-d79d-42ec-a8d5-e2b6ad0137f3","status":"200","rqstDate":"250331-08:14:33:328","respDate":"250331-08:14:33:342","sourceId":"haproxy:7ebea375-d79d-42ec-a8d5-e2b6ad0137f3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:33:328-98242\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[adb9ef74-edb8-456b-b407-b3daf73e7c81], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7ebea375-d79d-42ec-a8d5-e2b6ad0137f3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:14:35.349 [67ea4eebbd0f27399a2c2481c6bfdd40,9a2c2481c6bfdd40] [qtp1225114731-24]  INFO [aai-resources,67ea4eebbd0f27399a2c2481c6bfdd40,9a2c2481c6bfdd40] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:35.360 [67ea4eebbd0f27399a2c2481c6bfdd40,9a2c2481c6bfdd40] [qtp1225114731-24] DEBUG [aai-resources,67ea4eebbd0f27399a2c2481c6bfdd40,9a2c2481c6bfdd40] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aad2cbbf-75ce-4925-9c23-3d9c62f7a82c","status":"200","rqstDate":"250331-08:14:35:349","respDate":"250331-08:14:35:360","sourceId":"haproxy:aad2cbbf-75ce-4925-9c23-3d9c62f7a82c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:14:35:349-96287\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b4a54527-b71c-91d5-ab47-c24fa44d46d8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aad2cbbf-75ce-4925-9c23-3d9c62f7a82c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:14:37.366 [67ea4eed9b2171e2b2d6143b2a4ceb6c,b2d6143b2a4ceb6c] [qtp1225114731-26]  INFO [aai-resources,67ea4eed9b2171e2b2d6143b2a4ceb6c,b2d6143b2a4ceb6c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:37.380 [67ea4eed9b2171e2b2d6143b2a4ceb6c,b2d6143b2a4ceb6c] [qtp1225114731-26] DEBUG [aai-resources,67ea4eed9b2171e2b2d6143b2a4ceb6c,b2d6143b2a4ceb6c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"35034e79-b39a-4cd2-af75-43711d5047da","status":"200","rqstDate":"250331-08:14:37:366","respDate":"250331-08:14:37:379","sourceId":"haproxy:35034e79-b39a-4cd2-af75-43711d5047da","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:14:37:366-42346\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2d6d5fd7-d088-4bfb-87f4-ae2fa36dd98a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[35034e79-b39a-4cd2-af75-43711d5047da]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:14:39.386 [67ea4eefb9cfddfd66aa53a4e41bec79,66aa53a4e41bec79] [qtp1225114731-24]  INFO [aai-resources,67ea4eefb9cfddfd66aa53a4e41bec79,66aa53a4e41bec79] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:39.398 [67ea4eefb9cfddfd66aa53a4e41bec79,66aa53a4e41bec79] [qtp1225114731-24] DEBUG [aai-resources,67ea4eefb9cfddfd66aa53a4e41bec79,66aa53a4e41bec79] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"712b6dc6-0be8-403c-a495-a6b5aa69fb74","status":"200","rqstDate":"250331-08:14:39:386","respDate":"250331-08:14:39:398","sourceId":"haproxy:712b6dc6-0be8-403c-a495-a6b5aa69fb74","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:14:39:386-60258\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b33feb33-a2a5-4e79-aa6a-9095064624d7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[712b6dc6-0be8-403c-a495-a6b5aa69fb74]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:14:41.405 [67ea4ef1dfdf8cb55847e3dddfc5d64e,5847e3dddfc5d64e] [qtp1225114731-26]  INFO [aai-resources,67ea4ef1dfdf8cb55847e3dddfc5d64e,5847e3dddfc5d64e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:41.418 [67ea4ef1dfdf8cb55847e3dddfc5d64e,5847e3dddfc5d64e] [qtp1225114731-26] DEBUG [aai-resources,67ea4ef1dfdf8cb55847e3dddfc5d64e,5847e3dddfc5d64e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e16ba044-2371-4a61-aba0-4416c1fdcc61","status":"200","rqstDate":"250331-08:14:41:405","respDate":"250331-08:14:41:418","sourceId":"haproxy:e16ba044-2371-4a61-aba0-4416c1fdcc61","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:14:41:405-76883\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b1e71c88-1650-4474-8589-aa6ff2b23c8f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e16ba044-2371-4a61-aba0-4416c1fdcc61]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:14:43.426 [67ea4ef33e2e726e051ea906bb429b3b,051ea906bb429b3b] [qtp1225114731-24]  INFO [aai-resources,67ea4ef33e2e726e051ea906bb429b3b,051ea906bb429b3b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:43.443 [67ea4ef33e2e726e051ea906bb429b3b,051ea906bb429b3b] [qtp1225114731-24] DEBUG [aai-resources,67ea4ef33e2e726e051ea906bb429b3b,051ea906bb429b3b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6fa6ae2e-c9ec-46f5-a7ac-1fe7533cb2d6","status":"200","rqstDate":"250331-08:14:43:426","respDate":"250331-08:14:43:443","sourceId":"haproxy:6fa6ae2e-c9ec-46f5-a7ac-1fe7533cb2d6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:43:426-80846\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c412c1ff-0b2a-4f26-928d-1c7022c02d5b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6fa6ae2e-c9ec-46f5-a7ac-1fe7533cb2d6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:14:45.451 [67ea4ef584b02945da6f9b6760b703d3,da6f9b6760b703d3] [qtp1225114731-26]  INFO [aai-resources,67ea4ef584b02945da6f9b6760b703d3,da6f9b6760b703d3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:45.467 [67ea4ef584b02945da6f9b6760b703d3,da6f9b6760b703d3] [qtp1225114731-26] DEBUG [aai-resources,67ea4ef584b02945da6f9b6760b703d3,da6f9b6760b703d3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bb568dc8-e62f-4747-ad37-f8de8bc1607a","status":"200","rqstDate":"250331-08:14:45:451","respDate":"250331-08:14:45:466","sourceId":"haproxy:bb568dc8-e62f-4747-ad37-f8de8bc1607a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:45:451-51560\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[efc06877-1f2a-4c74-b035-cf57b5a86688], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bb568dc8-e62f-4747-ad37-f8de8bc1607a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:14:47.473 [67ea4ef79ac1593117c43eccda288d06,17c43eccda288d06] [qtp1225114731-24]  INFO [aai-resources,67ea4ef79ac1593117c43eccda288d06,17c43eccda288d06] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:47.483 [67ea4ef79ac1593117c43eccda288d06,17c43eccda288d06] [qtp1225114731-24] DEBUG [aai-resources,67ea4ef79ac1593117c43eccda288d06,17c43eccda288d06] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"63cfc17f-9eff-4218-a8b2-6304c8570ea1","status":"200","rqstDate":"250331-08:14:47:473","respDate":"250331-08:14:47:483","sourceId":"haproxy:63cfc17f-9eff-4218-a8b2-6304c8570ea1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:47:473-52843\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9d79ab55-fdaa-4c30-9fe8-8e0653926ef7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[63cfc17f-9eff-4218-a8b2-6304c8570ea1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:14:49.490 [67ea4ef9812fd9774fb3d4454af7473a,4fb3d4454af7473a] [qtp1225114731-26]  INFO [aai-resources,67ea4ef9812fd9774fb3d4454af7473a,4fb3d4454af7473a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:49.502 [67ea4ef9812fd9774fb3d4454af7473a,4fb3d4454af7473a] [qtp1225114731-26] DEBUG [aai-resources,67ea4ef9812fd9774fb3d4454af7473a,4fb3d4454af7473a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b2d5cc-5751-4011-87f4-10082d364eed","status":"200","rqstDate":"250331-08:14:49:490","respDate":"250331-08:14:49:502","sourceId":"haproxy:19b2d5cc-5751-4011-87f4-10082d364eed","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:49:490-17073\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[19fb7e96-b3e8-46e9-9a41-961f9eda48ba], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[19b2d5cc-5751-4011-87f4-10082d364eed]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:14:51.509 [67ea4efb34372863d960ce5051741659,d960ce5051741659] [qtp1225114731-24]  INFO [aai-resources,67ea4efb34372863d960ce5051741659,d960ce5051741659] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:51.525 [67ea4efb34372863d960ce5051741659,d960ce5051741659] [qtp1225114731-24] DEBUG [aai-resources,67ea4efb34372863d960ce5051741659,d960ce5051741659] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"01cbdfdd-91f1-4c76-a581-e337b6093db0","status":"200","rqstDate":"250331-08:14:51:510","respDate":"250331-08:14:51:524","sourceId":"haproxy:01cbdfdd-91f1-4c76-a581-e337b6093db0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:14:51:510-9478\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5670e89e-9a0b-419b-aa8c-11cebc26d190], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[01cbdfdd-91f1-4c76-a581-e337b6093db0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:14:53.534 [67ea4efd24ca60c583e25aec69349df8,83e25aec69349df8] [qtp1225114731-26]  INFO [aai-resources,67ea4efd24ca60c583e25aec69349df8,83e25aec69349df8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:53.550 [67ea4efd24ca60c583e25aec69349df8,83e25aec69349df8] [qtp1225114731-26] DEBUG [aai-resources,67ea4efd24ca60c583e25aec69349df8,83e25aec69349df8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ddd453af-f51b-46ce-ae5c-d37531a1201f","status":"200","rqstDate":"250331-08:14:53:534","respDate":"250331-08:14:53:550","sourceId":"haproxy:ddd453af-f51b-46ce-ae5c-d37531a1201f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:14:53:534-86089\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e8e5a9b7-997a-4269-86d1-e05b81102b17], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ddd453af-f51b-46ce-ae5c-d37531a1201f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:14:55.558 [67ea4eff0947f3e33e1c6b2769fd2fe5,3e1c6b2769fd2fe5] [qtp1225114731-24]  INFO [aai-resources,67ea4eff0947f3e33e1c6b2769fd2fe5,3e1c6b2769fd2fe5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:55.571 [67ea4eff0947f3e33e1c6b2769fd2fe5,3e1c6b2769fd2fe5] [qtp1225114731-24] DEBUG [aai-resources,67ea4eff0947f3e33e1c6b2769fd2fe5,3e1c6b2769fd2fe5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3f3727f7-d844-437d-a0ed-8c49cea1be8b","status":"200","rqstDate":"250331-08:14:55:558","respDate":"250331-08:14:55:571","sourceId":"haproxy:3f3727f7-d844-437d-a0ed-8c49cea1be8b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:55:558-46604\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[de846985-2cb0-42fd-90d2-21da3d6b15c6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3f3727f7-d844-437d-a0ed-8c49cea1be8b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:14:57.578 [67ea4f010af48e98bac344ea3eab9b0d,bac344ea3eab9b0d] [qtp1225114731-26]  INFO [aai-resources,67ea4f010af48e98bac344ea3eab9b0d,bac344ea3eab9b0d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:57.592 [67ea4f010af48e98bac344ea3eab9b0d,bac344ea3eab9b0d] [qtp1225114731-26] DEBUG [aai-resources,67ea4f010af48e98bac344ea3eab9b0d,bac344ea3eab9b0d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d3a2c8c5-0995-4eed-8872-1ae0b2efb213","status":"200","rqstDate":"250331-08:14:57:578","respDate":"250331-08:14:57:592","sourceId":"haproxy:d3a2c8c5-0995-4eed-8872-1ae0b2efb213","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:14:57:578-94618\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cbb59069-2d10-4229-af48-5cf6895437a3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d3a2c8c5-0995-4eed-8872-1ae0b2efb213]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:14:59.599 [67ea4f03101352179f97ebc475a33a5c,9f97ebc475a33a5c] [qtp1225114731-24]  INFO [aai-resources,67ea4f03101352179f97ebc475a33a5c,9f97ebc475a33a5c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:14:59.615 [67ea4f03101352179f97ebc475a33a5c,9f97ebc475a33a5c] [qtp1225114731-24] DEBUG [aai-resources,67ea4f03101352179f97ebc475a33a5c,9f97ebc475a33a5c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ae664dc4-01bd-4936-8dd9-d07902267ae2","status":"200","rqstDate":"250331-08:14:59:599","respDate":"250331-08:14:59:614","sourceId":"haproxy:ae664dc4-01bd-4936-8dd9-d07902267ae2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:14:59:599-55870\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d6aad634-8633-4270-a69a-5a938ca46357], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ae664dc4-01bd-4936-8dd9-d07902267ae2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:14:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:15:01.622 [67ea4f05a0de7aa25ad777f29fb42cf2,5ad777f29fb42cf2] [qtp1225114731-26]  INFO [aai-resources,67ea4f05a0de7aa25ad777f29fb42cf2,5ad777f29fb42cf2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:01.635 [67ea4f05a0de7aa25ad777f29fb42cf2,5ad777f29fb42cf2] [qtp1225114731-26] DEBUG [aai-resources,67ea4f05a0de7aa25ad777f29fb42cf2,5ad777f29fb42cf2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f8aab837-fa32-47f2-983d-bf1dbe4d3c3f","status":"200","rqstDate":"250331-08:15:01:622","respDate":"250331-08:15:01:635","sourceId":"haproxy:f8aab837-fa32-47f2-983d-bf1dbe4d3c3f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:15:01:622-2953\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cc7908c8-ca51-443e-878f-ac3438e5644e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f8aab837-fa32-47f2-983d-bf1dbe4d3c3f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:15:03.643 [67ea4f0771481f0cbf0b7f78f5874a13,bf0b7f78f5874a13] [qtp1225114731-24]  INFO [aai-resources,67ea4f0771481f0cbf0b7f78f5874a13,bf0b7f78f5874a13] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:03.655 [67ea4f0771481f0cbf0b7f78f5874a13,bf0b7f78f5874a13] [qtp1225114731-24] DEBUG [aai-resources,67ea4f0771481f0cbf0b7f78f5874a13,bf0b7f78f5874a13] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ce9c078f-b717-4947-9233-3800efa7b724","status":"200","rqstDate":"250331-08:15:03:643","respDate":"250331-08:15:03:655","sourceId":"haproxy:ce9c078f-b717-4947-9233-3800efa7b724","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:15:03:643-34313\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b72964b0-8180-407d-b017-68f4cde9a274], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ce9c078f-b717-4947-9233-3800efa7b724]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:15:05.662 [67ea4f09d7a71890f9410e432d5e538a,f9410e432d5e538a] [qtp1225114731-26]  INFO [aai-resources,67ea4f09d7a71890f9410e432d5e538a,f9410e432d5e538a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:05.673 [67ea4f09d7a71890f9410e432d5e538a,f9410e432d5e538a] [qtp1225114731-26] DEBUG [aai-resources,67ea4f09d7a71890f9410e432d5e538a,f9410e432d5e538a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"91e5c88c-656f-4a1a-8032-b8a686ae8e32","status":"200","rqstDate":"250331-08:15:05:663","respDate":"250331-08:15:05:673","sourceId":"haproxy:91e5c88c-656f-4a1a-8032-b8a686ae8e32","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:15:05:663-90307\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4b1d93b0-fb98-4759-910a-e2c3e63840ba], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[91e5c88c-656f-4a1a-8032-b8a686ae8e32]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:15:07.680 [67ea4f0b66bfcc7657919d95277f265e,57919d95277f265e] [qtp1225114731-24]  INFO [aai-resources,67ea4f0b66bfcc7657919d95277f265e,57919d95277f265e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:07.696 [67ea4f0b66bfcc7657919d95277f265e,57919d95277f265e] [qtp1225114731-24] DEBUG [aai-resources,67ea4f0b66bfcc7657919d95277f265e,57919d95277f265e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a82f409a-3a8e-4170-bb79-8be364fc6c0b","status":"200","rqstDate":"250331-08:15:07:681","respDate":"250331-08:15:07:696","sourceId":"haproxy:a82f409a-3a8e-4170-bb79-8be364fc6c0b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:15:07:681-37587\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dfde302b-b590-4f73-88ee-93954f61007d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a82f409a-3a8e-4170-bb79-8be364fc6c0b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:15:09.705 [67ea4f0d2c53c5fb5536500b6e60571d,5536500b6e60571d] [qtp1225114731-26]  INFO [aai-resources,67ea4f0d2c53c5fb5536500b6e60571d,5536500b6e60571d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:09.718 [67ea4f0d2c53c5fb5536500b6e60571d,5536500b6e60571d] [qtp1225114731-26] DEBUG [aai-resources,67ea4f0d2c53c5fb5536500b6e60571d,5536500b6e60571d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fbdce5f0-3458-4c4c-aa2c-054c62ae9fe2","status":"200","rqstDate":"250331-08:15:09:705","respDate":"250331-08:15:09:718","sourceId":"haproxy:fbdce5f0-3458-4c4c-aa2c-054c62ae9fe2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:15:09:705-83773\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4cc0c6d2-7f2e-4b71-b42b-bb058f4ccfb2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fbdce5f0-3458-4c4c-aa2c-054c62ae9fe2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:15:11.727 [67ea4f0f5ef0747a024bca9680612157,024bca9680612157] [qtp1225114731-24]  INFO [aai-resources,67ea4f0f5ef0747a024bca9680612157,024bca9680612157] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:11.743 [67ea4f0f5ef0747a024bca9680612157,024bca9680612157] [qtp1225114731-24] DEBUG [aai-resources,67ea4f0f5ef0747a024bca9680612157,024bca9680612157] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"270e73f3-3a9e-492b-890e-b8eddc5eaccf","status":"200","rqstDate":"250331-08:15:11:727","respDate":"250331-08:15:11:743","sourceId":"haproxy:270e73f3-3a9e-492b-890e-b8eddc5eaccf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:15:11:727-4187\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9cf84f6e-0300-4b77-9c3d-a8d73342d97b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[270e73f3-3a9e-492b-890e-b8eddc5eaccf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:15:13.750 [67ea4f11ca3d3ba2c3854c5572e80495,c3854c5572e80495] [qtp1225114731-26]  INFO [aai-resources,67ea4f11ca3d3ba2c3854c5572e80495,c3854c5572e80495] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:13.761 [67ea4f11ca3d3ba2c3854c5572e80495,c3854c5572e80495] [qtp1225114731-26] DEBUG [aai-resources,67ea4f11ca3d3ba2c3854c5572e80495,c3854c5572e80495] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd8f301f-aae1-4d10-a71d-f7e3914d87de","status":"200","rqstDate":"250331-08:15:13:751","respDate":"250331-08:15:13:761","sourceId":"haproxy:cd8f301f-aae1-4d10-a71d-f7e3914d87de","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:15:13:751-6899\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5080d9b1-bdd4-4524-a140-dc05bbb0734c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd8f301f-aae1-4d10-a71d-f7e3914d87de]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:15:15.769 [67ea4f135e4b1bcd59b25e964e8f63d8,59b25e964e8f63d8] [qtp1225114731-24]  INFO [aai-resources,67ea4f135e4b1bcd59b25e964e8f63d8,59b25e964e8f63d8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:15.783 [67ea4f135e4b1bcd59b25e964e8f63d8,59b25e964e8f63d8] [qtp1225114731-24] DEBUG [aai-resources,67ea4f135e4b1bcd59b25e964e8f63d8,59b25e964e8f63d8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e116c371-ed33-4111-9da3-715ff332d238","status":"200","rqstDate":"250331-08:15:15:769","respDate":"250331-08:15:15:782","sourceId":"haproxy:e116c371-ed33-4111-9da3-715ff332d238","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:15:15:769-90910\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a1aa3bfd-52e7-457d-86bf-208798f12c28], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e116c371-ed33-4111-9da3-715ff332d238]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:15:17.790 [67ea4f153e5b5c7319d6b4e31adf05ff,19d6b4e31adf05ff] [qtp1225114731-26]  INFO [aai-resources,67ea4f153e5b5c7319d6b4e31adf05ff,19d6b4e31adf05ff] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:17.804 [67ea4f153e5b5c7319d6b4e31adf05ff,19d6b4e31adf05ff] [qtp1225114731-26] DEBUG [aai-resources,67ea4f153e5b5c7319d6b4e31adf05ff,19d6b4e31adf05ff] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37dae045-e02b-414c-9a57-83677125256b","status":"200","rqstDate":"250331-08:15:17:790","respDate":"250331-08:15:17:804","sourceId":"haproxy:37dae045-e02b-414c-9a57-83677125256b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:15:17:790-56464\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[94cad01d-49a5-4c3d-b750-ec36430ac1f2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[37dae045-e02b-414c-9a57-83677125256b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:15:19.811 [67ea4f17a02fb0bc5ba7b1eee2b0cf0f,5ba7b1eee2b0cf0f] [qtp1225114731-24]  INFO [aai-resources,67ea4f17a02fb0bc5ba7b1eee2b0cf0f,5ba7b1eee2b0cf0f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:19.825 [67ea4f17a02fb0bc5ba7b1eee2b0cf0f,5ba7b1eee2b0cf0f] [qtp1225114731-24] DEBUG [aai-resources,67ea4f17a02fb0bc5ba7b1eee2b0cf0f,5ba7b1eee2b0cf0f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d6e236d2-480e-4934-bdb1-17e6753c5f29","status":"200","rqstDate":"250331-08:15:19:811","respDate":"250331-08:15:19:824","sourceId":"haproxy:d6e236d2-480e-4934-bdb1-17e6753c5f29","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:15:19:811-14087\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4e863a8c-ef01-4dc4-abb0-6a8214cde5d1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d6e236d2-480e-4934-bdb1-17e6753c5f29]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:15:21.832 [67ea4f19db91089ddbf11ff65d7ba97e,dbf11ff65d7ba97e] [qtp1225114731-26]  INFO [aai-resources,67ea4f19db91089ddbf11ff65d7ba97e,dbf11ff65d7ba97e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:21.845 [67ea4f19db91089ddbf11ff65d7ba97e,dbf11ff65d7ba97e] [qtp1225114731-26] DEBUG [aai-resources,67ea4f19db91089ddbf11ff65d7ba97e,dbf11ff65d7ba97e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1a14f5bd-02e5-4c52-9285-5b30d4fb9bc8","status":"200","rqstDate":"250331-08:15:21:832","respDate":"250331-08:15:21:845","sourceId":"haproxy:1a14f5bd-02e5-4c52-9285-5b30d4fb9bc8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:15:21:832-52910\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2a0b8c0c-b955-442d-b6f5-c40d55a561d1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1a14f5bd-02e5-4c52-9285-5b30d4fb9bc8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:15:23.852 [67ea4f1b38a36065176316cdc9196254,176316cdc9196254] [qtp1225114731-24]  INFO [aai-resources,67ea4f1b38a36065176316cdc9196254,176316cdc9196254] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:23.867 [67ea4f1b38a36065176316cdc9196254,176316cdc9196254] [qtp1225114731-24] DEBUG [aai-resources,67ea4f1b38a36065176316cdc9196254,176316cdc9196254] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a38441c-4c6d-43a7-93d1-6b30915343df","status":"200","rqstDate":"250331-08:15:23:852","respDate":"250331-08:15:23:867","sourceId":"haproxy:5a38441c-4c6d-43a7-93d1-6b30915343df","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:15:23:852-16741\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fb8f1224-d7d9-4993-a594-bed39a4f0bf9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5a38441c-4c6d-43a7-93d1-6b30915343df]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:15:25.874 [67ea4f1d6aa37991e976e82be5fc0e23,e976e82be5fc0e23] [qtp1225114731-26]  INFO [aai-resources,67ea4f1d6aa37991e976e82be5fc0e23,e976e82be5fc0e23] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:25.889 [67ea4f1d6aa37991e976e82be5fc0e23,e976e82be5fc0e23] [qtp1225114731-26] DEBUG [aai-resources,67ea4f1d6aa37991e976e82be5fc0e23,e976e82be5fc0e23] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3540e8ec-5815-46f1-8934-31850df8431c","status":"200","rqstDate":"250331-08:15:25:874","respDate":"250331-08:15:25:888","sourceId":"haproxy:3540e8ec-5815-46f1-8934-31850df8431c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:15:25:874-23962\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[da43d481-daf2-4718-ba3b-41efadeab5bb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3540e8ec-5815-46f1-8934-31850df8431c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:15:27.898 [67ea4f1f44ff2f9ddfcf3c5a25819bdd,dfcf3c5a25819bdd] [qtp1225114731-24]  INFO [aai-resources,67ea4f1f44ff2f9ddfcf3c5a25819bdd,dfcf3c5a25819bdd] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:27.913 [67ea4f1f44ff2f9ddfcf3c5a25819bdd,dfcf3c5a25819bdd] [qtp1225114731-24] DEBUG [aai-resources,67ea4f1f44ff2f9ddfcf3c5a25819bdd,dfcf3c5a25819bdd] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cc888820-2aa9-4fd0-8f34-5f0ef368b007","status":"200","rqstDate":"250331-08:15:27:898","respDate":"250331-08:15:27:912","sourceId":"haproxy:cc888820-2aa9-4fd0-8f34-5f0ef368b007","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:15:27:898-15369\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e4f37431-6365-4796-898d-85d880043077], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cc888820-2aa9-4fd0-8f34-5f0ef368b007]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:15:29.920 [67ea4f215e9e0292b54a7da6e9e7265f,b54a7da6e9e7265f] [qtp1225114731-26]  INFO [aai-resources,67ea4f215e9e0292b54a7da6e9e7265f,b54a7da6e9e7265f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:29.933 [67ea4f215e9e0292b54a7da6e9e7265f,b54a7da6e9e7265f] [qtp1225114731-26] DEBUG [aai-resources,67ea4f215e9e0292b54a7da6e9e7265f,b54a7da6e9e7265f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c1c400f9-9c7e-4391-a7c4-70dfb72d00f0","status":"200","rqstDate":"250331-08:15:29:921","respDate":"250331-08:15:29:933","sourceId":"haproxy:c1c400f9-9c7e-4391-a7c4-70dfb72d00f0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:15:29:921-31675\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f5ee504b-5fd0-4647-aae1-5c431447cab6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c1c400f9-9c7e-4391-a7c4-70dfb72d00f0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:15:31.946 [67ea4f23d5b2226225d8ac19af8b773f,25d8ac19af8b773f] [qtp1225114731-24]  INFO [aai-resources,67ea4f23d5b2226225d8ac19af8b773f,25d8ac19af8b773f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:31.960 [67ea4f23d5b2226225d8ac19af8b773f,25d8ac19af8b773f] [qtp1225114731-24] DEBUG [aai-resources,67ea4f23d5b2226225d8ac19af8b773f,25d8ac19af8b773f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"66d0ed03-3393-4bab-9065-5461faa3b7e5","status":"200","rqstDate":"250331-08:15:31:947","respDate":"250331-08:15:31:960","sourceId":"haproxy:66d0ed03-3393-4bab-9065-5461faa3b7e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:15:31:947-29225\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ada6b198-7bd3-42b6-8762-a1dfa743421a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[66d0ed03-3393-4bab-9065-5461faa3b7e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:15:33.968 [67ea4f25bfd9fb7dc13a0783abf4cf77,c13a0783abf4cf77] [qtp1225114731-26]  INFO [aai-resources,67ea4f25bfd9fb7dc13a0783abf4cf77,c13a0783abf4cf77] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:33.980 [67ea4f25bfd9fb7dc13a0783abf4cf77,c13a0783abf4cf77] [qtp1225114731-26] DEBUG [aai-resources,67ea4f25bfd9fb7dc13a0783abf4cf77,c13a0783abf4cf77] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c7003248-aaac-4973-a356-0e11ab98dc95","status":"200","rqstDate":"250331-08:15:33:968","respDate":"250331-08:15:33:980","sourceId":"haproxy:c7003248-aaac-4973-a356-0e11ab98dc95","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:15:33:968-13107\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99745efe-cd98-490d-a04f-f2b67358108e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c7003248-aaac-4973-a356-0e11ab98dc95]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:15:35.988 [67ea4f27b3a8e3775bc22962d374eaec,5bc22962d374eaec] [qtp1225114731-24]  INFO [aai-resources,67ea4f27b3a8e3775bc22962d374eaec,5bc22962d374eaec] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:35.999 [67ea4f27b3a8e3775bc22962d374eaec,5bc22962d374eaec] [qtp1225114731-24] DEBUG [aai-resources,67ea4f27b3a8e3775bc22962d374eaec,5bc22962d374eaec] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"20e95ada-9525-4b43-8921-c16f8d9407aa","status":"200","rqstDate":"250331-08:15:35:988","respDate":"250331-08:15:35:999","sourceId":"haproxy:20e95ada-9525-4b43-8921-c16f8d9407aa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:15:35:988-48116\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c1e1c7c2-587e-40d6-8bd4-3137c132d31d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[20e95ada-9525-4b43-8921-c16f8d9407aa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:15:38.005 [67ea4f2a6d96c39b2d776b457f569a68,2d776b457f569a68] [qtp1225114731-26]  INFO [aai-resources,67ea4f2a6d96c39b2d776b457f569a68,2d776b457f569a68] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:38.021 [67ea4f2a6d96c39b2d776b457f569a68,2d776b457f569a68] [qtp1225114731-26] DEBUG [aai-resources,67ea4f2a6d96c39b2d776b457f569a68,2d776b457f569a68] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3de75c0b-23a8-4fd2-b850-a0bbb0314fbc","status":"200","rqstDate":"250331-08:15:38:005","respDate":"250331-08:15:38:021","sourceId":"haproxy:3de75c0b-23a8-4fd2-b850-a0bbb0314fbc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:15:38:005-19794\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[397ac52d-99cd-487c-871e-af8e3c16122e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3de75c0b-23a8-4fd2-b850-a0bbb0314fbc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:15:40.028 [67ea4f2c26331d48273375fb43170f1e,273375fb43170f1e] [qtp1225114731-24]  INFO [aai-resources,67ea4f2c26331d48273375fb43170f1e,273375fb43170f1e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:40.036 [67ea4f2c26331d48273375fb43170f1e,273375fb43170f1e] [qtp1225114731-24] DEBUG [aai-resources,67ea4f2c26331d48273375fb43170f1e,273375fb43170f1e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"98af1129-50b4-4965-af56-eae9816ddd20","status":"200","rqstDate":"250331-08:15:40:028","respDate":"250331-08:15:40:036","sourceId":"haproxy:98af1129-50b4-4965-af56-eae9816ddd20","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:15:40:028-42813\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0e03f065-de4b-41f9-84d4-15eb77bfab33], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[98af1129-50b4-4965-af56-eae9816ddd20]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:15:42.043 [67ea4f2e59a4c3f97a48088833b36a0f,7a48088833b36a0f] [qtp1225114731-26]  INFO [aai-resources,67ea4f2e59a4c3f97a48088833b36a0f,7a48088833b36a0f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:42.058 [67ea4f2e59a4c3f97a48088833b36a0f,7a48088833b36a0f] [qtp1225114731-26] DEBUG [aai-resources,67ea4f2e59a4c3f97a48088833b36a0f,7a48088833b36a0f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6e3759d9-ea06-44bb-aa32-f47543995a71","status":"200","rqstDate":"250331-08:15:42:043","respDate":"250331-08:15:42:058","sourceId":"haproxy:6e3759d9-ea06-44bb-aa32-f47543995a71","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:15:42:043-23697\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eddc8f15-ab9f-4ae8-a0a3-bd172a3e7d89], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6e3759d9-ea06-44bb-aa32-f47543995a71]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:15:44.067 [67ea4f30892ec965b4adf52efd5e6163,b4adf52efd5e6163] [qtp1225114731-24]  INFO [aai-resources,67ea4f30892ec965b4adf52efd5e6163,b4adf52efd5e6163] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:44.076 [67ea4f30892ec965b4adf52efd5e6163,b4adf52efd5e6163] [qtp1225114731-24] DEBUG [aai-resources,67ea4f30892ec965b4adf52efd5e6163,b4adf52efd5e6163] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7defcd58-9f7a-436e-97a3-62691251bcf9","status":"200","rqstDate":"250331-08:15:44:067","respDate":"250331-08:15:44:076","sourceId":"haproxy:7defcd58-9f7a-436e-97a3-62691251bcf9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:15:44:067-73562\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ad12d7b4-43d3-447f-9f91-c3329bc622d0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7defcd58-9f7a-436e-97a3-62691251bcf9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:15:46.086 [67ea4f32f0f9b900bfc13cacaaa79cc0,bfc13cacaaa79cc0] [qtp1225114731-26]  INFO [aai-resources,67ea4f32f0f9b900bfc13cacaaa79cc0,bfc13cacaaa79cc0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:46.101 [67ea4f32f0f9b900bfc13cacaaa79cc0,bfc13cacaaa79cc0] [qtp1225114731-26] DEBUG [aai-resources,67ea4f32f0f9b900bfc13cacaaa79cc0,bfc13cacaaa79cc0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0cda4f7a-780b-4d00-8e9b-6eb7504ee7eb","status":"200","rqstDate":"250331-08:15:46:086","respDate":"250331-08:15:46:101","sourceId":"haproxy:0cda4f7a-780b-4d00-8e9b-6eb7504ee7eb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:15:46:086-68715\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2d1f6c12-23a5-4ebf-b46f-9e9417019bd2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0cda4f7a-780b-4d00-8e9b-6eb7504ee7eb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:15:48.109 [67ea4f34c1f5b106e00fcd4eff1f5902,e00fcd4eff1f5902] [qtp1225114731-24]  INFO [aai-resources,67ea4f34c1f5b106e00fcd4eff1f5902,e00fcd4eff1f5902] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:48.120 [67ea4f34c1f5b106e00fcd4eff1f5902,e00fcd4eff1f5902] [qtp1225114731-24] DEBUG [aai-resources,67ea4f34c1f5b106e00fcd4eff1f5902,e00fcd4eff1f5902] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a68b190a-4300-4b05-951f-2560926317de","status":"200","rqstDate":"250331-08:15:48:109","respDate":"250331-08:15:48:120","sourceId":"haproxy:a68b190a-4300-4b05-951f-2560926317de","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:15:48:109-31453\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[02323993-db23-4d20-9491-9dca73649c7d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a68b190a-4300-4b05-951f-2560926317de]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:15:50.127 [67ea4f36212f16de276239579f24fe1c,276239579f24fe1c] [qtp1225114731-26]  INFO [aai-resources,67ea4f36212f16de276239579f24fe1c,276239579f24fe1c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:50.141 [67ea4f36212f16de276239579f24fe1c,276239579f24fe1c] [qtp1225114731-26] DEBUG [aai-resources,67ea4f36212f16de276239579f24fe1c,276239579f24fe1c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"80209f74-1edf-4bea-ac5d-ffd562dc3d85","status":"200","rqstDate":"250331-08:15:50:127","respDate":"250331-08:15:50:141","sourceId":"haproxy:80209f74-1edf-4bea-ac5d-ffd562dc3d85","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:15:50:127-77723\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e9884a9c-ec74-4b35-b180-ce5cdbfa1e18], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[80209f74-1edf-4bea-ac5d-ffd562dc3d85]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:15:52.148 [67ea4f38e2306e5df928d59c9c635433,f928d59c9c635433] [qtp1225114731-24]  INFO [aai-resources,67ea4f38e2306e5df928d59c9c635433,f928d59c9c635433] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:52.162 [67ea4f38e2306e5df928d59c9c635433,f928d59c9c635433] [qtp1225114731-24] DEBUG [aai-resources,67ea4f38e2306e5df928d59c9c635433,f928d59c9c635433] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"edf18e9b-f9ea-4769-a105-b105922fd963","status":"200","rqstDate":"250331-08:15:52:149","respDate":"250331-08:15:52:162","sourceId":"haproxy:edf18e9b-f9ea-4769-a105-b105922fd963","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:15:52:149-86386\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[84a4a941-62ef-495b-bad4-c298560f37f7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[edf18e9b-f9ea-4769-a105-b105922fd963]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:15:54.170 [67ea4f3a94bbf99fbd05c039b845e8d9,bd05c039b845e8d9] [qtp1225114731-26]  INFO [aai-resources,67ea4f3a94bbf99fbd05c039b845e8d9,bd05c039b845e8d9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:54.190 [67ea4f3a94bbf99fbd05c039b845e8d9,bd05c039b845e8d9] [qtp1225114731-26] DEBUG [aai-resources,67ea4f3a94bbf99fbd05c039b845e8d9,bd05c039b845e8d9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5522308c-2428-425d-9d33-1d1961ed32a8","status":"200","rqstDate":"250331-08:15:54:170","respDate":"250331-08:15:54:190","sourceId":"haproxy:5522308c-2428-425d-9d33-1d1961ed32a8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:15:54:170-50232\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0324c273-4e1a-4e44-a798-02e40110214d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5522308c-2428-425d-9d33-1d1961ed32a8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:15:56.196 [67ea4f3c3e0cb8998a9966b043794582,8a9966b043794582] [qtp1225114731-24]  INFO [aai-resources,67ea4f3c3e0cb8998a9966b043794582,8a9966b043794582] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:56.212 [67ea4f3c3e0cb8998a9966b043794582,8a9966b043794582] [qtp1225114731-24] DEBUG [aai-resources,67ea4f3c3e0cb8998a9966b043794582,8a9966b043794582] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"924731b7-a41c-4cfc-be3a-24d92589f1d9","status":"200","rqstDate":"250331-08:15:56:196","respDate":"250331-08:15:56:212","sourceId":"haproxy:924731b7-a41c-4cfc-be3a-24d92589f1d9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:15:56:196-3469\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f96e17e7-7f12-43bb-8093-4d2d6ba91467], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[924731b7-a41c-4cfc-be3a-24d92589f1d9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:15:58.219 [67ea4f3ee4931f03e5019f3da0696fd1,e5019f3da0696fd1] [qtp1225114731-26]  INFO [aai-resources,67ea4f3ee4931f03e5019f3da0696fd1,e5019f3da0696fd1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:15:58.235 [67ea4f3ee4931f03e5019f3da0696fd1,e5019f3da0696fd1] [qtp1225114731-26] DEBUG [aai-resources,67ea4f3ee4931f03e5019f3da0696fd1,e5019f3da0696fd1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1584ceba-cb1d-4d83-a9de-43ffb6d704a8","status":"200","rqstDate":"250331-08:15:58:220","respDate":"250331-08:15:58:235","sourceId":"haproxy:1584ceba-cb1d-4d83-a9de-43ffb6d704a8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:15:58:220-5731\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a7e7d368-c591-4a4e-8cf0-09c2d05b09ac], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1584ceba-cb1d-4d83-a9de-43ffb6d704a8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:15:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:16:00.243 [67ea4f40dba46626ae7569763c9d8fc5,ae7569763c9d8fc5] [qtp1225114731-24]  INFO [aai-resources,67ea4f40dba46626ae7569763c9d8fc5,ae7569763c9d8fc5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:00.256 [67ea4f40dba46626ae7569763c9d8fc5,ae7569763c9d8fc5] [qtp1225114731-24] DEBUG [aai-resources,67ea4f40dba46626ae7569763c9d8fc5,ae7569763c9d8fc5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dd0e9618-8f16-4847-ad32-39b26eaffd11","status":"200","rqstDate":"250331-08:16:00:243","respDate":"250331-08:16:00:256","sourceId":"haproxy:dd0e9618-8f16-4847-ad32-39b26eaffd11","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:00:243-77910\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b0c58c27-ea94-4113-b299-5fe9a7a39a1b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dd0e9618-8f16-4847-ad32-39b26eaffd11]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:16:02.263 [67ea4f42cb5629070fc600c53fe7d663,0fc600c53fe7d663] [qtp1225114731-26]  INFO [aai-resources,67ea4f42cb5629070fc600c53fe7d663,0fc600c53fe7d663] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:02.277 [67ea4f42cb5629070fc600c53fe7d663,0fc600c53fe7d663] [qtp1225114731-26] DEBUG [aai-resources,67ea4f42cb5629070fc600c53fe7d663,0fc600c53fe7d663] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4d57d99-abb5-4c9a-b3bd-a5ac32d5b67b","status":"200","rqstDate":"250331-08:16:02:263","respDate":"250331-08:16:02:277","sourceId":"haproxy:b4d57d99-abb5-4c9a-b3bd-a5ac32d5b67b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:02:263-56568\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[068c97eb-559e-40e4-959a-1bb4209dbb8c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4d57d99-abb5-4c9a-b3bd-a5ac32d5b67b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:16:04.284 [67ea4f44a1c7e5a0dc1532ca2bbbcb34,dc1532ca2bbbcb34] [qtp1225114731-24]  INFO [aai-resources,67ea4f44a1c7e5a0dc1532ca2bbbcb34,dc1532ca2bbbcb34] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:04.303 [67ea4f44a1c7e5a0dc1532ca2bbbcb34,dc1532ca2bbbcb34] [qtp1225114731-24] DEBUG [aai-resources,67ea4f44a1c7e5a0dc1532ca2bbbcb34,dc1532ca2bbbcb34] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"af1987a4-4e7a-49cc-8369-22a0fd612cbc","status":"200","rqstDate":"250331-08:16:04:284","respDate":"250331-08:16:04:303","sourceId":"haproxy:af1987a4-4e7a-49cc-8369-22a0fd612cbc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:16:04:284-24945\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a166a01b-4d61-4b83-bb68-8e6690ccf5cd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[af1987a4-4e7a-49cc-8369-22a0fd612cbc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:16:06.310 [67ea4f46a2c528e8c2296542d9cf96a3,c2296542d9cf96a3] [qtp1225114731-26]  INFO [aai-resources,67ea4f46a2c528e8c2296542d9cf96a3,c2296542d9cf96a3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:06.321 [67ea4f46a2c528e8c2296542d9cf96a3,c2296542d9cf96a3] [qtp1225114731-26] DEBUG [aai-resources,67ea4f46a2c528e8c2296542d9cf96a3,c2296542d9cf96a3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e607ab75-d7f9-48a4-b06b-f9e632c381a5","status":"200","rqstDate":"250331-08:16:06:310","respDate":"250331-08:16:06:321","sourceId":"haproxy:e607ab75-d7f9-48a4-b06b-f9e632c381a5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:16:06:310-30402\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6cba8ada-2f4e-4397-983c-92625c63963f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e607ab75-d7f9-48a4-b06b-f9e632c381a5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:16:08.328 [67ea4f48bdbc133f2737fd81a61f4c9c,2737fd81a61f4c9c] [qtp1225114731-24]  INFO [aai-resources,67ea4f48bdbc133f2737fd81a61f4c9c,2737fd81a61f4c9c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:08.343 [67ea4f48bdbc133f2737fd81a61f4c9c,2737fd81a61f4c9c] [qtp1225114731-24] DEBUG [aai-resources,67ea4f48bdbc133f2737fd81a61f4c9c,2737fd81a61f4c9c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"797313f7-8501-4ece-af5a-53e2057edbea","status":"200","rqstDate":"250331-08:16:08:328","respDate":"250331-08:16:08:343","sourceId":"haproxy:797313f7-8501-4ece-af5a-53e2057edbea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:16:08:328-15348\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b0fe4563-f740-4a65-91fe-0809b84e48be], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[797313f7-8501-4ece-af5a-53e2057edbea]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:16:10.349 [67ea4f4a5d63cb55fde3a2d852dc7fb9,fde3a2d852dc7fb9] [qtp1225114731-26]  INFO [aai-resources,67ea4f4a5d63cb55fde3a2d852dc7fb9,fde3a2d852dc7fb9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:10.363 [67ea4f4a5d63cb55fde3a2d852dc7fb9,fde3a2d852dc7fb9] [qtp1225114731-26] DEBUG [aai-resources,67ea4f4a5d63cb55fde3a2d852dc7fb9,fde3a2d852dc7fb9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9739bf6b-ea2f-4391-9ee8-c0f5a3b7e780","status":"200","rqstDate":"250331-08:16:10:349","respDate":"250331-08:16:10:363","sourceId":"haproxy:9739bf6b-ea2f-4391-9ee8-c0f5a3b7e780","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:16:10:349-8374\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e53029ec-51b0-4a72-aec0-181cb8e6457f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9739bf6b-ea2f-4391-9ee8-c0f5a3b7e780]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:16:12.369 [67ea4f4c29f07c59aff662d7b0610a63,aff662d7b0610a63] [qtp1225114731-24]  INFO [aai-resources,67ea4f4c29f07c59aff662d7b0610a63,aff662d7b0610a63] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:12.384 [67ea4f4c29f07c59aff662d7b0610a63,aff662d7b0610a63] [qtp1225114731-24] DEBUG [aai-resources,67ea4f4c29f07c59aff662d7b0610a63,aff662d7b0610a63] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2f78e196-7732-4a45-9bbf-9cd13060a073","status":"200","rqstDate":"250331-08:16:12:369","respDate":"250331-08:16:12:384","sourceId":"haproxy:2f78e196-7732-4a45-9bbf-9cd13060a073","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:12:369-87619\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2858188a-d837-4794-b1cc-510bdcfb84d1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2f78e196-7732-4a45-9bbf-9cd13060a073]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:16:14.391 [67ea4f4eccbbc1811c5a7acff1da0f74,1c5a7acff1da0f74] [qtp1225114731-26]  INFO [aai-resources,67ea4f4eccbbc1811c5a7acff1da0f74,1c5a7acff1da0f74] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:14.402 [67ea4f4eccbbc1811c5a7acff1da0f74,1c5a7acff1da0f74] [qtp1225114731-26] DEBUG [aai-resources,67ea4f4eccbbc1811c5a7acff1da0f74,1c5a7acff1da0f74] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ae49d235-a344-48ab-92cc-6841574e6b82","status":"200","rqstDate":"250331-08:16:14:391","respDate":"250331-08:16:14:402","sourceId":"haproxy:ae49d235-a344-48ab-92cc-6841574e6b82","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:14:391-40083\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[36558f43-f0fe-4a45-b640-aa3ae4f151d8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ae49d235-a344-48ab-92cc-6841574e6b82]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:16:16.409 [67ea4f50662e303135441fb464a9d75f,35441fb464a9d75f] [qtp1225114731-24]  INFO [aai-resources,67ea4f50662e303135441fb464a9d75f,35441fb464a9d75f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:16.422 [67ea4f50662e303135441fb464a9d75f,35441fb464a9d75f] [qtp1225114731-24] DEBUG [aai-resources,67ea4f50662e303135441fb464a9d75f,35441fb464a9d75f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"519d397a-0af9-4d2c-884f-99c18d945341","status":"200","rqstDate":"250331-08:16:16:409","respDate":"250331-08:16:16:422","sourceId":"haproxy:519d397a-0af9-4d2c-884f-99c18d945341","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:16:16:409-60694\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6e536e5e-4fc5-495c-8537-6c1279fa3f9a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[519d397a-0af9-4d2c-884f-99c18d945341]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:16:18.430 [67ea4f52fa01ae8329518c5a1d7bd515,29518c5a1d7bd515] [qtp1225114731-26]  INFO [aai-resources,67ea4f52fa01ae8329518c5a1d7bd515,29518c5a1d7bd515] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:18.442 [67ea4f52fa01ae8329518c5a1d7bd515,29518c5a1d7bd515] [qtp1225114731-26] DEBUG [aai-resources,67ea4f52fa01ae8329518c5a1d7bd515,29518c5a1d7bd515] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58197112-d146-4c9c-bfcc-a366704e8a66","status":"200","rqstDate":"250331-08:16:18:430","respDate":"250331-08:16:18:442","sourceId":"haproxy:58197112-d146-4c9c-bfcc-a366704e8a66","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:18:430-28294\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3a20a753-df73-4433-bd64-d872be614cdc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[58197112-d146-4c9c-bfcc-a366704e8a66]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:16:20.449 [67ea4f54defaf328882cf8194ee301f1,882cf8194ee301f1] [qtp1225114731-24]  INFO [aai-resources,67ea4f54defaf328882cf8194ee301f1,882cf8194ee301f1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:20.461 [67ea4f54defaf328882cf8194ee301f1,882cf8194ee301f1] [qtp1225114731-24] DEBUG [aai-resources,67ea4f54defaf328882cf8194ee301f1,882cf8194ee301f1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fd3c4be7-a165-4f59-a642-9919564fd71f","status":"200","rqstDate":"250331-08:16:20:449","respDate":"250331-08:16:20:461","sourceId":"haproxy:fd3c4be7-a165-4f59-a642-9919564fd71f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:16:20:449-74582\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7b7cf8b9-ea2e-494a-8514-f7b35db8c440], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fd3c4be7-a165-4f59-a642-9919564fd71f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:16:22.469 [67ea4f56096a7a2ea7f7656bbc9a6244,a7f7656bbc9a6244] [qtp1225114731-26]  INFO [aai-resources,67ea4f56096a7a2ea7f7656bbc9a6244,a7f7656bbc9a6244] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:22.485 [67ea4f56096a7a2ea7f7656bbc9a6244,a7f7656bbc9a6244] [qtp1225114731-26] DEBUG [aai-resources,67ea4f56096a7a2ea7f7656bbc9a6244,a7f7656bbc9a6244] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"13cca57d-4235-45f3-933b-9d62addadc39","status":"200","rqstDate":"250331-08:16:22:469","respDate":"250331-08:16:22:485","sourceId":"haproxy:13cca57d-4235-45f3-933b-9d62addadc39","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:16:22:469-63077\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[072ce082-3fbb-463c-bb22-c59b0263691d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[13cca57d-4235-45f3-933b-9d62addadc39]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:16:24.492 [67ea4f58fedc24b79cc67a91acd826f4,9cc67a91acd826f4] [qtp1225114731-24]  INFO [aai-resources,67ea4f58fedc24b79cc67a91acd826f4,9cc67a91acd826f4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:24.506 [67ea4f58fedc24b79cc67a91acd826f4,9cc67a91acd826f4] [qtp1225114731-24] DEBUG [aai-resources,67ea4f58fedc24b79cc67a91acd826f4,9cc67a91acd826f4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1752022a-b2bf-4dd4-912a-1d3d4db67789","status":"200","rqstDate":"250331-08:16:24:492","respDate":"250331-08:16:24:506","sourceId":"haproxy:1752022a-b2bf-4dd4-912a-1d3d4db67789","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:24:492-95669\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e4df40a9-3019-4873-82bc-84fd83bf73da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1752022a-b2bf-4dd4-912a-1d3d4db67789]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:16:26.513 [67ea4f5a14482926c988526db1e60e08,c988526db1e60e08] [qtp1225114731-26]  INFO [aai-resources,67ea4f5a14482926c988526db1e60e08,c988526db1e60e08] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:26.528 [67ea4f5a14482926c988526db1e60e08,c988526db1e60e08] [qtp1225114731-26] DEBUG [aai-resources,67ea4f5a14482926c988526db1e60e08,c988526db1e60e08] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a5542fad-acdc-486d-b77d-e8eab3c14521","status":"200","rqstDate":"250331-08:16:26:513","respDate":"250331-08:16:26:527","sourceId":"haproxy:a5542fad-acdc-486d-b77d-e8eab3c14521","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:16:26:513-99477\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4f4ed75b-4507-4968-b610-2c9c51d38356], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a5542fad-acdc-486d-b77d-e8eab3c14521]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:16:28.536 [67ea4f5cfd3409a4cb9c4cb315975da5,cb9c4cb315975da5] [qtp1225114731-24]  INFO [aai-resources,67ea4f5cfd3409a4cb9c4cb315975da5,cb9c4cb315975da5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:28.551 [67ea4f5cfd3409a4cb9c4cb315975da5,cb9c4cb315975da5] [qtp1225114731-24] DEBUG [aai-resources,67ea4f5cfd3409a4cb9c4cb315975da5,cb9c4cb315975da5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ac12f1cb-a060-4137-98f2-296ece476d27","status":"200","rqstDate":"250331-08:16:28:536","respDate":"250331-08:16:28:551","sourceId":"haproxy:ac12f1cb-a060-4137-98f2-296ece476d27","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:16:28:536-48908\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c7f7c67e-e64c-4dda-bfd4-1440a11ce8df], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ac12f1cb-a060-4137-98f2-296ece476d27]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:16:30.558 [67ea4f5e88178c43ae9c177ceacc07e9,ae9c177ceacc07e9] [qtp1225114731-26]  INFO [aai-resources,67ea4f5e88178c43ae9c177ceacc07e9,ae9c177ceacc07e9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:30.574 [67ea4f5e88178c43ae9c177ceacc07e9,ae9c177ceacc07e9] [qtp1225114731-26] DEBUG [aai-resources,67ea4f5e88178c43ae9c177ceacc07e9,ae9c177ceacc07e9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"44dea32a-8010-4a13-9b15-b9b791f0fb42","status":"200","rqstDate":"250331-08:16:30:558","respDate":"250331-08:16:30:574","sourceId":"haproxy:44dea32a-8010-4a13-9b15-b9b791f0fb42","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:30:558-18789\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[07a1ac09-c712-4547-807b-9761f8d6e29a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[44dea32a-8010-4a13-9b15-b9b791f0fb42]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:16:32.589 [67ea4f60c6a2e2df34c3ba89eb60548b,34c3ba89eb60548b] [qtp1225114731-24]  INFO [aai-resources,67ea4f60c6a2e2df34c3ba89eb60548b,34c3ba89eb60548b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:32.608 [67ea4f60c6a2e2df34c3ba89eb60548b,34c3ba89eb60548b] [qtp1225114731-24] DEBUG [aai-resources,67ea4f60c6a2e2df34c3ba89eb60548b,34c3ba89eb60548b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"461348f3-c16b-4dce-bd2b-f9f7432ae84a","status":"200","rqstDate":"250331-08:16:32:589","respDate":"250331-08:16:32:608","sourceId":"haproxy:461348f3-c16b-4dce-bd2b-f9f7432ae84a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:16:32:589-45780\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e3f31c69-0da7-4798-8e85-48f4599a8ba7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[461348f3-c16b-4dce-bd2b-f9f7432ae84a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:16:34.623 [67ea4f6236c711c1530461a65365da5f,530461a65365da5f] [qtp1225114731-26]  INFO [aai-resources,67ea4f6236c711c1530461a65365da5f,530461a65365da5f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:34.638 [67ea4f6236c711c1530461a65365da5f,530461a65365da5f] [qtp1225114731-26] DEBUG [aai-resources,67ea4f6236c711c1530461a65365da5f,530461a65365da5f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e6970dd2-bcab-4c58-b333-33082ab9b1e6","status":"200","rqstDate":"250331-08:16:34:624","respDate":"250331-08:16:34:638","sourceId":"haproxy:e6970dd2-bcab-4c58-b333-33082ab9b1e6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:34:624-45169\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5f8978cb-d5ef-42f1-bd04-b57a8d454a5d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e6970dd2-bcab-4c58-b333-33082ab9b1e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:16:36.646 [67ea4f644a861575de91df62d2c59df1,de91df62d2c59df1] [qtp1225114731-24]  INFO [aai-resources,67ea4f644a861575de91df62d2c59df1,de91df62d2c59df1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:36.657 [67ea4f644a861575de91df62d2c59df1,de91df62d2c59df1] [qtp1225114731-24] DEBUG [aai-resources,67ea4f644a861575de91df62d2c59df1,de91df62d2c59df1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c2185e5-3b36-43d3-b7ef-329baef9155e","status":"200","rqstDate":"250331-08:16:36:646","respDate":"250331-08:16:36:657","sourceId":"haproxy:7c2185e5-3b36-43d3-b7ef-329baef9155e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:36:646-8807\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ac45dc4f-8cc8-484d-b458-f3146d6fae90], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c2185e5-3b36-43d3-b7ef-329baef9155e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:16:38.664 [67ea4f665052d2add238d55bd487a260,d238d55bd487a260] [qtp1225114731-26]  INFO [aai-resources,67ea4f665052d2add238d55bd487a260,d238d55bd487a260] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:38.680 [67ea4f665052d2add238d55bd487a260,d238d55bd487a260] [qtp1225114731-26] DEBUG [aai-resources,67ea4f665052d2add238d55bd487a260,d238d55bd487a260] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"62505349-edb8-410e-a55e-8f9e19263495","status":"200","rqstDate":"250331-08:16:38:665","respDate":"250331-08:16:38:680","sourceId":"haproxy:62505349-edb8-410e-a55e-8f9e19263495","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:16:38:665-40939\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[90cee18f-cd58-4eb7-b280-fa3ca65bb272], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[62505349-edb8-410e-a55e-8f9e19263495]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:16:40.689 [67ea4f68e22cf4d4808433410c4e660c,808433410c4e660c] [qtp1225114731-24]  INFO [aai-resources,67ea4f68e22cf4d4808433410c4e660c,808433410c4e660c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:40.703 [67ea4f68e22cf4d4808433410c4e660c,808433410c4e660c] [qtp1225114731-24] DEBUG [aai-resources,67ea4f68e22cf4d4808433410c4e660c,808433410c4e660c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"87d1a8da-6e8c-4243-966b-645d824731d7","status":"200","rqstDate":"250331-08:16:40:689","respDate":"250331-08:16:40:703","sourceId":"haproxy:87d1a8da-6e8c-4243-966b-645d824731d7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:16:40:689-238\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5662a71c-17aa-4567-9099-62994135cc64], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[87d1a8da-6e8c-4243-966b-645d824731d7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:16:42.711 [67ea4f6add6d07fe1b7af4bced70d6d8,1b7af4bced70d6d8] [qtp1225114731-26]  INFO [aai-resources,67ea4f6add6d07fe1b7af4bced70d6d8,1b7af4bced70d6d8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:42.726 [67ea4f6add6d07fe1b7af4bced70d6d8,1b7af4bced70d6d8] [qtp1225114731-26] DEBUG [aai-resources,67ea4f6add6d07fe1b7af4bced70d6d8,1b7af4bced70d6d8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37b51488-445e-4777-9317-747b1e122486","status":"200","rqstDate":"250331-08:16:42:712","respDate":"250331-08:16:42:726","sourceId":"haproxy:37b51488-445e-4777-9317-747b1e122486","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:42:712-76436\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c8c38799-daf3-48db-b83c-f186be0ce3c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[37b51488-445e-4777-9317-747b1e122486]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:16:44.734 [67ea4f6c40fc757d44e7c1654660d5ff,44e7c1654660d5ff] [qtp1225114731-24]  INFO [aai-resources,67ea4f6c40fc757d44e7c1654660d5ff,44e7c1654660d5ff] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:44.747 [67ea4f6c40fc757d44e7c1654660d5ff,44e7c1654660d5ff] [qtp1225114731-24] DEBUG [aai-resources,67ea4f6c40fc757d44e7c1654660d5ff,44e7c1654660d5ff] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c496a35f-7475-4e1d-a494-fb3a5922d0e0","status":"200","rqstDate":"250331-08:16:44:734","respDate":"250331-08:16:44:747","sourceId":"haproxy:c496a35f-7475-4e1d-a494-fb3a5922d0e0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:16:44:734-45893\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[269708f0-178b-44f7-87d4-0780d3b55d91], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c496a35f-7475-4e1d-a494-fb3a5922d0e0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:16:46.754 [67ea4f6e3938388e1f5195ab29d1f834,1f5195ab29d1f834] [qtp1225114731-26]  INFO [aai-resources,67ea4f6e3938388e1f5195ab29d1f834,1f5195ab29d1f834] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:46.767 [67ea4f6e3938388e1f5195ab29d1f834,1f5195ab29d1f834] [qtp1225114731-26] DEBUG [aai-resources,67ea4f6e3938388e1f5195ab29d1f834,1f5195ab29d1f834] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4d3d922-308b-40d7-aaaf-091d5516d0a5","status":"200","rqstDate":"250331-08:16:46:754","respDate":"250331-08:16:46:767","sourceId":"haproxy:b4d3d922-308b-40d7-aaaf-091d5516d0a5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:16:46:754-45946\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[104cfec0-7585-4604-907e-e7e13c8f62da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4d3d922-308b-40d7-aaaf-091d5516d0a5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:16:48.776 [67ea4f70687d9bfa40fb893cc93e0c27,40fb893cc93e0c27] [qtp1225114731-24]  INFO [aai-resources,67ea4f70687d9bfa40fb893cc93e0c27,40fb893cc93e0c27] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:48.788 [67ea4f70687d9bfa40fb893cc93e0c27,40fb893cc93e0c27] [qtp1225114731-24] DEBUG [aai-resources,67ea4f70687d9bfa40fb893cc93e0c27,40fb893cc93e0c27] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"24294653-65e9-4f2f-a536-24e4c1338512","status":"200","rqstDate":"250331-08:16:48:776","respDate":"250331-08:16:48:788","sourceId":"haproxy:24294653-65e9-4f2f-a536-24e4c1338512","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:16:48:776-71526\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3a33d314-c51c-40a7-89a2-dff77116ab23], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[24294653-65e9-4f2f-a536-24e4c1338512]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:16:50.797 [67ea4f7248a44d954176236f59be647e,4176236f59be647e] [qtp1225114731-26]  INFO [aai-resources,67ea4f7248a44d954176236f59be647e,4176236f59be647e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:50.809 [67ea4f7248a44d954176236f59be647e,4176236f59be647e] [qtp1225114731-26] DEBUG [aai-resources,67ea4f7248a44d954176236f59be647e,4176236f59be647e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b9d1f0df-0e9f-41c3-8218-e1ef216da5fc","status":"200","rqstDate":"250331-08:16:50:797","respDate":"250331-08:16:50:809","sourceId":"haproxy:b9d1f0df-0e9f-41c3-8218-e1ef216da5fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:16:50:797-24870\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6e9a62ee-480e-41dc-b223-8fffdee03b6b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b9d1f0df-0e9f-41c3-8218-e1ef216da5fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:16:52.819 [67ea4f7440e3ed80e3a6a9a1049c42a1,e3a6a9a1049c42a1] [qtp1225114731-24]  INFO [aai-resources,67ea4f7440e3ed80e3a6a9a1049c42a1,e3a6a9a1049c42a1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:52.842 [67ea4f7440e3ed80e3a6a9a1049c42a1,e3a6a9a1049c42a1] [qtp1225114731-24] DEBUG [aai-resources,67ea4f7440e3ed80e3a6a9a1049c42a1,e3a6a9a1049c42a1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c78ce511-cb93-4152-a022-387e9af07d9b","status":"200","rqstDate":"250331-08:16:52:819","respDate":"250331-08:16:52:841","sourceId":"haproxy:c78ce511-cb93-4152-a022-387e9af07d9b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:16:52:819-7357\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0606e22c-0458-46b5-a8f9-a999cdbc8e17], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c78ce511-cb93-4152-a022-387e9af07d9b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:16:54.849 [67ea4f76d695bc7e783b90d6190ce29b,783b90d6190ce29b] [qtp1225114731-26]  INFO [aai-resources,67ea4f76d695bc7e783b90d6190ce29b,783b90d6190ce29b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:54.862 [67ea4f76d695bc7e783b90d6190ce29b,783b90d6190ce29b] [qtp1225114731-26] DEBUG [aai-resources,67ea4f76d695bc7e783b90d6190ce29b,783b90d6190ce29b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cfcf265b-e45b-4dfb-a638-7afc67efe240","status":"200","rqstDate":"250331-08:16:54:849","respDate":"250331-08:16:54:862","sourceId":"haproxy:cfcf265b-e45b-4dfb-a638-7afc67efe240","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:16:54:849-9191\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7897cc0c-c5c3-4bbb-b809-748f329c3c4f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cfcf265b-e45b-4dfb-a638-7afc67efe240]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:16:56.869 [67ea4f7816f5de8567fe7c3294cc6691,67fe7c3294cc6691] [qtp1225114731-24]  INFO [aai-resources,67ea4f7816f5de8567fe7c3294cc6691,67fe7c3294cc6691] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:56.885 [67ea4f7816f5de8567fe7c3294cc6691,67fe7c3294cc6691] [qtp1225114731-24] DEBUG [aai-resources,67ea4f7816f5de8567fe7c3294cc6691,67fe7c3294cc6691] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cf688655-1925-401c-8a70-8a92644cb1c7","status":"200","rqstDate":"250331-08:16:56:869","respDate":"250331-08:16:56:885","sourceId":"haproxy:cf688655-1925-401c-8a70-8a92644cb1c7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:56:869-54802\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[10c14885-1cb8-431c-84f0-a4088420cd59], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cf688655-1925-401c-8a70-8a92644cb1c7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:16:58.892 [67ea4f7a7ee394de822ac63942675b7b,822ac63942675b7b] [qtp1225114731-26]  INFO [aai-resources,67ea4f7a7ee394de822ac63942675b7b,822ac63942675b7b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:16:58.905 [67ea4f7a7ee394de822ac63942675b7b,822ac63942675b7b] [qtp1225114731-26] DEBUG [aai-resources,67ea4f7a7ee394de822ac63942675b7b,822ac63942675b7b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d8e1854b-4dcc-4e01-88af-67398375c407","status":"200","rqstDate":"250331-08:16:58:892","respDate":"250331-08:16:58:904","sourceId":"haproxy:d8e1854b-4dcc-4e01-88af-67398375c407","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:16:58:892-59841\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4adece0d-752b-4608-9c4d-2ffdc95dca8e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d8e1854b-4dcc-4e01-88af-67398375c407]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:16:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:17:00.913 [67ea4f7c3e67649ab9ddbd2e3f7b8b3c,b9ddbd2e3f7b8b3c] [qtp1225114731-24]  INFO [aai-resources,67ea4f7c3e67649ab9ddbd2e3f7b8b3c,b9ddbd2e3f7b8b3c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:00.925 [67ea4f7c3e67649ab9ddbd2e3f7b8b3c,b9ddbd2e3f7b8b3c] [qtp1225114731-24] DEBUG [aai-resources,67ea4f7c3e67649ab9ddbd2e3f7b8b3c,b9ddbd2e3f7b8b3c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"08293a9e-0161-4fa4-ab6a-125f0cd42809","status":"200","rqstDate":"250331-08:17:00:913","respDate":"250331-08:17:00:925","sourceId":"haproxy:08293a9e-0161-4fa4-ab6a-125f0cd42809","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:00:913-99787\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[09d29fac-c92f-4821-ad3d-9e5477113266], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[08293a9e-0161-4fa4-ab6a-125f0cd42809]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:17:02.932 [67ea4f7e4f81d761b90f3655a4ad52e0,b90f3655a4ad52e0] [qtp1225114731-26]  INFO [aai-resources,67ea4f7e4f81d761b90f3655a4ad52e0,b90f3655a4ad52e0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:02.946 [67ea4f7e4f81d761b90f3655a4ad52e0,b90f3655a4ad52e0] [qtp1225114731-26] DEBUG [aai-resources,67ea4f7e4f81d761b90f3655a4ad52e0,b90f3655a4ad52e0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"db0f6ed0-0db4-4f62-8b98-8259ee142b91","status":"200","rqstDate":"250331-08:17:02:932","respDate":"250331-08:17:02:946","sourceId":"haproxy:db0f6ed0-0db4-4f62-8b98-8259ee142b91","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:17:02:932-75615\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f69ede5f-0e8a-48a9-a393-e8e44ffc1954], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[db0f6ed0-0db4-4f62-8b98-8259ee142b91]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:17:04.953 [67ea4f80fd35d5c7ccff0533b9343298,ccff0533b9343298] [qtp1225114731-24]  INFO [aai-resources,67ea4f80fd35d5c7ccff0533b9343298,ccff0533b9343298] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:04.968 [67ea4f80fd35d5c7ccff0533b9343298,ccff0533b9343298] [qtp1225114731-24] DEBUG [aai-resources,67ea4f80fd35d5c7ccff0533b9343298,ccff0533b9343298] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ff618c89-1efa-411e-acfe-4ba4504290b3","status":"200","rqstDate":"250331-08:17:04:953","respDate":"250331-08:17:04:968","sourceId":"haproxy:ff618c89-1efa-411e-acfe-4ba4504290b3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:04:953-97792\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bc3f4795-29bf-4ce3-a97e-edf46ee0a1f2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ff618c89-1efa-411e-acfe-4ba4504290b3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:17:06.975 [67ea4f82f4b7e8dd605d327c6e735d79,605d327c6e735d79] [qtp1225114731-26]  INFO [aai-resources,67ea4f82f4b7e8dd605d327c6e735d79,605d327c6e735d79] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:06.988 [67ea4f82f4b7e8dd605d327c6e735d79,605d327c6e735d79] [qtp1225114731-26] DEBUG [aai-resources,67ea4f82f4b7e8dd605d327c6e735d79,605d327c6e735d79] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"311cf95b-95f8-4540-bbaf-5e758bb7f3eb","status":"200","rqstDate":"250331-08:17:06:975","respDate":"250331-08:17:06:988","sourceId":"haproxy:311cf95b-95f8-4540-bbaf-5e758bb7f3eb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:06:975-37594\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[35bda491-eb7d-48ed-89c9-22bff87e2067], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[311cf95b-95f8-4540-bbaf-5e758bb7f3eb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:17:08.995 [67ea4f8412c5276ce682c9a0136564e7,e682c9a0136564e7] [qtp1225114731-24]  INFO [aai-resources,67ea4f8412c5276ce682c9a0136564e7,e682c9a0136564e7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:09.011 [67ea4f8412c5276ce682c9a0136564e7,e682c9a0136564e7] [qtp1225114731-24] DEBUG [aai-resources,67ea4f8412c5276ce682c9a0136564e7,e682c9a0136564e7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"74cfb201-a9d3-40cf-ba76-9b6dd9e2bd41","status":"200","rqstDate":"250331-08:17:08:995","respDate":"250331-08:17:09:011","sourceId":"haproxy:74cfb201-a9d3-40cf-ba76-9b6dd9e2bd41","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:17:08:995-78246\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c0da183c-a6fb-4740-b0ec-258239257122], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[74cfb201-a9d3-40cf-ba76-9b6dd9e2bd41]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:17:11.018 [67ea4f87e89a7c55af1969f59c7bc943,af1969f59c7bc943] [qtp1225114731-26]  INFO [aai-resources,67ea4f87e89a7c55af1969f59c7bc943,af1969f59c7bc943] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:11.031 [67ea4f87e89a7c55af1969f59c7bc943,af1969f59c7bc943] [qtp1225114731-26] DEBUG [aai-resources,67ea4f87e89a7c55af1969f59c7bc943,af1969f59c7bc943] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0b7e522b-1f5a-4213-b836-e9c63416f7de","status":"200","rqstDate":"250331-08:17:11:018","respDate":"250331-08:17:11:031","sourceId":"haproxy:0b7e522b-1f5a-4213-b836-e9c63416f7de","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:11:018-69255\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[db0c8549-7552-4f52-a938-3c137f8b3aab], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0b7e522b-1f5a-4213-b836-e9c63416f7de]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:17:13.039 [67ea4f8907c40ccd09c8199ac97babb3,09c8199ac97babb3] [qtp1225114731-24]  INFO [aai-resources,67ea4f8907c40ccd09c8199ac97babb3,09c8199ac97babb3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:13.054 [67ea4f8907c40ccd09c8199ac97babb3,09c8199ac97babb3] [qtp1225114731-24] DEBUG [aai-resources,67ea4f8907c40ccd09c8199ac97babb3,09c8199ac97babb3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e57a9be5-1a1a-4e52-a4a2-811f5c45e17a","status":"200","rqstDate":"250331-08:17:13:039","respDate":"250331-08:17:13:054","sourceId":"haproxy:e57a9be5-1a1a-4e52-a4a2-811f5c45e17a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:17:13:039-51048\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[adb75848-0be8-4094-9797-1009e27bce34], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e57a9be5-1a1a-4e52-a4a2-811f5c45e17a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:17:15.061 [67ea4f8b5a543223a65b2ff0038d8428,a65b2ff0038d8428] [qtp1225114731-26]  INFO [aai-resources,67ea4f8b5a543223a65b2ff0038d8428,a65b2ff0038d8428] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:15.074 [67ea4f8b5a543223a65b2ff0038d8428,a65b2ff0038d8428] [qtp1225114731-26] DEBUG [aai-resources,67ea4f8b5a543223a65b2ff0038d8428,a65b2ff0038d8428] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c680caec-e034-4739-9c04-5b4dfab6e6bc","status":"200","rqstDate":"250331-08:17:15:061","respDate":"250331-08:17:15:074","sourceId":"haproxy:c680caec-e034-4739-9c04-5b4dfab6e6bc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:15:061-19862\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cafb3fcc-580d-4608-ae3c-21f47aa46aae], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c680caec-e034-4739-9c04-5b4dfab6e6bc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:17:17.082 [67ea4f8d12a7d21a9b9ff72f4cd72dab,9b9ff72f4cd72dab] [qtp1225114731-24]  INFO [aai-resources,67ea4f8d12a7d21a9b9ff72f4cd72dab,9b9ff72f4cd72dab] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:17.095 [67ea4f8d12a7d21a9b9ff72f4cd72dab,9b9ff72f4cd72dab] [qtp1225114731-24] DEBUG [aai-resources,67ea4f8d12a7d21a9b9ff72f4cd72dab,9b9ff72f4cd72dab] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"66ebfed0-c4bf-4a30-a96e-8595d9d01b54","status":"200","rqstDate":"250331-08:17:17:083","respDate":"250331-08:17:17:095","sourceId":"haproxy:66ebfed0-c4bf-4a30-a96e-8595d9d01b54","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:17:17:083-22237\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ebfbbe08-4d2c-408a-b3ae-378b435437e7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[66ebfed0-c4bf-4a30-a96e-8595d9d01b54]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:17:19.103 [67ea4f8f53e486c1db7d060725820782,db7d060725820782] [qtp1225114731-26]  INFO [aai-resources,67ea4f8f53e486c1db7d060725820782,db7d060725820782] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:19.115 [67ea4f8f53e486c1db7d060725820782,db7d060725820782] [qtp1225114731-26] DEBUG [aai-resources,67ea4f8f53e486c1db7d060725820782,db7d060725820782] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e71e0e70-8e55-4a47-84a2-86fdfa3e1acb","status":"200","rqstDate":"250331-08:17:19:103","respDate":"250331-08:17:19:115","sourceId":"haproxy:e71e0e70-8e55-4a47-84a2-86fdfa3e1acb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:17:19:103-91690\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[db9e521a-bc6a-472e-a7db-6d2e3f56162c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e71e0e70-8e55-4a47-84a2-86fdfa3e1acb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:17:21.121 [67ea4f916ac1b5e68a35268cfa2cd018,8a35268cfa2cd018] [qtp1225114731-24]  INFO [aai-resources,67ea4f916ac1b5e68a35268cfa2cd018,8a35268cfa2cd018] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:21.141 [67ea4f916ac1b5e68a35268cfa2cd018,8a35268cfa2cd018] [qtp1225114731-24] DEBUG [aai-resources,67ea4f916ac1b5e68a35268cfa2cd018,8a35268cfa2cd018] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"25b4b706-f152-43ca-bbe8-09ea0237fd65","status":"200","rqstDate":"250331-08:17:21:122","respDate":"250331-08:17:21:141","sourceId":"haproxy:25b4b706-f152-43ca-bbe8-09ea0237fd65","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:17:21:122-34370\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4da273e1-4b04-4535-829d-ea64df0016dc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[25b4b706-f152-43ca-bbe8-09ea0237fd65]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:17:23.148 [67ea4f93ac2f464336cb551323d5c3b9,36cb551323d5c3b9] [qtp1225114731-26]  INFO [aai-resources,67ea4f93ac2f464336cb551323d5c3b9,36cb551323d5c3b9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:23.164 [67ea4f93ac2f464336cb551323d5c3b9,36cb551323d5c3b9] [qtp1225114731-26] DEBUG [aai-resources,67ea4f93ac2f464336cb551323d5c3b9,36cb551323d5c3b9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f0bdd640-8948-43e4-91f1-63917f89f90b","status":"200","rqstDate":"250331-08:17:23:148","respDate":"250331-08:17:23:164","sourceId":"haproxy:f0bdd640-8948-43e4-91f1-63917f89f90b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:23:148-43232\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ca448d4d-c7f3-4c4e-9546-aa1401fdebb4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f0bdd640-8948-43e4-91f1-63917f89f90b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:17:25.171 [67ea4f956d595d276aaa8ae5ca03ff7e,6aaa8ae5ca03ff7e] [qtp1225114731-24]  INFO [aai-resources,67ea4f956d595d276aaa8ae5ca03ff7e,6aaa8ae5ca03ff7e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:25.183 [67ea4f956d595d276aaa8ae5ca03ff7e,6aaa8ae5ca03ff7e] [qtp1225114731-24] DEBUG [aai-resources,67ea4f956d595d276aaa8ae5ca03ff7e,6aaa8ae5ca03ff7e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"afb50c7e-db17-4596-b809-77b5dce43791","status":"200","rqstDate":"250331-08:17:25:171","respDate":"250331-08:17:25:183","sourceId":"haproxy:afb50c7e-db17-4596-b809-77b5dce43791","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:25:171-81475\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[001b716a-0d48-4bff-a28d-fab1d9b9918d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[afb50c7e-db17-4596-b809-77b5dce43791]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:17:27.190 [67ea4f979e4131822ecf19c13dc12a70,2ecf19c13dc12a70] [qtp1225114731-26]  INFO [aai-resources,67ea4f979e4131822ecf19c13dc12a70,2ecf19c13dc12a70] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:27.204 [67ea4f979e4131822ecf19c13dc12a70,2ecf19c13dc12a70] [qtp1225114731-26] DEBUG [aai-resources,67ea4f979e4131822ecf19c13dc12a70,2ecf19c13dc12a70] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8ea77256-c3c3-42b8-b0a5-d99b9261632b","status":"200","rqstDate":"250331-08:17:27:190","respDate":"250331-08:17:27:204","sourceId":"haproxy:8ea77256-c3c3-42b8-b0a5-d99b9261632b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:27:190-89048\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3de91989-2af3-438a-a7da-6daeadfad416], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8ea77256-c3c3-42b8-b0a5-d99b9261632b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:17:29.213 [67ea4f995ecbc8a21ff78e9af348b56c,1ff78e9af348b56c] [qtp1225114731-24]  INFO [aai-resources,67ea4f995ecbc8a21ff78e9af348b56c,1ff78e9af348b56c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:29.224 [67ea4f995ecbc8a21ff78e9af348b56c,1ff78e9af348b56c] [qtp1225114731-24] DEBUG [aai-resources,67ea4f995ecbc8a21ff78e9af348b56c,1ff78e9af348b56c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70727b66-9522-4204-9a9b-349de080d8cc","status":"200","rqstDate":"250331-08:17:29:213","respDate":"250331-08:17:29:224","sourceId":"haproxy:70727b66-9522-4204-9a9b-349de080d8cc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:29:213-54131\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[09594a81-32b2-42e0-8897-dbd344dc3f80], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[70727b66-9522-4204-9a9b-349de080d8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:17:31.231 [67ea4f9ba4540b519d137b8c39f3542b,9d137b8c39f3542b] [qtp1225114731-26]  INFO [aai-resources,67ea4f9ba4540b519d137b8c39f3542b,9d137b8c39f3542b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:31.245 [67ea4f9ba4540b519d137b8c39f3542b,9d137b8c39f3542b] [qtp1225114731-26] DEBUG [aai-resources,67ea4f9ba4540b519d137b8c39f3542b,9d137b8c39f3542b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19d9a4cc-3179-424d-b0fb-c7f681a086a2","status":"200","rqstDate":"250331-08:17:31:231","respDate":"250331-08:17:31:245","sourceId":"haproxy:19d9a4cc-3179-424d-b0fb-c7f681a086a2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:17:31:231-41116\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4c69c47a-2426-4765-afb0-47513fa30a54], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[19d9a4cc-3179-424d-b0fb-c7f681a086a2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:17:33.253 [67ea4f9de968becae9f04e8438b93cba,e9f04e8438b93cba] [qtp1225114731-24]  INFO [aai-resources,67ea4f9de968becae9f04e8438b93cba,e9f04e8438b93cba] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:33.268 [67ea4f9de968becae9f04e8438b93cba,e9f04e8438b93cba] [qtp1225114731-24] DEBUG [aai-resources,67ea4f9de968becae9f04e8438b93cba,e9f04e8438b93cba] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c7fffdd5-c859-4d43-ab12-195b740cb6c3","status":"200","rqstDate":"250331-08:17:33:253","respDate":"250331-08:17:33:267","sourceId":"haproxy:c7fffdd5-c859-4d43-ab12-195b740cb6c3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:33:253-99164\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[80d8f253-01a8-4403-a656-c35cc701952b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c7fffdd5-c859-4d43-ab12-195b740cb6c3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:17:35.275 [67ea4f9f23e8e96b90485457a7008382,90485457a7008382] [qtp1225114731-26]  INFO [aai-resources,67ea4f9f23e8e96b90485457a7008382,90485457a7008382] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:35.288 [67ea4f9f23e8e96b90485457a7008382,90485457a7008382] [qtp1225114731-26] DEBUG [aai-resources,67ea4f9f23e8e96b90485457a7008382,90485457a7008382] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fa7186fd-51aa-45a6-89bc-5e7411cfddf0","status":"200","rqstDate":"250331-08:17:35:275","respDate":"250331-08:17:35:288","sourceId":"haproxy:fa7186fd-51aa-45a6-89bc-5e7411cfddf0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:17:35:275-71653\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[db277848-9fa9-4f37-b1e3-e4d8ed851591], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fa7186fd-51aa-45a6-89bc-5e7411cfddf0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:17:37.295 [67ea4fa151d064f533ef117194020d57,33ef117194020d57] [qtp1225114731-24]  INFO [aai-resources,67ea4fa151d064f533ef117194020d57,33ef117194020d57] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:37.310 [67ea4fa151d064f533ef117194020d57,33ef117194020d57] [qtp1225114731-24] DEBUG [aai-resources,67ea4fa151d064f533ef117194020d57,33ef117194020d57] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cbaba376-8072-442a-aa61-17a2e7704b2d","status":"200","rqstDate":"250331-08:17:37:295","respDate":"250331-08:17:37:310","sourceId":"haproxy:cbaba376-8072-442a-aa61-17a2e7704b2d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:37:295-54032\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[16ebe86a-fddc-48ab-8c14-70af796bfc5b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cbaba376-8072-442a-aa61-17a2e7704b2d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:17:39.317 [67ea4fa3fb729f65b69102eb302c9993,b69102eb302c9993] [qtp1225114731-26]  INFO [aai-resources,67ea4fa3fb729f65b69102eb302c9993,b69102eb302c9993] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:39.330 [67ea4fa3fb729f65b69102eb302c9993,b69102eb302c9993] [qtp1225114731-26] DEBUG [aai-resources,67ea4fa3fb729f65b69102eb302c9993,b69102eb302c9993] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"230a2f20-cdab-4449-b383-ee9b07963ee2","status":"200","rqstDate":"250331-08:17:39:317","respDate":"250331-08:17:39:330","sourceId":"haproxy:230a2f20-cdab-4449-b383-ee9b07963ee2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:17:39:317-26656\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[955cf7d8-99e1-43aa-82ed-36dc2dc90685], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[230a2f20-cdab-4449-b383-ee9b07963ee2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:17:41.337 [67ea4fa551e472145ff1f69935bc879f,5ff1f69935bc879f] [qtp1225114731-24]  INFO [aai-resources,67ea4fa551e472145ff1f69935bc879f,5ff1f69935bc879f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:41.351 [67ea4fa551e472145ff1f69935bc879f,5ff1f69935bc879f] [qtp1225114731-24] DEBUG [aai-resources,67ea4fa551e472145ff1f69935bc879f,5ff1f69935bc879f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0baa6d3c-e9e3-4987-aaef-cb2719d5994b","status":"200","rqstDate":"250331-08:17:41:338","respDate":"250331-08:17:41:351","sourceId":"haproxy:0baa6d3c-e9e3-4987-aaef-cb2719d5994b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:41:338-25876\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e41868df-f352-4e63-8453-527cad63b099], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0baa6d3c-e9e3-4987-aaef-cb2719d5994b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:17:43.361 [67ea4fa766ece216b5df9ceb4a4bc431,b5df9ceb4a4bc431] [qtp1225114731-26]  INFO [aai-resources,67ea4fa766ece216b5df9ceb4a4bc431,b5df9ceb4a4bc431] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:43.376 [67ea4fa766ece216b5df9ceb4a4bc431,b5df9ceb4a4bc431] [qtp1225114731-26] DEBUG [aai-resources,67ea4fa766ece216b5df9ceb4a4bc431,b5df9ceb4a4bc431] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0da1d04f-1970-4d3a-8f36-98b1e23a8807","status":"200","rqstDate":"250331-08:17:43:361","respDate":"250331-08:17:43:376","sourceId":"haproxy:0da1d04f-1970-4d3a-8f36-98b1e23a8807","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:17:43:361-80438\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c47dd7bc-f72c-46fc-b1ca-6caeced5698a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0da1d04f-1970-4d3a-8f36-98b1e23a8807]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:17:45.385 [67ea4fa90c68c7b22dfebd0e19217970,2dfebd0e19217970] [qtp1225114731-24]  INFO [aai-resources,67ea4fa90c68c7b22dfebd0e19217970,2dfebd0e19217970] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:45.400 [67ea4fa90c68c7b22dfebd0e19217970,2dfebd0e19217970] [qtp1225114731-24] DEBUG [aai-resources,67ea4fa90c68c7b22dfebd0e19217970,2dfebd0e19217970] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7046ce53-43c8-4b63-9859-2a2dd86a8a56","status":"200","rqstDate":"250331-08:17:45:385","respDate":"250331-08:17:45:400","sourceId":"haproxy:7046ce53-43c8-4b63-9859-2a2dd86a8a56","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:17:45:385-27468\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e50bc885-d2d5-4d65-9719-cefb6a021c5a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7046ce53-43c8-4b63-9859-2a2dd86a8a56]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:17:47.408 [67ea4fab6bd6ef982c0c3adefbcaa602,2c0c3adefbcaa602] [qtp1225114731-26]  INFO [aai-resources,67ea4fab6bd6ef982c0c3adefbcaa602,2c0c3adefbcaa602] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:47.425 [67ea4fab6bd6ef982c0c3adefbcaa602,2c0c3adefbcaa602] [qtp1225114731-26] DEBUG [aai-resources,67ea4fab6bd6ef982c0c3adefbcaa602,2c0c3adefbcaa602] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a992a7c5-386d-4044-bb7e-646842997f46","status":"200","rqstDate":"250331-08:17:47:408","respDate":"250331-08:17:47:424","sourceId":"haproxy:a992a7c5-386d-4044-bb7e-646842997f46","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:17:47:408-6875\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[805fc6ef-bc9e-461b-b3fe-71565b1ce9ce], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a992a7c5-386d-4044-bb7e-646842997f46]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:17:49.432 [67ea4fad50cb494786213be7612f0441,86213be7612f0441] [qtp1225114731-24]  INFO [aai-resources,67ea4fad50cb494786213be7612f0441,86213be7612f0441] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:49.444 [67ea4fad50cb494786213be7612f0441,86213be7612f0441] [qtp1225114731-24] DEBUG [aai-resources,67ea4fad50cb494786213be7612f0441,86213be7612f0441] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3ca77684-a98e-4bc3-983d-efdc497e665c","status":"200","rqstDate":"250331-08:17:49:432","respDate":"250331-08:17:49:444","sourceId":"haproxy:3ca77684-a98e-4bc3-983d-efdc497e665c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:17:49:432-6711\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[768f0883-20ed-4421-ba0d-6c4113c89243], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3ca77684-a98e-4bc3-983d-efdc497e665c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:17:51.450 [67ea4faf8a754a2ecf4b44ec9cd3efd1,cf4b44ec9cd3efd1] [qtp1225114731-26]  INFO [aai-resources,67ea4faf8a754a2ecf4b44ec9cd3efd1,cf4b44ec9cd3efd1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:51.460 [67ea4faf8a754a2ecf4b44ec9cd3efd1,cf4b44ec9cd3efd1] [qtp1225114731-26] DEBUG [aai-resources,67ea4faf8a754a2ecf4b44ec9cd3efd1,cf4b44ec9cd3efd1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d4b05893-995e-47ff-9b56-25222a3f0149","status":"200","rqstDate":"250331-08:17:51:451","respDate":"250331-08:17:51:460","sourceId":"haproxy:d4b05893-995e-47ff-9b56-25222a3f0149","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:51:451-83492\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b4c1ea62-b57d-42ad-8961-49357e891e92], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d4b05893-995e-47ff-9b56-25222a3f0149]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:17:53.467 [67ea4fb14a788d6cb711ab0026611ad7,b711ab0026611ad7] [qtp1225114731-24]  INFO [aai-resources,67ea4fb14a788d6cb711ab0026611ad7,b711ab0026611ad7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:53.484 [67ea4fb14a788d6cb711ab0026611ad7,b711ab0026611ad7] [qtp1225114731-24] DEBUG [aai-resources,67ea4fb14a788d6cb711ab0026611ad7,b711ab0026611ad7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d834726-f1d7-4a88-a837-71d591c189c9","status":"200","rqstDate":"250331-08:17:53:467","respDate":"250331-08:17:53:483","sourceId":"haproxy:0d834726-f1d7-4a88-a837-71d591c189c9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:53:467-13436\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2f629d82-0ba6-4bef-a9f0-477937268786], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0d834726-f1d7-4a88-a837-71d591c189c9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:17:55.491 [67ea4fb3a5c623292944447a8ebb590d,2944447a8ebb590d] [qtp1225114731-26]  INFO [aai-resources,67ea4fb3a5c623292944447a8ebb590d,2944447a8ebb590d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:55.503 [67ea4fb3a5c623292944447a8ebb590d,2944447a8ebb590d] [qtp1225114731-26] DEBUG [aai-resources,67ea4fb3a5c623292944447a8ebb590d,2944447a8ebb590d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"27861bd8-dd66-41bc-93a6-70e49a0f34d0","status":"200","rqstDate":"250331-08:17:55:491","respDate":"250331-08:17:55:503","sourceId":"haproxy:27861bd8-dd66-41bc-93a6-70e49a0f34d0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:17:55:491-35287\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[56991131-9969-48f1-ad31-1b03dd38b0fd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[27861bd8-dd66-41bc-93a6-70e49a0f34d0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:17:57.510 [67ea4fb588b1e0a60140c30293437d34,0140c30293437d34] [qtp1225114731-24]  INFO [aai-resources,67ea4fb588b1e0a60140c30293437d34,0140c30293437d34] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:57.530 [67ea4fb588b1e0a60140c30293437d34,0140c30293437d34] [qtp1225114731-24] DEBUG [aai-resources,67ea4fb588b1e0a60140c30293437d34,0140c30293437d34] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4dcaf3f2-35f2-40ec-aab2-e831728a5dec","status":"200","rqstDate":"250331-08:17:57:511","respDate":"250331-08:17:57:530","sourceId":"haproxy:4dcaf3f2-35f2-40ec-aab2-e831728a5dec","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:17:57:511-20928\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1a054f9f-fb83-440b-ad87-9af309547b52], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4dcaf3f2-35f2-40ec-aab2-e831728a5dec]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:17:59.541 [67ea4fb7d2ebc86a1fc3aac24eeacd88,1fc3aac24eeacd88] [qtp1225114731-26]  INFO [aai-resources,67ea4fb7d2ebc86a1fc3aac24eeacd88,1fc3aac24eeacd88] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:17:59.552 [67ea4fb7d2ebc86a1fc3aac24eeacd88,1fc3aac24eeacd88] [qtp1225114731-26] DEBUG [aai-resources,67ea4fb7d2ebc86a1fc3aac24eeacd88,1fc3aac24eeacd88] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fcaf40bf-f029-467a-a746-ff07faac35c8","status":"200","rqstDate":"250331-08:17:59:541","respDate":"250331-08:17:59:552","sourceId":"haproxy:fcaf40bf-f029-467a-a746-ff07faac35c8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:17:59:541-74093\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[41fea3b2-230d-4d32-93d4-5e24ec576e4d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fcaf40bf-f029-467a-a746-ff07faac35c8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:17:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:18:01.559 [67ea4fb9057b4107d2add333f423a56c,d2add333f423a56c] [qtp1225114731-24]  INFO [aai-resources,67ea4fb9057b4107d2add333f423a56c,d2add333f423a56c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:01.574 [67ea4fb9057b4107d2add333f423a56c,d2add333f423a56c] [qtp1225114731-24] DEBUG [aai-resources,67ea4fb9057b4107d2add333f423a56c,d2add333f423a56c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fe51ed07-1151-4d1d-97c3-9a812847ce54","status":"200","rqstDate":"250331-08:18:01:559","respDate":"250331-08:18:01:573","sourceId":"haproxy:fe51ed07-1151-4d1d-97c3-9a812847ce54","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:18:01:559-33212\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2da58377-93f6-46bf-b096-ca94f96eab56], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fe51ed07-1151-4d1d-97c3-9a812847ce54]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:18:03.581 [67ea4fbb89303caa4ca457909764b711,4ca457909764b711] [qtp1225114731-26]  INFO [aai-resources,67ea4fbb89303caa4ca457909764b711,4ca457909764b711] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:03.594 [67ea4fbb89303caa4ca457909764b711,4ca457909764b711] [qtp1225114731-26] DEBUG [aai-resources,67ea4fbb89303caa4ca457909764b711,4ca457909764b711] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"87327d9b-65e5-42c5-9138-634b2fe1b1aa","status":"200","rqstDate":"250331-08:18:03:581","respDate":"250331-08:18:03:594","sourceId":"haproxy:87327d9b-65e5-42c5-9138-634b2fe1b1aa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:03:581-95028\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cb35120f-a838-4a09-afb3-79d816c8d026], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[87327d9b-65e5-42c5-9138-634b2fe1b1aa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:18:05.604 [67ea4fbd32261fb0f9f9b54a562c5157,f9f9b54a562c5157] [qtp1225114731-24]  INFO [aai-resources,67ea4fbd32261fb0f9f9b54a562c5157,f9f9b54a562c5157] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:05.617 [67ea4fbd32261fb0f9f9b54a562c5157,f9f9b54a562c5157] [qtp1225114731-24] DEBUG [aai-resources,67ea4fbd32261fb0f9f9b54a562c5157,f9f9b54a562c5157] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b29476d-3bbd-43bd-9dd0-9f6733a59c84","status":"200","rqstDate":"250331-08:18:05:605","respDate":"250331-08:18:05:617","sourceId":"haproxy:8b29476d-3bbd-43bd-9dd0-9f6733a59c84","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:05:605-97068\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[90ca5acc-2d7b-4d12-82fb-0a9230452a4e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8b29476d-3bbd-43bd-9dd0-9f6733a59c84]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:18:07.625 [67ea4fbf4e65eae31d4ee64d9bd27f6c,1d4ee64d9bd27f6c] [qtp1225114731-26]  INFO [aai-resources,67ea4fbf4e65eae31d4ee64d9bd27f6c,1d4ee64d9bd27f6c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:07.638 [67ea4fbf4e65eae31d4ee64d9bd27f6c,1d4ee64d9bd27f6c] [qtp1225114731-26] DEBUG [aai-resources,67ea4fbf4e65eae31d4ee64d9bd27f6c,1d4ee64d9bd27f6c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0b215b70-a4a6-4a84-821c-01e2813aace7","status":"200","rqstDate":"250331-08:18:07:625","respDate":"250331-08:18:07:637","sourceId":"haproxy:0b215b70-a4a6-4a84-821c-01e2813aace7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:07:625-28041\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[70d74616-d4e0-4b0c-8846-fadd140a406b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0b215b70-a4a6-4a84-821c-01e2813aace7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:18:09.646 [67ea4fc17d78cb8665f94d852d53e945,65f94d852d53e945] [qtp1225114731-24]  INFO [aai-resources,67ea4fc17d78cb8665f94d852d53e945,65f94d852d53e945] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:09.662 [67ea4fc17d78cb8665f94d852d53e945,65f94d852d53e945] [qtp1225114731-24] DEBUG [aai-resources,67ea4fc17d78cb8665f94d852d53e945,65f94d852d53e945] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c5eab18-13fa-4794-bc6f-f0dbd87c972d","status":"200","rqstDate":"250331-08:18:09:646","respDate":"250331-08:18:09:661","sourceId":"haproxy:7c5eab18-13fa-4794-bc6f-f0dbd87c972d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:18:09:646-95409\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[39d1a52e-f9b8-4620-9f5a-3a16be8bc481], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c5eab18-13fa-4794-bc6f-f0dbd87c972d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:18:11.668 [67ea4fc3d77ee0f668c6538fc34cd0b2,68c6538fc34cd0b2] [qtp1225114731-26]  INFO [aai-resources,67ea4fc3d77ee0f668c6538fc34cd0b2,68c6538fc34cd0b2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:11.687 [67ea4fc3d77ee0f668c6538fc34cd0b2,68c6538fc34cd0b2] [qtp1225114731-26] DEBUG [aai-resources,67ea4fc3d77ee0f668c6538fc34cd0b2,68c6538fc34cd0b2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f4525633-d7bb-443a-9d1f-8752f02672db","status":"200","rqstDate":"250331-08:18:11:668","respDate":"250331-08:18:11:686","sourceId":"haproxy:f4525633-d7bb-443a-9d1f-8752f02672db","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:18:11:668-91613\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[79b64f47-d744-4178-b943-83d419a0e13c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f4525633-d7bb-443a-9d1f-8752f02672db]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:18:13.694 [67ea4fc526dad4bf71821f89a3128ffb,71821f89a3128ffb] [qtp1225114731-24]  INFO [aai-resources,67ea4fc526dad4bf71821f89a3128ffb,71821f89a3128ffb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:13.709 [67ea4fc526dad4bf71821f89a3128ffb,71821f89a3128ffb] [qtp1225114731-24] DEBUG [aai-resources,67ea4fc526dad4bf71821f89a3128ffb,71821f89a3128ffb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3bd229e0-682d-4c19-bd07-91a6978b8bc9","status":"200","rqstDate":"250331-08:18:13:694","respDate":"250331-08:18:13:708","sourceId":"haproxy:3bd229e0-682d-4c19-bd07-91a6978b8bc9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:18:13:694-96277\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3ae12278-d29a-4636-944a-574d9fe60ef7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3bd229e0-682d-4c19-bd07-91a6978b8bc9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:18:15.716 [67ea4fc76c72b3884b8c0d1094d3d226,4b8c0d1094d3d226] [qtp1225114731-26]  INFO [aai-resources,67ea4fc76c72b3884b8c0d1094d3d226,4b8c0d1094d3d226] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:15.732 [67ea4fc76c72b3884b8c0d1094d3d226,4b8c0d1094d3d226] [qtp1225114731-26] DEBUG [aai-resources,67ea4fc76c72b3884b8c0d1094d3d226,4b8c0d1094d3d226] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"77e61a76-3e71-4d4b-9b7b-95fc2dc75b30","status":"200","rqstDate":"250331-08:18:15:717","respDate":"250331-08:18:15:732","sourceId":"haproxy:77e61a76-3e71-4d4b-9b7b-95fc2dc75b30","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:15:717-28242\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c6c0ee9e-5afa-45dc-ae73-0d48c04430b3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[77e61a76-3e71-4d4b-9b7b-95fc2dc75b30]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:18:17.740 [67ea4fc9184b05b2cd85383aba4c30de,cd85383aba4c30de] [qtp1225114731-24]  INFO [aai-resources,67ea4fc9184b05b2cd85383aba4c30de,cd85383aba4c30de] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:17.760 [67ea4fc9184b05b2cd85383aba4c30de,cd85383aba4c30de] [qtp1225114731-24] DEBUG [aai-resources,67ea4fc9184b05b2cd85383aba4c30de,cd85383aba4c30de] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58a303d1-a98f-4c58-b599-1e3bd0e1b907","status":"200","rqstDate":"250331-08:18:17:740","respDate":"250331-08:18:17:760","sourceId":"haproxy:58a303d1-a98f-4c58-b599-1e3bd0e1b907","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:17:740-38213\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7e152310-738f-4249-834a-b66ba2c75d5f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[58a303d1-a98f-4c58-b599-1e3bd0e1b907]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:18:19.767 [67ea4fcbdb32b9117b45f67103a0ec18,7b45f67103a0ec18] [qtp1225114731-26]  INFO [aai-resources,67ea4fcbdb32b9117b45f67103a0ec18,7b45f67103a0ec18] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:19.784 [67ea4fcbdb32b9117b45f67103a0ec18,7b45f67103a0ec18] [qtp1225114731-26] DEBUG [aai-resources,67ea4fcbdb32b9117b45f67103a0ec18,7b45f67103a0ec18] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bdc41ff3-32f7-489f-b426-06515e3ed5ea","status":"200","rqstDate":"250331-08:18:19:767","respDate":"250331-08:18:19:784","sourceId":"haproxy:bdc41ff3-32f7-489f-b426-06515e3ed5ea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:19:767-91913\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[36412d58-786e-4956-9af0-edaea9f11637], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bdc41ff3-32f7-489f-b426-06515e3ed5ea]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:18:21.792 [67ea4fcd0366b01bbe72461c41a0526d,be72461c41a0526d] [qtp1225114731-24]  INFO [aai-resources,67ea4fcd0366b01bbe72461c41a0526d,be72461c41a0526d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:21.805 [67ea4fcd0366b01bbe72461c41a0526d,be72461c41a0526d] [qtp1225114731-24] DEBUG [aai-resources,67ea4fcd0366b01bbe72461c41a0526d,be72461c41a0526d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4377c1e1-0136-4fdc-b7ba-54aae043e2fd","status":"200","rqstDate":"250331-08:18:21:792","respDate":"250331-08:18:21:804","sourceId":"haproxy:4377c1e1-0136-4fdc-b7ba-54aae043e2fd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:21:792-20133\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[86d2b294-3824-4389-9a43-9a2c182ac519], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4377c1e1-0136-4fdc-b7ba-54aae043e2fd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:18:23.812 [67ea4fcf4f636977cc643d8687f051cf,cc643d8687f051cf] [qtp1225114731-26]  INFO [aai-resources,67ea4fcf4f636977cc643d8687f051cf,cc643d8687f051cf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:23.828 [67ea4fcf4f636977cc643d8687f051cf,cc643d8687f051cf] [qtp1225114731-26] DEBUG [aai-resources,67ea4fcf4f636977cc643d8687f051cf,cc643d8687f051cf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"08152ece-3dd7-4370-8f0e-3949bb7bf5ed","status":"200","rqstDate":"250331-08:18:23:812","respDate":"250331-08:18:23:828","sourceId":"haproxy:08152ece-3dd7-4370-8f0e-3949bb7bf5ed","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:23:812-27119\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bf102904-dda2-4309-90c0-30ad00cc3246], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[08152ece-3dd7-4370-8f0e-3949bb7bf5ed]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:18:25.836 [67ea4fd168c580925c936a98f86d8da8,5c936a98f86d8da8] [qtp1225114731-24]  INFO [aai-resources,67ea4fd168c580925c936a98f86d8da8,5c936a98f86d8da8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:25.848 [67ea4fd168c580925c936a98f86d8da8,5c936a98f86d8da8] [qtp1225114731-24] DEBUG [aai-resources,67ea4fd168c580925c936a98f86d8da8,5c936a98f86d8da8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"368c6e7f-96b0-48b6-9d6f-6c1678e6c778","status":"200","rqstDate":"250331-08:18:25:836","respDate":"250331-08:18:25:848","sourceId":"haproxy:368c6e7f-96b0-48b6-9d6f-6c1678e6c778","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:18:25:836-8040\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6052aeb6-1307-43db-89de-7c78d1352a61], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[368c6e7f-96b0-48b6-9d6f-6c1678e6c778]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:18:27.856 [67ea4fd36b98fb0eedd5f060832b0870,edd5f060832b0870] [qtp1225114731-26]  INFO [aai-resources,67ea4fd36b98fb0eedd5f060832b0870,edd5f060832b0870] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:27.882 [67ea4fd36b98fb0eedd5f060832b0870,edd5f060832b0870] [qtp1225114731-26] DEBUG [aai-resources,67ea4fd36b98fb0eedd5f060832b0870,edd5f060832b0870] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58160821-0f13-45a0-b64c-251439098fb8","status":"200","rqstDate":"250331-08:18:27:856","respDate":"250331-08:18:27:882","sourceId":"haproxy:58160821-0f13-45a0-b64c-251439098fb8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:18:27:856-37612\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3d91cee0-96f4-4557-95f5-1d2ce120d1d8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[58160821-0f13-45a0-b64c-251439098fb8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:18:29.889 [67ea4fd5bad46154b19514da3b20e8e1,b19514da3b20e8e1] [qtp1225114731-24]  INFO [aai-resources,67ea4fd5bad46154b19514da3b20e8e1,b19514da3b20e8e1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:29.900 [67ea4fd5bad46154b19514da3b20e8e1,b19514da3b20e8e1] [qtp1225114731-24] DEBUG [aai-resources,67ea4fd5bad46154b19514da3b20e8e1,b19514da3b20e8e1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aa9dda0d-9f98-4c2b-9c81-93f4335cdb43","status":"200","rqstDate":"250331-08:18:29:889","respDate":"250331-08:18:29:900","sourceId":"haproxy:aa9dda0d-9f98-4c2b-9c81-93f4335cdb43","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:18:29:889-51643\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d9316fd-94c6-4594-a48f-45ee99cc0bb0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aa9dda0d-9f98-4c2b-9c81-93f4335cdb43]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:18:31.907 [67ea4fd757c110286ced8cdc28672248,6ced8cdc28672248] [qtp1225114731-26]  INFO [aai-resources,67ea4fd757c110286ced8cdc28672248,6ced8cdc28672248] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:31.921 [67ea4fd757c110286ced8cdc28672248,6ced8cdc28672248] [qtp1225114731-26] DEBUG [aai-resources,67ea4fd757c110286ced8cdc28672248,6ced8cdc28672248] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f2f1abb6-7364-4470-b33c-5a44957dc4e5","status":"200","rqstDate":"250331-08:18:31:907","respDate":"250331-08:18:31:921","sourceId":"haproxy:f2f1abb6-7364-4470-b33c-5a44957dc4e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:31:907-86790\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3a47b9fa-180b-444f-ba9f-d702e6d95414], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f2f1abb6-7364-4470-b33c-5a44957dc4e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:18:33.928 [67ea4fd9b5ef01921fec774dba306b4b,1fec774dba306b4b] [qtp1225114731-24]  INFO [aai-resources,67ea4fd9b5ef01921fec774dba306b4b,1fec774dba306b4b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:33.937 [67ea4fd9b5ef01921fec774dba306b4b,1fec774dba306b4b] [qtp1225114731-24] DEBUG [aai-resources,67ea4fd9b5ef01921fec774dba306b4b,1fec774dba306b4b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4cc352b0-82d8-4795-bd2e-1b8d9c5b6fe5","status":"200","rqstDate":"250331-08:18:33:928","respDate":"250331-08:18:33:937","sourceId":"haproxy:4cc352b0-82d8-4795-bd2e-1b8d9c5b6fe5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:18:33:928-75986\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cd5be604-99f0-4f43-992b-df00215156c1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4cc352b0-82d8-4795-bd2e-1b8d9c5b6fe5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:18:35.944 [67ea4fdbc24a608e5c558f8f41b5324a,5c558f8f41b5324a] [qtp1225114731-26]  INFO [aai-resources,67ea4fdbc24a608e5c558f8f41b5324a,5c558f8f41b5324a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:35.959 [67ea4fdbc24a608e5c558f8f41b5324a,5c558f8f41b5324a] [qtp1225114731-26] DEBUG [aai-resources,67ea4fdbc24a608e5c558f8f41b5324a,5c558f8f41b5324a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7a119db-659a-4633-b485-6bda0240e84d","status":"200","rqstDate":"250331-08:18:35:944","respDate":"250331-08:18:35:959","sourceId":"haproxy:d7a119db-659a-4633-b485-6bda0240e84d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:18:35:944-90778\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[53c81875-78f5-471c-82cc-f93c5ce75a16], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d7a119db-659a-4633-b485-6bda0240e84d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:18:37.967 [67ea4fdd0c136290b8c63572cf0d6b16,b8c63572cf0d6b16] [qtp1225114731-24]  INFO [aai-resources,67ea4fdd0c136290b8c63572cf0d6b16,b8c63572cf0d6b16] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:37.980 [67ea4fdd0c136290b8c63572cf0d6b16,b8c63572cf0d6b16] [qtp1225114731-24] DEBUG [aai-resources,67ea4fdd0c136290b8c63572cf0d6b16,b8c63572cf0d6b16] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c4cf2797-ed0e-41b1-94c9-4240954f0a7b","status":"200","rqstDate":"250331-08:18:37:967","respDate":"250331-08:18:37:980","sourceId":"haproxy:c4cf2797-ed0e-41b1-94c9-4240954f0a7b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:37:967-79629\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[74b429c3-c1e4-40f7-9adc-b685536f64ae], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c4cf2797-ed0e-41b1-94c9-4240954f0a7b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:18:39.987 [67ea4fdfd2cb18e18b5d0faf23ccf321,8b5d0faf23ccf321] [qtp1225114731-26]  INFO [aai-resources,67ea4fdfd2cb18e18b5d0faf23ccf321,8b5d0faf23ccf321] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:40.003 [67ea4fdfd2cb18e18b5d0faf23ccf321,8b5d0faf23ccf321] [qtp1225114731-26] DEBUG [aai-resources,67ea4fdfd2cb18e18b5d0faf23ccf321,8b5d0faf23ccf321] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dcf20832-4a50-48d5-b9f9-5ae353e8d398","status":"200","rqstDate":"250331-08:18:39:987","respDate":"250331-08:18:40:003","sourceId":"haproxy:dcf20832-4a50-48d5-b9f9-5ae353e8d398","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:18:39:987-93286\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2dd00abe-a4e9-47b7-81ca-df849a53c5a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dcf20832-4a50-48d5-b9f9-5ae353e8d398]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:18:42.019 [67ea4fe2882ea8650ac8482aa1e78a8c,0ac8482aa1e78a8c] [qtp1225114731-24]  INFO [aai-resources,67ea4fe2882ea8650ac8482aa1e78a8c,0ac8482aa1e78a8c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:42.035 [67ea4fe2882ea8650ac8482aa1e78a8c,0ac8482aa1e78a8c] [qtp1225114731-24] DEBUG [aai-resources,67ea4fe2882ea8650ac8482aa1e78a8c,0ac8482aa1e78a8c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"368ec08a-78c1-414b-8625-3bc5188fbd22","status":"200","rqstDate":"250331-08:18:42:019","respDate":"250331-08:18:42:035","sourceId":"haproxy:368ec08a-78c1-414b-8625-3bc5188fbd22","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:42:019-65\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5e9a77e1-d927-4264-8e76-8be47de39c73], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[368ec08a-78c1-414b-8625-3bc5188fbd22]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:18:44.042 [67ea4fe4dc2024391be07550ca9dd91b,1be07550ca9dd91b] [qtp1225114731-26]  INFO [aai-resources,67ea4fe4dc2024391be07550ca9dd91b,1be07550ca9dd91b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:44.067 [67ea4fe4dc2024391be07550ca9dd91b,1be07550ca9dd91b] [qtp1225114731-26] DEBUG [aai-resources,67ea4fe4dc2024391be07550ca9dd91b,1be07550ca9dd91b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d528c211-36ab-4161-aeb7-f780bc963321","status":"200","rqstDate":"250331-08:18:44:043","respDate":"250331-08:18:44:067","sourceId":"haproxy:d528c211-36ab-4161-aeb7-f780bc963321","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:18:44:043-62315\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[84675736-5564-4311-8ffc-113104b4187c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d528c211-36ab-4161-aeb7-f780bc963321]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:18:46.075 [67ea4fe6909ce896b107d9d73166dc9f,b107d9d73166dc9f] [qtp1225114731-24]  INFO [aai-resources,67ea4fe6909ce896b107d9d73166dc9f,b107d9d73166dc9f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:46.090 [67ea4fe6909ce896b107d9d73166dc9f,b107d9d73166dc9f] [qtp1225114731-24] DEBUG [aai-resources,67ea4fe6909ce896b107d9d73166dc9f,b107d9d73166dc9f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"db36463b-eef0-4d67-8ce1-5f3d5530b225","status":"200","rqstDate":"250331-08:18:46:075","respDate":"250331-08:18:46:090","sourceId":"haproxy:db36463b-eef0-4d67-8ce1-5f3d5530b225","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:18:46:075-85482\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d6902a64-d3e0-4181-8005-c137b389d434], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[db36463b-eef0-4d67-8ce1-5f3d5530b225]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:18:48.098 [67ea4fe89b147ff065eefeec5f78c6d4,65eefeec5f78c6d4] [qtp1225114731-26]  INFO [aai-resources,67ea4fe89b147ff065eefeec5f78c6d4,65eefeec5f78c6d4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:48.111 [67ea4fe89b147ff065eefeec5f78c6d4,65eefeec5f78c6d4] [qtp1225114731-26] DEBUG [aai-resources,67ea4fe89b147ff065eefeec5f78c6d4,65eefeec5f78c6d4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f66a03b9-6e76-42c4-a48a-264bd8c198a5","status":"200","rqstDate":"250331-08:18:48:098","respDate":"250331-08:18:48:111","sourceId":"haproxy:f66a03b9-6e76-42c4-a48a-264bd8c198a5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:18:48:098-70867\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b8711225-259e-46d1-a52f-8bdaa663adeb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f66a03b9-6e76-42c4-a48a-264bd8c198a5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:18:50.117 [67ea4fea8e619f52ec51db54b80a250e,ec51db54b80a250e] [qtp1225114731-24]  INFO [aai-resources,67ea4fea8e619f52ec51db54b80a250e,ec51db54b80a250e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:50.129 [67ea4fea8e619f52ec51db54b80a250e,ec51db54b80a250e] [qtp1225114731-24] DEBUG [aai-resources,67ea4fea8e619f52ec51db54b80a250e,ec51db54b80a250e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1f66cbe5-63f5-41c4-b026-8ece43388308","status":"200","rqstDate":"250331-08:18:50:117","respDate":"250331-08:18:50:129","sourceId":"haproxy:1f66cbe5-63f5-41c4-b026-8ece43388308","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:50:117-50130\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d687a8e7-aedf-45a4-83dd-933d47678ceb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1f66cbe5-63f5-41c4-b026-8ece43388308]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:18:52.136 [67ea4fecb00a7ae07b8c2684b73cd5ff,7b8c2684b73cd5ff] [qtp1225114731-26]  INFO [aai-resources,67ea4fecb00a7ae07b8c2684b73cd5ff,7b8c2684b73cd5ff] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:52.146 [67ea4fecb00a7ae07b8c2684b73cd5ff,7b8c2684b73cd5ff] [qtp1225114731-26] DEBUG [aai-resources,67ea4fecb00a7ae07b8c2684b73cd5ff,7b8c2684b73cd5ff] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"249000ba-f90f-47ec-a696-1d2db2994a86","status":"200","rqstDate":"250331-08:18:52:136","respDate":"250331-08:18:52:146","sourceId":"haproxy:249000ba-f90f-47ec-a696-1d2db2994a86","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:18:52:136-7379\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d04e48e0-aed1-4f92-812f-b93b928b362d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[249000ba-f90f-47ec-a696-1d2db2994a86]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:18:54.155 [67ea4fee5f39decace7502d823a48014,ce7502d823a48014] [qtp1225114731-24]  INFO [aai-resources,67ea4fee5f39decace7502d823a48014,ce7502d823a48014] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:54.170 [67ea4fee5f39decace7502d823a48014,ce7502d823a48014] [qtp1225114731-24] DEBUG [aai-resources,67ea4fee5f39decace7502d823a48014,ce7502d823a48014] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"20c60f5a-0cde-41a1-b2ee-9ed8a2dc7ebe","status":"200","rqstDate":"250331-08:18:54:157","respDate":"250331-08:18:54:170","sourceId":"haproxy:20c60f5a-0cde-41a1-b2ee-9ed8a2dc7ebe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:18:54:157-76100\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b08dc3ef-a6e6-445f-9eb3-5f13740b1e37], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[20c60f5a-0cde-41a1-b2ee-9ed8a2dc7ebe]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:18:56.176 [67ea4ff0f5d7543a63456d6553439c48,63456d6553439c48] [qtp1225114731-26]  INFO [aai-resources,67ea4ff0f5d7543a63456d6553439c48,63456d6553439c48] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:56.187 [67ea4ff0f5d7543a63456d6553439c48,63456d6553439c48] [qtp1225114731-26] DEBUG [aai-resources,67ea4ff0f5d7543a63456d6553439c48,63456d6553439c48] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3ca37e6f-c153-47e2-acc2-9d6450d94a21","status":"200","rqstDate":"250331-08:18:56:177","respDate":"250331-08:18:56:186","sourceId":"haproxy:3ca37e6f-c153-47e2-acc2-9d6450d94a21","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:18:56:177-23090\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[412c8f4f-04af-4a67-ad5a-e9a6a7e4daf6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3ca37e6f-c153-47e2-acc2-9d6450d94a21]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:18:58.193 [67ea4ff29f18ca7645368730bc84f294,45368730bc84f294] [qtp1225114731-24]  INFO [aai-resources,67ea4ff29f18ca7645368730bc84f294,45368730bc84f294] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:18:58.215 [67ea4ff29f18ca7645368730bc84f294,45368730bc84f294] [qtp1225114731-24] DEBUG [aai-resources,67ea4ff29f18ca7645368730bc84f294,45368730bc84f294] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4ba9ac11-b8f8-4037-aea4-8aab67cc9704","status":"200","rqstDate":"250331-08:18:58:194","respDate":"250331-08:18:58:214","sourceId":"haproxy:4ba9ac11-b8f8-4037-aea4-8aab67cc9704","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:18:58:194-39356\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[43b432d4-6496-4f14-b7bb-ef51b16c243f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4ba9ac11-b8f8-4037-aea4-8aab67cc9704]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:18:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:19:00.224 [67ea4ff43d78ba421cff234dcdf0e7d3,1cff234dcdf0e7d3] [qtp1225114731-26]  INFO [aai-resources,67ea4ff43d78ba421cff234dcdf0e7d3,1cff234dcdf0e7d3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:00.235 [67ea4ff43d78ba421cff234dcdf0e7d3,1cff234dcdf0e7d3] [qtp1225114731-26] DEBUG [aai-resources,67ea4ff43d78ba421cff234dcdf0e7d3,1cff234dcdf0e7d3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8733f8e2-d174-4574-b705-a219d7e395d7","status":"200","rqstDate":"250331-08:19:00:224","respDate":"250331-08:19:00:235","sourceId":"haproxy:8733f8e2-d174-4574-b705-a219d7e395d7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:19:00:224-86335\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4253c479-5518-445c-a26d-625a3423b35a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8733f8e2-d174-4574-b705-a219d7e395d7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:19:02.242 [67ea4ff6a7b92849a1329d8c9a103090,a1329d8c9a103090] [qtp1225114731-24]  INFO [aai-resources,67ea4ff6a7b92849a1329d8c9a103090,a1329d8c9a103090] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:02.258 [67ea4ff6a7b92849a1329d8c9a103090,a1329d8c9a103090] [qtp1225114731-24] DEBUG [aai-resources,67ea4ff6a7b92849a1329d8c9a103090,a1329d8c9a103090] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ef1ab307-21fe-4cf2-95cf-c8e46d6fa6d5","status":"200","rqstDate":"250331-08:19:02:242","respDate":"250331-08:19:02:258","sourceId":"haproxy:ef1ab307-21fe-4cf2-95cf-c8e46d6fa6d5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:19:02:242-76443\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8ba3b9d9-a21d-4219-bdab-bb7808f4be77], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ef1ab307-21fe-4cf2-95cf-c8e46d6fa6d5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:19:04.267 [67ea4ff8ca7f938eab172215a0f4df59,ab172215a0f4df59] [qtp1225114731-26]  INFO [aai-resources,67ea4ff8ca7f938eab172215a0f4df59,ab172215a0f4df59] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:04.277 [67ea4ff8ca7f938eab172215a0f4df59,ab172215a0f4df59] [qtp1225114731-26] DEBUG [aai-resources,67ea4ff8ca7f938eab172215a0f4df59,ab172215a0f4df59] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"013801ad-a634-4c68-8b51-ad20992874eb","status":"200","rqstDate":"250331-08:19:04:267","respDate":"250331-08:19:04:277","sourceId":"haproxy:013801ad-a634-4c68-8b51-ad20992874eb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:04:267-4766\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7b582b3a-fdb3-4256-8fe4-1b430b1d7fb8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[013801ad-a634-4c68-8b51-ad20992874eb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:19:06.283 [67ea4ffa923cdaa05cb58f6d5c7a0cbb,5cb58f6d5c7a0cbb] [qtp1225114731-24]  INFO [aai-resources,67ea4ffa923cdaa05cb58f6d5c7a0cbb,5cb58f6d5c7a0cbb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:06.296 [67ea4ffa923cdaa05cb58f6d5c7a0cbb,5cb58f6d5c7a0cbb] [qtp1225114731-24] DEBUG [aai-resources,67ea4ffa923cdaa05cb58f6d5c7a0cbb,5cb58f6d5c7a0cbb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a9f4ab9d-8a89-4a10-8e5e-0cdef5e42042","status":"200","rqstDate":"250331-08:19:06:284","respDate":"250331-08:19:06:296","sourceId":"haproxy:a9f4ab9d-8a89-4a10-8e5e-0cdef5e42042","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:06:284-17169\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b464ff92-d79e-4973-a5d1-f67d6b77a159], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a9f4ab9d-8a89-4a10-8e5e-0cdef5e42042]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:19:08.303 [67ea4ffcd0ee2a967f685c0f1dbfb573,7f685c0f1dbfb573] [qtp1225114731-26]  INFO [aai-resources,67ea4ffcd0ee2a967f685c0f1dbfb573,7f685c0f1dbfb573] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:08.373 [67ea4ffcd0ee2a967f685c0f1dbfb573,7f685c0f1dbfb573] [qtp1225114731-26] DEBUG [aai-resources,67ea4ffcd0ee2a967f685c0f1dbfb573,7f685c0f1dbfb573] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7cb676b1-8395-430c-a1a4-ae8fe086ac39","status":"200","rqstDate":"250331-08:19:08:303","respDate":"250331-08:19:08:372","sourceId":"haproxy:7cb676b1-8395-430c-a1a4-ae8fe086ac39","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:08:303-51312\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5bad377b-8aed-4a33-bb72-bb386416d1eb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7cb676b1-8395-430c-a1a4-ae8fe086ac39]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 72 - "logType": "access"
2025-03-31 08:19:10.379 [67ea4ffed2d42380cc559f062047e11f,cc559f062047e11f] [qtp1225114731-24]  INFO [aai-resources,67ea4ffed2d42380cc559f062047e11f,cc559f062047e11f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:10.392 [67ea4ffed2d42380cc559f062047e11f,cc559f062047e11f] [qtp1225114731-24] DEBUG [aai-resources,67ea4ffed2d42380cc559f062047e11f,cc559f062047e11f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b7a15e6a-b559-4a9f-bc2a-4f0aa59d87fe","status":"200","rqstDate":"250331-08:19:10:379","respDate":"250331-08:19:10:392","sourceId":"haproxy:b7a15e6a-b559-4a9f-bc2a-4f0aa59d87fe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:10:379-11239\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a1d4d362-f25b-440d-bc4a-c77d676ada22], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b7a15e6a-b559-4a9f-bc2a-4f0aa59d87fe]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:19:12.400 [67ea50007ff6951bdbc70f8bc21edd71,dbc70f8bc21edd71] [qtp1225114731-26]  INFO [aai-resources,67ea50007ff6951bdbc70f8bc21edd71,dbc70f8bc21edd71] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:12.416 [67ea50007ff6951bdbc70f8bc21edd71,dbc70f8bc21edd71] [qtp1225114731-26] DEBUG [aai-resources,67ea50007ff6951bdbc70f8bc21edd71,dbc70f8bc21edd71] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d28ce92b-e1cf-4624-9101-1e94b50e74bc","status":"200","rqstDate":"250331-08:19:12:401","respDate":"250331-08:19:12:416","sourceId":"haproxy:d28ce92b-e1cf-4624-9101-1e94b50e74bc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:19:12:401-35423\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e0e2d698-76d3-4430-a8d5-83339a077f85], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d28ce92b-e1cf-4624-9101-1e94b50e74bc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:19:14.422 [67ea5002d41517057c8e7b6ba5fd7c3a,7c8e7b6ba5fd7c3a] [qtp1225114731-24]  INFO [aai-resources,67ea5002d41517057c8e7b6ba5fd7c3a,7c8e7b6ba5fd7c3a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:14.438 [67ea5002d41517057c8e7b6ba5fd7c3a,7c8e7b6ba5fd7c3a] [qtp1225114731-24] DEBUG [aai-resources,67ea5002d41517057c8e7b6ba5fd7c3a,7c8e7b6ba5fd7c3a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"83aa01fd-e72e-451e-a401-4274e5bfc861","status":"200","rqstDate":"250331-08:19:14:423","respDate":"250331-08:19:14:438","sourceId":"haproxy:83aa01fd-e72e-451e-a401-4274e5bfc861","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:19:14:423-9364\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c8c2e8b4-4947-4375-86bd-3d995bc12898], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[83aa01fd-e72e-451e-a401-4274e5bfc861]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:19:16.446 [67ea500446688317d7354f8c50f1bbc2,d7354f8c50f1bbc2] [qtp1225114731-26]  INFO [aai-resources,67ea500446688317d7354f8c50f1bbc2,d7354f8c50f1bbc2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:16.460 [67ea500446688317d7354f8c50f1bbc2,d7354f8c50f1bbc2] [qtp1225114731-26] DEBUG [aai-resources,67ea500446688317d7354f8c50f1bbc2,d7354f8c50f1bbc2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5bca8515-d101-40e7-8769-ecc545eafe5e","status":"200","rqstDate":"250331-08:19:16:446","respDate":"250331-08:19:16:460","sourceId":"haproxy:5bca8515-d101-40e7-8769-ecc545eafe5e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:19:16:446-93863\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[91942612-cbad-448a-8757-cd09cb7e5083], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5bca8515-d101-40e7-8769-ecc545eafe5e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:19:18.467 [67ea5006c4c6bfcc3f8b31330ca35ed2,3f8b31330ca35ed2] [qtp1225114731-24]  INFO [aai-resources,67ea5006c4c6bfcc3f8b31330ca35ed2,3f8b31330ca35ed2] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:18.486 [67ea5006c4c6bfcc3f8b31330ca35ed2,3f8b31330ca35ed2] [qtp1225114731-24] DEBUG [aai-resources,67ea5006c4c6bfcc3f8b31330ca35ed2,3f8b31330ca35ed2] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6c7dbaaf-ac02-4053-a1dd-6ecba2755ee1","status":"200","rqstDate":"250331-08:19:18:468","respDate":"250331-08:19:18:486","sourceId":"haproxy:6c7dbaaf-ac02-4053-a1dd-6ecba2755ee1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:18:468-40450\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bdfbfe45-ba95-4e3a-8e89-37ecd5ec1578], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6c7dbaaf-ac02-4053-a1dd-6ecba2755ee1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:19:20.494 [67ea5008197bf602690efc7a761afc4d,690efc7a761afc4d] [qtp1225114731-26]  INFO [aai-resources,67ea5008197bf602690efc7a761afc4d,690efc7a761afc4d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:20.507 [67ea5008197bf602690efc7a761afc4d,690efc7a761afc4d] [qtp1225114731-26] DEBUG [aai-resources,67ea5008197bf602690efc7a761afc4d,690efc7a761afc4d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"da0c4509-0d0d-40f0-8b4a-4d3123e02f35","status":"200","rqstDate":"250331-08:19:20:494","respDate":"250331-08:19:20:507","sourceId":"haproxy:da0c4509-0d0d-40f0-8b4a-4d3123e02f35","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:19:20:494-59016\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[76e07e91-0a4d-48bb-bba3-01431e3ab7a9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[da0c4509-0d0d-40f0-8b4a-4d3123e02f35]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:19:22.514 [67ea500a5d20364dd3cc6c862009700b,d3cc6c862009700b] [qtp1225114731-24]  INFO [aai-resources,67ea500a5d20364dd3cc6c862009700b,d3cc6c862009700b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:22.525 [67ea500a5d20364dd3cc6c862009700b,d3cc6c862009700b] [qtp1225114731-24] DEBUG [aai-resources,67ea500a5d20364dd3cc6c862009700b,d3cc6c862009700b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c898a58-efb9-4b99-8920-26b96cc6a5f7","status":"200","rqstDate":"250331-08:19:22:514","respDate":"250331-08:19:22:525","sourceId":"haproxy:8c898a58-efb9-4b99-8920-26b96cc6a5f7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:22:514-21030\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cc2db01f-62e1-47b5-b68a-49378d7b4009], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8c898a58-efb9-4b99-8920-26b96cc6a5f7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:19:24.530 [67ea500cec9174da55bd9471a86b015d,55bd9471a86b015d] [qtp1225114731-26]  INFO [aai-resources,67ea500cec9174da55bd9471a86b015d,55bd9471a86b015d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:24.543 [67ea500cec9174da55bd9471a86b015d,55bd9471a86b015d] [qtp1225114731-26] DEBUG [aai-resources,67ea500cec9174da55bd9471a86b015d,55bd9471a86b015d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d888db4e-2ce2-424e-84ff-02d9554dea4f","status":"200","rqstDate":"250331-08:19:24:531","respDate":"250331-08:19:24:543","sourceId":"haproxy:d888db4e-2ce2-424e-84ff-02d9554dea4f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:19:24:531-2016\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d571f409-9e1a-4010-8912-1786b9ff0cb5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d888db4e-2ce2-424e-84ff-02d9554dea4f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:19:26.551 [67ea500efa5c4fc21420a47cf84b22a4,1420a47cf84b22a4] [qtp1225114731-24]  INFO [aai-resources,67ea500efa5c4fc21420a47cf84b22a4,1420a47cf84b22a4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:26.562 [67ea500efa5c4fc21420a47cf84b22a4,1420a47cf84b22a4] [qtp1225114731-24] DEBUG [aai-resources,67ea500efa5c4fc21420a47cf84b22a4,1420a47cf84b22a4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c235c741-971f-49d1-abf3-0e08acd7d032","status":"200","rqstDate":"250331-08:19:26:551","respDate":"250331-08:19:26:562","sourceId":"haproxy:c235c741-971f-49d1-abf3-0e08acd7d032","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:26:551-44700\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[919e501b-ec88-41e4-b2dd-f277b0504777], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c235c741-971f-49d1-abf3-0e08acd7d032]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:19:28.569 [67ea5010162793372833bc23faf9069a,2833bc23faf9069a] [qtp1225114731-26]  INFO [aai-resources,67ea5010162793372833bc23faf9069a,2833bc23faf9069a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:28.589 [67ea5010162793372833bc23faf9069a,2833bc23faf9069a] [qtp1225114731-26] DEBUG [aai-resources,67ea5010162793372833bc23faf9069a,2833bc23faf9069a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e3f7676b-a73b-4c9d-9589-5466cdaa4066","status":"200","rqstDate":"250331-08:19:28:569","respDate":"250331-08:19:28:589","sourceId":"haproxy:e3f7676b-a73b-4c9d-9589-5466cdaa4066","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:28:569-47241\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3a8eedbd-4503-4e01-8793-d8b038295744], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e3f7676b-a73b-4c9d-9589-5466cdaa4066]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:19:30.597 [67ea5012b644f87eecb02f25e1220183,ecb02f25e1220183] [qtp1225114731-24]  INFO [aai-resources,67ea5012b644f87eecb02f25e1220183,ecb02f25e1220183] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:30.613 [67ea5012b644f87eecb02f25e1220183,ecb02f25e1220183] [qtp1225114731-24] DEBUG [aai-resources,67ea5012b644f87eecb02f25e1220183,ecb02f25e1220183] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2279c88d-8d56-4786-a7a2-86cbaed26d45","status":"200","rqstDate":"250331-08:19:30:597","respDate":"250331-08:19:30:613","sourceId":"haproxy:2279c88d-8d56-4786-a7a2-86cbaed26d45","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:19:30:597-52757\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e3965ef5-4db6-4d67-b39c-48968f188d82], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2279c88d-8d56-4786-a7a2-86cbaed26d45]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:19:32.620 [67ea501426d54eaae4b0fd9169a27473,e4b0fd9169a27473] [qtp1225114731-26]  INFO [aai-resources,67ea501426d54eaae4b0fd9169a27473,e4b0fd9169a27473] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:32.635 [67ea501426d54eaae4b0fd9169a27473,e4b0fd9169a27473] [qtp1225114731-26] DEBUG [aai-resources,67ea501426d54eaae4b0fd9169a27473,e4b0fd9169a27473] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"98ebff4a-605e-44df-ac55-1c1552b09a31","status":"200","rqstDate":"250331-08:19:32:620","respDate":"250331-08:19:32:635","sourceId":"haproxy:98ebff4a-605e-44df-ac55-1c1552b09a31","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:32:620-2144\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5ca97d14-cf77-44fb-b532-2e2e7806b42c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[98ebff4a-605e-44df-ac55-1c1552b09a31]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:19:34.641 [67ea50163fed94ec2c169a2647396e66,2c169a2647396e66] [qtp1225114731-24]  INFO [aai-resources,67ea50163fed94ec2c169a2647396e66,2c169a2647396e66] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:34.653 [67ea50163fed94ec2c169a2647396e66,2c169a2647396e66] [qtp1225114731-24] DEBUG [aai-resources,67ea50163fed94ec2c169a2647396e66,2c169a2647396e66] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"30344944-b1d3-4e10-a82f-90361003cdd5","status":"200","rqstDate":"250331-08:19:34:642","respDate":"250331-08:19:34:652","sourceId":"haproxy:30344944-b1d3-4e10-a82f-90361003cdd5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:19:34:642-8535\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a0616f1e-8138-4350-b249-a83f403bff3f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[30344944-b1d3-4e10-a82f-90361003cdd5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:19:36.661 [67ea501863e00c0067962afb887d470e,67962afb887d470e] [qtp1225114731-26]  INFO [aai-resources,67ea501863e00c0067962afb887d470e,67962afb887d470e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:36.675 [67ea501863e00c0067962afb887d470e,67962afb887d470e] [qtp1225114731-26] DEBUG [aai-resources,67ea501863e00c0067962afb887d470e,67962afb887d470e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b656d936-9cae-4101-be9e-ecc671e04244","status":"200","rqstDate":"250331-08:19:36:661","respDate":"250331-08:19:36:675","sourceId":"haproxy:b656d936-9cae-4101-be9e-ecc671e04244","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:36:661-47540\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6c899788-727f-4da2-b395-e6eb94f568fb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b656d936-9cae-4101-be9e-ecc671e04244]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:19:38.681 [67ea501a1d0493e92157619e6cc0a69f,2157619e6cc0a69f] [qtp1225114731-24]  INFO [aai-resources,67ea501a1d0493e92157619e6cc0a69f,2157619e6cc0a69f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:38.692 [67ea501a1d0493e92157619e6cc0a69f,2157619e6cc0a69f] [qtp1225114731-24] DEBUG [aai-resources,67ea501a1d0493e92157619e6cc0a69f,2157619e6cc0a69f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a9515370-b2ef-466a-9ff5-7ebc1eb039cb","status":"200","rqstDate":"250331-08:19:38:682","respDate":"250331-08:19:38:692","sourceId":"haproxy:a9515370-b2ef-466a-9ff5-7ebc1eb039cb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:19:38:682-5139\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eb663ec5-68be-4680-bd29-06862a34d0f6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a9515370-b2ef-466a-9ff5-7ebc1eb039cb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:19:40.698 [67ea501ce85bf5bb4760a28c2d4229aa,4760a28c2d4229aa] [qtp1225114731-26]  INFO [aai-resources,67ea501ce85bf5bb4760a28c2d4229aa,4760a28c2d4229aa] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:40.714 [67ea501ce85bf5bb4760a28c2d4229aa,4760a28c2d4229aa] [qtp1225114731-26] DEBUG [aai-resources,67ea501ce85bf5bb4760a28c2d4229aa,4760a28c2d4229aa] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bf277c01-b81a-4db9-99f9-0ba8c42ff852","status":"200","rqstDate":"250331-08:19:40:698","respDate":"250331-08:19:40:714","sourceId":"haproxy:bf277c01-b81a-4db9-99f9-0ba8c42ff852","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:40:698-16344\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3ee32828-0ac2-4a73-9b5f-8e3d6f31a6be], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bf277c01-b81a-4db9-99f9-0ba8c42ff852]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:19:42.721 [67ea501ef86bae4e0ffbdd625252fc75,0ffbdd625252fc75] [qtp1225114731-24]  INFO [aai-resources,67ea501ef86bae4e0ffbdd625252fc75,0ffbdd625252fc75] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:42.736 [67ea501ef86bae4e0ffbdd625252fc75,0ffbdd625252fc75] [qtp1225114731-24] DEBUG [aai-resources,67ea501ef86bae4e0ffbdd625252fc75,0ffbdd625252fc75] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"74d5a553-07cb-4e34-8c2a-15064d99d018","status":"200","rqstDate":"250331-08:19:42:721","respDate":"250331-08:19:42:736","sourceId":"haproxy:74d5a553-07cb-4e34-8c2a-15064d99d018","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:19:42:721-93380\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[12cb7917-69eb-4797-a4a7-13cbd96f6258], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[74d5a553-07cb-4e34-8c2a-15064d99d018]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:19:44.749 [67ea5020504999b6a40a60d900b5a0e4,a40a60d900b5a0e4] [qtp1225114731-26]  INFO [aai-resources,67ea5020504999b6a40a60d900b5a0e4,a40a60d900b5a0e4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:44.764 [67ea5020504999b6a40a60d900b5a0e4,a40a60d900b5a0e4] [qtp1225114731-26] DEBUG [aai-resources,67ea5020504999b6a40a60d900b5a0e4,a40a60d900b5a0e4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"67c73997-b194-4f3f-a13e-4eb3c89299e3","status":"200","rqstDate":"250331-08:19:44:749","respDate":"250331-08:19:44:764","sourceId":"haproxy:67c73997-b194-4f3f-a13e-4eb3c89299e3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:19:44:749-92355\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1389213f-a0a1-4fe9-ba11-44b1e62ae40d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[67c73997-b194-4f3f-a13e-4eb3c89299e3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:19:46.773 [67ea5022d875043fc6cff4d08fcff211,c6cff4d08fcff211] [qtp1225114731-24]  INFO [aai-resources,67ea5022d875043fc6cff4d08fcff211,c6cff4d08fcff211] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:46.786 [67ea5022d875043fc6cff4d08fcff211,c6cff4d08fcff211] [qtp1225114731-24] DEBUG [aai-resources,67ea5022d875043fc6cff4d08fcff211,c6cff4d08fcff211] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b5acae13-175c-4588-b728-d246d7078457","status":"200","rqstDate":"250331-08:19:46:773","respDate":"250331-08:19:46:786","sourceId":"haproxy:b5acae13-175c-4588-b728-d246d7078457","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:46:773-18389\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[09d088ac-9a69-411c-bfaf-9341147bdcaf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b5acae13-175c-4588-b728-d246d7078457]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:19:48.793 [67ea5024dd744d9a6cb9a883f7153edd,6cb9a883f7153edd] [qtp1225114731-26]  INFO [aai-resources,67ea5024dd744d9a6cb9a883f7153edd,6cb9a883f7153edd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:48.801 [67ea5024dd744d9a6cb9a883f7153edd,6cb9a883f7153edd] [qtp1225114731-26] DEBUG [aai-resources,67ea5024dd744d9a6cb9a883f7153edd,6cb9a883f7153edd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"44f8c81e-1e19-443e-97bc-00b29c07b088","status":"200","rqstDate":"250331-08:19:48:793","respDate":"250331-08:19:48:800","sourceId":"haproxy:44f8c81e-1e19-443e-97bc-00b29c07b088","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:19:48:793-59938\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7029aac1-71d3-49f3-ac98-d09328bf2cab], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[44f8c81e-1e19-443e-97bc-00b29c07b088]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:19:50.808 [67ea502623b50781143753475f14d58f,143753475f14d58f] [qtp1225114731-24]  INFO [aai-resources,67ea502623b50781143753475f14d58f,143753475f14d58f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:50.824 [67ea502623b50781143753475f14d58f,143753475f14d58f] [qtp1225114731-24] DEBUG [aai-resources,67ea502623b50781143753475f14d58f,143753475f14d58f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"261952bb-b01a-4435-8331-a91374939692","status":"200","rqstDate":"250331-08:19:50:808","respDate":"250331-08:19:50:824","sourceId":"haproxy:261952bb-b01a-4435-8331-a91374939692","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:50:808-23830\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[539efddc-4c6e-447f-b530-a8cb7ad12b4c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[261952bb-b01a-4435-8331-a91374939692]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:19:52.831 [67ea5028b549e0b5df7077252657f045,df7077252657f045] [qtp1225114731-26]  INFO [aai-resources,67ea5028b549e0b5df7077252657f045,df7077252657f045] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:52.844 [67ea5028b549e0b5df7077252657f045,df7077252657f045] [qtp1225114731-26] DEBUG [aai-resources,67ea5028b549e0b5df7077252657f045,df7077252657f045] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8026494e-62b2-4639-aac3-f3416edd0f80","status":"200","rqstDate":"250331-08:19:52:831","respDate":"250331-08:19:52:844","sourceId":"haproxy:8026494e-62b2-4639-aac3-f3416edd0f80","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:52:831-34941\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[49baceec-d6a4-4487-bdba-6a94d5f20d03], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8026494e-62b2-4639-aac3-f3416edd0f80]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:19:54.850 [67ea502a5a80185e9c2431d3913037b4,9c2431d3913037b4] [qtp1225114731-24]  INFO [aai-resources,67ea502a5a80185e9c2431d3913037b4,9c2431d3913037b4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:54.864 [67ea502a5a80185e9c2431d3913037b4,9c2431d3913037b4] [qtp1225114731-24] DEBUG [aai-resources,67ea502a5a80185e9c2431d3913037b4,9c2431d3913037b4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bb0cb039-a489-42e6-97f3-b5fa118cff97","status":"200","rqstDate":"250331-08:19:54:851","respDate":"250331-08:19:54:864","sourceId":"haproxy:bb0cb039-a489-42e6-97f3-b5fa118cff97","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:54:851-86067\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a222f57d-6bda-9276-bf23-bc5ae8ec4e0e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bb0cb039-a489-42e6-97f3-b5fa118cff97]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:19:56.873 [67ea502cd4b8471b7039a76a8e9f3509,7039a76a8e9f3509] [qtp1225114731-26]  INFO [aai-resources,67ea502cd4b8471b7039a76a8e9f3509,7039a76a8e9f3509] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:56.884 [67ea502cd4b8471b7039a76a8e9f3509,7039a76a8e9f3509] [qtp1225114731-26] DEBUG [aai-resources,67ea502cd4b8471b7039a76a8e9f3509,7039a76a8e9f3509] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5eb8722b-823b-49f3-a2f6-4fb920e9be9f","status":"200","rqstDate":"250331-08:19:56:873","respDate":"250331-08:19:56:884","sourceId":"haproxy:5eb8722b-823b-49f3-a2f6-4fb920e9be9f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:19:56:873-32276\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[78fff6ec-27e2-43c2-aebf-aced3c9ae2bd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5eb8722b-823b-49f3-a2f6-4fb920e9be9f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:19:58.892 [67ea502e2837645c42e1772b2f2508c9,42e1772b2f2508c9] [qtp1225114731-24]  INFO [aai-resources,67ea502e2837645c42e1772b2f2508c9,42e1772b2f2508c9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:19:58.904 [67ea502e2837645c42e1772b2f2508c9,42e1772b2f2508c9] [qtp1225114731-24] DEBUG [aai-resources,67ea502e2837645c42e1772b2f2508c9,42e1772b2f2508c9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b7ff8b0b-b2df-4316-86c4-a91434e4c3cf","status":"200","rqstDate":"250331-08:19:58:892","respDate":"250331-08:19:58:904","sourceId":"haproxy:b7ff8b0b-b2df-4316-86c4-a91434e4c3cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:19:58:892-72658\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4c8f70ae-08cf-4b15-bd46-5158e0a954a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b7ff8b0b-b2df-4316-86c4-a91434e4c3cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:19:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:20:00.911 [67ea5030bb48795173ba02770c7cc3eb,73ba02770c7cc3eb] [qtp1225114731-26]  INFO [aai-resources,67ea5030bb48795173ba02770c7cc3eb,73ba02770c7cc3eb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:00.926 [67ea5030bb48795173ba02770c7cc3eb,73ba02770c7cc3eb] [qtp1225114731-26] DEBUG [aai-resources,67ea5030bb48795173ba02770c7cc3eb,73ba02770c7cc3eb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eca5defd-a07f-43ba-ac81-63f5b9291bae","status":"200","rqstDate":"250331-08:20:00:911","respDate":"250331-08:20:00:926","sourceId":"haproxy:eca5defd-a07f-43ba-ac81-63f5b9291bae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:00:911-20162\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[80ca7cb4-a4e6-4400-9113-e01ed8f1a452], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eca5defd-a07f-43ba-ac81-63f5b9291bae]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:20:02.932 [67ea5032d68ac31240b088c0f304e9ee,40b088c0f304e9ee] [qtp1225114731-24]  INFO [aai-resources,67ea5032d68ac31240b088c0f304e9ee,40b088c0f304e9ee] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:02.945 [67ea5032d68ac31240b088c0f304e9ee,40b088c0f304e9ee] [qtp1225114731-24] DEBUG [aai-resources,67ea5032d68ac31240b088c0f304e9ee,40b088c0f304e9ee] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"198edaa1-b9db-4ea8-9b3b-83802501f93b","status":"200","rqstDate":"250331-08:20:02:932","respDate":"250331-08:20:02:945","sourceId":"haproxy:198edaa1-b9db-4ea8-9b3b-83802501f93b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:02:932-35761\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9e247675-7b32-4c20-9588-f3abbc8ae352], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[198edaa1-b9db-4ea8-9b3b-83802501f93b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:20:04.951 [67ea503471a8a1754d6f32a99880f81d,4d6f32a99880f81d] [qtp1225114731-26]  INFO [aai-resources,67ea503471a8a1754d6f32a99880f81d,4d6f32a99880f81d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:04.966 [67ea503471a8a1754d6f32a99880f81d,4d6f32a99880f81d] [qtp1225114731-26] DEBUG [aai-resources,67ea503471a8a1754d6f32a99880f81d,4d6f32a99880f81d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4e86dbb-f884-491a-ac1e-2b23a623627e","status":"200","rqstDate":"250331-08:20:04:951","respDate":"250331-08:20:04:966","sourceId":"haproxy:b4e86dbb-f884-491a-ac1e-2b23a623627e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:04:951-90474\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ad2b1f7a-ba1d-41b0-9951-c7c3458e3e46], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4e86dbb-f884-491a-ac1e-2b23a623627e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:20:06.972 [67ea5036dc60553b5a18b54f9c18ea72,5a18b54f9c18ea72] [qtp1225114731-24]  INFO [aai-resources,67ea5036dc60553b5a18b54f9c18ea72,5a18b54f9c18ea72] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:06.984 [67ea5036dc60553b5a18b54f9c18ea72,5a18b54f9c18ea72] [qtp1225114731-24] DEBUG [aai-resources,67ea5036dc60553b5a18b54f9c18ea72,5a18b54f9c18ea72] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"31086e04-558f-4670-960d-a5826b776e4b","status":"200","rqstDate":"250331-08:20:06:972","respDate":"250331-08:20:06:984","sourceId":"haproxy:31086e04-558f-4670-960d-a5826b776e4b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:06:972-82730\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a04f833f-7948-41ac-9afd-e1f194a7070a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[31086e04-558f-4670-960d-a5826b776e4b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:20:08.992 [67ea5038c6e2080f266725f99fa1d770,266725f99fa1d770] [qtp1225114731-26]  INFO [aai-resources,67ea5038c6e2080f266725f99fa1d770,266725f99fa1d770] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:09.007 [67ea5038c6e2080f266725f99fa1d770,266725f99fa1d770] [qtp1225114731-26] DEBUG [aai-resources,67ea5038c6e2080f266725f99fa1d770,266725f99fa1d770] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4218f5b0-00a0-4237-87de-d4eba1722861","status":"200","rqstDate":"250331-08:20:08:993","respDate":"250331-08:20:09:007","sourceId":"haproxy:4218f5b0-00a0-4237-87de-d4eba1722861","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:08:993-5437\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[37dfed89-e97e-48f7-8061-f0952cf38d27], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4218f5b0-00a0-4237-87de-d4eba1722861]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:20:11.012 [67ea503bc704397fdafeca428954152c,dafeca428954152c] [qtp1225114731-24]  INFO [aai-resources,67ea503bc704397fdafeca428954152c,dafeca428954152c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:11.025 [67ea503bc704397fdafeca428954152c,dafeca428954152c] [qtp1225114731-24] DEBUG [aai-resources,67ea503bc704397fdafeca428954152c,dafeca428954152c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f1720dc6-8b98-4c9a-9009-7913d6550126","status":"200","rqstDate":"250331-08:20:11:013","respDate":"250331-08:20:11:025","sourceId":"haproxy:f1720dc6-8b98-4c9a-9009-7913d6550126","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:11:013-43797\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cf7c1679-2dc5-4a30-96d5-5c6013441093], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f1720dc6-8b98-4c9a-9009-7913d6550126]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:20:13.031 [67ea503dddc8feb886a6354434471ce9,86a6354434471ce9] [qtp1225114731-26]  INFO [aai-resources,67ea503dddc8feb886a6354434471ce9,86a6354434471ce9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:13.045 [67ea503dddc8feb886a6354434471ce9,86a6354434471ce9] [qtp1225114731-26] DEBUG [aai-resources,67ea503dddc8feb886a6354434471ce9,86a6354434471ce9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"030c1f5d-b603-4bd6-9f1c-3119e1d93668","status":"200","rqstDate":"250331-08:20:13:031","respDate":"250331-08:20:13:045","sourceId":"haproxy:030c1f5d-b603-4bd6-9f1c-3119e1d93668","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:13:031-7567\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c8f9faef-8fe1-4010-a173-6501fbaba77b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[030c1f5d-b603-4bd6-9f1c-3119e1d93668]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:20:15.052 [67ea503fe305ca954831c3b741ec7978,4831c3b741ec7978] [qtp1225114731-24]  INFO [aai-resources,67ea503fe305ca954831c3b741ec7978,4831c3b741ec7978] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:15.066 [67ea503fe305ca954831c3b741ec7978,4831c3b741ec7978] [qtp1225114731-24] DEBUG [aai-resources,67ea503fe305ca954831c3b741ec7978,4831c3b741ec7978] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9959ccda-e367-446d-aa68-80d6d1cfb14f","status":"200","rqstDate":"250331-08:20:15:052","respDate":"250331-08:20:15:065","sourceId":"haproxy:9959ccda-e367-446d-aa68-80d6d1cfb14f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:15:052-78446\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[231dfcbb-2866-4456-a121-3de83ffdf29a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9959ccda-e367-446d-aa68-80d6d1cfb14f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:20:17.073 [67ea5041b9cc673b548f31f5e0303de2,548f31f5e0303de2] [qtp1225114731-26]  INFO [aai-resources,67ea5041b9cc673b548f31f5e0303de2,548f31f5e0303de2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:17.087 [67ea5041b9cc673b548f31f5e0303de2,548f31f5e0303de2] [qtp1225114731-26] DEBUG [aai-resources,67ea5041b9cc673b548f31f5e0303de2,548f31f5e0303de2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c4b893c-4e30-464e-af12-216cc3ee24d1","status":"200","rqstDate":"250331-08:20:17:073","respDate":"250331-08:20:17:087","sourceId":"haproxy:3c4b893c-4e30-464e-af12-216cc3ee24d1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:17:073-62437\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e346b5c7-75d0-406a-bd89-e18107878750], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c4b893c-4e30-464e-af12-216cc3ee24d1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:20:19.095 [67ea50432ba4500e41f0798a9bfc3923,41f0798a9bfc3923] [qtp1225114731-24]  INFO [aai-resources,67ea50432ba4500e41f0798a9bfc3923,41f0798a9bfc3923] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:19.107 [67ea50432ba4500e41f0798a9bfc3923,41f0798a9bfc3923] [qtp1225114731-24] DEBUG [aai-resources,67ea50432ba4500e41f0798a9bfc3923,41f0798a9bfc3923] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"69166e50-4a59-4c6e-91ec-de765c9d7221","status":"200","rqstDate":"250331-08:20:19:095","respDate":"250331-08:20:19:107","sourceId":"haproxy:69166e50-4a59-4c6e-91ec-de765c9d7221","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:19:095-51927\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ed692ff9-fbca-4b34-a6e6-9b9ea3794419], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[69166e50-4a59-4c6e-91ec-de765c9d7221]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:20:21.113 [67ea50458de71ebd1c86d8ffb2978fba,1c86d8ffb2978fba] [qtp1225114731-26]  INFO [aai-resources,67ea50458de71ebd1c86d8ffb2978fba,1c86d8ffb2978fba] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:21.128 [67ea50458de71ebd1c86d8ffb2978fba,1c86d8ffb2978fba] [qtp1225114731-26] DEBUG [aai-resources,67ea50458de71ebd1c86d8ffb2978fba,1c86d8ffb2978fba] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"faa3ce83-9fdb-420c-8c47-40def9e4238b","status":"200","rqstDate":"250331-08:20:21:113","respDate":"250331-08:20:21:128","sourceId":"haproxy:faa3ce83-9fdb-420c-8c47-40def9e4238b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:21:113-22911\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[646fa211-2d9a-4405-8f3d-158ede71e924], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[faa3ce83-9fdb-420c-8c47-40def9e4238b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:20:23.136 [67ea50471118b304dae4370b49d9061e,dae4370b49d9061e] [qtp1225114731-24]  INFO [aai-resources,67ea50471118b304dae4370b49d9061e,dae4370b49d9061e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:23.150 [67ea50471118b304dae4370b49d9061e,dae4370b49d9061e] [qtp1225114731-24] DEBUG [aai-resources,67ea50471118b304dae4370b49d9061e,dae4370b49d9061e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df09e437-9f0d-469a-abe0-f1217675efc6","status":"200","rqstDate":"250331-08:20:23:136","respDate":"250331-08:20:23:149","sourceId":"haproxy:df09e437-9f0d-469a-abe0-f1217675efc6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:23:136-70475\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3bdf50e3-34ae-4f22-82cb-a2de476073a4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df09e437-9f0d-469a-abe0-f1217675efc6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:20:25.157 [67ea504981a61b89d392b8e79b7f6098,d392b8e79b7f6098] [qtp1225114731-26]  INFO [aai-resources,67ea504981a61b89d392b8e79b7f6098,d392b8e79b7f6098] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:25.171 [67ea504981a61b89d392b8e79b7f6098,d392b8e79b7f6098] [qtp1225114731-26] DEBUG [aai-resources,67ea504981a61b89d392b8e79b7f6098,d392b8e79b7f6098] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"75a8e44b-ca77-4b35-a3c8-f20d330e6a52","status":"200","rqstDate":"250331-08:20:25:157","respDate":"250331-08:20:25:170","sourceId":"haproxy:75a8e44b-ca77-4b35-a3c8-f20d330e6a52","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:25:157-24428\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fde1e6fc-c2dd-43e4-908d-9edf365ca08a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[75a8e44b-ca77-4b35-a3c8-f20d330e6a52]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:20:27.178 [67ea504b7b5e8485fbeea6d9b319d7c0,fbeea6d9b319d7c0] [qtp1225114731-24]  INFO [aai-resources,67ea504b7b5e8485fbeea6d9b319d7c0,fbeea6d9b319d7c0] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:27.190 [67ea504b7b5e8485fbeea6d9b319d7c0,fbeea6d9b319d7c0] [qtp1225114731-24] DEBUG [aai-resources,67ea504b7b5e8485fbeea6d9b319d7c0,fbeea6d9b319d7c0] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7e301d8f-2217-47dd-8cea-eafadeb7e46d","status":"200","rqstDate":"250331-08:20:27:178","respDate":"250331-08:20:27:190","sourceId":"haproxy:7e301d8f-2217-47dd-8cea-eafadeb7e46d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:27:178-18476\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e4d03c9f-4d95-49d5-9f8a-8996a612fb11], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7e301d8f-2217-47dd-8cea-eafadeb7e46d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:20:29.197 [67ea504d796168e55bb90136308df1be,5bb90136308df1be] [qtp1225114731-26]  INFO [aai-resources,67ea504d796168e55bb90136308df1be,5bb90136308df1be] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:29.215 [67ea504d796168e55bb90136308df1be,5bb90136308df1be] [qtp1225114731-26] DEBUG [aai-resources,67ea504d796168e55bb90136308df1be,5bb90136308df1be] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"93f34fbe-d47e-4413-8b45-8aea06c2a80f","status":"200","rqstDate":"250331-08:20:29:197","respDate":"250331-08:20:29:215","sourceId":"haproxy:93f34fbe-d47e-4413-8b45-8aea06c2a80f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:29:197-42488\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6ac14e05-5efc-4d96-8122-ee2c1e35f27d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[93f34fbe-d47e-4413-8b45-8aea06c2a80f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:20:31.222 [67ea504f1d6d191515cb933701fe5461,15cb933701fe5461] [qtp1225114731-24]  INFO [aai-resources,67ea504f1d6d191515cb933701fe5461,15cb933701fe5461] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:31.239 [67ea504f1d6d191515cb933701fe5461,15cb933701fe5461] [qtp1225114731-24] DEBUG [aai-resources,67ea504f1d6d191515cb933701fe5461,15cb933701fe5461] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"725213e9-9ab6-43da-b8f7-10aa44f0f349","status":"200","rqstDate":"250331-08:20:31:222","respDate":"250331-08:20:31:239","sourceId":"haproxy:725213e9-9ab6-43da-b8f7-10aa44f0f349","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:31:222-35360\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[50f7daef-1097-4afb-891a-7a041fabf301], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[725213e9-9ab6-43da-b8f7-10aa44f0f349]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:20:33.246 [67ea505136a6f8259bd18f2d7474e20e,9bd18f2d7474e20e] [qtp1225114731-26]  INFO [aai-resources,67ea505136a6f8259bd18f2d7474e20e,9bd18f2d7474e20e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:33.261 [67ea505136a6f8259bd18f2d7474e20e,9bd18f2d7474e20e] [qtp1225114731-26] DEBUG [aai-resources,67ea505136a6f8259bd18f2d7474e20e,9bd18f2d7474e20e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fb66e98e-98c9-4dca-aa8d-64e004ad641f","status":"200","rqstDate":"250331-08:20:33:247","respDate":"250331-08:20:33:261","sourceId":"haproxy:fb66e98e-98c9-4dca-aa8d-64e004ad641f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:33:247-67941\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2f05dd33-5a3e-4bee-ab15-a7fcb48893d1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fb66e98e-98c9-4dca-aa8d-64e004ad641f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:20:34.048 [67ea50529d5dd5304ecd07c10d8204dd,4ecd07c10d8204dd] [qtp1225114731-24]  INFO [aai-resources,67ea50529d5dd5304ecd07c10d8204dd,4ecd07c10d8204dd] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:34.061 [67ea50529d5dd5304ecd07c10d8204dd,4ecd07c10d8204dd] [qtp1225114731-24] DEBUG [aai-resources,67ea50529d5dd5304ecd07c10d8204dd,4ecd07c10d8204dd] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e21b65b5-0982-4971-b3a4-98adbea2acc4","status":"200","rqstDate":"250331-08:20:34:048","respDate":"250331-08:20:34:061","sourceId":"robot-ete:e21b65b5-0982-4971-b3a4-98adbea2acc4","resourceId":"http://aai.onap:52955/aai/util/echo?action=long","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:34:048-43735\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a3fc9e32-b6dc-4092-89be-a2a6cda90628], Accept=[application/json], User-Agent=[python-requests/2.29.0], X-Forwarded-Proto=[http], x-transactionid=[e21b65b5-0982-4971-b3a4-98adbea2acc4], Host=[aai.onap:52955], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[52955], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[e21b65b5-0982-4971-b3a4-98adbea2acc4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:34 +0000] "GET /aai/util/echo?action=long" 200 49 REST e21b65b5-0982-4971-b3a4-98adbea2acc4 robot-ete 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:20:34.108 [67ea505255269d37a99919403ab971bd,a99919403ab971bd] [qtp1225114731-26]  INFO [aai-resources,67ea505255269d37a99919403ab971bd,a99919403ab971bd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:34.121 [67ea505255269d37a99919403ab971bd,a99919403ab971bd] [pool-48-thread-1]  INFO [aai-resources,67ea505255269d37a99919403ab971bd,a99919403ab971bd] 1 --- [ool-48-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:20:34.121 [67ea505255269d37a99919403ab971bd,a99919403ab971bd] [pool-48-thread-1]  INFO [aai-resources,67ea505255269d37a99919403ab971bd,a99919403ab971bd] 1 --- [ool-48-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:20:34.122 [67ea505255269d37a99919403ab971bd,a99919403ab971bd] [pool-48-thread-1]  INFO [aai-resources,67ea505255269d37a99919403ab971bd,a99919403ab971bd] 1 --- [ool-48-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:20:34.122 [67ea505255269d37a99919403ab971bd,a99919403ab971bd] [pool-48-thread-1]  INFO [aai-resources,67ea505255269d37a99919403ab971bd,a99919403ab971bd] 1 --- [ool-48-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:20:34.160 [67ea505255269d37a99919403ab971bd,a99919403ab971bd] [pool-48-thread-1]  INFO [aai-resources,67ea505255269d37a99919403ab971bd,a99919403ab971bd] 1 --- [ool-48-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/AAI-HealthCheck-Dummy ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:20:34.198 [67ea505255269d37a99919403ab971bd,a99919403ab971bd] [pool-48-thread-1]  INFO [aai-resources,67ea505255269d37a99919403ab971bd,a99919403ab971bd] 1 --- [ool-48-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:20:34.200 [67ea505255269d37a99919403ab971bd,a99919403ab971bd] [qtp1225114731-26] DEBUG [aai-resources,67ea505255269d37a99919403ab971bd,a99919403ab971bd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3930fe57-f1ec-4b73-bba2-976beef2387d","status":"404","rqstDate":"250331-08:20:34:108","respDate":"250331-08:20:34:200","sourceId":"robot-ete:3930fe57-f1ec-4b73-bba2-976beef2387d","resourceId":"http://aai.onap:53939/aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:34:108-11657\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[66208e51-f510-4dbb-9231-88850ea4621f], Accept=[application/json], User-Agent=[python-requests/2.29.0], X-Forwarded-Proto=[http], x-transactionid=[3930fe57-f1ec-4b73-bba2-976beef2387d], Host=[aai.onap:53939], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53939], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[3930fe57-f1ec-4b73-bba2-976beef2387d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:34 +0000] "GET /aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy" 404 337 REST 3930fe57-f1ec-4b73-bba2-976beef2387d robot-ete 127.0.0.6 - - - - - - - - - 101 - "logType": "access"
2025-03-31 08:20:34.249 [67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] [qtp1225114731-24]  INFO [aai-resources,67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:34.257 [67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] [qtp1225114731-24]  INFO [aai-resources,67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:20:34.257 [67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] [qtp1225114731-24]  INFO [aai-resources,67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:20:34.257 [67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] [qtp1225114731-24]  INFO [aai-resources,67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:20:34.258 [67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] [qtp1225114731-24]  INFO [aai-resources,67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:20:34.274 [67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] [qtp1225114731-24]  INFO [aai-resources,67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:20:34.304 [67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] [qtp1225114731-24] DEBUG [aai-resources,67ea5052a58d16563a66f41288beebbc,3a66f41288beebbc] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6504abcb-2417-4dad-bdd5-384f16b70c7e","status":"201","rqstDate":"250331-08:20:34:250","respDate":"250331-08:20:34:303","sourceId":"robot-ete:6504abcb-2417-4dad-bdd5-384f16b70c7e","resourceId":"http://aai.onap:52955/aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:34:250-50143\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a2aba85e-7c09-4837-907c-5223495cdad6], Accept=[application/json], User-Agent=[python-requests/2.29.0], X-Forwarded-Proto=[http], x-transactionid=[6504abcb-2417-4dad-bdd5-384f16b70c7e], Host=[aai.onap:52955], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[52955], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[71], Content-Type=[application/json], X-ONAP-RequestID=[6504abcb-2417-4dad-bdd5-384f16b70c7e]}\",\"Payload\":\"{\\\"model-invariant-id\\\": \\\"AAI-HealthCheck-Dummy\\\",\\\"model-type\\\": \\\"service\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:20:34:250-50143\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[217248], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:20:34:250-50143]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:34 +0000] "PUT /aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy" 201 0 REST 6504abcb-2417-4dad-bdd5-384f16b70c7e robot-ete 127.0.0.6 - - - - - - - - - 61 - "logType": "access"
2025-03-31 08:20:34.345 [67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] [qtp1225114731-26]  INFO [aai-resources,67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:34.349 [67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] [pool-49-thread-1]  INFO [aai-resources,67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] 1 --- [ool-49-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:20:34.349 [67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] [pool-49-thread-1]  INFO [aai-resources,67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] 1 --- [ool-49-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:20:34.349 [67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] [pool-49-thread-1]  INFO [aai-resources,67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] 1 --- [ool-49-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:20:34.350 [67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] [pool-49-thread-1]  INFO [aai-resources,67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] 1 --- [ool-49-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:20:34.370 [67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] [pool-49-thread-1]  INFO [aai-resources,67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] 1 --- [ool-49-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:20:34.371 [67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] [qtp1225114731-26] DEBUG [aai-resources,67ea5052685c4792188e7e9bcce15f89,188e7e9bcce15f89] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9525441b-adab-4216-bf50-8971ce791d3d","status":"200","rqstDate":"250331-08:20:34:345","respDate":"250331-08:20:34:370","sourceId":"robot-ete:9525441b-adab-4216-bf50-8971ce791d3d","resourceId":"http://aai.onap:53939/aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:34:345-27775\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e1a80cb1-eff2-43bb-93be-3d18ea89596f], Accept=[application/json], User-Agent=[python-requests/2.29.0], X-Forwarded-Proto=[http], x-transactionid=[9525441b-adab-4216-bf50-8971ce791d3d], Host=[aai.onap:53939], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53939], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[9525441b-adab-4216-bf50-8971ce791d3d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:34 +0000] "GET /aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy" 200 104 REST 9525441b-adab-4216-bf50-8971ce791d3d robot-ete 127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:20:34.419 [67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] [qtp1225114731-24]  INFO [aai-resources,67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:34.424 [67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] [qtp1225114731-24]  INFO [aai-resources,67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:20:34.425 [67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] [qtp1225114731-24]  INFO [aai-resources,67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:20:34.425 [67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] [qtp1225114731-24]  INFO [aai-resources,67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:20:34.425 [67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] [qtp1225114731-24]  INFO [aai-resources,67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:20:34.511 [67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] [qtp1225114731-24]  INFO [aai-resources,67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:20:34.858 [67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] [qtp1225114731-24] DEBUG [aai-resources,67ea505266d57db77e0b6e2e513db11e,7e0b6e2e513db11e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"656ab00e-d577-4c16-8436-182c0b26e148","status":"204","rqstDate":"250331-08:20:34:419","respDate":"250331-08:20:34:858","sourceId":"robot-ete:656ab00e-d577-4c16-8436-182c0b26e148","resourceId":"http://aai.onap:53939/aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy?resource-version=1743409234257","resourceType":"DELETE","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:34:419-83153\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9e433e7e-7cc2-406d-9b83-d338bb5cdc81], Accept=[application/json], User-Agent=[python-requests/2.29.0], X-Forwarded-Proto=[http], x-transactionid=[656ab00e-d577-4c16-8436-182c0b26e148], Host=[aai.onap:53939], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53939], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[0], Content-Type=[application/json], X-ONAP-RequestID=[656ab00e-d577-4c16-8436-182c0b26e148]}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:20:34:419-83153\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:20:34:419-83153]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:34 +0000] "DELETE /aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy?resource-version=1743409234257" 204 0 REST 656ab00e-d577-4c16-8436-182c0b26e148 robot-ete 127.0.0.6 - - - - - - - - - 443 - "logType": "access"
2025-03-31 08:20:35.268 [67ea5053cc511a575e27c993afb4e0d0,5e27c993afb4e0d0] [qtp1225114731-26]  INFO [aai-resources,67ea5053cc511a575e27c993afb4e0d0,5e27c993afb4e0d0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:35.281 [67ea5053cc511a575e27c993afb4e0d0,5e27c993afb4e0d0] [qtp1225114731-26] DEBUG [aai-resources,67ea5053cc511a575e27c993afb4e0d0,5e27c993afb4e0d0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ef9a87a2-d53c-4a9b-82ac-83f7b4d90907","status":"200","rqstDate":"250331-08:20:35:268","respDate":"250331-08:20:35:281","sourceId":"haproxy:ef9a87a2-d53c-4a9b-82ac-83f7b4d90907","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:35:268-61792\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d5ed882e-f7b9-4391-8581-5d8dd3c2c601], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ef9a87a2-d53c-4a9b-82ac-83f7b4d90907]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:20:36.386 [67ea505422b33efdd9bf202ca40f5aeb,d9bf202ca40f5aeb] [qtp1225114731-24]  INFO [aai-resources,67ea505422b33efdd9bf202ca40f5aeb,d9bf202ca40f5aeb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:36.395 [67ea505422b33efdd9bf202ca40f5aeb,d9bf202ca40f5aeb] [qtp1225114731-24] DEBUG [aai-resources,67ea505422b33efdd9bf202ca40f5aeb,d9bf202ca40f5aeb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ebd3f22a-15ab-406e-bde8-b6e691324b8e","status":"200","rqstDate":"250331-08:20:36:386","respDate":"250331-08:20:36:395","sourceId":"robot-ete:ebd3f22a-15ab-406e-bde8-b6e691324b8e","resourceId":"http://aai.onap:53939/aai/util/echo?action=long","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:36:386-82906\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7bd01ec3-5236-4db2-af24-fe50cb0c0565], Accept=[application/json], User-Agent=[python-requests/2.29.0], X-Forwarded-Proto=[http], x-transactionid=[ebd3f22a-15ab-406e-bde8-b6e691324b8e], Host=[aai.onap:53939], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53939], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[ebd3f22a-15ab-406e-bde8-b6e691324b8e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:36 +0000] "GET /aai/util/echo?action=long" 200 49 REST ebd3f22a-15ab-406e-bde8-b6e691324b8e robot-ete 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:20:36.434 [67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] [qtp1225114731-26]  INFO [aai-resources,67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:36.440 [67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] [pool-50-thread-1]  INFO [aai-resources,67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] 1 --- [ool-50-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:20:36.440 [67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] [pool-50-thread-1]  INFO [aai-resources,67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] 1 --- [ool-50-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:20:36.440 [67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] [pool-50-thread-1]  INFO [aai-resources,67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] 1 --- [ool-50-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:20:36.441 [67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] [pool-50-thread-1]  INFO [aai-resources,67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] 1 --- [ool-50-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:20:36.445 [67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] [pool-50-thread-1]  INFO [aai-resources,67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] 1 --- [ool-50-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/AAI-HealthCheck-Dummy ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:20:36.446 [67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] [pool-50-thread-1]  INFO [aai-resources,67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] 1 --- [ool-50-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:20:36.447 [67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] [qtp1225114731-26] DEBUG [aai-resources,67ea5054c56fb94091a055e04f87c424,91a055e04f87c424] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2aa0d756-570d-44f1-9724-3f58952541a7","status":"404","rqstDate":"250331-08:20:36:434","respDate":"250331-08:20:36:446","sourceId":"robot-ete:2aa0d756-570d-44f1-9724-3f58952541a7","resourceId":"http://aai.onap:53939/aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:36:434-15074\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[bd832016-9115-46f7-81eb-91cd9eb5d9df], Accept=[application/json], User-Agent=[python-requests/2.29.0], X-Forwarded-Proto=[http], x-transactionid=[2aa0d756-570d-44f1-9724-3f58952541a7], Host=[aai.onap:53939], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53939], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[2aa0d756-570d-44f1-9724-3f58952541a7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:36 +0000] "GET /aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy" 404 337 REST 2aa0d756-570d-44f1-9724-3f58952541a7 robot-ete 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:20:36.510 [67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] [qtp1225114731-24]  INFO [aai-resources,67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:36.517 [67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] [qtp1225114731-24]  INFO [aai-resources,67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:20:36.517 [67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] [qtp1225114731-24]  INFO [aai-resources,67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:20:36.517 [67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] [qtp1225114731-24]  INFO [aai-resources,67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:20:36.517 [67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] [qtp1225114731-24]  INFO [aai-resources,67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:20:36.539 [67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] [qtp1225114731-24]  INFO [aai-resources,67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:20:36.565 [67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] [qtp1225114731-24] DEBUG [aai-resources,67ea5054cbac509ec24be14c9358e6b7,c24be14c9358e6b7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"afe01ccd-2319-4173-93b1-f80a9b195ef2","status":"201","rqstDate":"250331-08:20:36:510","respDate":"250331-08:20:36:565","sourceId":"robot-ete:afe01ccd-2319-4173-93b1-f80a9b195ef2","resourceId":"http://aai.onap:36595/aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:36:510-48364\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[32eef3bb-d972-4575-8ef5-245fa90ab623], Accept=[application/json], User-Agent=[python-requests/2.29.0], X-Forwarded-Proto=[http], x-transactionid=[afe01ccd-2319-4173-93b1-f80a9b195ef2], Host=[aai.onap:36595], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36595], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[71], Content-Type=[application/json], X-ONAP-RequestID=[afe01ccd-2319-4173-93b1-f80a9b195ef2]}\",\"Payload\":\"{\\\"model-invariant-id\\\": \\\"AAI-HealthCheck-Dummy\\\",\\\"model-type\\\": \\\"service\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:20:36:510-48364\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[176312], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:20:36:510-48364]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:36 +0000] "PUT /aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy" 201 0 REST afe01ccd-2319-4173-93b1-f80a9b195ef2 robot-ete 127.0.0.6 - - - - - - - - - 58 - "logType": "access"
2025-03-31 08:20:36.622 [67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] [qtp1225114731-26]  INFO [aai-resources,67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:36.628 [67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] [pool-51-thread-1]  INFO [aai-resources,67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] 1 --- [ool-51-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:20:36.629 [67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] [pool-51-thread-1]  INFO [aai-resources,67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] 1 --- [ool-51-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:20:36.629 [67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] [pool-51-thread-1]  INFO [aai-resources,67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] 1 --- [ool-51-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:20:36.629 [67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] [pool-51-thread-1]  INFO [aai-resources,67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] 1 --- [ool-51-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:20:36.647 [67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] [pool-51-thread-1]  INFO [aai-resources,67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] 1 --- [ool-51-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:20:36.648 [67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] [qtp1225114731-26] DEBUG [aai-resources,67ea50546b1d07c7bce2a254121c4bc7,bce2a254121c4bc7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eee1da64-5d97-4ce9-a028-ae7bbe41a837","status":"200","rqstDate":"250331-08:20:36:622","respDate":"250331-08:20:36:647","sourceId":"robot-ete:eee1da64-5d97-4ce9-a028-ae7bbe41a837","resourceId":"http://aai.onap:36595/aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:36:622-88058\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[4943a36b-9174-4395-9ca8-9de7e9e565bd], Accept=[application/json], User-Agent=[python-requests/2.29.0], X-Forwarded-Proto=[http], x-transactionid=[eee1da64-5d97-4ce9-a028-ae7bbe41a837], Host=[aai.onap:36595], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36595], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[eee1da64-5d97-4ce9-a028-ae7bbe41a837]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:36 +0000] "GET /aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy" 200 104 REST eee1da64-5d97-4ce9-a028-ae7bbe41a837 robot-ete 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:20:36.688 [67ea5054b3a64939b664b79983453add,b664b79983453add] [qtp1225114731-24]  INFO [aai-resources,67ea5054b3a64939b664b79983453add,b664b79983453add] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:36.693 [67ea5054b3a64939b664b79983453add,b664b79983453add] [qtp1225114731-24]  INFO [aai-resources,67ea5054b3a64939b664b79983453add,b664b79983453add] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:20:36.693 [67ea5054b3a64939b664b79983453add,b664b79983453add] [qtp1225114731-24]  INFO [aai-resources,67ea5054b3a64939b664b79983453add,b664b79983453add] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:20:36.693 [67ea5054b3a64939b664b79983453add,b664b79983453add] [qtp1225114731-24]  INFO [aai-resources,67ea5054b3a64939b664b79983453add,b664b79983453add] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:20:36.694 [67ea5054b3a64939b664b79983453add,b664b79983453add] [qtp1225114731-24]  INFO [aai-resources,67ea5054b3a64939b664b79983453add,b664b79983453add] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:20:36.732 [67ea5054b3a64939b664b79983453add,b664b79983453add] [qtp1225114731-24]  INFO [aai-resources,67ea5054b3a64939b664b79983453add,b664b79983453add] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:20:37.071 [67ea5054b3a64939b664b79983453add,b664b79983453add] [qtp1225114731-24] DEBUG [aai-resources,67ea5054b3a64939b664b79983453add,b664b79983453add] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1160c97d-7d7d-4bd1-9b31-4d1626564fc8","status":"204","rqstDate":"250331-08:20:36:688","respDate":"250331-08:20:37:071","sourceId":"robot-ete:1160c97d-7d7d-4bd1-9b31-4d1626564fc8","resourceId":"http://aai.onap:36595/aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy?resource-version=1743409236516","resourceType":"DELETE","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:36:688-65001\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[094445b6-07ea-4cf1-a6e2-3652bb08c40a], Accept=[application/json], User-Agent=[python-requests/2.29.0], X-Forwarded-Proto=[http], x-transactionid=[1160c97d-7d7d-4bd1-9b31-4d1626564fc8], Host=[aai.onap:36595], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36595], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[0], Content-Type=[application/json], X-ONAP-RequestID=[1160c97d-7d7d-4bd1-9b31-4d1626564fc8]}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:20:36:688-65001\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:20:36:688-65001]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:37 +0000] "DELETE /aai/v19/service-design-and-creation/models/model/AAI-HealthCheck-Dummy?resource-version=1743409236516" 204 0 REST 1160c97d-7d7d-4bd1-9b31-4d1626564fc8 robot-ete 127.0.0.6 - - - - - - - - - 388 - "logType": "access"
2025-03-31 08:20:37.299 [67ea50553726c9f49d92e3348f38cc3b,9d92e3348f38cc3b] [qtp1225114731-26]  INFO [aai-resources,67ea50553726c9f49d92e3348f38cc3b,9d92e3348f38cc3b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:37.320 [67ea50553726c9f49d92e3348f38cc3b,9d92e3348f38cc3b] [qtp1225114731-26] DEBUG [aai-resources,67ea50553726c9f49d92e3348f38cc3b,9d92e3348f38cc3b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"97f25502-e42f-497a-bfbe-0fa7341ee634","status":"200","rqstDate":"250331-08:20:37:300","respDate":"250331-08:20:37:320","sourceId":"haproxy:97f25502-e42f-497a-bfbe-0fa7341ee634","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:37:300-65055\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c6f9bc5e-381d-40d4-a1f3-fefae6fe374a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[97f25502-e42f-497a-bfbe-0fa7341ee634]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 34 - "logType": "access"
2025-03-31 08:20:39.328 [67ea50579aa1c269bd3b98278dba2002,bd3b98278dba2002] [qtp1225114731-24]  INFO [aai-resources,67ea50579aa1c269bd3b98278dba2002,bd3b98278dba2002] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:39.339 [67ea50579aa1c269bd3b98278dba2002,bd3b98278dba2002] [qtp1225114731-24] DEBUG [aai-resources,67ea50579aa1c269bd3b98278dba2002,bd3b98278dba2002] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a6de08eb-c32c-45ba-8999-dd1a2899b9e6","status":"200","rqstDate":"250331-08:20:39:329","respDate":"250331-08:20:39:339","sourceId":"haproxy:a6de08eb-c32c-45ba-8999-dd1a2899b9e6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:39:329-85111\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1dc5757f-e808-4d40-a0fd-24e984d51166], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a6de08eb-c32c-45ba-8999-dd1a2899b9e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:20:41.346 [67ea5059ab76b7449f2a63ceeb2dc1e8,9f2a63ceeb2dc1e8] [qtp1225114731-26]  INFO [aai-resources,67ea5059ab76b7449f2a63ceeb2dc1e8,9f2a63ceeb2dc1e8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:41.359 [67ea5059ab76b7449f2a63ceeb2dc1e8,9f2a63ceeb2dc1e8] [qtp1225114731-26] DEBUG [aai-resources,67ea5059ab76b7449f2a63ceeb2dc1e8,9f2a63ceeb2dc1e8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"06515ec6-a98c-41e5-b2c3-24380473f4c1","status":"200","rqstDate":"250331-08:20:41:346","respDate":"250331-08:20:41:359","sourceId":"haproxy:06515ec6-a98c-41e5-b2c3-24380473f4c1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:41:346-68278\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5070d929-24aa-47d9-87aa-9a86c3353a14], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[06515ec6-a98c-41e5-b2c3-24380473f4c1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:20:43.366 [67ea505b6023ab573438bfbf63ac7987,3438bfbf63ac7987] [qtp1225114731-24]  INFO [aai-resources,67ea505b6023ab573438bfbf63ac7987,3438bfbf63ac7987] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:43.379 [67ea505b6023ab573438bfbf63ac7987,3438bfbf63ac7987] [qtp1225114731-24] DEBUG [aai-resources,67ea505b6023ab573438bfbf63ac7987,3438bfbf63ac7987] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8d3eaca8-9922-4a48-be93-e63c2df4ea7c","status":"200","rqstDate":"250331-08:20:43:366","respDate":"250331-08:20:43:379","sourceId":"haproxy:8d3eaca8-9922-4a48-be93-e63c2df4ea7c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:43:366-33767\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ff0029a5-c71e-4cdc-aa3b-0a6779ad1d1c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8d3eaca8-9922-4a48-be93-e63c2df4ea7c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:20:45.114 [67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] [qtp1225114731-26]  INFO [aai-resources,67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:45.120 [67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] [pool-52-thread-1]  INFO [aai-resources,67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] 1 --- [ool-52-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:20:45.120 [67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] [pool-52-thread-1]  INFO [aai-resources,67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] 1 --- [ool-52-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:20:45.120 [67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] [pool-52-thread-1]  INFO [aai-resources,67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] 1 --- [ool-52-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:20:45.121 [67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] [pool-52-thread-1]  INFO [aai-resources,67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] 1 --- [ool-52-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:20:45.386 [67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] [pool-52-thread-1]  INFO [aai-resources,67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] 1 --- [ool-52-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:20:45.387 [67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] [qtp1225114731-26] DEBUG [aai-resources,67ea505dc1cf76dea3f9edd776612add,a3f9edd776612add] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f74cd58d-4e1c-41a3-9bcb-534703919840","status":"200","rqstDate":"250331-08:20:45:114","respDate":"250331-08:20:45:387","sourceId":"robot-ete:f74cd58d-4e1c-41a3-9bcb-534703919840","resourceId":"http://aai.onap:53939/aai/v16/service-design-and-creation/models","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:45:114-59519\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[dc4fca8f-bed5-413a-891f-cca203b42456], Accept=[application/json], User-Agent=[python-requests/2.29.0], X-Forwarded-Proto=[http], x-transactionid=[f74cd58d-4e1c-41a3-9bcb-534703919840], Host=[aai.onap:53939], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53939], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[f74cd58d-4e1c-41a3-9bcb-534703919840]}\"}"}
2025-03-31 08:20:45.387 [67ea505d4df70411354a1e84132b08e7,354a1e84132b08e7] [qtp1225114731-20]  INFO [aai-resources,67ea505d4df70411354a1e84132b08e7,354a1e84132b08e7] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
127.0.0.6 - - [31/Mar/2025:08:20:45 +0000] "GET /aai/v16/service-design-and-creation/models" 200 220533 REST f74cd58d-4e1c-41a3-9bcb-534703919840 robot-ete 127.0.0.6 - - - - - - - - - 284 - "logType": "access"
2025-03-31 08:20:45.407 [67ea505d4df70411354a1e84132b08e7,354a1e84132b08e7] [qtp1225114731-20] DEBUG [aai-resources,67ea505d4df70411354a1e84132b08e7,354a1e84132b08e7] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fc63d442-282a-4905-878c-c4d24d3bae9b","status":"200","rqstDate":"250331-08:20:45:388","respDate":"250331-08:20:45:407","sourceId":"haproxy:fc63d442-282a-4905-878c-c4d24d3bae9b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:45:388-56953\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cd2c341f-040a-4e2a-9836-328802183cbe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fc63d442-282a-4905-878c-c4d24d3bae9b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:20:47.413 [67ea505f6c13f3ff9f40dfb6fd37d3ff,9f40dfb6fd37d3ff] [qtp1225114731-22]  INFO [aai-resources,67ea505f6c13f3ff9f40dfb6fd37d3ff,9f40dfb6fd37d3ff] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:47.433 [67ea505f6c13f3ff9f40dfb6fd37d3ff,9f40dfb6fd37d3ff] [qtp1225114731-22] DEBUG [aai-resources,67ea505f6c13f3ff9f40dfb6fd37d3ff,9f40dfb6fd37d3ff] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"25ed21d0-242c-48d2-86aa-b86ef10e99f0","status":"200","rqstDate":"250331-08:20:47:414","respDate":"250331-08:20:47:433","sourceId":"haproxy:25ed21d0-242c-48d2-86aa-b86ef10e99f0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:47:414-3305\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4ad3a925-29f3-494f-8f38-0ce6802e3716], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[25ed21d0-242c-48d2-86aa-b86ef10e99f0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:20:49.439 [67ea5061f8e709e9474de3aa64ddad1e,474de3aa64ddad1e] [qtp1225114731-26]  INFO [aai-resources,67ea5061f8e709e9474de3aa64ddad1e,474de3aa64ddad1e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:49.456 [67ea5061f8e709e9474de3aa64ddad1e,474de3aa64ddad1e] [qtp1225114731-26] DEBUG [aai-resources,67ea5061f8e709e9474de3aa64ddad1e,474de3aa64ddad1e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2347fd80-69e5-4a55-9dca-a94227e6428d","status":"200","rqstDate":"250331-08:20:49:439","respDate":"250331-08:20:49:456","sourceId":"haproxy:2347fd80-69e5-4a55-9dca-a94227e6428d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:20:49:439-24702\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d0803c2d-3d7b-4f09-8c26-0b4c71aa1697], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2347fd80-69e5-4a55-9dca-a94227e6428d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:20:51.464 [67ea50631dd5a9484871cb2b63e5af71,4871cb2b63e5af71] [qtp1225114731-22]  INFO [aai-resources,67ea50631dd5a9484871cb2b63e5af71,4871cb2b63e5af71] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:51.477 [67ea50631dd5a9484871cb2b63e5af71,4871cb2b63e5af71] [qtp1225114731-22] DEBUG [aai-resources,67ea50631dd5a9484871cb2b63e5af71,4871cb2b63e5af71] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"74482c2b-539b-4565-8751-459613de718d","status":"200","rqstDate":"250331-08:20:51:464","respDate":"250331-08:20:51:477","sourceId":"haproxy:74482c2b-539b-4565-8751-459613de718d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:51:464-88608\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[42ad05c9-1981-4505-9d04-bccdd4599718], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[74482c2b-539b-4565-8751-459613de718d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:20:53.485 [67ea5065c7ca065d146ed476f9669d6d,146ed476f9669d6d] [qtp1225114731-26]  INFO [aai-resources,67ea5065c7ca065d146ed476f9669d6d,146ed476f9669d6d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:53.508 [67ea5065c7ca065d146ed476f9669d6d,146ed476f9669d6d] [qtp1225114731-26] DEBUG [aai-resources,67ea5065c7ca065d146ed476f9669d6d,146ed476f9669d6d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"487c4ff6-6e10-4e6d-bc0a-c55a2388377f","status":"200","rqstDate":"250331-08:20:53:485","respDate":"250331-08:20:53:507","sourceId":"haproxy:487c4ff6-6e10-4e6d-bc0a-c55a2388377f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:53:485-4607\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d7cb759c-d5d6-4d1a-816b-9c242777a65d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[487c4ff6-6e10-4e6d-bc0a-c55a2388377f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:20:55.515 [67ea5067ed88281f3a1130ba828491a7,3a1130ba828491a7] [qtp1225114731-22]  INFO [aai-resources,67ea5067ed88281f3a1130ba828491a7,3a1130ba828491a7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:55.525 [67ea5067ed88281f3a1130ba828491a7,3a1130ba828491a7] [qtp1225114731-22] DEBUG [aai-resources,67ea5067ed88281f3a1130ba828491a7,3a1130ba828491a7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fb59d20c-d343-4aaa-882d-767ea003d7bd","status":"200","rqstDate":"250331-08:20:55:515","respDate":"250331-08:20:55:525","sourceId":"haproxy:fb59d20c-d343-4aaa-882d-767ea003d7bd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:55:515-83086\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[15514197-5d5d-4e67-96bb-5b1c99a7d7d8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fb59d20c-d343-4aaa-882d-767ea003d7bd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:20:57.534 [67ea506956251b88ce69d89a370a3cbd,ce69d89a370a3cbd] [qtp1225114731-26]  INFO [aai-resources,67ea506956251b88ce69d89a370a3cbd,ce69d89a370a3cbd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:57.552 [67ea506956251b88ce69d89a370a3cbd,ce69d89a370a3cbd] [qtp1225114731-26] DEBUG [aai-resources,67ea506956251b88ce69d89a370a3cbd,ce69d89a370a3cbd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"76e6f3c1-e490-4310-adbc-f16fde4a1a72","status":"200","rqstDate":"250331-08:20:57:535","respDate":"250331-08:20:57:552","sourceId":"haproxy:76e6f3c1-e490-4310-adbc-f16fde4a1a72","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:20:57:535-63193\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9bf43ee1-97bf-4864-9c0b-4395f5541dfb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[76e6f3c1-e490-4310-adbc-f16fde4a1a72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:20:59.561 [67ea506bf4f145fc677d179864e71186,677d179864e71186] [qtp1225114731-22]  INFO [aai-resources,67ea506bf4f145fc677d179864e71186,677d179864e71186] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:20:59.576 [67ea506bf4f145fc677d179864e71186,677d179864e71186] [qtp1225114731-22] DEBUG [aai-resources,67ea506bf4f145fc677d179864e71186,677d179864e71186] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"218797a1-8acb-4792-a2d6-b32fbc475b13","status":"200","rqstDate":"250331-08:20:59:561","respDate":"250331-08:20:59:576","sourceId":"haproxy:218797a1-8acb-4792-a2d6-b32fbc475b13","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:20:59:561-62909\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7b6cbcea-ddb0-4ba8-b1e3-496d972650e8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[218797a1-8acb-4792-a2d6-b32fbc475b13]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:20:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:21:01.585 [67ea506dc6a39324447fa813d62dc46a,447fa813d62dc46a] [qtp1225114731-26]  INFO [aai-resources,67ea506dc6a39324447fa813d62dc46a,447fa813d62dc46a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:01.596 [67ea506dc6a39324447fa813d62dc46a,447fa813d62dc46a] [qtp1225114731-26] DEBUG [aai-resources,67ea506dc6a39324447fa813d62dc46a,447fa813d62dc46a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d2586f0c-f508-4d85-9946-d23eb64148c1","status":"200","rqstDate":"250331-08:21:01:585","respDate":"250331-08:21:01:596","sourceId":"haproxy:d2586f0c-f508-4d85-9946-d23eb64148c1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:21:01:585-97111\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17e4b888-32b6-48c0-8c9f-153570788895], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d2586f0c-f508-4d85-9946-d23eb64148c1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:21:03.603 [67ea506f5ccceb700bf7c7b9b86b5146,0bf7c7b9b86b5146] [qtp1225114731-22]  INFO [aai-resources,67ea506f5ccceb700bf7c7b9b86b5146,0bf7c7b9b86b5146] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:03.618 [67ea506f5ccceb700bf7c7b9b86b5146,0bf7c7b9b86b5146] [qtp1225114731-22] DEBUG [aai-resources,67ea506f5ccceb700bf7c7b9b86b5146,0bf7c7b9b86b5146] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ce29f9b0-c653-466a-bde5-b142a3585542","status":"200","rqstDate":"250331-08:21:03:603","respDate":"250331-08:21:03:618","sourceId":"haproxy:ce29f9b0-c653-466a-bde5-b142a3585542","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:03:603-74794\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2d608ff9-56d3-4f2c-8d8a-10e6ce9b1d79], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ce29f9b0-c653-466a-bde5-b142a3585542]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:21:05.627 [67ea5071e277e3f88429fc4b4d584439,8429fc4b4d584439] [qtp1225114731-26]  INFO [aai-resources,67ea5071e277e3f88429fc4b4d584439,8429fc4b4d584439] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:05.637 [67ea5071e277e3f88429fc4b4d584439,8429fc4b4d584439] [qtp1225114731-26] DEBUG [aai-resources,67ea5071e277e3f88429fc4b4d584439,8429fc4b4d584439] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1d899039-4ec9-402c-9ffd-f8da32257b01","status":"200","rqstDate":"250331-08:21:05:627","respDate":"250331-08:21:05:637","sourceId":"haproxy:1d899039-4ec9-402c-9ffd-f8da32257b01","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:05:627-94529\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f20dfef3-9e16-4fad-a01f-5e874778a674], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1d899039-4ec9-402c-9ffd-f8da32257b01]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:21:07.644 [67ea5073e52a6c38b61ade554560cc1a,b61ade554560cc1a] [qtp1225114731-22]  INFO [aai-resources,67ea5073e52a6c38b61ade554560cc1a,b61ade554560cc1a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:07.658 [67ea5073e52a6c38b61ade554560cc1a,b61ade554560cc1a] [qtp1225114731-22] DEBUG [aai-resources,67ea5073e52a6c38b61ade554560cc1a,b61ade554560cc1a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f3084027-4ceb-4642-b901-0359ffd56ff8","status":"200","rqstDate":"250331-08:21:07:644","respDate":"250331-08:21:07:658","sourceId":"haproxy:f3084027-4ceb-4642-b901-0359ffd56ff8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:21:07:644-81983\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2f5c8d84-3904-4e9f-a8ea-1bd3cd073a1e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f3084027-4ceb-4642-b901-0359ffd56ff8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:21:09.666 [67ea50758a53028ab839a6cf4fae116e,b839a6cf4fae116e] [qtp1225114731-26]  INFO [aai-resources,67ea50758a53028ab839a6cf4fae116e,b839a6cf4fae116e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:09.678 [67ea50758a53028ab839a6cf4fae116e,b839a6cf4fae116e] [qtp1225114731-26] DEBUG [aai-resources,67ea50758a53028ab839a6cf4fae116e,b839a6cf4fae116e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4bc22191-9ced-4a8c-bdee-371241936bf1","status":"200","rqstDate":"250331-08:21:09:666","respDate":"250331-08:21:09:678","sourceId":"haproxy:4bc22191-9ced-4a8c-bdee-371241936bf1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:09:666-11118\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a4d80721-04e9-4bc1-8d60-600cc53324cd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4bc22191-9ced-4a8c-bdee-371241936bf1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:21:11.684 [67ea50771b34f29e5f89ab2a44fa92fc,5f89ab2a44fa92fc] [qtp1225114731-22]  INFO [aai-resources,67ea50771b34f29e5f89ab2a44fa92fc,5f89ab2a44fa92fc] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:11.699 [67ea50771b34f29e5f89ab2a44fa92fc,5f89ab2a44fa92fc] [qtp1225114731-22] DEBUG [aai-resources,67ea50771b34f29e5f89ab2a44fa92fc,5f89ab2a44fa92fc] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bb00415c-3ea0-4cb7-874a-642778e99b17","status":"200","rqstDate":"250331-08:21:11:685","respDate":"250331-08:21:11:699","sourceId":"haproxy:bb00415c-3ea0-4cb7-874a-642778e99b17","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:21:11:685-54152\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e3818f62-2871-4ffa-8c20-6d6a399c308f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bb00415c-3ea0-4cb7-874a-642778e99b17]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:21:13.707 [67ea507931c835cb458d2d6231757eb4,458d2d6231757eb4] [qtp1225114731-26]  INFO [aai-resources,67ea507931c835cb458d2d6231757eb4,458d2d6231757eb4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:13.722 [67ea507931c835cb458d2d6231757eb4,458d2d6231757eb4] [qtp1225114731-26] DEBUG [aai-resources,67ea507931c835cb458d2d6231757eb4,458d2d6231757eb4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"10379ccc-829b-42ba-bc57-f31e93d7d938","status":"200","rqstDate":"250331-08:21:13:707","respDate":"250331-08:21:13:721","sourceId":"haproxy:10379ccc-829b-42ba-bc57-f31e93d7d938","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:13:707-7958\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[56976677-356c-4c1f-8dc1-66beb10f220f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[10379ccc-829b-42ba-bc57-f31e93d7d938]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:21:15.728 [67ea507b218a4f2d8ff496c72d75cb17,8ff496c72d75cb17] [qtp1225114731-22]  INFO [aai-resources,67ea507b218a4f2d8ff496c72d75cb17,8ff496c72d75cb17] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:15.742 [67ea507b218a4f2d8ff496c72d75cb17,8ff496c72d75cb17] [qtp1225114731-22] DEBUG [aai-resources,67ea507b218a4f2d8ff496c72d75cb17,8ff496c72d75cb17] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3dd8803f-ac3c-40b8-bbea-cabd45d573f1","status":"200","rqstDate":"250331-08:21:15:729","respDate":"250331-08:21:15:742","sourceId":"haproxy:3dd8803f-ac3c-40b8-bbea-cabd45d573f1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:21:15:729-81817\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a35791f4-91d0-460f-903a-dedef262be44], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3dd8803f-ac3c-40b8-bbea-cabd45d573f1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:21:17.750 [67ea507d6540e08540a74a4f68ac3909,40a74a4f68ac3909] [qtp1225114731-24]  INFO [aai-resources,67ea507d6540e08540a74a4f68ac3909,40a74a4f68ac3909] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:17.762 [67ea507d6540e08540a74a4f68ac3909,40a74a4f68ac3909] [qtp1225114731-24] DEBUG [aai-resources,67ea507d6540e08540a74a4f68ac3909,40a74a4f68ac3909] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b3145c3c-fbf1-48f4-8efc-93b615af1743","status":"200","rqstDate":"250331-08:21:17:750","respDate":"250331-08:21:17:762","sourceId":"haproxy:b3145c3c-fbf1-48f4-8efc-93b615af1743","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:21:17:750-27808\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4203a92b-c7cb-4b65-953d-c90f47007194], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b3145c3c-fbf1-48f4-8efc-93b615af1743]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:21:19.770 [67ea507f5e46084c3cceff5d0c5b887c,3cceff5d0c5b887c] [qtp1225114731-22]  INFO [aai-resources,67ea507f5e46084c3cceff5d0c5b887c,3cceff5d0c5b887c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:19.783 [67ea507f5e46084c3cceff5d0c5b887c,3cceff5d0c5b887c] [qtp1225114731-22] DEBUG [aai-resources,67ea507f5e46084c3cceff5d0c5b887c,3cceff5d0c5b887c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4581e395-c0ea-4a10-9fb1-d93ce6da589a","status":"200","rqstDate":"250331-08:21:19:770","respDate":"250331-08:21:19:783","sourceId":"haproxy:4581e395-c0ea-4a10-9fb1-d93ce6da589a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:21:19:770-64923\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0497e5e3-b9c3-435d-ab88-7ad138e7d066], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4581e395-c0ea-4a10-9fb1-d93ce6da589a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:21:21.791 [67ea50814fa49928cad6a560d6e5a321,cad6a560d6e5a321] [qtp1225114731-24]  INFO [aai-resources,67ea50814fa49928cad6a560d6e5a321,cad6a560d6e5a321] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:21.804 [67ea50814fa49928cad6a560d6e5a321,cad6a560d6e5a321] [qtp1225114731-24] DEBUG [aai-resources,67ea50814fa49928cad6a560d6e5a321,cad6a560d6e5a321] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d82b46c9-b89f-41be-b4f6-eb590561e2bd","status":"200","rqstDate":"250331-08:21:21:791","respDate":"250331-08:21:21:804","sourceId":"haproxy:d82b46c9-b89f-41be-b4f6-eb590561e2bd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:21:21:791-68446\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1afcef0c-304b-41d5-8641-3aeac50e9e5d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d82b46c9-b89f-41be-b4f6-eb590561e2bd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:21:23.812 [67ea5083bdbd1931b1e9aea4543e6633,b1e9aea4543e6633] [qtp1225114731-22]  INFO [aai-resources,67ea5083bdbd1931b1e9aea4543e6633,b1e9aea4543e6633] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:23.828 [67ea5083bdbd1931b1e9aea4543e6633,b1e9aea4543e6633] [qtp1225114731-22] DEBUG [aai-resources,67ea5083bdbd1931b1e9aea4543e6633,b1e9aea4543e6633] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ba4602b6-fc87-41a6-a5ba-c4f5a9478d15","status":"200","rqstDate":"250331-08:21:23:812","respDate":"250331-08:21:23:828","sourceId":"haproxy:ba4602b6-fc87-41a6-a5ba-c4f5a9478d15","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:23:812-44675\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5972ef2d-d333-456e-8033-52433653f1eb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ba4602b6-fc87-41a6-a5ba-c4f5a9478d15]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:21:25.836 [67ea508525ba47d3287eda2185ab8471,287eda2185ab8471] [qtp1225114731-24]  INFO [aai-resources,67ea508525ba47d3287eda2185ab8471,287eda2185ab8471] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:25.851 [67ea508525ba47d3287eda2185ab8471,287eda2185ab8471] [qtp1225114731-24] DEBUG [aai-resources,67ea508525ba47d3287eda2185ab8471,287eda2185ab8471] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4bd6fceb-0717-4962-9695-60a854d5bca7","status":"200","rqstDate":"250331-08:21:25:836","respDate":"250331-08:21:25:851","sourceId":"haproxy:4bd6fceb-0717-4962-9695-60a854d5bca7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:25:836-1578\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[304a0901-9bcb-45a9-9a9e-d1a9b7079e89], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4bd6fceb-0717-4962-9695-60a854d5bca7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:21:27.857 [67ea508772e816cc6f0b8089779dae21,6f0b8089779dae21] [qtp1225114731-22]  INFO [aai-resources,67ea508772e816cc6f0b8089779dae21,6f0b8089779dae21] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:27.871 [67ea508772e816cc6f0b8089779dae21,6f0b8089779dae21] [qtp1225114731-22] DEBUG [aai-resources,67ea508772e816cc6f0b8089779dae21,6f0b8089779dae21] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4b98f7ef-c852-4e7a-993c-13ebf15f2cc5","status":"200","rqstDate":"250331-08:21:27:857","respDate":"250331-08:21:27:871","sourceId":"haproxy:4b98f7ef-c852-4e7a-993c-13ebf15f2cc5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:21:27:857-73113\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[af1fac87-694a-4768-b2c2-931e936eb5ea], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4b98f7ef-c852-4e7a-993c-13ebf15f2cc5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:21:29.878 [67ea5089d0646b94a451e25ac2f84e9d,a451e25ac2f84e9d] [qtp1225114731-24]  INFO [aai-resources,67ea5089d0646b94a451e25ac2f84e9d,a451e25ac2f84e9d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:29.891 [67ea5089d0646b94a451e25ac2f84e9d,a451e25ac2f84e9d] [qtp1225114731-24] DEBUG [aai-resources,67ea5089d0646b94a451e25ac2f84e9d,a451e25ac2f84e9d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7662bb72-85ed-4170-8efb-8f2a1e3b021e","status":"200","rqstDate":"250331-08:21:29:878","respDate":"250331-08:21:29:891","sourceId":"haproxy:7662bb72-85ed-4170-8efb-8f2a1e3b021e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:29:878-16926\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9b0a6b30-cc12-4e77-b31a-b0be691bf0de], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7662bb72-85ed-4170-8efb-8f2a1e3b021e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:21:31.901 [67ea508b551a583b0ce37dcafb98df73,0ce37dcafb98df73] [qtp1225114731-22]  INFO [aai-resources,67ea508b551a583b0ce37dcafb98df73,0ce37dcafb98df73] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:31.914 [67ea508b551a583b0ce37dcafb98df73,0ce37dcafb98df73] [qtp1225114731-22] DEBUG [aai-resources,67ea508b551a583b0ce37dcafb98df73,0ce37dcafb98df73] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f653b413-3aa9-4f74-b659-227834ea1c0c","status":"200","rqstDate":"250331-08:21:31:901","respDate":"250331-08:21:31:914","sourceId":"haproxy:f653b413-3aa9-4f74-b659-227834ea1c0c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:21:31:901-90445\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[23df0dd7-8fb3-4bad-b33d-af472e0f3ab6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f653b413-3aa9-4f74-b659-227834ea1c0c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:21:33.921 [67ea508d4acf1793705fa56852d3edcb,705fa56852d3edcb] [qtp1225114731-24]  INFO [aai-resources,67ea508d4acf1793705fa56852d3edcb,705fa56852d3edcb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:33.935 [67ea508d4acf1793705fa56852d3edcb,705fa56852d3edcb] [qtp1225114731-24] DEBUG [aai-resources,67ea508d4acf1793705fa56852d3edcb,705fa56852d3edcb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"982ba5f6-c9f0-4578-b6f2-c163e6285c91","status":"200","rqstDate":"250331-08:21:33:921","respDate":"250331-08:21:33:935","sourceId":"haproxy:982ba5f6-c9f0-4578-b6f2-c163e6285c91","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:33:921-70929\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[debf31a2-8bc3-4a3b-9f57-2ba64934e36f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[982ba5f6-c9f0-4578-b6f2-c163e6285c91]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:21:35.942 [67ea508f32c38c499f12730f3fa41238,9f12730f3fa41238] [qtp1225114731-22]  INFO [aai-resources,67ea508f32c38c499f12730f3fa41238,9f12730f3fa41238] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:35.953 [67ea508f32c38c499f12730f3fa41238,9f12730f3fa41238] [qtp1225114731-22] DEBUG [aai-resources,67ea508f32c38c499f12730f3fa41238,9f12730f3fa41238] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5236731b-2f37-4ebf-9831-e6fe755f8489","status":"200","rqstDate":"250331-08:21:35:943","respDate":"250331-08:21:35:953","sourceId":"haproxy:5236731b-2f37-4ebf-9831-e6fe755f8489","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:35:943-53361\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2215343c-0840-441b-af25-5104a29050d7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5236731b-2f37-4ebf-9831-e6fe755f8489]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:21:37.961 [67ea5091cbfd97d94c93e7100b7a1516,4c93e7100b7a1516] [qtp1225114731-24]  INFO [aai-resources,67ea5091cbfd97d94c93e7100b7a1516,4c93e7100b7a1516] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:37.974 [67ea5091cbfd97d94c93e7100b7a1516,4c93e7100b7a1516] [qtp1225114731-24] DEBUG [aai-resources,67ea5091cbfd97d94c93e7100b7a1516,4c93e7100b7a1516] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c04c0ce-ff0d-4011-a878-74b4c0faf6bd","status":"200","rqstDate":"250331-08:21:37:961","respDate":"250331-08:21:37:974","sourceId":"haproxy:3c04c0ce-ff0d-4011-a878-74b4c0faf6bd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:21:37:961-76457\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6535410b-b1b7-49fb-8485-4ce21620b6e9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c04c0ce-ff0d-4011-a878-74b4c0faf6bd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:21:39.981 [67ea5093cb49df10b8a33c45b7280610,b8a33c45b7280610] [qtp1225114731-22]  INFO [aai-resources,67ea5093cb49df10b8a33c45b7280610,b8a33c45b7280610] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:39.992 [67ea5093cb49df10b8a33c45b7280610,b8a33c45b7280610] [qtp1225114731-22] DEBUG [aai-resources,67ea5093cb49df10b8a33c45b7280610,b8a33c45b7280610] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4df310ee-2dbd-40c0-93d4-4fad94721e03","status":"200","rqstDate":"250331-08:21:39:982","respDate":"250331-08:21:39:992","sourceId":"haproxy:4df310ee-2dbd-40c0-93d4-4fad94721e03","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:39:982-14252\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a85d0c43-b9c9-470a-a626-160690fff42c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4df310ee-2dbd-40c0-93d4-4fad94721e03]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:21:41.999 [67ea5095e93f6be18994fe758317f317,8994fe758317f317] [qtp1225114731-24]  INFO [aai-resources,67ea5095e93f6be18994fe758317f317,8994fe758317f317] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:42.019 [67ea5095e93f6be18994fe758317f317,8994fe758317f317] [qtp1225114731-24] DEBUG [aai-resources,67ea5095e93f6be18994fe758317f317,8994fe758317f317] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eecd22de-e764-427a-a9a1-c893adacea5b","status":"200","rqstDate":"250331-08:21:41:999","respDate":"250331-08:21:42:019","sourceId":"haproxy:eecd22de-e764-427a-a9a1-c893adacea5b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:21:41:999-16488\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6fefc637-55a6-476e-b239-df0952d497b3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eecd22de-e764-427a-a9a1-c893adacea5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:21:44.026 [67ea5098dbb5ac9e04c43f4225f61da9,04c43f4225f61da9] [qtp1225114731-22]  INFO [aai-resources,67ea5098dbb5ac9e04c43f4225f61da9,04c43f4225f61da9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:44.038 [67ea5098dbb5ac9e04c43f4225f61da9,04c43f4225f61da9] [qtp1225114731-22] DEBUG [aai-resources,67ea5098dbb5ac9e04c43f4225f61da9,04c43f4225f61da9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bb0c581e-bb63-4e91-a1b6-8bf0607175d9","status":"200","rqstDate":"250331-08:21:44:026","respDate":"250331-08:21:44:038","sourceId":"haproxy:bb0c581e-bb63-4e91-a1b6-8bf0607175d9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:44:026-81491\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[42e14183-8588-462b-810c-a2f387ac8eba], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bb0c581e-bb63-4e91-a1b6-8bf0607175d9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:21:46.049 [67ea509ae3587dac0e730323a2f81d66,0e730323a2f81d66] [qtp1225114731-24]  INFO [aai-resources,67ea509ae3587dac0e730323a2f81d66,0e730323a2f81d66] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:46.063 [67ea509ae3587dac0e730323a2f81d66,0e730323a2f81d66] [qtp1225114731-24] DEBUG [aai-resources,67ea509ae3587dac0e730323a2f81d66,0e730323a2f81d66] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"203315b6-1c0c-48ea-b1f2-deb169d592fd","status":"200","rqstDate":"250331-08:21:46:049","respDate":"250331-08:21:46:062","sourceId":"haproxy:203315b6-1c0c-48ea-b1f2-deb169d592fd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:46:049-38815\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7de19fd8-cec4-47c9-a70d-eee58d96b877], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[203315b6-1c0c-48ea-b1f2-deb169d592fd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:21:48.069 [67ea509c5d7b2dc6f065196d5686aed6,f065196d5686aed6] [qtp1225114731-22]  INFO [aai-resources,67ea509c5d7b2dc6f065196d5686aed6,f065196d5686aed6] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:48.078 [67ea509c5d7b2dc6f065196d5686aed6,f065196d5686aed6] [qtp1225114731-22] DEBUG [aai-resources,67ea509c5d7b2dc6f065196d5686aed6,f065196d5686aed6] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b1d98856-1ad2-49cc-91ae-8923dd663622","status":"200","rqstDate":"250331-08:21:48:069","respDate":"250331-08:21:48:078","sourceId":"haproxy:b1d98856-1ad2-49cc-91ae-8923dd663622","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:21:48:069-38151\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[255b2c4f-b461-431f-bc86-199b6c847d58], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b1d98856-1ad2-49cc-91ae-8923dd663622]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:21:50.084 [67ea509e45cac6be8c73c96221fcbb29,8c73c96221fcbb29] [qtp1225114731-24]  INFO [aai-resources,67ea509e45cac6be8c73c96221fcbb29,8c73c96221fcbb29] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:50.098 [67ea509e45cac6be8c73c96221fcbb29,8c73c96221fcbb29] [qtp1225114731-24] DEBUG [aai-resources,67ea509e45cac6be8c73c96221fcbb29,8c73c96221fcbb29] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"65b804ee-7da4-446e-bb9e-47518de388f8","status":"200","rqstDate":"250331-08:21:50:084","respDate":"250331-08:21:50:098","sourceId":"haproxy:65b804ee-7da4-446e-bb9e-47518de388f8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:21:50:084-5958\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3fde5399-a886-485c-a45c-daff4a09de48], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[65b804ee-7da4-446e-bb9e-47518de388f8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:21:52.106 [67ea50a09d15fb727d1383463675a1e0,7d1383463675a1e0] [qtp1225114731-22]  INFO [aai-resources,67ea50a09d15fb727d1383463675a1e0,7d1383463675a1e0] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:52.125 [67ea50a09d15fb727d1383463675a1e0,7d1383463675a1e0] [qtp1225114731-22] DEBUG [aai-resources,67ea50a09d15fb727d1383463675a1e0,7d1383463675a1e0] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"65970d09-413a-49e5-8bb6-9c4a77804f8b","status":"200","rqstDate":"250331-08:21:52:107","respDate":"250331-08:21:52:125","sourceId":"haproxy:65970d09-413a-49e5-8bb6-9c4a77804f8b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:21:52:107-79463\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b2bc87af-c4a8-48b5-bd65-7a9e1566796e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[65970d09-413a-49e5-8bb6-9c4a77804f8b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:21:54.131 [67ea50a24bdc7063dfddd463002ad369,dfddd463002ad369] [qtp1225114731-24]  INFO [aai-resources,67ea50a24bdc7063dfddd463002ad369,dfddd463002ad369] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:54.146 [67ea50a24bdc7063dfddd463002ad369,dfddd463002ad369] [qtp1225114731-24] DEBUG [aai-resources,67ea50a24bdc7063dfddd463002ad369,dfddd463002ad369] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ab473b2f-89bf-48a2-a9ce-771bf452145e","status":"200","rqstDate":"250331-08:21:54:132","respDate":"250331-08:21:54:146","sourceId":"haproxy:ab473b2f-89bf-48a2-a9ce-771bf452145e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:21:54:132-70650\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9778c793-aae1-44ff-97be-583125012bf5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ab473b2f-89bf-48a2-a9ce-771bf452145e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:21:56.153 [67ea50a47662615b6567746916d49419,6567746916d49419] [qtp1225114731-22]  INFO [aai-resources,67ea50a47662615b6567746916d49419,6567746916d49419] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:56.170 [67ea50a47662615b6567746916d49419,6567746916d49419] [qtp1225114731-22] DEBUG [aai-resources,67ea50a47662615b6567746916d49419,6567746916d49419] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f65648b6-de66-409a-ae8a-8988996df7a1","status":"200","rqstDate":"250331-08:21:56:154","respDate":"250331-08:21:56:170","sourceId":"haproxy:f65648b6-de66-409a-ae8a-8988996df7a1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:21:56:154-38680\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a8acf9cd-959d-4b1a-abba-09dfd626d2e9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f65648b6-de66-409a-ae8a-8988996df7a1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:21:58.178 [67ea50a6ac7901658c45bad81ecb4247,8c45bad81ecb4247] [qtp1225114731-24]  INFO [aai-resources,67ea50a6ac7901658c45bad81ecb4247,8c45bad81ecb4247] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:21:58.194 [67ea50a6ac7901658c45bad81ecb4247,8c45bad81ecb4247] [qtp1225114731-24] DEBUG [aai-resources,67ea50a6ac7901658c45bad81ecb4247,8c45bad81ecb4247] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"41b94879-17a4-450c-b60c-c4ee2b56797f","status":"200","rqstDate":"250331-08:21:58:178","respDate":"250331-08:21:58:194","sourceId":"haproxy:41b94879-17a4-450c-b60c-c4ee2b56797f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:21:58:178-10599\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0f3aa4ee-04a4-421b-8856-53ecbe0b1e91], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[41b94879-17a4-450c-b60c-c4ee2b56797f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:21:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:22:00.202 [67ea50a8fcd359c75272479249792a59,5272479249792a59] [qtp1225114731-22]  INFO [aai-resources,67ea50a8fcd359c75272479249792a59,5272479249792a59] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:00.223 [67ea50a8fcd359c75272479249792a59,5272479249792a59] [qtp1225114731-22] DEBUG [aai-resources,67ea50a8fcd359c75272479249792a59,5272479249792a59] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dda8be74-795f-4161-bf45-5a53d29358dc","status":"200","rqstDate":"250331-08:22:00:203","respDate":"250331-08:22:00:223","sourceId":"haproxy:dda8be74-795f-4161-bf45-5a53d29358dc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:00:203-67083\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e2bcfed4-55ab-4cf9-a82a-731d1ecd24eb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dda8be74-795f-4161-bf45-5a53d29358dc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:22:02.231 [67ea50aaf0fa8bada2f65bb3937f255c,a2f65bb3937f255c] [qtp1225114731-24]  INFO [aai-resources,67ea50aaf0fa8bada2f65bb3937f255c,a2f65bb3937f255c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:02.246 [67ea50aaf0fa8bada2f65bb3937f255c,a2f65bb3937f255c] [qtp1225114731-24] DEBUG [aai-resources,67ea50aaf0fa8bada2f65bb3937f255c,a2f65bb3937f255c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"20752ee1-772c-4c66-866f-bb6231d8284b","status":"200","rqstDate":"250331-08:22:02:231","respDate":"250331-08:22:02:246","sourceId":"haproxy:20752ee1-772c-4c66-866f-bb6231d8284b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:02:231-26728\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5603563d-801e-4b30-a189-bf4cb44ca138], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[20752ee1-772c-4c66-866f-bb6231d8284b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:22:04.253 [67ea50ace459ea702377c8849ab7bdad,2377c8849ab7bdad] [qtp1225114731-22]  INFO [aai-resources,67ea50ace459ea702377c8849ab7bdad,2377c8849ab7bdad] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:04.268 [67ea50ace459ea702377c8849ab7bdad,2377c8849ab7bdad] [qtp1225114731-22] DEBUG [aai-resources,67ea50ace459ea702377c8849ab7bdad,2377c8849ab7bdad] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b64e2593-c040-41eb-8344-c1038869cdcb","status":"200","rqstDate":"250331-08:22:04:253","respDate":"250331-08:22:04:267","sourceId":"haproxy:b64e2593-c040-41eb-8344-c1038869cdcb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:04:253-9502\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f82df3f9-8c9c-489b-8f13-26a11f3b7dd1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b64e2593-c040-41eb-8344-c1038869cdcb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:22:06.277 [67ea50ae1628a7974e32451301c9c316,4e32451301c9c316] [qtp1225114731-24]  INFO [aai-resources,67ea50ae1628a7974e32451301c9c316,4e32451301c9c316] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:06.291 [67ea50ae1628a7974e32451301c9c316,4e32451301c9c316] [qtp1225114731-24] DEBUG [aai-resources,67ea50ae1628a7974e32451301c9c316,4e32451301c9c316] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c67cb703-4d37-4c52-adfe-beacc09e3d90","status":"200","rqstDate":"250331-08:22:06:278","respDate":"250331-08:22:06:291","sourceId":"haproxy:c67cb703-4d37-4c52-adfe-beacc09e3d90","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:06:278-50909\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8d8031c3-e233-4f33-84e7-777e237bfbd2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c67cb703-4d37-4c52-adfe-beacc09e3d90]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:22:08.300 [67ea50b0209219ebb206171678fc2da6,b206171678fc2da6] [qtp1225114731-22]  INFO [aai-resources,67ea50b0209219ebb206171678fc2da6,b206171678fc2da6] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:08.320 [67ea50b0209219ebb206171678fc2da6,b206171678fc2da6] [qtp1225114731-22] DEBUG [aai-resources,67ea50b0209219ebb206171678fc2da6,b206171678fc2da6] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"569e7533-1e5b-4ff3-adae-eac373f2e6d8","status":"200","rqstDate":"250331-08:22:08:300","respDate":"250331-08:22:08:320","sourceId":"haproxy:569e7533-1e5b-4ff3-adae-eac373f2e6d8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:22:08:300-3878\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7aa17a6d-5b97-4f04-a449-2e56ca5c1009], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[569e7533-1e5b-4ff3-adae-eac373f2e6d8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:22:10.327 [67ea50b2b9430e201d83747838498d49,1d83747838498d49] [qtp1225114731-24]  INFO [aai-resources,67ea50b2b9430e201d83747838498d49,1d83747838498d49] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:10.337 [67ea50b2b9430e201d83747838498d49,1d83747838498d49] [qtp1225114731-24] DEBUG [aai-resources,67ea50b2b9430e201d83747838498d49,1d83747838498d49] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a5b26402-7cad-4b8b-ab02-3c9c049178a2","status":"200","rqstDate":"250331-08:22:10:327","respDate":"250331-08:22:10:337","sourceId":"haproxy:a5b26402-7cad-4b8b-ab02-3c9c049178a2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:22:10:327-97275\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e28b6038-f81a-49cd-87f0-e4b8434d439b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a5b26402-7cad-4b8b-ab02-3c9c049178a2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:22:12.345 [67ea50b4aef1af0d8c5f0f59c984cac3,8c5f0f59c984cac3] [qtp1225114731-22]  INFO [aai-resources,67ea50b4aef1af0d8c5f0f59c984cac3,8c5f0f59c984cac3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:12.360 [67ea50b4aef1af0d8c5f0f59c984cac3,8c5f0f59c984cac3] [qtp1225114731-22] DEBUG [aai-resources,67ea50b4aef1af0d8c5f0f59c984cac3,8c5f0f59c984cac3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"762335f3-9356-44f1-8b41-d29882082703","status":"200","rqstDate":"250331-08:22:12:345","respDate":"250331-08:22:12:359","sourceId":"haproxy:762335f3-9356-44f1-8b41-d29882082703","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:12:345-2578\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4a4022f8-087b-4ce7-89de-ee02ae2af2de], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[762335f3-9356-44f1-8b41-d29882082703]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:22:14.367 [67ea50b63d5d91472d79d4ddbbf9030e,2d79d4ddbbf9030e] [qtp1225114731-24]  INFO [aai-resources,67ea50b63d5d91472d79d4ddbbf9030e,2d79d4ddbbf9030e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:14.382 [67ea50b63d5d91472d79d4ddbbf9030e,2d79d4ddbbf9030e] [qtp1225114731-24] DEBUG [aai-resources,67ea50b63d5d91472d79d4ddbbf9030e,2d79d4ddbbf9030e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1d4d2864-8f12-43f6-9639-d910e135f062","status":"200","rqstDate":"250331-08:22:14:368","respDate":"250331-08:22:14:381","sourceId":"haproxy:1d4d2864-8f12-43f6-9639-d910e135f062","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:14:368-76897\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fb4ccd45-e6eb-4a3d-8a8b-670178e8d8fe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1d4d2864-8f12-43f6-9639-d910e135f062]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:22:16.390 [67ea50b8b946253fb17812d3d2a56c1a,b17812d3d2a56c1a] [qtp1225114731-22]  INFO [aai-resources,67ea50b8b946253fb17812d3d2a56c1a,b17812d3d2a56c1a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:16.402 [67ea50b8b946253fb17812d3d2a56c1a,b17812d3d2a56c1a] [qtp1225114731-22] DEBUG [aai-resources,67ea50b8b946253fb17812d3d2a56c1a,b17812d3d2a56c1a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3d44f7f0-1c3b-4aa1-9937-9330c16d8950","status":"200","rqstDate":"250331-08:22:16:390","respDate":"250331-08:22:16:402","sourceId":"haproxy:3d44f7f0-1c3b-4aa1-9937-9330c16d8950","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:22:16:390-18372\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[254645ee-5584-47d8-9aac-aafebf5729f1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3d44f7f0-1c3b-4aa1-9937-9330c16d8950]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:22:18.409 [67ea50ba88ba1164099252c8bcd37898,099252c8bcd37898] [qtp1225114731-24]  INFO [aai-resources,67ea50ba88ba1164099252c8bcd37898,099252c8bcd37898] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:18.423 [67ea50ba88ba1164099252c8bcd37898,099252c8bcd37898] [qtp1225114731-24] DEBUG [aai-resources,67ea50ba88ba1164099252c8bcd37898,099252c8bcd37898] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c83e242b-eb9b-4df5-be6f-44c0b239be8c","status":"200","rqstDate":"250331-08:22:18:409","respDate":"250331-08:22:18:423","sourceId":"haproxy:c83e242b-eb9b-4df5-be6f-44c0b239be8c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:18:409-26172\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c90dae3-d2cc-4927-839c-2735f1261d44], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c83e242b-eb9b-4df5-be6f-44c0b239be8c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:22:20.430 [67ea50bcfb1408348914127f17aaa588,8914127f17aaa588] [qtp1225114731-22]  INFO [aai-resources,67ea50bcfb1408348914127f17aaa588,8914127f17aaa588] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:20.443 [67ea50bcfb1408348914127f17aaa588,8914127f17aaa588] [qtp1225114731-22] DEBUG [aai-resources,67ea50bcfb1408348914127f17aaa588,8914127f17aaa588] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bbeb137b-0b0c-41c7-898f-cb8a2bce1c15","status":"200","rqstDate":"250331-08:22:20:431","respDate":"250331-08:22:20:443","sourceId":"haproxy:bbeb137b-0b0c-41c7-898f-cb8a2bce1c15","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:22:20:431-99627\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d0456146-e5cd-4a46-9738-8ce848b591a1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bbeb137b-0b0c-41c7-898f-cb8a2bce1c15]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:22:22.451 [67ea50be3db8d76f84dcd3b81ff90cf5,84dcd3b81ff90cf5] [qtp1225114731-24]  INFO [aai-resources,67ea50be3db8d76f84dcd3b81ff90cf5,84dcd3b81ff90cf5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:22.466 [67ea50be3db8d76f84dcd3b81ff90cf5,84dcd3b81ff90cf5] [qtp1225114731-24] DEBUG [aai-resources,67ea50be3db8d76f84dcd3b81ff90cf5,84dcd3b81ff90cf5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"523bcfdb-411f-4414-ae3e-22545277b520","status":"200","rqstDate":"250331-08:22:22:451","respDate":"250331-08:22:22:466","sourceId":"haproxy:523bcfdb-411f-4414-ae3e-22545277b520","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:22:22:451-74487\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b1bdf8a7-91f6-4058-8c0a-3cf147416d63], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[523bcfdb-411f-4414-ae3e-22545277b520]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:22:24.473 [67ea50c0684b926c0db300a7384583b6,0db300a7384583b6] [qtp1225114731-22]  INFO [aai-resources,67ea50c0684b926c0db300a7384583b6,0db300a7384583b6] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:24.492 [67ea50c0684b926c0db300a7384583b6,0db300a7384583b6] [qtp1225114731-22] DEBUG [aai-resources,67ea50c0684b926c0db300a7384583b6,0db300a7384583b6] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4fa22c4-20f0-42ee-bb75-2f536e305c05","status":"200","rqstDate":"250331-08:22:24:473","respDate":"250331-08:22:24:492","sourceId":"haproxy:e4fa22c4-20f0-42ee-bb75-2f536e305c05","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:22:24:473-59691\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dbc20c35-5541-4567-adaa-8a4c788a3a76], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e4fa22c4-20f0-42ee-bb75-2f536e305c05]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:22:26.500 [67ea50c298ea2ba35ebbdb2a8cff058c,5ebbdb2a8cff058c] [qtp1225114731-24]  INFO [aai-resources,67ea50c298ea2ba35ebbdb2a8cff058c,5ebbdb2a8cff058c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:26.515 [67ea50c298ea2ba35ebbdb2a8cff058c,5ebbdb2a8cff058c] [qtp1225114731-24] DEBUG [aai-resources,67ea50c298ea2ba35ebbdb2a8cff058c,5ebbdb2a8cff058c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d84c2e48-b1ed-4b9f-bafd-a43e04b53ae3","status":"200","rqstDate":"250331-08:22:26:500","respDate":"250331-08:22:26:514","sourceId":"haproxy:d84c2e48-b1ed-4b9f-bafd-a43e04b53ae3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:22:26:500-13449\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9c01bd39-6c74-46b7-8c96-02016774a267], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d84c2e48-b1ed-4b9f-bafd-a43e04b53ae3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:22:28.522 [67ea50c450ca5948300dfffc1025c440,300dfffc1025c440] [qtp1225114731-22]  INFO [aai-resources,67ea50c450ca5948300dfffc1025c440,300dfffc1025c440] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:28.537 [67ea50c450ca5948300dfffc1025c440,300dfffc1025c440] [qtp1225114731-22] DEBUG [aai-resources,67ea50c450ca5948300dfffc1025c440,300dfffc1025c440] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e22a073e-b56c-4a5c-8570-3d31e1ea3f43","status":"200","rqstDate":"250331-08:22:28:522","respDate":"250331-08:22:28:537","sourceId":"haproxy:e22a073e-b56c-4a5c-8570-3d31e1ea3f43","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:22:28:522-42530\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e58e6a0c-1197-45d5-a0b5-4bb5493e54fe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e22a073e-b56c-4a5c-8570-3d31e1ea3f43]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:22:30.544 [67ea50c616b8cc5e4774cfd8edd47df1,4774cfd8edd47df1] [qtp1225114731-24]  INFO [aai-resources,67ea50c616b8cc5e4774cfd8edd47df1,4774cfd8edd47df1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:30.559 [67ea50c616b8cc5e4774cfd8edd47df1,4774cfd8edd47df1] [qtp1225114731-24] DEBUG [aai-resources,67ea50c616b8cc5e4774cfd8edd47df1,4774cfd8edd47df1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"268cd8fa-bada-4618-944b-9fcbc08c961a","status":"200","rqstDate":"250331-08:22:30:544","respDate":"250331-08:22:30:558","sourceId":"haproxy:268cd8fa-bada-4618-944b-9fcbc08c961a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:22:30:544-43801\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[82bf2476-1922-421d-87f3-2de1dc2461ec], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[268cd8fa-bada-4618-944b-9fcbc08c961a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:22:32.566 [67ea50c8ced2dccf6f11c31febe74772,6f11c31febe74772] [qtp1225114731-22]  INFO [aai-resources,67ea50c8ced2dccf6f11c31febe74772,6f11c31febe74772] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:32.578 [67ea50c8ced2dccf6f11c31febe74772,6f11c31febe74772] [qtp1225114731-22] DEBUG [aai-resources,67ea50c8ced2dccf6f11c31febe74772,6f11c31febe74772] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"601e0285-3ecc-4a3f-9f40-34e87bf09155","status":"200","rqstDate":"250331-08:22:32:566","respDate":"250331-08:22:32:577","sourceId":"haproxy:601e0285-3ecc-4a3f-9f40-34e87bf09155","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:22:32:566-38059\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6e78de59-de4a-4c20-b808-940b680acae0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[601e0285-3ecc-4a3f-9f40-34e87bf09155]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:22:34.584 [67ea50cad4bfc26de40c7bf2904c4b59,e40c7bf2904c4b59] [qtp1225114731-24]  INFO [aai-resources,67ea50cad4bfc26de40c7bf2904c4b59,e40c7bf2904c4b59] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:34.597 [67ea50cad4bfc26de40c7bf2904c4b59,e40c7bf2904c4b59] [qtp1225114731-24] DEBUG [aai-resources,67ea50cad4bfc26de40c7bf2904c4b59,e40c7bf2904c4b59] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bb5cefc6-13ad-44f6-a7b9-52a10139eae0","status":"200","rqstDate":"250331-08:22:34:585","respDate":"250331-08:22:34:596","sourceId":"haproxy:bb5cefc6-13ad-44f6-a7b9-52a10139eae0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:34:585-81826\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[653be7b8-e50c-4d21-a292-56d856729ec0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bb5cefc6-13ad-44f6-a7b9-52a10139eae0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:22:36.604 [67ea50cc4e4f17ca7aedc68b7627dc9e,7aedc68b7627dc9e] [qtp1225114731-22]  INFO [aai-resources,67ea50cc4e4f17ca7aedc68b7627dc9e,7aedc68b7627dc9e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:36.618 [67ea50cc4e4f17ca7aedc68b7627dc9e,7aedc68b7627dc9e] [qtp1225114731-22] DEBUG [aai-resources,67ea50cc4e4f17ca7aedc68b7627dc9e,7aedc68b7627dc9e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"10280578-df34-4f32-993e-0d81ee1cfc7f","status":"200","rqstDate":"250331-08:22:36:604","respDate":"250331-08:22:36:617","sourceId":"haproxy:10280578-df34-4f32-993e-0d81ee1cfc7f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:22:36:604-2777\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[430bcfbe-c037-4ac6-b363-b28cabc8f1ef], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[10280578-df34-4f32-993e-0d81ee1cfc7f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:22:38.626 [67ea50cebae197ae93be67c098fdcb13,93be67c098fdcb13] [qtp1225114731-24]  INFO [aai-resources,67ea50cebae197ae93be67c098fdcb13,93be67c098fdcb13] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:38.643 [67ea50cebae197ae93be67c098fdcb13,93be67c098fdcb13] [qtp1225114731-24] DEBUG [aai-resources,67ea50cebae197ae93be67c098fdcb13,93be67c098fdcb13] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f95e251-1f38-4fbb-9acf-19c441a06078","status":"200","rqstDate":"250331-08:22:38:626","respDate":"250331-08:22:38:643","sourceId":"haproxy:0f95e251-1f38-4fbb-9acf-19c441a06078","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:22:38:626-56989\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5bddc576-e124-4916-adcb-38554c587c21], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0f95e251-1f38-4fbb-9acf-19c441a06078]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:22:40.650 [67ea50d0fdd2e93a1c1306554b600796,1c1306554b600796] [qtp1225114731-22]  INFO [aai-resources,67ea50d0fdd2e93a1c1306554b600796,1c1306554b600796] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:40.661 [67ea50d0fdd2e93a1c1306554b600796,1c1306554b600796] [qtp1225114731-22] DEBUG [aai-resources,67ea50d0fdd2e93a1c1306554b600796,1c1306554b600796] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cb808181-a5f4-427b-a72b-6019eae9c522","status":"200","rqstDate":"250331-08:22:40:650","respDate":"250331-08:22:40:661","sourceId":"haproxy:cb808181-a5f4-427b-a72b-6019eae9c522","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:40:650-68101\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7230ec28-cac5-4435-aaae-801524b2e55d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cb808181-a5f4-427b-a72b-6019eae9c522]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:22:42.668 [67ea50d23b95691f4b0baeec8344da03,4b0baeec8344da03] [qtp1225114731-24]  INFO [aai-resources,67ea50d23b95691f4b0baeec8344da03,4b0baeec8344da03] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:42.679 [67ea50d23b95691f4b0baeec8344da03,4b0baeec8344da03] [qtp1225114731-24] DEBUG [aai-resources,67ea50d23b95691f4b0baeec8344da03,4b0baeec8344da03] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"33e5de73-2131-44bc-ace9-0eb8f3c8ccbb","status":"200","rqstDate":"250331-08:22:42:668","respDate":"250331-08:22:42:679","sourceId":"haproxy:33e5de73-2131-44bc-ace9-0eb8f3c8ccbb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:22:42:668-20079\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a4e1f21b-a5a0-45e1-be54-537e615a6aa7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[33e5de73-2131-44bc-ace9-0eb8f3c8ccbb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:22:44.687 [67ea50d48a6afec8b7365cd44e222a34,b7365cd44e222a34] [qtp1225114731-22]  INFO [aai-resources,67ea50d48a6afec8b7365cd44e222a34,b7365cd44e222a34] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:44.699 [67ea50d48a6afec8b7365cd44e222a34,b7365cd44e222a34] [qtp1225114731-22] DEBUG [aai-resources,67ea50d48a6afec8b7365cd44e222a34,b7365cd44e222a34] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"39c0e81a-51a9-4756-b6a2-32da7774dd1e","status":"200","rqstDate":"250331-08:22:44:687","respDate":"250331-08:22:44:699","sourceId":"haproxy:39c0e81a-51a9-4756-b6a2-32da7774dd1e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:22:44:687-44011\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8f00e07c-a9af-4f87-84ec-6b69f8db32c0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[39c0e81a-51a9-4756-b6a2-32da7774dd1e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:22:46.706 [67ea50d61e980065acc1c7b81c556615,acc1c7b81c556615] [qtp1225114731-24]  INFO [aai-resources,67ea50d61e980065acc1c7b81c556615,acc1c7b81c556615] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:46.718 [67ea50d61e980065acc1c7b81c556615,acc1c7b81c556615] [qtp1225114731-24] DEBUG [aai-resources,67ea50d61e980065acc1c7b81c556615,acc1c7b81c556615] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"61e4bca7-b918-4960-9b19-9d4e118dc3d1","status":"200","rqstDate":"250331-08:22:46:706","respDate":"250331-08:22:46:718","sourceId":"haproxy:61e4bca7-b918-4960-9b19-9d4e118dc3d1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:22:46:706-32803\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[08ecf96a-ab62-4a14-bb31-1aa5ce229683], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[61e4bca7-b918-4960-9b19-9d4e118dc3d1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:22:48.725 [67ea50d867d360da7e31df871d76f5ce,7e31df871d76f5ce] [qtp1225114731-22]  INFO [aai-resources,67ea50d867d360da7e31df871d76f5ce,7e31df871d76f5ce] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:48.736 [67ea50d867d360da7e31df871d76f5ce,7e31df871d76f5ce] [qtp1225114731-22] DEBUG [aai-resources,67ea50d867d360da7e31df871d76f5ce,7e31df871d76f5ce] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3cd5b6b6-82a0-45e2-bf3a-507e9587540f","status":"200","rqstDate":"250331-08:22:48:725","respDate":"250331-08:22:48:735","sourceId":"haproxy:3cd5b6b6-82a0-45e2-bf3a-507e9587540f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:48:725-31416\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[003d8bee-b675-41a6-b473-5ee21888d47c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3cd5b6b6-82a0-45e2-bf3a-507e9587540f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:22:50.742 [67ea50da7819d6d367bec82218dcaddc,67bec82218dcaddc] [qtp1225114731-24]  INFO [aai-resources,67ea50da7819d6d367bec82218dcaddc,67bec82218dcaddc] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:50.761 [67ea50da7819d6d367bec82218dcaddc,67bec82218dcaddc] [qtp1225114731-24] DEBUG [aai-resources,67ea50da7819d6d367bec82218dcaddc,67bec82218dcaddc] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0edf6b0d-d481-4416-a77d-9ce205c47b1d","status":"200","rqstDate":"250331-08:22:50:742","respDate":"250331-08:22:50:760","sourceId":"haproxy:0edf6b0d-d481-4416-a77d-9ce205c47b1d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:22:50:742-47045\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a3e7a9fa-1940-4dcd-b06c-1439d15dff6f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0edf6b0d-d481-4416-a77d-9ce205c47b1d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:22:52.767 [67ea50dc0d8c5ec81c54d7e9f6b63ddd,1c54d7e9f6b63ddd] [qtp1225114731-22]  INFO [aai-resources,67ea50dc0d8c5ec81c54d7e9f6b63ddd,1c54d7e9f6b63ddd] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:52.784 [67ea50dc0d8c5ec81c54d7e9f6b63ddd,1c54d7e9f6b63ddd] [qtp1225114731-22] DEBUG [aai-resources,67ea50dc0d8c5ec81c54d7e9f6b63ddd,1c54d7e9f6b63ddd] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"599cfc7c-f79e-4ee6-bee2-12b2c4fd887a","status":"200","rqstDate":"250331-08:22:52:768","respDate":"250331-08:22:52:784","sourceId":"haproxy:599cfc7c-f79e-4ee6-bee2-12b2c4fd887a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:22:52:768-47795\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9e7fec10-8157-4f06-9464-3b9f234815ee], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[599cfc7c-f79e-4ee6-bee2-12b2c4fd887a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:22:54.791 [67ea50de2316addf09aae2f38b6d636b,09aae2f38b6d636b] [qtp1225114731-24]  INFO [aai-resources,67ea50de2316addf09aae2f38b6d636b,09aae2f38b6d636b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:54.808 [67ea50de2316addf09aae2f38b6d636b,09aae2f38b6d636b] [qtp1225114731-24] DEBUG [aai-resources,67ea50de2316addf09aae2f38b6d636b,09aae2f38b6d636b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"93b3f038-c045-4bad-80d6-4db9102e8af1","status":"200","rqstDate":"250331-08:22:54:792","respDate":"250331-08:22:54:808","sourceId":"haproxy:93b3f038-c045-4bad-80d6-4db9102e8af1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:54:792-70256\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[361c4e76-5f55-4de6-85ef-6cba1ef963fc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[93b3f038-c045-4bad-80d6-4db9102e8af1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:22:56.815 [67ea50e0a79832ea46f4de619b331753,46f4de619b331753] [qtp1225114731-22]  INFO [aai-resources,67ea50e0a79832ea46f4de619b331753,46f4de619b331753] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:56.830 [67ea50e0a79832ea46f4de619b331753,46f4de619b331753] [qtp1225114731-22] DEBUG [aai-resources,67ea50e0a79832ea46f4de619b331753,46f4de619b331753] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1ab79a45-4d24-4d7f-a62a-c541ffb97f7b","status":"200","rqstDate":"250331-08:22:56:816","respDate":"250331-08:22:56:829","sourceId":"haproxy:1ab79a45-4d24-4d7f-a62a-c541ffb97f7b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:22:56:816-51535\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[78f4fc13-1c34-4425-9607-6b09ea6965a2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1ab79a45-4d24-4d7f-a62a-c541ffb97f7b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:22:58.837 [67ea50e26f9cdb5e0aa61b499a6ed2e3,0aa61b499a6ed2e3] [qtp1225114731-24]  INFO [aai-resources,67ea50e26f9cdb5e0aa61b499a6ed2e3,0aa61b499a6ed2e3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:22:58.848 [67ea50e26f9cdb5e0aa61b499a6ed2e3,0aa61b499a6ed2e3] [qtp1225114731-24] DEBUG [aai-resources,67ea50e26f9cdb5e0aa61b499a6ed2e3,0aa61b499a6ed2e3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"174c341d-8244-4610-ae75-202e4051af0d","status":"200","rqstDate":"250331-08:22:58:838","respDate":"250331-08:22:58:848","sourceId":"haproxy:174c341d-8244-4610-ae75-202e4051af0d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:22:58:838-96630\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[566aae67-f3a3-43a0-a1cd-b9ad13c38e10], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[174c341d-8244-4610-ae75-202e4051af0d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:22:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:23:00.855 [67ea50e46e7ca059555c76b90c32c8e1,555c76b90c32c8e1] [qtp1225114731-22]  INFO [aai-resources,67ea50e46e7ca059555c76b90c32c8e1,555c76b90c32c8e1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:00.870 [67ea50e46e7ca059555c76b90c32c8e1,555c76b90c32c8e1] [qtp1225114731-22] DEBUG [aai-resources,67ea50e46e7ca059555c76b90c32c8e1,555c76b90c32c8e1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"472338f3-486e-42f7-8844-f339dcd7c166","status":"200","rqstDate":"250331-08:23:00:855","respDate":"250331-08:23:00:870","sourceId":"haproxy:472338f3-486e-42f7-8844-f339dcd7c166","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:23:00:855-50363\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0580f9b6-9121-4bd6-9c05-f634854cc458], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[472338f3-486e-42f7-8844-f339dcd7c166]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:23:02.876 [67ea50e628d5ab614f8cec0d358cf8c2,4f8cec0d358cf8c2] [qtp1225114731-24]  INFO [aai-resources,67ea50e628d5ab614f8cec0d358cf8c2,4f8cec0d358cf8c2] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:02.886 [67ea50e628d5ab614f8cec0d358cf8c2,4f8cec0d358cf8c2] [qtp1225114731-24] DEBUG [aai-resources,67ea50e628d5ab614f8cec0d358cf8c2,4f8cec0d358cf8c2] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3f016568-fb94-458c-b5d8-cadd4b32076f","status":"200","rqstDate":"250331-08:23:02:876","respDate":"250331-08:23:02:886","sourceId":"haproxy:3f016568-fb94-458c-b5d8-cadd4b32076f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:23:02:876-97626\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1c277c7d-3d6f-4c1e-b91c-6b4a6e341c09], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3f016568-fb94-458c-b5d8-cadd4b32076f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:23:04.893 [67ea50e8310740d5e4c909f93369ed54,e4c909f93369ed54] [qtp1225114731-22]  INFO [aai-resources,67ea50e8310740d5e4c909f93369ed54,e4c909f93369ed54] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:04.913 [67ea50e8310740d5e4c909f93369ed54,e4c909f93369ed54] [qtp1225114731-22] DEBUG [aai-resources,67ea50e8310740d5e4c909f93369ed54,e4c909f93369ed54] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"edaa3985-c64a-43d5-9c72-7a38f8660ec4","status":"200","rqstDate":"250331-08:23:04:893","respDate":"250331-08:23:04:912","sourceId":"haproxy:edaa3985-c64a-43d5-9c72-7a38f8660ec4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:23:04:893-37904\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4109c8d2-1ac6-4c9f-89a8-a8ff765b9ba9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[edaa3985-c64a-43d5-9c72-7a38f8660ec4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:23:06.919 [67ea50ea9080da0d00db5808d8d28054,00db5808d8d28054] [qtp1225114731-24]  INFO [aai-resources,67ea50ea9080da0d00db5808d8d28054,00db5808d8d28054] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:06.931 [67ea50ea9080da0d00db5808d8d28054,00db5808d8d28054] [qtp1225114731-24] DEBUG [aai-resources,67ea50ea9080da0d00db5808d8d28054,00db5808d8d28054] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b77bfdd0-aa30-40d5-8e4a-de4faf22259e","status":"200","rqstDate":"250331-08:23:06:920","respDate":"250331-08:23:06:931","sourceId":"haproxy:b77bfdd0-aa30-40d5-8e4a-de4faf22259e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:06:920-4727\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d0dbd8e8-8c08-4d45-9f1e-d9925131cee3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b77bfdd0-aa30-40d5-8e4a-de4faf22259e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:23:08.939 [67ea50ecb2a2c73b02fd6f9739b51c49,02fd6f9739b51c49] [qtp1225114731-22]  INFO [aai-resources,67ea50ecb2a2c73b02fd6f9739b51c49,02fd6f9739b51c49] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:08.953 [67ea50ecb2a2c73b02fd6f9739b51c49,02fd6f9739b51c49] [qtp1225114731-22] DEBUG [aai-resources,67ea50ecb2a2c73b02fd6f9739b51c49,02fd6f9739b51c49] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5f91d647-31de-40f9-ad17-3f8c4714ad89","status":"200","rqstDate":"250331-08:23:08:939","respDate":"250331-08:23:08:953","sourceId":"haproxy:5f91d647-31de-40f9-ad17-3f8c4714ad89","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:23:08:939-30874\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[46cd8d9d-8dfe-4151-80f7-350f3b4d69fe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5f91d647-31de-40f9-ad17-3f8c4714ad89]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:23:10.959 [67ea50eedabd08c498f5af4e9b6ea518,98f5af4e9b6ea518] [qtp1225114731-24]  INFO [aai-resources,67ea50eedabd08c498f5af4e9b6ea518,98f5af4e9b6ea518] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:10.973 [67ea50eedabd08c498f5af4e9b6ea518,98f5af4e9b6ea518] [qtp1225114731-24] DEBUG [aai-resources,67ea50eedabd08c498f5af4e9b6ea518,98f5af4e9b6ea518] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"72fd4cbb-7347-47e9-8bcb-7c33cac1e018","status":"200","rqstDate":"250331-08:23:10:959","respDate":"250331-08:23:10:972","sourceId":"haproxy:72fd4cbb-7347-47e9-8bcb-7c33cac1e018","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:10:959-41984\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e81afcf6-b720-4846-a416-4e697cc72cf6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[72fd4cbb-7347-47e9-8bcb-7c33cac1e018]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:23:12.978 [67ea50f0109b50d0219693004baa1dad,219693004baa1dad] [qtp1225114731-22]  INFO [aai-resources,67ea50f0109b50d0219693004baa1dad,219693004baa1dad] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:12.994 [67ea50f0109b50d0219693004baa1dad,219693004baa1dad] [qtp1225114731-22] DEBUG [aai-resources,67ea50f0109b50d0219693004baa1dad,219693004baa1dad] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"308e63db-b67e-4717-8c05-2812e3e631c3","status":"200","rqstDate":"250331-08:23:12:979","respDate":"250331-08:23:12:994","sourceId":"haproxy:308e63db-b67e-4717-8c05-2812e3e631c3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:12:979-79895\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[022b604a-a8a7-44cc-ad6e-ea90f4a387bd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[308e63db-b67e-4717-8c05-2812e3e631c3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:23:15.001 [67ea50f304df9b744b0a0c0869bf6c9d,4b0a0c0869bf6c9d] [qtp1225114731-24]  INFO [aai-resources,67ea50f304df9b744b0a0c0869bf6c9d,4b0a0c0869bf6c9d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:15.011 [67ea50f304df9b744b0a0c0869bf6c9d,4b0a0c0869bf6c9d] [qtp1225114731-24] DEBUG [aai-resources,67ea50f304df9b744b0a0c0869bf6c9d,4b0a0c0869bf6c9d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1e67bc36-3d6f-4a91-93a7-959f617d358a","status":"200","rqstDate":"250331-08:23:15:001","respDate":"250331-08:23:15:011","sourceId":"haproxy:1e67bc36-3d6f-4a91-93a7-959f617d358a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:15:001-45174\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f30a9942-8d80-4e57-b2e4-830f51f3cf11], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1e67bc36-3d6f-4a91-93a7-959f617d358a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:23:17.018 [67ea50f51c7c2afbcb305c120c4af653,cb305c120c4af653] [qtp1225114731-22]  INFO [aai-resources,67ea50f51c7c2afbcb305c120c4af653,cb305c120c4af653] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:17.030 [67ea50f51c7c2afbcb305c120c4af653,cb305c120c4af653] [qtp1225114731-22] DEBUG [aai-resources,67ea50f51c7c2afbcb305c120c4af653,cb305c120c4af653] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"17728b2f-4e97-41d9-81a6-01dff3ef16c4","status":"200","rqstDate":"250331-08:23:17:018","respDate":"250331-08:23:17:030","sourceId":"haproxy:17728b2f-4e97-41d9-81a6-01dff3ef16c4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:23:17:018-68477\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3993b098-2941-411e-ab8f-f4f7826a399f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[17728b2f-4e97-41d9-81a6-01dff3ef16c4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:23:19.036 [67ea50f7b3a7e10f777224ca47905168,777224ca47905168] [qtp1225114731-24]  INFO [aai-resources,67ea50f7b3a7e10f777224ca47905168,777224ca47905168] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:19.051 [67ea50f7b3a7e10f777224ca47905168,777224ca47905168] [qtp1225114731-24] DEBUG [aai-resources,67ea50f7b3a7e10f777224ca47905168,777224ca47905168] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c733174-7974-4274-ac63-99b5608b5772","status":"200","rqstDate":"250331-08:23:19:037","respDate":"250331-08:23:19:051","sourceId":"haproxy:8c733174-7974-4274-ac63-99b5608b5772","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:23:19:037-13710\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8727dfb0-7d2b-4966-bfb7-af48f23f4a25], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8c733174-7974-4274-ac63-99b5608b5772]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:23:21.057 [67ea50f9fab76bd38b32c7d66c03fca3,8b32c7d66c03fca3] [qtp1225114731-22]  INFO [aai-resources,67ea50f9fab76bd38b32c7d66c03fca3,8b32c7d66c03fca3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:21.068 [67ea50f9fab76bd38b32c7d66c03fca3,8b32c7d66c03fca3] [qtp1225114731-22] DEBUG [aai-resources,67ea50f9fab76bd38b32c7d66c03fca3,8b32c7d66c03fca3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"247ebb03-929b-49d7-8875-3d9dc0636c78","status":"200","rqstDate":"250331-08:23:21:057","respDate":"250331-08:23:21:067","sourceId":"haproxy:247ebb03-929b-49d7-8875-3d9dc0636c78","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:21:057-9314\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fdd90bb1-d3d9-4afc-944a-432e89b27e0f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[247ebb03-929b-49d7-8875-3d9dc0636c78]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:23:23.074 [67ea50fbb841480394caae5508b984aa,94caae5508b984aa] [qtp1225114731-24]  INFO [aai-resources,67ea50fbb841480394caae5508b984aa,94caae5508b984aa] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:23.087 [67ea50fbb841480394caae5508b984aa,94caae5508b984aa] [qtp1225114731-24] DEBUG [aai-resources,67ea50fbb841480394caae5508b984aa,94caae5508b984aa] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e1e955a8-7aa5-4f78-a67c-f05eafbb4851","status":"200","rqstDate":"250331-08:23:23:074","respDate":"250331-08:23:23:087","sourceId":"haproxy:e1e955a8-7aa5-4f78-a67c-f05eafbb4851","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:23:074-72041\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5cb2d2d1-8507-45eb-9f7a-c380cc53bfc4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e1e955a8-7aa5-4f78-a67c-f05eafbb4851]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:23:25.094 [67ea50fdeb0077257546a6cc896c1844,7546a6cc896c1844] [qtp1225114731-22]  INFO [aai-resources,67ea50fdeb0077257546a6cc896c1844,7546a6cc896c1844] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:25.105 [67ea50fdeb0077257546a6cc896c1844,7546a6cc896c1844] [qtp1225114731-22] DEBUG [aai-resources,67ea50fdeb0077257546a6cc896c1844,7546a6cc896c1844] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a0b350fa-a391-497d-b8ac-5ba19726914b","status":"200","rqstDate":"250331-08:23:25:094","respDate":"250331-08:23:25:105","sourceId":"haproxy:a0b350fa-a391-497d-b8ac-5ba19726914b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:25:094-65383\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[df5a6fc4-9a10-4e73-a057-81b91f7283a9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a0b350fa-a391-497d-b8ac-5ba19726914b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:23:27.113 [67ea50ff332dfe9791fed685f1ed3838,91fed685f1ed3838] [qtp1225114731-24]  INFO [aai-resources,67ea50ff332dfe9791fed685f1ed3838,91fed685f1ed3838] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:27.130 [67ea50ff332dfe9791fed685f1ed3838,91fed685f1ed3838] [qtp1225114731-24] DEBUG [aai-resources,67ea50ff332dfe9791fed685f1ed3838,91fed685f1ed3838] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9e8730ce-ef42-435d-9280-9e2373de3a0c","status":"200","rqstDate":"250331-08:23:27:113","respDate":"250331-08:23:27:129","sourceId":"haproxy:9e8730ce-ef42-435d-9280-9e2373de3a0c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:23:27:113-54781\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[68a3d0e2-e14f-433d-9c40-0cb6b4d32356], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9e8730ce-ef42-435d-9280-9e2373de3a0c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:23:29.136 [67ea5101e66b3f59f0b007b3f44dc887,f0b007b3f44dc887] [qtp1225114731-22]  INFO [aai-resources,67ea5101e66b3f59f0b007b3f44dc887,f0b007b3f44dc887] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:29.148 [67ea5101e66b3f59f0b007b3f44dc887,f0b007b3f44dc887] [qtp1225114731-22] DEBUG [aai-resources,67ea5101e66b3f59f0b007b3f44dc887,f0b007b3f44dc887] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c4d14359-8db8-4130-a9e6-6405760dd1d8","status":"200","rqstDate":"250331-08:23:29:136","respDate":"250331-08:23:29:148","sourceId":"haproxy:c4d14359-8db8-4130-a9e6-6405760dd1d8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:23:29:136-978\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1213ef8b-4302-4aa5-936f-227092db11e1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c4d14359-8db8-4130-a9e6-6405760dd1d8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:23:31.155 [67ea5103261891a7b7631e28e506ebe6,b7631e28e506ebe6] [qtp1225114731-24]  INFO [aai-resources,67ea5103261891a7b7631e28e506ebe6,b7631e28e506ebe6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:31.172 [67ea5103261891a7b7631e28e506ebe6,b7631e28e506ebe6] [qtp1225114731-24] DEBUG [aai-resources,67ea5103261891a7b7631e28e506ebe6,b7631e28e506ebe6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a5e33eb2-512e-45d6-9018-758b91d38ad3","status":"200","rqstDate":"250331-08:23:31:155","respDate":"250331-08:23:31:172","sourceId":"haproxy:a5e33eb2-512e-45d6-9018-758b91d38ad3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:23:31:155-75082\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[15664be7-ab5a-4f1d-a126-a6dbde7d74e4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a5e33eb2-512e-45d6-9018-758b91d38ad3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:23:33.179 [67ea51052d06e8b5a335d1c13711eeb2,a335d1c13711eeb2] [qtp1225114731-22]  INFO [aai-resources,67ea51052d06e8b5a335d1c13711eeb2,a335d1c13711eeb2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:33.189 [67ea51052d06e8b5a335d1c13711eeb2,a335d1c13711eeb2] [qtp1225114731-22] DEBUG [aai-resources,67ea51052d06e8b5a335d1c13711eeb2,a335d1c13711eeb2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d81abc23-e83c-432d-b3d8-ac117fdf53fa","status":"200","rqstDate":"250331-08:23:33:179","respDate":"250331-08:23:33:189","sourceId":"haproxy:d81abc23-e83c-432d-b3d8-ac117fdf53fa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:33:179-86709\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[26ec57be-aebb-4055-a2d9-426ad5c41ea2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d81abc23-e83c-432d-b3d8-ac117fdf53fa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:23:35.195 [67ea51073a846740672da037abdf1268,672da037abdf1268] [qtp1225114731-24]  INFO [aai-resources,67ea51073a846740672da037abdf1268,672da037abdf1268] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:35.207 [67ea51073a846740672da037abdf1268,672da037abdf1268] [qtp1225114731-24] DEBUG [aai-resources,67ea51073a846740672da037abdf1268,672da037abdf1268] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1167a7c5-6108-433e-bd4d-4615188873c4","status":"200","rqstDate":"250331-08:23:35:195","respDate":"250331-08:23:35:207","sourceId":"haproxy:1167a7c5-6108-433e-bd4d-4615188873c4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:23:35:195-15413\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d28e6fff-3e43-4249-8cc6-075707fd5877], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1167a7c5-6108-433e-bd4d-4615188873c4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:23:37.214 [67ea5109d38e497b84f00c041776390e,84f00c041776390e] [qtp1225114731-22]  INFO [aai-resources,67ea5109d38e497b84f00c041776390e,84f00c041776390e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:37.226 [67ea5109d38e497b84f00c041776390e,84f00c041776390e] [qtp1225114731-22] DEBUG [aai-resources,67ea5109d38e497b84f00c041776390e,84f00c041776390e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f441c212-c83d-44dc-b187-e88e5d8a9599","status":"200","rqstDate":"250331-08:23:37:214","respDate":"250331-08:23:37:226","sourceId":"haproxy:f441c212-c83d-44dc-b187-e88e5d8a9599","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:37:214-15208\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b079261c-f431-41c8-b365-305c9f5126bd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f441c212-c83d-44dc-b187-e88e5d8a9599]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:23:39.233 [67ea510be600651cde0c5336bf72ac34,de0c5336bf72ac34] [qtp1225114731-24]  INFO [aai-resources,67ea510be600651cde0c5336bf72ac34,de0c5336bf72ac34] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:39.246 [67ea510be600651cde0c5336bf72ac34,de0c5336bf72ac34] [qtp1225114731-24] DEBUG [aai-resources,67ea510be600651cde0c5336bf72ac34,de0c5336bf72ac34] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"acc5ebad-aaee-45c1-b240-fbbad3d5b686","status":"200","rqstDate":"250331-08:23:39:234","respDate":"250331-08:23:39:246","sourceId":"haproxy:acc5ebad-aaee-45c1-b240-fbbad3d5b686","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:23:39:234-8860\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[139286d1-870a-46eb-aafa-e2cfbedf777a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[acc5ebad-aaee-45c1-b240-fbbad3d5b686]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:23:41.253 [67ea510d69f625e61fb61d6174db59ae,1fb61d6174db59ae] [qtp1225114731-22]  INFO [aai-resources,67ea510d69f625e61fb61d6174db59ae,1fb61d6174db59ae] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:41.276 [67ea510d69f625e61fb61d6174db59ae,1fb61d6174db59ae] [qtp1225114731-22] DEBUG [aai-resources,67ea510d69f625e61fb61d6174db59ae,1fb61d6174db59ae] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"179d9b5f-f7e9-48ef-a0a0-de41db1f0b66","status":"200","rqstDate":"250331-08:23:41:253","respDate":"250331-08:23:41:276","sourceId":"haproxy:179d9b5f-f7e9-48ef-a0a0-de41db1f0b66","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:23:41:253-95349\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9288a59f-350a-40de-94d3-12492a2dad58], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[179d9b5f-f7e9-48ef-a0a0-de41db1f0b66]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:23:43.284 [67ea510f79683a9c5f1b2f7a802b2bb3,5f1b2f7a802b2bb3] [qtp1225114731-24]  INFO [aai-resources,67ea510f79683a9c5f1b2f7a802b2bb3,5f1b2f7a802b2bb3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:43.295 [67ea510f79683a9c5f1b2f7a802b2bb3,5f1b2f7a802b2bb3] [qtp1225114731-24] DEBUG [aai-resources,67ea510f79683a9c5f1b2f7a802b2bb3,5f1b2f7a802b2bb3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"55949d48-b3a9-4e86-835a-0315e70685d6","status":"200","rqstDate":"250331-08:23:43:284","respDate":"250331-08:23:43:295","sourceId":"haproxy:55949d48-b3a9-4e86-835a-0315e70685d6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:23:43:284-98375\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[feaa0b52-4bf3-4662-89d0-20d2d26e99c9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[55949d48-b3a9-4e86-835a-0315e70685d6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:23:45.302 [67ea5111a4348fd5215976ed0905ed89,215976ed0905ed89] [qtp1225114731-22]  INFO [aai-resources,67ea5111a4348fd5215976ed0905ed89,215976ed0905ed89] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:45.312 [67ea5111a4348fd5215976ed0905ed89,215976ed0905ed89] [qtp1225114731-22] DEBUG [aai-resources,67ea5111a4348fd5215976ed0905ed89,215976ed0905ed89] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ba84930a-e87f-4634-a137-3920987ab3af","status":"200","rqstDate":"250331-08:23:45:303","respDate":"250331-08:23:45:312","sourceId":"haproxy:ba84930a-e87f-4634-a137-3920987ab3af","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:23:45:303-70516\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b3754aad-e4ce-408a-9d1a-9748b107ba54], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ba84930a-e87f-4634-a137-3920987ab3af]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:23:47.320 [67ea511339d83685e8051c7b3f51b537,e8051c7b3f51b537] [qtp1225114731-24]  INFO [aai-resources,67ea511339d83685e8051c7b3f51b537,e8051c7b3f51b537] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:47.333 [67ea511339d83685e8051c7b3f51b537,e8051c7b3f51b537] [qtp1225114731-24] DEBUG [aai-resources,67ea511339d83685e8051c7b3f51b537,e8051c7b3f51b537] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c1d1efd-ca15-41ef-a14b-56bf87dc58cd","status":"200","rqstDate":"250331-08:23:47:320","respDate":"250331-08:23:47:333","sourceId":"haproxy:8c1d1efd-ca15-41ef-a14b-56bf87dc58cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:47:320-41280\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2a7be82d-de6b-4ecc-92da-8a358a71690a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8c1d1efd-ca15-41ef-a14b-56bf87dc58cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:23:49.339 [67ea511585f296f7bd3f576bd674e4a8,bd3f576bd674e4a8] [qtp1225114731-22]  INFO [aai-resources,67ea511585f296f7bd3f576bd674e4a8,bd3f576bd674e4a8] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:49.351 [67ea511585f296f7bd3f576bd674e4a8,bd3f576bd674e4a8] [qtp1225114731-22] DEBUG [aai-resources,67ea511585f296f7bd3f576bd674e4a8,bd3f576bd674e4a8] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6238c60b-b28e-4402-a924-032f7ee90072","status":"200","rqstDate":"250331-08:23:49:340","respDate":"250331-08:23:49:351","sourceId":"haproxy:6238c60b-b28e-4402-a924-032f7ee90072","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:49:340-26694\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fb33e39d-bfd8-459b-8cd0-7b215a672214], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6238c60b-b28e-4402-a924-032f7ee90072]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:23:51.358 [67ea51172a9287c4ee1cb30a6fd093d5,ee1cb30a6fd093d5] [qtp1225114731-24]  INFO [aai-resources,67ea51172a9287c4ee1cb30a6fd093d5,ee1cb30a6fd093d5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:51.368 [67ea51172a9287c4ee1cb30a6fd093d5,ee1cb30a6fd093d5] [qtp1225114731-24] DEBUG [aai-resources,67ea51172a9287c4ee1cb30a6fd093d5,ee1cb30a6fd093d5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"899bf4b9-be39-4702-ae68-472f9091705d","status":"200","rqstDate":"250331-08:23:51:358","respDate":"250331-08:23:51:368","sourceId":"haproxy:899bf4b9-be39-4702-ae68-472f9091705d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:51:358-54567\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c93a4620-5f9a-425f-8374-4c3392bdc70c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[899bf4b9-be39-4702-ae68-472f9091705d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:23:53.374 [67ea5119026660b4e8e62e9dc308d54b,e8e62e9dc308d54b] [qtp1225114731-22]  INFO [aai-resources,67ea5119026660b4e8e62e9dc308d54b,e8e62e9dc308d54b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:53.389 [67ea5119026660b4e8e62e9dc308d54b,e8e62e9dc308d54b] [qtp1225114731-22] DEBUG [aai-resources,67ea5119026660b4e8e62e9dc308d54b,e8e62e9dc308d54b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"23ed6776-fe9c-4ad3-911c-2f6fdee860cb","status":"200","rqstDate":"250331-08:23:53:374","respDate":"250331-08:23:53:389","sourceId":"haproxy:23ed6776-fe9c-4ad3-911c-2f6fdee860cb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:23:53:374-54053\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4a4c9ea4-7625-4e43-bfd9-3cd00c9aac74], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[23ed6776-fe9c-4ad3-911c-2f6fdee860cb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:23:55.397 [67ea511bfc513ebde4d224a9fba0b641,e4d224a9fba0b641] [qtp1225114731-24]  INFO [aai-resources,67ea511bfc513ebde4d224a9fba0b641,e4d224a9fba0b641] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:55.411 [67ea511bfc513ebde4d224a9fba0b641,e4d224a9fba0b641] [qtp1225114731-24] DEBUG [aai-resources,67ea511bfc513ebde4d224a9fba0b641,e4d224a9fba0b641] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b9e209a4-f8fc-40c4-a567-e17248875631","status":"200","rqstDate":"250331-08:23:55:397","respDate":"250331-08:23:55:411","sourceId":"haproxy:b9e209a4-f8fc-40c4-a567-e17248875631","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:55:397-74797\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4150996f-40f7-4313-af18-c25d7129d049], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b9e209a4-f8fc-40c4-a567-e17248875631]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:23:57.420 [67ea511dcce247a4147d379e00854e15,147d379e00854e15] [qtp1225114731-22]  INFO [aai-resources,67ea511dcce247a4147d379e00854e15,147d379e00854e15] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:57.437 [67ea511dcce247a4147d379e00854e15,147d379e00854e15] [qtp1225114731-22] DEBUG [aai-resources,67ea511dcce247a4147d379e00854e15,147d379e00854e15] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eb9fbd64-7321-424b-9d0f-97ce49a8c738","status":"200","rqstDate":"250331-08:23:57:421","respDate":"250331-08:23:57:437","sourceId":"haproxy:eb9fbd64-7321-424b-9d0f-97ce49a8c738","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:23:57:421-3349\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[22e97a03-20ab-44c6-991b-d605003d6f94], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eb9fbd64-7321-424b-9d0f-97ce49a8c738]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:23:59.448 [67ea511f97c302d1e6cd7251055ac078,e6cd7251055ac078] [qtp1225114731-24]  INFO [aai-resources,67ea511f97c302d1e6cd7251055ac078,e6cd7251055ac078] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:23:59.458 [67ea511f97c302d1e6cd7251055ac078,e6cd7251055ac078] [qtp1225114731-24] DEBUG [aai-resources,67ea511f97c302d1e6cd7251055ac078,e6cd7251055ac078] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d31708c8-9490-4d53-9c35-4c82711f4628","status":"200","rqstDate":"250331-08:23:59:448","respDate":"250331-08:23:59:458","sourceId":"haproxy:d31708c8-9490-4d53-9c35-4c82711f4628","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:23:59:448-72173\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e05adc1b-b500-4ded-9326-2ea61f7d674f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d31708c8-9490-4d53-9c35-4c82711f4628]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:23:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:24:01.464 [67ea512199757f8ed4c59715ea0e6d4c,d4c59715ea0e6d4c] [qtp1225114731-22]  INFO [aai-resources,67ea512199757f8ed4c59715ea0e6d4c,d4c59715ea0e6d4c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:01.477 [67ea512199757f8ed4c59715ea0e6d4c,d4c59715ea0e6d4c] [qtp1225114731-22] DEBUG [aai-resources,67ea512199757f8ed4c59715ea0e6d4c,d4c59715ea0e6d4c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4248eaf3-fa52-4ce0-982d-e5aee01cebf9","status":"200","rqstDate":"250331-08:24:01:464","respDate":"250331-08:24:01:477","sourceId":"haproxy:4248eaf3-fa52-4ce0-982d-e5aee01cebf9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:01:464-64940\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9b51633d-1d1f-470b-b0a5-e11de1037344], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4248eaf3-fa52-4ce0-982d-e5aee01cebf9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:24:03.486 [67ea512302b9a1fb5fd35e2195fe2b2b,5fd35e2195fe2b2b] [qtp1225114731-24]  INFO [aai-resources,67ea512302b9a1fb5fd35e2195fe2b2b,5fd35e2195fe2b2b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:03.500 [67ea512302b9a1fb5fd35e2195fe2b2b,5fd35e2195fe2b2b] [qtp1225114731-24] DEBUG [aai-resources,67ea512302b9a1fb5fd35e2195fe2b2b,5fd35e2195fe2b2b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5debaba9-a1bb-4420-8882-64ab226ca5bd","status":"200","rqstDate":"250331-08:24:03:486","respDate":"250331-08:24:03:499","sourceId":"haproxy:5debaba9-a1bb-4420-8882-64ab226ca5bd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:03:486-47796\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f5d0eaad-ab93-474c-a4a1-6e91d009d351], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5debaba9-a1bb-4420-8882-64ab226ca5bd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:24:03.659 [67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] [qtp1225114731-22]  INFO [aai-resources,67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:03.669 [67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] [pool-53-thread-1]  INFO [aai-resources,67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] 1 --- [ool-53-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:03.669 [67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] [pool-53-thread-1]  INFO [aai-resources,67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] 1 --- [ool-53-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:03.669 [67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] [pool-53-thread-1]  INFO [aai-resources,67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] 1 --- [ool-53-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:03.670 [67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] [pool-53-thread-1]  INFO [aai-resources,67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] 1 --- [ool-53-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:03.682 [67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] [pool-53-thread-1]  INFO [aai-resources,67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] 1 --- [ool-53-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/7818b1a2-fc04-499e-bf04-ae6e1f9dea48 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:24:03.787 [67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] [pool-53-thread-1]  INFO [aai-resources,67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] 1 --- [ool-53-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:03.788 [67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] [qtp1225114731-22] DEBUG [aai-resources,67ea5123f408b0cca156f814eaeaa4b2,8abfb3d6e8691d65] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a7358d1-bf69-48bc-aa00-79d7db36c61b","status":"404","rqstDate":"250331-08:24:03:659","respDate":"250331-08:24:03:787","sourceId":"ModelLoader:5a7358d1-bf69-48bc-aa00-79d7db36c61b","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/7818b1a2-fc04-499e-bf04-ae6e1f9dea48","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:24:03:659-52606\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e4cc9082-c9e8-4278-b854-bec5001e6a5d], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5a7358d1-bf69-48bc-aa00-79d7db36c61b], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea5123f408b0cca156f814eaeaa4b2], x-b3-spanid=[a156f814eaeaa4b2], traceparent=[00-67ea5123f408b0cca156f814eaeaa4b2-a156f814eaeaa4b2-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[5a7358d1-bf69-48bc-aa00-79d7db36c61b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:03 +0000] "GET /aai/v29/service-design-and-creation/models/model/7818b1a2-fc04-499e-bf04-ae6e1f9dea48" 404 501 REST 5a7358d1-bf69-48bc-aa00-79d7db36c61b ModelLoader 127.0.0.6 - - - - - - - - - 140 - "logType": "access"
2025-03-31 08:24:03.822 [67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] [qtp1225114731-24]  INFO [aai-resources,67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:04.182 [67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] [qtp1225114731-24]  INFO [aai-resources,67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:04.182 [67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] [qtp1225114731-24]  INFO [aai-resources,67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:04.182 [67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] [qtp1225114731-24]  INFO [aai-resources,67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:04.183 [67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] [qtp1225114731-24]  INFO [aai-resources,67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:04.591 [67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] [qtp1225114731-24]  INFO [aai-resources,67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:05.298 [67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] [qtp1225114731-24] DEBUG [aai-resources,67ea5124c9c6278cac8d3b373e4b331b,7bc06fe9c65fbfeb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a7358d1-bf69-48bc-aa00-79d7db36c61b","status":"201","rqstDate":"250331-08:24:03:822","respDate":"250331-08:24:05:297","sourceId":"ModelLoader:5a7358d1-bf69-48bc-aa00-79d7db36c61b","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/7818b1a2-fc04-499e-bf04-ae6e1f9dea48","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:03:822-41626\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[f71e2888-e930-4e4a-95de-4d4e2cc3a7d1], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5a7358d1-bf69-48bc-aa00-79d7db36c61b], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea5124c9c6278cac8d3b373e4b331b], x-b3-spanid=[ac8d3b373e4b331b], traceparent=[00-67ea5124c9c6278cac8d3b373e4b331b-ac8d3b373e4b331b-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[9375], Content-Type=[application/xml], X-ONAP-RequestID=[5a7358d1-bf69-48bc-aa00-79d7db36c61b]}\",\"Payload\":\"\\n    7818b1a2-fc04-499e-bf04-ae6e1f9dea48\\n    resource\\n    \\n        \\n            c67f7877-f354-4fba-8938-469ed260e9dd\\n            VfwF3be1939Ded9..base_vfw..module-0\\n            1\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                f6a038c2-820c-42ba-8c2b-375e24e8f932\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                3f4c7204-739b-4bbb-87a7-8a6856439c90\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                abcc54bc-bb74-49dc-9043-7f7171707545\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                97c26c99-6870-44c1-8a07-1d900d3f4ce6\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                36200fb5-f251-4f5d-a520-7c5ad5c2cd4b\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                bace8d1c-a261-4041-9e37-823117415d0f\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    T\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                5761e0a7-c6df-4d8a-9ebd-b8f445054dec\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                96129eb9-f0de-4e05-8af2-73146473f766\\n                                            \\n                                        \\n                                    \\n                                \\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        8ecb2c5d-7176-4317-a255-26274edfdd53\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\n                                    \\n                                \\n                            \\n                        \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        9111f20f-e680-4001-b83f-19a2fc23bfc1\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        3d560d81-57d0-438b-a2a1-5334dba0651a\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                c00563ae-812b-4e62-8330-7c4d0f47088a\\n                            \\n                            \\n                                model.model-invariant-id\\n                                ef86f9c5-2165-44f3-8fc3-96018b609ea5\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:24:03:822-41626\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[192680], Content-Type=[application/xml], X-AAI-TXID=[1-aai-resources-250331-08:24:03:822-41626]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:05 +0000] "PUT /aai/v29/service-design-and-creation/models/model/7818b1a2-fc04-499e-bf04-ae6e1f9dea48" 201 0 REST 5a7358d1-bf69-48bc-aa00-79d7db36c61b ModelLoader 127.0.0.6 - - - - - - - - - 1480 - "logType": "access"
2025-03-31 08:24:05.315 [67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] [qtp1225114731-22]  INFO [aai-resources,67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:05.320 [67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] [pool-54-thread-1]  INFO [aai-resources,67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] 1 --- [ool-54-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:05.320 [67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] [pool-54-thread-1]  INFO [aai-resources,67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] 1 --- [ool-54-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:05.320 [67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] [pool-54-thread-1]  INFO [aai-resources,67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] 1 --- [ool-54-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:05.321 [67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] [pool-54-thread-1]  INFO [aai-resources,67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] 1 --- [ool-54-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:05.328 [67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] [pool-54-thread-1]  INFO [aai-resources,67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] 1 --- [ool-54-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/d308d415-bb23-4bae-bc4f-46129f428300 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:24:05.328 [67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] [pool-54-thread-1]  INFO [aai-resources,67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] 1 --- [ool-54-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:05.329 [67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] [qtp1225114731-22] DEBUG [aai-resources,67ea51250cf6e6f75e72f7b547b538f1,0de3752d92c4f021] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a7358d1-bf69-48bc-aa00-79d7db36c61b","status":"404","rqstDate":"250331-08:24:05:315","respDate":"250331-08:24:05:329","sourceId":"ModelLoader:5a7358d1-bf69-48bc-aa00-79d7db36c61b","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/d308d415-bb23-4bae-bc4f-46129f428300","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:05:315-54686\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4bec2abd-d48f-49f1-bb82-e16b3114d583], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5a7358d1-bf69-48bc-aa00-79d7db36c61b], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea51250cf6e6f75e72f7b547b538f1], x-b3-spanid=[5e72f7b547b538f1], traceparent=[00-67ea51250cf6e6f75e72f7b547b538f1-5e72f7b547b538f1-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[5a7358d1-bf69-48bc-aa00-79d7db36c61b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:05 +0000] "GET /aai/v29/service-design-and-creation/models/model/d308d415-bb23-4bae-bc4f-46129f428300" 404 501 REST 5a7358d1-bf69-48bc-aa00-79d7db36c61b ModelLoader 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:24:05.338 [67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] [qtp1225114731-24]  INFO [aai-resources,67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:05.378 [67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] [qtp1225114731-24]  INFO [aai-resources,67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:05.378 [67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] [qtp1225114731-24]  INFO [aai-resources,67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:05.378 [67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] [qtp1225114731-24]  INFO [aai-resources,67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:05.379 [67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] [qtp1225114731-24]  INFO [aai-resources,67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:05.500 [67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] [qtp1225114731-24]  INFO [aai-resources,67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:05.509 [67ea512597b23bfe5ac192cf9a19ac42,5ac192cf9a19ac42] [qtp1225114731-21]  INFO [aai-resources,67ea512597b23bfe5ac192cf9a19ac42,5ac192cf9a19ac42] 1 --- [tp1225114731-21] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:05.523 [67ea512597b23bfe5ac192cf9a19ac42,5ac192cf9a19ac42] [qtp1225114731-21] DEBUG [aai-resources,67ea512597b23bfe5ac192cf9a19ac42,5ac192cf9a19ac42] 1 --- [tp1225114731-21] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"903a1119-bc6b-44bb-93d4-8786fee3a772","status":"200","rqstDate":"250331-08:24:05:509","respDate":"250331-08:24:05:523","sourceId":"haproxy:903a1119-bc6b-44bb-93d4-8786fee3a772","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:05:509-19156\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[414a4473-bc16-4b53-9cf9-76d7149525be], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[903a1119-bc6b-44bb-93d4-8786fee3a772]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:24:05.581 [67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] [qtp1225114731-24] DEBUG [aai-resources,67ea51253f72b9714f6c2c90eff9286e,8ef7909a3b5b56bf] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a7358d1-bf69-48bc-aa00-79d7db36c61b","status":"201","rqstDate":"250331-08:24:05:338","respDate":"250331-08:24:05:581","sourceId":"ModelLoader:5a7358d1-bf69-48bc-aa00-79d7db36c61b","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/d308d415-bb23-4bae-bc4f-46129f428300","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:24:05:338-58115\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[6e8f1d74-1e72-46cc-b566-f90ab183d11c], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5a7358d1-bf69-48bc-aa00-79d7db36c61b], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea51253f72b9714f6c2c90eff9286e], x-b3-spanid=[4f6c2c90eff9286e], traceparent=[00-67ea51253f72b9714f6c2c90eff9286e-4f6c2c90eff9286e-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[2853], Content-Type=[application/xml], X-ONAP-RequestID=[5a7358d1-bf69-48bc-aa00-79d7db36c61b]}\",\"Payload\":\"\\n    d308d415-bb23-4bae-bc4f-46129f428300\\n    resource\\n    \\n        \\n            ef91e937-adc9-4434-8a20-896e64e73262\\n            vFW f3be1939-ded9\\n            1.0\\n            vendor software product\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        c67f7877-f354-4fba-8938-469ed260e9dd\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        7818b1a2-fc04-499e-bf04-ae6e1f9dea48\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                93a6166f-b3d5-4f06-b4ba-aed48d009ad9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                acc6edd8-a8d4-4b93-afaa-0994068be14c\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:24:05:338-58115\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41169000], Content-Type=[application/xml], X-AAI-TXID=[0-aai-resources-250331-08:24:05:338-58115]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:05 +0000] "PUT /aai/v29/service-design-and-creation/models/model/d308d415-bb23-4bae-bc4f-46129f428300" 201 0 REST 5a7358d1-bf69-48bc-aa00-79d7db36c61b ModelLoader 127.0.0.6 - - - - - - - - - 246 - "logType": "access"
2025-03-31 08:24:05.590 [67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] [qtp1225114731-22]  INFO [aai-resources,67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:05.595 [67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] [pool-55-thread-1]  INFO [aai-resources,67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] 1 --- [ool-55-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:05.595 [67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] [pool-55-thread-1]  INFO [aai-resources,67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] 1 --- [ool-55-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:05.595 [67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] [pool-55-thread-1]  INFO [aai-resources,67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] 1 --- [ool-55-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:05.595 [67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] [pool-55-thread-1]  INFO [aai-resources,67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] 1 --- [ool-55-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:05.601 [67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] [pool-55-thread-1]  INFO [aai-resources,67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] 1 --- [ool-55-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/4fd861e9-91c3-41f2-ae0f-f863d62b4749 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:24:05.602 [67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] [pool-55-thread-1]  INFO [aai-resources,67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] 1 --- [ool-55-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:05.603 [67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] [qtp1225114731-22] DEBUG [aai-resources,67ea5125c5fa09396be5a9d22742591d,47f0b1c606f16b04] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a7358d1-bf69-48bc-aa00-79d7db36c61b","status":"404","rqstDate":"250331-08:24:05:590","respDate":"250331-08:24:05:602","sourceId":"ModelLoader:5a7358d1-bf69-48bc-aa00-79d7db36c61b","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/4fd861e9-91c3-41f2-ae0f-f863d62b4749","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:05:590-9372\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[dce0a845-75c2-4f5e-b7ea-bc015ca123b4], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5a7358d1-bf69-48bc-aa00-79d7db36c61b], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea5125c5fa09396be5a9d22742591d], x-b3-spanid=[6be5a9d22742591d], traceparent=[00-67ea5125c5fa09396be5a9d22742591d-6be5a9d22742591d-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[5a7358d1-bf69-48bc-aa00-79d7db36c61b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:05 +0000] "GET /aai/v29/service-design-and-creation/models/model/4fd861e9-91c3-41f2-ae0f-f863d62b4749" 404 501 REST 5a7358d1-bf69-48bc-aa00-79d7db36c61b ModelLoader 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:24:05.610 [67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] [qtp1225114731-24]  INFO [aai-resources,67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:05.642 [67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] [qtp1225114731-24]  INFO [aai-resources,67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:05.642 [67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] [qtp1225114731-24]  INFO [aai-resources,67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:05.643 [67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] [qtp1225114731-24]  INFO [aai-resources,67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:05.643 [67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] [qtp1225114731-24]  INFO [aai-resources,67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:05.769 [67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] [qtp1225114731-24]  INFO [aai-resources,67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:05.851 [67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] [qtp1225114731-24] DEBUG [aai-resources,67ea5125546c8cc760ba55bf9215dd47,48af20000be7f7b6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a7358d1-bf69-48bc-aa00-79d7db36c61b","status":"201","rqstDate":"250331-08:24:05:611","respDate":"250331-08:24:05:851","sourceId":"ModelLoader:5a7358d1-bf69-48bc-aa00-79d7db36c61b","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/4fd861e9-91c3-41f2-ae0f-f863d62b4749","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:05:611-68082\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[49bc8197-821a-4d82-9f3e-d777b029da10], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5a7358d1-bf69-48bc-aa00-79d7db36c61b], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea5125546c8cc760ba55bf9215dd47], x-b3-spanid=[60ba55bf9215dd47], traceparent=[00-67ea5125546c8cc760ba55bf9215dd47-60ba55bf9215dd47-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[2904], Content-Type=[application/xml], X-ONAP-RequestID=[5a7358d1-bf69-48bc-aa00-79d7db36c61b]}\",\"Payload\":\"\\n    4fd861e9-91c3-41f2-ae0f-f863d62b4749\\n    service\\n    Network L1-3\\n    \\n        \\n            3eed8372-39f9-4173-9177-feb00c6f42de\\n            vFW 2025-03-31 08-22-30\\n            1.0\\n            catalog service description\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        ef91e937-adc9-4434-8a20-896e64e73262\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        d308d415-bb23-4bae-bc4f-46129f428300\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                46b92144-923a-4d20-b85a-3cbd847668a9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                82194af1-3c2c-485a-8f44-420e22a9eaa4\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:24:05:611-68082\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[131136], Content-Type=[application/xml], X-AAI-TXID=[2-aai-resources-250331-08:24:05:611-68082]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:05 +0000] "PUT /aai/v29/service-design-and-creation/models/model/4fd861e9-91c3-41f2-ae0f-f863d62b4749" 201 0 REST 5a7358d1-bf69-48bc-aa00-79d7db36c61b ModelLoader 127.0.0.6 - - - - - - - - - 243 - "logType": "access"
2025-03-31 08:24:07.530 [67ea5127a8194fd9a9ca05b8f9f27a53,a9ca05b8f9f27a53] [qtp1225114731-22]  INFO [aai-resources,67ea5127a8194fd9a9ca05b8f9f27a53,a9ca05b8f9f27a53] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:07.541 [67ea5127a8194fd9a9ca05b8f9f27a53,a9ca05b8f9f27a53] [qtp1225114731-22] DEBUG [aai-resources,67ea5127a8194fd9a9ca05b8f9f27a53,a9ca05b8f9f27a53] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a134e0b6-9656-4bf5-82e9-9629063ec6fa","status":"200","rqstDate":"250331-08:24:07:530","respDate":"250331-08:24:07:541","sourceId":"haproxy:a134e0b6-9656-4bf5-82e9-9629063ec6fa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:07:530-76543\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fcd1fca3-cd5c-4101-94ba-efc7fce7194b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a134e0b6-9656-4bf5-82e9-9629063ec6fa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:24:09.548 [67ea51291324c417080454b47406fba4,080454b47406fba4] [qtp1225114731-24]  INFO [aai-resources,67ea51291324c417080454b47406fba4,080454b47406fba4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:09.566 [67ea51291324c417080454b47406fba4,080454b47406fba4] [qtp1225114731-24] DEBUG [aai-resources,67ea51291324c417080454b47406fba4,080454b47406fba4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2bb02223-fd01-4116-a54c-e8a3173024e6","status":"200","rqstDate":"250331-08:24:09:548","respDate":"250331-08:24:09:566","sourceId":"haproxy:2bb02223-fd01-4116-a54c-e8a3173024e6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:09:548-66392\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0f0f6eda-4f1d-4d45-8eaf-c8dc7b2f5364], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2bb02223-fd01-4116-a54c-e8a3173024e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:24:11.572 [67ea512b5bc607c4e99757e1fd2d3d2a,e99757e1fd2d3d2a] [qtp1225114731-22]  INFO [aai-resources,67ea512b5bc607c4e99757e1fd2d3d2a,e99757e1fd2d3d2a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:11.585 [67ea512b5bc607c4e99757e1fd2d3d2a,e99757e1fd2d3d2a] [qtp1225114731-22] DEBUG [aai-resources,67ea512b5bc607c4e99757e1fd2d3d2a,e99757e1fd2d3d2a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"46848194-72fc-4e49-b675-0a5f2bf4b44d","status":"200","rqstDate":"250331-08:24:11:572","respDate":"250331-08:24:11:585","sourceId":"haproxy:46848194-72fc-4e49-b675-0a5f2bf4b44d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:24:11:572-68756\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d82a563a-bd9b-4325-af60-97e77f58750d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[46848194-72fc-4e49-b675-0a5f2bf4b44d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:24:13.593 [67ea512d664c40c0d8039b0a862d8ce1,d8039b0a862d8ce1] [qtp1225114731-24]  INFO [aai-resources,67ea512d664c40c0d8039b0a862d8ce1,d8039b0a862d8ce1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:13.608 [67ea512d664c40c0d8039b0a862d8ce1,d8039b0a862d8ce1] [qtp1225114731-24] DEBUG [aai-resources,67ea512d664c40c0d8039b0a862d8ce1,d8039b0a862d8ce1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6c29c5b2-15f3-4ab2-9a77-1daacf7430e2","status":"200","rqstDate":"250331-08:24:13:593","respDate":"250331-08:24:13:608","sourceId":"haproxy:6c29c5b2-15f3-4ab2-9a77-1daacf7430e2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:13:593-36758\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d68ab23e-b229-4f8d-ba13-32ba9c1a0ddc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6c29c5b2-15f3-4ab2-9a77-1daacf7430e2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:24:15.616 [67ea512f411678112497478023b22abe,2497478023b22abe] [qtp1225114731-22]  INFO [aai-resources,67ea512f411678112497478023b22abe,2497478023b22abe] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:15.628 [67ea512f411678112497478023b22abe,2497478023b22abe] [qtp1225114731-22] DEBUG [aai-resources,67ea512f411678112497478023b22abe,2497478023b22abe] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9b0871b3-ddc4-412e-918c-34039d2bb677","status":"200","rqstDate":"250331-08:24:15:616","respDate":"250331-08:24:15:628","sourceId":"haproxy:9b0871b3-ddc4-412e-918c-34039d2bb677","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:15:616-54219\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dd8f9aad-341d-4f57-9562-719fb21f78a6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9b0871b3-ddc4-412e-918c-34039d2bb677]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:24:17.635 [67ea5131707ab258fa2f714ba64ba41b,fa2f714ba64ba41b] [qtp1225114731-24]  INFO [aai-resources,67ea5131707ab258fa2f714ba64ba41b,fa2f714ba64ba41b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:17.646 [67ea5131707ab258fa2f714ba64ba41b,fa2f714ba64ba41b] [qtp1225114731-24] DEBUG [aai-resources,67ea5131707ab258fa2f714ba64ba41b,fa2f714ba64ba41b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a3508b74-e4bf-4e47-ad9c-eda6e88dfb80","status":"200","rqstDate":"250331-08:24:17:635","respDate":"250331-08:24:17:646","sourceId":"haproxy:a3508b74-e4bf-4e47-ad9c-eda6e88dfb80","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:17:635-90646\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8f151722-270c-4cb3-8acc-f1d6088288c1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a3508b74-e4bf-4e47-ad9c-eda6e88dfb80]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:24:19.654 [67ea5133ca01e0df6f36e118be65c8a2,6f36e118be65c8a2] [qtp1225114731-22]  INFO [aai-resources,67ea5133ca01e0df6f36e118be65c8a2,6f36e118be65c8a2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:19.672 [67ea5133ca01e0df6f36e118be65c8a2,6f36e118be65c8a2] [qtp1225114731-22] DEBUG [aai-resources,67ea5133ca01e0df6f36e118be65c8a2,6f36e118be65c8a2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b6bdac6e-0b26-4f41-8a06-75cdf5ba5c6d","status":"200","rqstDate":"250331-08:24:19:655","respDate":"250331-08:24:19:672","sourceId":"haproxy:b6bdac6e-0b26-4f41-8a06-75cdf5ba5c6d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:19:655-81735\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[91d270ef-36c6-4d13-8e29-8a92fc48dbf6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b6bdac6e-0b26-4f41-8a06-75cdf5ba5c6d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:24:21.134 [67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] [qtp1225114731-24]  INFO [aai-resources,67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:21.140 [67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] [pool-56-thread-1]  INFO [aai-resources,67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] 1 --- [ool-56-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:21.141 [67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] [pool-56-thread-1]  INFO [aai-resources,67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] 1 --- [ool-56-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:21.141 [67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] [pool-56-thread-1]  INFO [aai-resources,67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] 1 --- [ool-56-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:21.141 [67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] [pool-56-thread-1]  INFO [aai-resources,67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] 1 --- [ool-56-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:21.151 [67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] [pool-56-thread-1]  INFO [aai-resources,67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] 1 --- [ool-56-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/3b1b7100-57c8-4c8c-972b-990f4732a66e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:24:21.152 [67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] [pool-56-thread-1]  INFO [aai-resources,67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] 1 --- [ool-56-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:21.153 [67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] [qtp1225114731-24] DEBUG [aai-resources,67ea51357f77f888cd50f08e9271f58b,d2e6b4d02c4452e5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5fe6f50-fc54-47e8-9d11-5d4285f3c887","status":"404","rqstDate":"250331-08:24:21:135","respDate":"250331-08:24:21:152","sourceId":"ModelLoader:e5fe6f50-fc54-47e8-9d11-5d4285f3c887","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/3b1b7100-57c8-4c8c-972b-990f4732a66e","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:21:135-3489\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[daebb60a-ae87-432b-bc40-5e028f4be22b], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea51357f77f888cd50f08e9271f58b], x-b3-spanid=[cd50f08e9271f58b], traceparent=[00-67ea51357f77f888cd50f08e9271f58b-cd50f08e9271f58b-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:21 +0000] "GET /aai/v29/service-design-and-creation/models/model/3b1b7100-57c8-4c8c-972b-990f4732a66e" 404 501 REST e5fe6f50-fc54-47e8-9d11-5d4285f3c887 ModelLoader 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:24:21.164 [67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] [qtp1225114731-22]  INFO [aai-resources,67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:21.197 [67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] [qtp1225114731-22]  INFO [aai-resources,67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:21.197 [67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] [qtp1225114731-22]  INFO [aai-resources,67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:21.197 [67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] [qtp1225114731-22]  INFO [aai-resources,67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:21.198 [67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] [qtp1225114731-22]  INFO [aai-resources,67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:21.402 [67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] [qtp1225114731-22]  INFO [aai-resources,67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:21.590 [67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] [qtp1225114731-22] DEBUG [aai-resources,67ea51354ff2e1985bc125212a708b3a,68a32c7988edd0aa] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5fe6f50-fc54-47e8-9d11-5d4285f3c887","status":"201","rqstDate":"250331-08:24:21:165","respDate":"250331-08:24:21:590","sourceId":"ModelLoader:e5fe6f50-fc54-47e8-9d11-5d4285f3c887","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/3b1b7100-57c8-4c8c-972b-990f4732a66e","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:21:165-23808\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[e1c504ee-360d-45a0-9f9f-f1ba60ec4e1e], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea51354ff2e1985bc125212a708b3a], x-b3-spanid=[5bc125212a708b3a], traceparent=[00-67ea51354ff2e1985bc125212a708b3a-5bc125212a708b3a-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[8191], Content-Type=[application/xml], X-ONAP-RequestID=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887]}\",\"Payload\":\"\\n    3b1b7100-57c8-4c8c-972b-990f4732a66e\\n    resource\\n    \\n        \\n            94863e8c-b49b-4027-a936-0845a280fb84\\n            BasicOnboardNtyxwt..base_ubuntu18..module-0\\n            1\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                f6a038c2-820c-42ba-8c2b-375e24e8f932\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                3f4c7204-739b-4bbb-87a7-8a6856439c90\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                abcc54bc-bb74-49dc-9043-7f7171707545\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                97c26c99-6870-44c1-8a07-1d900d3f4ce6\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                36200fb5-f251-4f5d-a520-7c5ad5c2cd4b\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                bace8d1c-a261-4041-9e37-823117415d0f\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    T\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                5761e0a7-c6df-4d8a-9ebd-b8f445054dec\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                96129eb9-f0de-4e05-8af2-73146473f766\\n                                            \\n                                        \\n                                    \\n                                \\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        8ecb2c5d-7176-4317-a255-26274edfdd53\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                c00563ae-812b-4e62-8330-7c4d0f47088a\\n                            \\n                            \\n                                model.model-invariant-id\\n                                ef86f9c5-2165-44f3-8fc3-96018b609ea5\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:24:21:165-23808\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[180408], Content-Type=[application/xml], X-AAI-TXID=[2-aai-resources-250331-08:24:21:165-23808]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:21 +0000] "PUT /aai/v29/service-design-and-creation/models/model/3b1b7100-57c8-4c8c-972b-990f4732a66e" 201 0 REST e5fe6f50-fc54-47e8-9d11-5d4285f3c887 ModelLoader 127.0.0.6 - - - - - - - - - 429 - "logType": "access"
2025-03-31 08:24:21.600 [67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] [qtp1225114731-24]  INFO [aai-resources,67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:21.606 [67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] [pool-57-thread-1]  INFO [aai-resources,67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] 1 --- [ool-57-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:21.607 [67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] [pool-57-thread-1]  INFO [aai-resources,67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] 1 --- [ool-57-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:21.607 [67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] [pool-57-thread-1]  INFO [aai-resources,67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] 1 --- [ool-57-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:21.607 [67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] [pool-57-thread-1]  INFO [aai-resources,67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] 1 --- [ool-57-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:21.613 [67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] [pool-57-thread-1]  INFO [aai-resources,67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] 1 --- [ool-57-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/cbc5f1c3-5cff-45f7-95e7-ade0bc7f3408 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:24:21.614 [67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] [pool-57-thread-1]  INFO [aai-resources,67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] 1 --- [ool-57-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:21.614 [67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] [qtp1225114731-24] DEBUG [aai-resources,67ea51352261d896b7125b1c5d79a018,ff546df9724f99ce] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5fe6f50-fc54-47e8-9d11-5d4285f3c887","status":"404","rqstDate":"250331-08:24:21:600","respDate":"250331-08:24:21:614","sourceId":"ModelLoader:e5fe6f50-fc54-47e8-9d11-5d4285f3c887","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/cbc5f1c3-5cff-45f7-95e7-ade0bc7f3408","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:21:600-73782\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3f559654-0e6a-4cd7-b664-2dfb8a3971e9], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea51352261d896b7125b1c5d79a018], x-b3-spanid=[b7125b1c5d79a018], traceparent=[00-67ea51352261d896b7125b1c5d79a018-b7125b1c5d79a018-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:21 +0000] "GET /aai/v29/service-design-and-creation/models/model/cbc5f1c3-5cff-45f7-95e7-ade0bc7f3408" 404 501 REST e5fe6f50-fc54-47e8-9d11-5d4285f3c887 ModelLoader 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:24:21.624 [67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] [qtp1225114731-22]  INFO [aai-resources,67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:21.655 [67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] [qtp1225114731-22]  INFO [aai-resources,67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:21.655 [67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] [qtp1225114731-22]  INFO [aai-resources,67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:21.655 [67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] [qtp1225114731-22]  INFO [aai-resources,67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:21.656 [67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] [qtp1225114731-22]  INFO [aai-resources,67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:21.684 [67ea513541c3ecaf7a047fe416bacf03,7a047fe416bacf03] [qtp1225114731-20]  INFO [aai-resources,67ea513541c3ecaf7a047fe416bacf03,7a047fe416bacf03] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:21.693 [67ea513541c3ecaf7a047fe416bacf03,7a047fe416bacf03] [qtp1225114731-20] DEBUG [aai-resources,67ea513541c3ecaf7a047fe416bacf03,7a047fe416bacf03] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b6dfc829-1225-486e-bf9e-19038cd4f263","status":"200","rqstDate":"250331-08:24:21:684","respDate":"250331-08:24:21:693","sourceId":"haproxy:b6dfc829-1225-486e-bf9e-19038cd4f263","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:24:21:684-52298\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c349096a-e493-4f3e-a911-5ada3bbf2e9e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b6dfc829-1225-486e-bf9e-19038cd4f263]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:24:21.742 [67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] [qtp1225114731-22]  INFO [aai-resources,67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:21.806 [67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] [qtp1225114731-22] DEBUG [aai-resources,67ea5135f4ebef1bf53d60a57ce71357,d0b700b0966e7001] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5fe6f50-fc54-47e8-9d11-5d4285f3c887","status":"201","rqstDate":"250331-08:24:21:625","respDate":"250331-08:24:21:806","sourceId":"ModelLoader:e5fe6f50-fc54-47e8-9d11-5d4285f3c887","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/cbc5f1c3-5cff-45f7-95e7-ade0bc7f3408","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:24:21:625-82277\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[d8e2e3df-f4ed-4323-ae16-90891095c61e], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea5135f4ebef1bf53d60a57ce71357], x-b3-spanid=[f53d60a57ce71357], traceparent=[00-67ea5135f4ebef1bf53d60a57ce71357-f53d60a57ce71357-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[2850], Content-Type=[application/xml], X-ONAP-RequestID=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887]}\",\"Payload\":\"\\n    cbc5f1c3-5cff-45f7-95e7-ade0bc7f3408\\n    resource\\n    \\n        \\n            5190b9c1-ce83-4682-8b7d-707eeb2c0065\\n            basic_onboard_NtyXwT\\n            1.0\\n            ONAP SDK Resource\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        94863e8c-b49b-4027-a936-0845a280fb84\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        3b1b7100-57c8-4c8c-972b-990f4732a66e\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                93a6166f-b3d5-4f06-b4ba-aed48d009ad9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                acc6edd8-a8d4-4b93-afaa-0994068be14c\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:24:21:625-82277\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[184504], Content-Type=[application/xml], X-AAI-TXID=[0-aai-resources-250331-08:24:21:625-82277]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:21 +0000] "PUT /aai/v29/service-design-and-creation/models/model/cbc5f1c3-5cff-45f7-95e7-ade0bc7f3408" 201 0 REST e5fe6f50-fc54-47e8-9d11-5d4285f3c887 ModelLoader 127.0.0.6 - - - - - - - - - 184 - "logType": "access"
2025-03-31 08:24:21.819 [67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] [qtp1225114731-24]  INFO [aai-resources,67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:21.824 [67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] [pool-58-thread-1]  INFO [aai-resources,67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] 1 --- [ool-58-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:21.824 [67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] [pool-58-thread-1]  INFO [aai-resources,67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] 1 --- [ool-58-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:21.824 [67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] [pool-58-thread-1]  INFO [aai-resources,67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] 1 --- [ool-58-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:21.824 [67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] [pool-58-thread-1]  INFO [aai-resources,67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] 1 --- [ool-58-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:21.829 [67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] [pool-58-thread-1]  INFO [aai-resources,67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] 1 --- [ool-58-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/b1c4d56d-eabc-433b-ae8e-824d6625b823 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:24:21.830 [67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] [pool-58-thread-1]  INFO [aai-resources,67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] 1 --- [ool-58-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:21.830 [67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] [qtp1225114731-24] DEBUG [aai-resources,67ea5136a3fbb76163788d9da280a6ea,3c15cd5782873e56] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5fe6f50-fc54-47e8-9d11-5d4285f3c887","status":"404","rqstDate":"250331-08:24:21:819","respDate":"250331-08:24:21:830","sourceId":"ModelLoader:e5fe6f50-fc54-47e8-9d11-5d4285f3c887","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/b1c4d56d-eabc-433b-ae8e-824d6625b823","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:24:21:819-7031\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[96e1a880-1b0b-4f72-85e5-24757271547c], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea5136a3fbb76163788d9da280a6ea], x-b3-spanid=[63788d9da280a6ea], traceparent=[00-67ea5136a3fbb76163788d9da280a6ea-63788d9da280a6ea-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:21 +0000] "GET /aai/v29/service-design-and-creation/models/model/b1c4d56d-eabc-433b-ae8e-824d6625b823" 404 501 REST e5fe6f50-fc54-47e8-9d11-5d4285f3c887 ModelLoader 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:24:21.844 [67ea513670b927b2675a7f2805a9b068,376d5db965394298] [qtp1225114731-22]  INFO [aai-resources,67ea513670b927b2675a7f2805a9b068,376d5db965394298] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:21.876 [67ea513670b927b2675a7f2805a9b068,376d5db965394298] [qtp1225114731-22]  INFO [aai-resources,67ea513670b927b2675a7f2805a9b068,376d5db965394298] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:24:21.876 [67ea513670b927b2675a7f2805a9b068,376d5db965394298] [qtp1225114731-22]  INFO [aai-resources,67ea513670b927b2675a7f2805a9b068,376d5db965394298] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:24:21.876 [67ea513670b927b2675a7f2805a9b068,376d5db965394298] [qtp1225114731-22]  INFO [aai-resources,67ea513670b927b2675a7f2805a9b068,376d5db965394298] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:24:21.876 [67ea513670b927b2675a7f2805a9b068,376d5db965394298] [qtp1225114731-22]  INFO [aai-resources,67ea513670b927b2675a7f2805a9b068,376d5db965394298] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:24:21.978 [67ea513670b927b2675a7f2805a9b068,376d5db965394298] [qtp1225114731-22]  INFO [aai-resources,67ea513670b927b2675a7f2805a9b068,376d5db965394298] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:24:22.059 [67ea513670b927b2675a7f2805a9b068,376d5db965394298] [qtp1225114731-22] DEBUG [aai-resources,67ea513670b927b2675a7f2805a9b068,376d5db965394298] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5fe6f50-fc54-47e8-9d11-5d4285f3c887","status":"201","rqstDate":"250331-08:24:21:844","respDate":"250331-08:24:22:059","sourceId":"ModelLoader:e5fe6f50-fc54-47e8-9d11-5d4285f3c887","resourceId":"http://aai.onap:34975/aai/v29/service-design-and-creation/models/model/b1c4d56d-eabc-433b-ae8e-824d6625b823","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:21:844-31284\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[cbebfe12-87e6-453d-8aa0-027e5ab2e581], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887], Host=[aai.onap:34975], X-Forwarded-Port=[34975], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea513670b927b2675a7f2805a9b068], x-b3-spanid=[675a7f2805a9b068], traceparent=[00-67ea513670b927b2675a7f2805a9b068-675a7f2805a9b068-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[2893], Content-Type=[application/xml], X-ONAP-RequestID=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887]}\",\"Payload\":\"\\n    b1c4d56d-eabc-433b-ae8e-824d6625b823\\n    service\\n    Network Service\\n    \\n        \\n            488a92e1-4594-40c7-ab9d-6b1b96a510b9\\n            basic_onboard_NtyXwT\\n            1.0\\n            ONAP SDK Service\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        5190b9c1-ce83-4682-8b7d-707eeb2c0065\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        cbc5f1c3-5cff-45f7-95e7-ade0bc7f3408\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                46b92144-923a-4d20-b85a-3cbd847668a9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                82194af1-3c2c-485a-8f44-420e22a9eaa4\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:24:21:844-31284\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[192696], Content-Type=[application/xml], X-AAI-TXID=[1-aai-resources-250331-08:24:21:844-31284]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:22 +0000] "PUT /aai/v29/service-design-and-creation/models/model/b1c4d56d-eabc-433b-ae8e-824d6625b823" 201 0 REST e5fe6f50-fc54-47e8-9d11-5d4285f3c887 ModelLoader 127.0.0.6 - - - - - - - - - 219 - "logType": "access"
2025-03-31 08:24:23.700 [67ea5137d259769c25ce865cc8e903c9,25ce865cc8e903c9] [qtp1225114731-24]  INFO [aai-resources,67ea5137d259769c25ce865cc8e903c9,25ce865cc8e903c9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:23.722 [67ea5137d259769c25ce865cc8e903c9,25ce865cc8e903c9] [qtp1225114731-24] DEBUG [aai-resources,67ea5137d259769c25ce865cc8e903c9,25ce865cc8e903c9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ddd125d3-8622-4b31-bc8a-aa603f0a018a","status":"200","rqstDate":"250331-08:24:23:700","respDate":"250331-08:24:23:721","sourceId":"haproxy:ddd125d3-8622-4b31-bc8a-aa603f0a018a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:23:700-90906\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d0113b14-7c76-4187-ac3e-1901188b9022], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ddd125d3-8622-4b31-bc8a-aa603f0a018a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:24:25.729 [67ea5139507474f218e8fe80039d541d,18e8fe80039d541d] [qtp1225114731-22]  INFO [aai-resources,67ea5139507474f218e8fe80039d541d,18e8fe80039d541d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:25.741 [67ea5139507474f218e8fe80039d541d,18e8fe80039d541d] [qtp1225114731-22] DEBUG [aai-resources,67ea5139507474f218e8fe80039d541d,18e8fe80039d541d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b57bd22e-8a74-4167-b42b-4a3cb32e84ee","status":"200","rqstDate":"250331-08:24:25:729","respDate":"250331-08:24:25:741","sourceId":"haproxy:b57bd22e-8a74-4167-b42b-4a3cb32e84ee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:25:729-57689\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f7d3dbc6-090e-420b-bc14-a4ad36721e4c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b57bd22e-8a74-4167-b42b-4a3cb32e84ee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:24:27.749 [67ea513bd71ee040e1644518ac3b761c,e1644518ac3b761c] [qtp1225114731-24]  INFO [aai-resources,67ea513bd71ee040e1644518ac3b761c,e1644518ac3b761c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:27.762 [67ea513bd71ee040e1644518ac3b761c,e1644518ac3b761c] [qtp1225114731-24] DEBUG [aai-resources,67ea513bd71ee040e1644518ac3b761c,e1644518ac3b761c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7de38770-3869-4da3-b342-4559fe0190ce","status":"200","rqstDate":"250331-08:24:27:749","respDate":"250331-08:24:27:762","sourceId":"haproxy:7de38770-3869-4da3-b342-4559fe0190ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:27:749-50664\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b5f38259-74ff-457c-b748-2f5d750db33e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7de38770-3869-4da3-b342-4559fe0190ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:24:29.768 [67ea513d6307008a12d72fa588fd2e4a,12d72fa588fd2e4a] [qtp1225114731-22]  INFO [aai-resources,67ea513d6307008a12d72fa588fd2e4a,12d72fa588fd2e4a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:29.780 [67ea513d6307008a12d72fa588fd2e4a,12d72fa588fd2e4a] [qtp1225114731-22] DEBUG [aai-resources,67ea513d6307008a12d72fa588fd2e4a,12d72fa588fd2e4a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"663253eb-9c73-4fe3-b78d-84ba042b6b45","status":"200","rqstDate":"250331-08:24:29:768","respDate":"250331-08:24:29:780","sourceId":"haproxy:663253eb-9c73-4fe3-b78d-84ba042b6b45","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:29:768-57359\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7f7ef830-e10b-480f-b87a-edb774bf0d73], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[663253eb-9c73-4fe3-b78d-84ba042b6b45]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:24:31.787 [67ea513f96dd683f33d53395f9837391,33d53395f9837391] [qtp1225114731-24]  INFO [aai-resources,67ea513f96dd683f33d53395f9837391,33d53395f9837391] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:31.805 [67ea513f96dd683f33d53395f9837391,33d53395f9837391] [qtp1225114731-24] DEBUG [aai-resources,67ea513f96dd683f33d53395f9837391,33d53395f9837391] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cf177467-4029-4ea6-94c1-c2504707ddf1","status":"200","rqstDate":"250331-08:24:31:787","respDate":"250331-08:24:31:805","sourceId":"haproxy:cf177467-4029-4ea6-94c1-c2504707ddf1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:31:787-48534\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e7bee4e3-82f0-410d-81ba-ff9a2ce15eaf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cf177467-4029-4ea6-94c1-c2504707ddf1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:24:33.812 [67ea5141bed8eacb8603a09b49bf5895,8603a09b49bf5895] [qtp1225114731-22]  INFO [aai-resources,67ea5141bed8eacb8603a09b49bf5895,8603a09b49bf5895] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:33.826 [67ea5141bed8eacb8603a09b49bf5895,8603a09b49bf5895] [qtp1225114731-22] DEBUG [aai-resources,67ea5141bed8eacb8603a09b49bf5895,8603a09b49bf5895] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f7de738c-33e3-46b2-8b8e-e6ef7c584800","status":"200","rqstDate":"250331-08:24:33:812","respDate":"250331-08:24:33:826","sourceId":"haproxy:f7de738c-33e3-46b2-8b8e-e6ef7c584800","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:33:812-50767\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[14998f6c-4ec4-42cb-9b5d-30ce59f902db], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f7de738c-33e3-46b2-8b8e-e6ef7c584800]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:24:35.834 [67ea5143b9de471dd7114e42e3f29cb7,d7114e42e3f29cb7] [qtp1225114731-24]  INFO [aai-resources,67ea5143b9de471dd7114e42e3f29cb7,d7114e42e3f29cb7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:35.849 [67ea5143b9de471dd7114e42e3f29cb7,d7114e42e3f29cb7] [qtp1225114731-24] DEBUG [aai-resources,67ea5143b9de471dd7114e42e3f29cb7,d7114e42e3f29cb7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"af030dcd-74fe-48bd-9eb8-84ba6541a3e7","status":"200","rqstDate":"250331-08:24:35:834","respDate":"250331-08:24:35:848","sourceId":"haproxy:af030dcd-74fe-48bd-9eb8-84ba6541a3e7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:35:834-71259\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3f34d229-c0fd-4dc4-9a58-c637973853e3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[af030dcd-74fe-48bd-9eb8-84ba6541a3e7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:24:37.858 [67ea514550cdde488293b0cc433c475e,8293b0cc433c475e] [qtp1225114731-22]  INFO [aai-resources,67ea514550cdde488293b0cc433c475e,8293b0cc433c475e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:37.871 [67ea514550cdde488293b0cc433c475e,8293b0cc433c475e] [qtp1225114731-22] DEBUG [aai-resources,67ea514550cdde488293b0cc433c475e,8293b0cc433c475e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c26ee0da-0095-4309-a796-c24a54aff604","status":"200","rqstDate":"250331-08:24:37:858","respDate":"250331-08:24:37:871","sourceId":"haproxy:c26ee0da-0095-4309-a796-c24a54aff604","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:37:858-5866\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[da7ca95e-d7f5-4295-9b88-439fb6807d1d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c26ee0da-0095-4309-a796-c24a54aff604]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:24:39.878 [67ea514721234a71acb5c4a709e7407d,acb5c4a709e7407d] [qtp1225114731-24]  INFO [aai-resources,67ea514721234a71acb5c4a709e7407d,acb5c4a709e7407d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:39.896 [67ea514721234a71acb5c4a709e7407d,acb5c4a709e7407d] [qtp1225114731-24] DEBUG [aai-resources,67ea514721234a71acb5c4a709e7407d,acb5c4a709e7407d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"afafd037-c600-4dca-a235-d8e19c212251","status":"200","rqstDate":"250331-08:24:39:878","respDate":"250331-08:24:39:896","sourceId":"haproxy:afafd037-c600-4dca-a235-d8e19c212251","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:39:878-53431\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c5a27376-21f8-4fb5-90a0-c233d56ca5b1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[afafd037-c600-4dca-a235-d8e19c212251]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:24:41.904 [67ea51491189460fc6e13cb4b86bd5bb,c6e13cb4b86bd5bb] [qtp1225114731-22]  INFO [aai-resources,67ea51491189460fc6e13cb4b86bd5bb,c6e13cb4b86bd5bb] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:41.920 [67ea51491189460fc6e13cb4b86bd5bb,c6e13cb4b86bd5bb] [qtp1225114731-22] DEBUG [aai-resources,67ea51491189460fc6e13cb4b86bd5bb,c6e13cb4b86bd5bb] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6a67a01a-4638-4101-8a2e-d52adeacf5df","status":"200","rqstDate":"250331-08:24:41:904","respDate":"250331-08:24:41:920","sourceId":"haproxy:6a67a01a-4638-4101-8a2e-d52adeacf5df","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:41:904-70090\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9388a0bf-2eba-49c7-ad7b-5ef506832484], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6a67a01a-4638-4101-8a2e-d52adeacf5df]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:24:43.926 [67ea514b4a4dbccab1493853707fa3ad,b1493853707fa3ad] [qtp1225114731-24]  INFO [aai-resources,67ea514b4a4dbccab1493853707fa3ad,b1493853707fa3ad] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:43.943 [67ea514b4a4dbccab1493853707fa3ad,b1493853707fa3ad] [qtp1225114731-24] DEBUG [aai-resources,67ea514b4a4dbccab1493853707fa3ad,b1493853707fa3ad] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a90ed4a-85ec-4cad-8f5e-da560697b861","status":"200","rqstDate":"250331-08:24:43:927","respDate":"250331-08:24:43:942","sourceId":"haproxy:3a90ed4a-85ec-4cad-8f5e-da560697b861","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:43:927-63602\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[008f355a-8871-4c45-bd00-203a4aa0d0e3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3a90ed4a-85ec-4cad-8f5e-da560697b861]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:24:45.951 [67ea514d8a4e2336b75c892ac4c1cf99,b75c892ac4c1cf99] [qtp1225114731-22]  INFO [aai-resources,67ea514d8a4e2336b75c892ac4c1cf99,b75c892ac4c1cf99] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:45.969 [67ea514d8a4e2336b75c892ac4c1cf99,b75c892ac4c1cf99] [qtp1225114731-22] DEBUG [aai-resources,67ea514d8a4e2336b75c892ac4c1cf99,b75c892ac4c1cf99] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ffb2e4e2-6899-4e82-9531-7370f3f11626","status":"200","rqstDate":"250331-08:24:45:952","respDate":"250331-08:24:45:969","sourceId":"haproxy:ffb2e4e2-6899-4e82-9531-7370f3f11626","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:45:952-16211\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ef107df3-fe29-4676-a67e-f881d34456d2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ffb2e4e2-6899-4e82-9531-7370f3f11626]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:24:47.976 [67ea514fa51a5290d014cb6e11bf28ab,d014cb6e11bf28ab] [qtp1225114731-24]  INFO [aai-resources,67ea514fa51a5290d014cb6e11bf28ab,d014cb6e11bf28ab] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:47.989 [67ea514fa51a5290d014cb6e11bf28ab,d014cb6e11bf28ab] [qtp1225114731-24] DEBUG [aai-resources,67ea514fa51a5290d014cb6e11bf28ab,d014cb6e11bf28ab] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd151911-2924-468a-a41e-f6a7b76317a2","status":"200","rqstDate":"250331-08:24:47:976","respDate":"250331-08:24:47:989","sourceId":"haproxy:cd151911-2924-468a-a41e-f6a7b76317a2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:47:976-93608\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2716fc90-b9f1-44a4-b595-44d8d1b8cd5f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd151911-2924-468a-a41e-f6a7b76317a2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:24:49.994 [67ea51511b13b4d6fce5993f7bea9244,fce5993f7bea9244] [qtp1225114731-22]  INFO [aai-resources,67ea51511b13b4d6fce5993f7bea9244,fce5993f7bea9244] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:50.009 [67ea51511b13b4d6fce5993f7bea9244,fce5993f7bea9244] [qtp1225114731-22] DEBUG [aai-resources,67ea51511b13b4d6fce5993f7bea9244,fce5993f7bea9244] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a758d05-803e-4bd8-931b-34178f051be4","status":"200","rqstDate":"250331-08:24:49:995","respDate":"250331-08:24:50:009","sourceId":"haproxy:5a758d05-803e-4bd8-931b-34178f051be4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:24:49:995-36486\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[91690ba8-b396-45bf-b200-420985b05565], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5a758d05-803e-4bd8-931b-34178f051be4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:24:52.015 [67ea51546757321c893402e3d9c684ba,893402e3d9c684ba] [qtp1225114731-24]  INFO [aai-resources,67ea51546757321c893402e3d9c684ba,893402e3d9c684ba] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:52.029 [67ea51546757321c893402e3d9c684ba,893402e3d9c684ba] [qtp1225114731-24] DEBUG [aai-resources,67ea51546757321c893402e3d9c684ba,893402e3d9c684ba] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37acf71d-0f48-4da2-8298-2bbca9095fd0","status":"200","rqstDate":"250331-08:24:52:016","respDate":"250331-08:24:52:029","sourceId":"haproxy:37acf71d-0f48-4da2-8298-2bbca9095fd0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:52:016-95296\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[af80b73a-6fd6-47c6-8e32-2c3929303a7c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[37acf71d-0f48-4da2-8298-2bbca9095fd0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:24:54.036 [67ea5156361f6563b480dcbcf60ef0d1,b480dcbcf60ef0d1] [qtp1225114731-19]  INFO [aai-resources,67ea5156361f6563b480dcbcf60ef0d1,b480dcbcf60ef0d1] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:54.053 [67ea5156361f6563b480dcbcf60ef0d1,b480dcbcf60ef0d1] [qtp1225114731-19] DEBUG [aai-resources,67ea5156361f6563b480dcbcf60ef0d1,b480dcbcf60ef0d1] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2e6c0df2-9c04-4484-a312-f25127658fb1","status":"200","rqstDate":"250331-08:24:54:036","respDate":"250331-08:24:54:053","sourceId":"haproxy:2e6c0df2-9c04-4484-a312-f25127658fb1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:54:036-13474\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[277690ab-1027-49cc-a027-cd7801596c09], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2e6c0df2-9c04-4484-a312-f25127658fb1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:24:56.061 [67ea5158090ad05338289fae3b386ce4,38289fae3b386ce4] [qtp1225114731-24]  INFO [aai-resources,67ea5158090ad05338289fae3b386ce4,38289fae3b386ce4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:56.075 [67ea5158090ad05338289fae3b386ce4,38289fae3b386ce4] [qtp1225114731-24] DEBUG [aai-resources,67ea5158090ad05338289fae3b386ce4,38289fae3b386ce4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a9a6fcde-e208-449a-8a91-46c64769e62f","status":"200","rqstDate":"250331-08:24:56:061","respDate":"250331-08:24:56:074","sourceId":"haproxy:a9a6fcde-e208-449a-8a91-46c64769e62f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:24:56:061-1621\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3e9342ea-f8b9-4922-90cc-acccbc45dc82], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a9a6fcde-e208-449a-8a91-46c64769e62f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:24:58.086 [67ea515ad4cf8528612ad7d4a88031c6,612ad7d4a88031c6] [qtp1225114731-19]  INFO [aai-resources,67ea515ad4cf8528612ad7d4a88031c6,612ad7d4a88031c6] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:24:58.105 [67ea515ad4cf8528612ad7d4a88031c6,612ad7d4a88031c6] [qtp1225114731-19] DEBUG [aai-resources,67ea515ad4cf8528612ad7d4a88031c6,612ad7d4a88031c6] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"33fa4c84-acb9-41ef-aaec-03ff6f9a9383","status":"200","rqstDate":"250331-08:24:58:086","respDate":"250331-08:24:58:105","sourceId":"haproxy:33fa4c84-acb9-41ef-aaec-03ff6f9a9383","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:24:58:086-48437\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1c48bc1e-968e-40a0-9a1c-f1fcfaa74175], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[33fa4c84-acb9-41ef-aaec-03ff6f9a9383]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:24:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:25:00.111 [67ea515c2f7e790317734fa00514ced7,17734fa00514ced7] [qtp1225114731-24]  INFO [aai-resources,67ea515c2f7e790317734fa00514ced7,17734fa00514ced7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:00.122 [67ea515c2f7e790317734fa00514ced7,17734fa00514ced7] [qtp1225114731-24] DEBUG [aai-resources,67ea515c2f7e790317734fa00514ced7,17734fa00514ced7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d8137de6-7f44-4493-b062-35459978f948","status":"200","rqstDate":"250331-08:25:00:111","respDate":"250331-08:25:00:122","sourceId":"haproxy:d8137de6-7f44-4493-b062-35459978f948","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:25:00:111-3272\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cd743f6e-620e-4778-99c4-363c9e93c590], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d8137de6-7f44-4493-b062-35459978f948]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:25:02.130 [67ea515e876f628e6adaba6b45b92a39,6adaba6b45b92a39] [qtp1225114731-19]  INFO [aai-resources,67ea515e876f628e6adaba6b45b92a39,6adaba6b45b92a39] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:02.149 [67ea515e876f628e6adaba6b45b92a39,6adaba6b45b92a39] [qtp1225114731-19] DEBUG [aai-resources,67ea515e876f628e6adaba6b45b92a39,6adaba6b45b92a39] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"594bcfd1-d65f-4d93-a98d-f4c6c03514dd","status":"200","rqstDate":"250331-08:25:02:130","respDate":"250331-08:25:02:149","sourceId":"haproxy:594bcfd1-d65f-4d93-a98d-f4c6c03514dd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:25:02:130-54746\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c5b17000-cb84-9a21-87b7-0b92e636d750], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[594bcfd1-d65f-4d93-a98d-f4c6c03514dd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:25:04.156 [67ea5160f1ce15f54f04cadd70e02525,4f04cadd70e02525] [qtp1225114731-24]  INFO [aai-resources,67ea5160f1ce15f54f04cadd70e02525,4f04cadd70e02525] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:04.180 [67ea5160f1ce15f54f04cadd70e02525,4f04cadd70e02525] [qtp1225114731-24] DEBUG [aai-resources,67ea5160f1ce15f54f04cadd70e02525,4f04cadd70e02525] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a3301422-3e11-45c0-bf32-5ef4a2e7d5ee","status":"200","rqstDate":"250331-08:25:04:156","respDate":"250331-08:25:04:179","sourceId":"haproxy:a3301422-3e11-45c0-bf32-5ef4a2e7d5ee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:25:04:156-59825\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d7e72176-5348-47ee-9364-8f5440884d3a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a3301422-3e11-45c0-bf32-5ef4a2e7d5ee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:25:06.186 [67ea51627be674dceacb37a4290b6dee,eacb37a4290b6dee] [qtp1225114731-19]  INFO [aai-resources,67ea51627be674dceacb37a4290b6dee,eacb37a4290b6dee] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:06.199 [67ea51627be674dceacb37a4290b6dee,eacb37a4290b6dee] [qtp1225114731-19] DEBUG [aai-resources,67ea51627be674dceacb37a4290b6dee,eacb37a4290b6dee] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e501f152-83fb-4eac-a514-c8d4dca52b2c","status":"200","rqstDate":"250331-08:25:06:187","respDate":"250331-08:25:06:199","sourceId":"haproxy:e501f152-83fb-4eac-a514-c8d4dca52b2c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:25:06:187-69769\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b32ccbcc-060b-4362-bbd7-29a62d955b01], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e501f152-83fb-4eac-a514-c8d4dca52b2c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:25:08.208 [67ea516484b02bf2014e94d32ca661e4,014e94d32ca661e4] [qtp1225114731-24]  INFO [aai-resources,67ea516484b02bf2014e94d32ca661e4,014e94d32ca661e4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:08.220 [67ea516484b02bf2014e94d32ca661e4,014e94d32ca661e4] [qtp1225114731-24] DEBUG [aai-resources,67ea516484b02bf2014e94d32ca661e4,014e94d32ca661e4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f19ee3b7-68aa-4f71-99b5-f245c57da633","status":"200","rqstDate":"250331-08:25:08:208","respDate":"250331-08:25:08:220","sourceId":"haproxy:f19ee3b7-68aa-4f71-99b5-f245c57da633","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:25:08:208-812\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6821cc6d-5910-4390-94e0-dcf2953448c8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f19ee3b7-68aa-4f71-99b5-f245c57da633]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:25:10.227 [67ea5166ba42e68425088608a2823e25,25088608a2823e25] [qtp1225114731-19]  INFO [aai-resources,67ea5166ba42e68425088608a2823e25,25088608a2823e25] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:10.242 [67ea5166ba42e68425088608a2823e25,25088608a2823e25] [qtp1225114731-19] DEBUG [aai-resources,67ea5166ba42e68425088608a2823e25,25088608a2823e25] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2e70b6c2-8f01-4567-8454-204a578a7691","status":"200","rqstDate":"250331-08:25:10:227","respDate":"250331-08:25:10:242","sourceId":"haproxy:2e70b6c2-8f01-4567-8454-204a578a7691","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:25:10:227-30587\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6ce463c8-6039-4140-9447-e0fa12ddc41e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2e70b6c2-8f01-4567-8454-204a578a7691]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:25:12.251 [67ea5168ae69dc0feb11ea18efa1080c,eb11ea18efa1080c] [qtp1225114731-24]  INFO [aai-resources,67ea5168ae69dc0feb11ea18efa1080c,eb11ea18efa1080c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:12.267 [67ea5168ae69dc0feb11ea18efa1080c,eb11ea18efa1080c] [qtp1225114731-24] DEBUG [aai-resources,67ea5168ae69dc0feb11ea18efa1080c,eb11ea18efa1080c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bdac2113-2bf1-487b-ac53-ec09d89c2743","status":"200","rqstDate":"250331-08:25:12:251","respDate":"250331-08:25:12:266","sourceId":"haproxy:bdac2113-2bf1-487b-ac53-ec09d89c2743","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:25:12:251-71270\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[651238ae-3b7b-4fb7-b11d-40377ed64459], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bdac2113-2bf1-487b-ac53-ec09d89c2743]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:25:14.273 [67ea516afe928cd48c13addecaf18014,8c13addecaf18014] [qtp1225114731-19]  INFO [aai-resources,67ea516afe928cd48c13addecaf18014,8c13addecaf18014] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:14.290 [67ea516afe928cd48c13addecaf18014,8c13addecaf18014] [qtp1225114731-19] DEBUG [aai-resources,67ea516afe928cd48c13addecaf18014,8c13addecaf18014] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7490ae7a-0112-4bcc-a1ff-a442f97451cf","status":"200","rqstDate":"250331-08:25:14:273","respDate":"250331-08:25:14:290","sourceId":"haproxy:7490ae7a-0112-4bcc-a1ff-a442f97451cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:25:14:273-90551\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dc6cdeae-5b9e-4f21-8591-24469b5ed722], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7490ae7a-0112-4bcc-a1ff-a442f97451cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:25:16.296 [67ea516cec3237c355b2adb3413f19ac,55b2adb3413f19ac] [qtp1225114731-24]  INFO [aai-resources,67ea516cec3237c355b2adb3413f19ac,55b2adb3413f19ac] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:16.310 [67ea516cec3237c355b2adb3413f19ac,55b2adb3413f19ac] [qtp1225114731-24] DEBUG [aai-resources,67ea516cec3237c355b2adb3413f19ac,55b2adb3413f19ac] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cdb02f8e-af5d-4bf8-8d14-06d70a9c6c04","status":"200","rqstDate":"250331-08:25:16:297","respDate":"250331-08:25:16:310","sourceId":"haproxy:cdb02f8e-af5d-4bf8-8d14-06d70a9c6c04","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:25:16:297-87869\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6635eb6c-5789-4560-a96c-3ad9433d61b3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cdb02f8e-af5d-4bf8-8d14-06d70a9c6c04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:25:18.319 [67ea516e55701d6ae9e7e9720d1eaa39,e9e7e9720d1eaa39] [qtp1225114731-19]  INFO [aai-resources,67ea516e55701d6ae9e7e9720d1eaa39,e9e7e9720d1eaa39] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:18.334 [67ea516e55701d6ae9e7e9720d1eaa39,e9e7e9720d1eaa39] [qtp1225114731-19] DEBUG [aai-resources,67ea516e55701d6ae9e7e9720d1eaa39,e9e7e9720d1eaa39] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"77bbb6fd-1259-411b-8f1d-a1c4501b155a","status":"200","rqstDate":"250331-08:25:18:319","respDate":"250331-08:25:18:334","sourceId":"haproxy:77bbb6fd-1259-411b-8f1d-a1c4501b155a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:25:18:319-64531\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c6b04fb-907a-439a-a5c9-ad10f7111c32], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[77bbb6fd-1259-411b-8f1d-a1c4501b155a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:25:20.343 [67ea5170fabb37e319f1e0e2291a9dbd,19f1e0e2291a9dbd] [qtp1225114731-24]  INFO [aai-resources,67ea5170fabb37e319f1e0e2291a9dbd,19f1e0e2291a9dbd] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:20.370 [67ea5170fabb37e319f1e0e2291a9dbd,19f1e0e2291a9dbd] [qtp1225114731-24] DEBUG [aai-resources,67ea5170fabb37e319f1e0e2291a9dbd,19f1e0e2291a9dbd] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bba8707e-b861-4780-a817-04d13b26fe50","status":"200","rqstDate":"250331-08:25:20:343","respDate":"250331-08:25:20:370","sourceId":"haproxy:bba8707e-b861-4780-a817-04d13b26fe50","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:25:20:343-20071\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b036d177-35a7-4cb1-8589-af1db141c515], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bba8707e-b861-4780-a817-04d13b26fe50]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:25:22.377 [67ea51723564e47c6b18703cc14f4012,6b18703cc14f4012] [qtp1225114731-19]  INFO [aai-resources,67ea51723564e47c6b18703cc14f4012,6b18703cc14f4012] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:22.388 [67ea51723564e47c6b18703cc14f4012,6b18703cc14f4012] [qtp1225114731-19] DEBUG [aai-resources,67ea51723564e47c6b18703cc14f4012,6b18703cc14f4012] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f7615eb0-5a9d-409e-b797-a4ccd97db954","status":"200","rqstDate":"250331-08:25:22:377","respDate":"250331-08:25:22:388","sourceId":"haproxy:f7615eb0-5a9d-409e-b797-a4ccd97db954","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:25:22:377-18723\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2bd118b5-0c9f-4ea7-9ca4-c08fbfced2a9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f7615eb0-5a9d-409e-b797-a4ccd97db954]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:25:24.395 [67ea517453f9af9ae27686d0eb0b8246,e27686d0eb0b8246] [qtp1225114731-24]  INFO [aai-resources,67ea517453f9af9ae27686d0eb0b8246,e27686d0eb0b8246] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:24.409 [67ea517453f9af9ae27686d0eb0b8246,e27686d0eb0b8246] [qtp1225114731-24] DEBUG [aai-resources,67ea517453f9af9ae27686d0eb0b8246,e27686d0eb0b8246] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"663b64d1-f76c-4736-baf3-4e20f4301ec2","status":"200","rqstDate":"250331-08:25:24:395","respDate":"250331-08:25:24:409","sourceId":"haproxy:663b64d1-f76c-4736-baf3-4e20f4301ec2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:25:24:395-38661\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8a22f87e-31e1-4e4b-9bff-54053af300c3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[663b64d1-f76c-4736-baf3-4e20f4301ec2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:25:26.416 [67ea5176817b548180237ffd9b15bb2e,80237ffd9b15bb2e] [qtp1225114731-19]  INFO [aai-resources,67ea5176817b548180237ffd9b15bb2e,80237ffd9b15bb2e] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:26.427 [67ea5176817b548180237ffd9b15bb2e,80237ffd9b15bb2e] [qtp1225114731-19] DEBUG [aai-resources,67ea5176817b548180237ffd9b15bb2e,80237ffd9b15bb2e] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"777166f4-6bed-498f-9619-27269e865fef","status":"200","rqstDate":"250331-08:25:26:416","respDate":"250331-08:25:26:427","sourceId":"haproxy:777166f4-6bed-498f-9619-27269e865fef","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:25:26:416-39637\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cbc40130-a387-47cb-b71f-f69e4cbc5d07], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[777166f4-6bed-498f-9619-27269e865fef]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:25:28.434 [67ea51780c0a5c54b1caf1476b384d62,b1caf1476b384d62] [qtp1225114731-24]  INFO [aai-resources,67ea51780c0a5c54b1caf1476b384d62,b1caf1476b384d62] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:28.452 [67ea51780c0a5c54b1caf1476b384d62,b1caf1476b384d62] [qtp1225114731-24] DEBUG [aai-resources,67ea51780c0a5c54b1caf1476b384d62,b1caf1476b384d62] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d2d3fb98-190d-4e34-989b-b0c8b89fa6fc","status":"200","rqstDate":"250331-08:25:28:434","respDate":"250331-08:25:28:452","sourceId":"haproxy:d2d3fb98-190d-4e34-989b-b0c8b89fa6fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:25:28:434-78650\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fa6ee584-0bf7-4e39-81ea-e01691270a9d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d2d3fb98-190d-4e34-989b-b0c8b89fa6fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:25:30.459 [67ea517a305238af349fea3a3d3c812b,349fea3a3d3c812b] [qtp1225114731-19]  INFO [aai-resources,67ea517a305238af349fea3a3d3c812b,349fea3a3d3c812b] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:30.470 [67ea517a305238af349fea3a3d3c812b,349fea3a3d3c812b] [qtp1225114731-19] DEBUG [aai-resources,67ea517a305238af349fea3a3d3c812b,349fea3a3d3c812b] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8fddc0cb-7a45-414c-ba09-2cd034375049","status":"200","rqstDate":"250331-08:25:30:459","respDate":"250331-08:25:30:470","sourceId":"haproxy:8fddc0cb-7a45-414c-ba09-2cd034375049","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:25:30:459-18830\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a55623e1-6a9c-4db1-850a-a87c65cf3bf2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8fddc0cb-7a45-414c-ba09-2cd034375049]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:25:32.478 [67ea517c4f6c7a1abe214157fd54251e,be214157fd54251e] [qtp1225114731-24]  INFO [aai-resources,67ea517c4f6c7a1abe214157fd54251e,be214157fd54251e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:32.492 [67ea517c4f6c7a1abe214157fd54251e,be214157fd54251e] [qtp1225114731-24] DEBUG [aai-resources,67ea517c4f6c7a1abe214157fd54251e,be214157fd54251e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"25c34005-bd32-441c-b5e7-675e79b60558","status":"200","rqstDate":"250331-08:25:32:478","respDate":"250331-08:25:32:492","sourceId":"haproxy:25c34005-bd32-441c-b5e7-675e79b60558","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:25:32:478-12378\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17b24f9c-7741-4ac0-9c49-9efbb1b7efb1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[25c34005-bd32-441c-b5e7-675e79b60558]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:25:34.501 [67ea517ec7d58e1d904e384efec381c9,904e384efec381c9] [qtp1225114731-19]  INFO [aai-resources,67ea517ec7d58e1d904e384efec381c9,904e384efec381c9] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:34.511 [67ea517ec7d58e1d904e384efec381c9,904e384efec381c9] [qtp1225114731-19] DEBUG [aai-resources,67ea517ec7d58e1d904e384efec381c9,904e384efec381c9] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5431d1ff-bc0d-45d2-8876-ec0edc98ae7f","status":"200","rqstDate":"250331-08:25:34:501","respDate":"250331-08:25:34:511","sourceId":"haproxy:5431d1ff-bc0d-45d2-8876-ec0edc98ae7f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:25:34:501-76950\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[252a2309-010c-4a09-bac3-2112e8fd7a29], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5431d1ff-bc0d-45d2-8876-ec0edc98ae7f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:25:36.518 [67ea5180456fd935fbf3c554dbfb0524,fbf3c554dbfb0524] [qtp1225114731-24]  INFO [aai-resources,67ea5180456fd935fbf3c554dbfb0524,fbf3c554dbfb0524] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:36.545 [67ea5180456fd935fbf3c554dbfb0524,fbf3c554dbfb0524] [qtp1225114731-24] DEBUG [aai-resources,67ea5180456fd935fbf3c554dbfb0524,fbf3c554dbfb0524] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8fcde4d8-bee1-4d8b-a4e2-55c47285648c","status":"200","rqstDate":"250331-08:25:36:518","respDate":"250331-08:25:36:545","sourceId":"haproxy:8fcde4d8-bee1-4d8b-a4e2-55c47285648c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:25:36:518-57076\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[12f13d2e-edea-4162-907e-5cace680413e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8fcde4d8-bee1-4d8b-a4e2-55c47285648c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:25:38.553 [67ea518266f71f354d728222fbcd5ed0,4d728222fbcd5ed0] [qtp1225114731-19]  INFO [aai-resources,67ea518266f71f354d728222fbcd5ed0,4d728222fbcd5ed0] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:38.566 [67ea518266f71f354d728222fbcd5ed0,4d728222fbcd5ed0] [qtp1225114731-19] DEBUG [aai-resources,67ea518266f71f354d728222fbcd5ed0,4d728222fbcd5ed0] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b5187162-844a-4d3d-a046-cd027c8e8f96","status":"200","rqstDate":"250331-08:25:38:554","respDate":"250331-08:25:38:566","sourceId":"haproxy:b5187162-844a-4d3d-a046-cd027c8e8f96","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:25:38:554-45574\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[37d37d82-7d38-4484-ba16-7a6edc106518], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b5187162-844a-4d3d-a046-cd027c8e8f96]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:25:40.574 [67ea518450b81b955c808d01278fca92,5c808d01278fca92] [qtp1225114731-24]  INFO [aai-resources,67ea518450b81b955c808d01278fca92,5c808d01278fca92] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:40.586 [67ea518450b81b955c808d01278fca92,5c808d01278fca92] [qtp1225114731-24] DEBUG [aai-resources,67ea518450b81b955c808d01278fca92,5c808d01278fca92] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f7732660-e0aa-4dd9-80b5-ba5d62a45f92","status":"200","rqstDate":"250331-08:25:40:574","respDate":"250331-08:25:40:586","sourceId":"haproxy:f7732660-e0aa-4dd9-80b5-ba5d62a45f92","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:25:40:574-14183\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dd1714a0-4788-40a0-8500-9c900d998d1e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f7732660-e0aa-4dd9-80b5-ba5d62a45f92]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:25:42.594 [67ea5186a937a753113c88c2a41fc975,113c88c2a41fc975] [qtp1225114731-19]  INFO [aai-resources,67ea5186a937a753113c88c2a41fc975,113c88c2a41fc975] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:42.607 [67ea5186a937a753113c88c2a41fc975,113c88c2a41fc975] [qtp1225114731-19] DEBUG [aai-resources,67ea5186a937a753113c88c2a41fc975,113c88c2a41fc975] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dd5449d8-3379-4edf-9bf9-86974ceb2f38","status":"200","rqstDate":"250331-08:25:42:595","respDate":"250331-08:25:42:607","sourceId":"haproxy:dd5449d8-3379-4edf-9bf9-86974ceb2f38","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:25:42:595-78495\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[64b19b48-25e6-46a0-b2b2-25f537ea9366], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dd5449d8-3379-4edf-9bf9-86974ceb2f38]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:25:44.614 [67ea51884bf83abf8d81463d3032ddb6,8d81463d3032ddb6] [qtp1225114731-24]  INFO [aai-resources,67ea51884bf83abf8d81463d3032ddb6,8d81463d3032ddb6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:44.626 [67ea51884bf83abf8d81463d3032ddb6,8d81463d3032ddb6] [qtp1225114731-24] DEBUG [aai-resources,67ea51884bf83abf8d81463d3032ddb6,8d81463d3032ddb6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eb290cfe-9bd8-48b7-b8b3-6550b210b5bf","status":"200","rqstDate":"250331-08:25:44:614","respDate":"250331-08:25:44:626","sourceId":"haproxy:eb290cfe-9bd8-48b7-b8b3-6550b210b5bf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:25:44:614-62871\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9bb852b7-c7a7-4ac7-87e0-f7ef3d07f02c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eb290cfe-9bd8-48b7-b8b3-6550b210b5bf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:25:46.632 [67ea518aff4f5943eabd6e85bb175cf3,eabd6e85bb175cf3] [qtp1225114731-19]  INFO [aai-resources,67ea518aff4f5943eabd6e85bb175cf3,eabd6e85bb175cf3] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:46.649 [67ea518aff4f5943eabd6e85bb175cf3,eabd6e85bb175cf3] [qtp1225114731-19] DEBUG [aai-resources,67ea518aff4f5943eabd6e85bb175cf3,eabd6e85bb175cf3] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"32f61e32-e3ae-480e-abdb-f796b83393a8","status":"200","rqstDate":"250331-08:25:46:633","respDate":"250331-08:25:46:649","sourceId":"haproxy:32f61e32-e3ae-480e-abdb-f796b83393a8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:25:46:633-78130\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2113278c-84a0-4c3c-9e05-d891da0d3379], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[32f61e32-e3ae-480e-abdb-f796b83393a8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:25:48.656 [67ea518c7868ce20346405479f73c875,346405479f73c875] [qtp1225114731-24]  INFO [aai-resources,67ea518c7868ce20346405479f73c875,346405479f73c875] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:48.672 [67ea518c7868ce20346405479f73c875,346405479f73c875] [qtp1225114731-24] DEBUG [aai-resources,67ea518c7868ce20346405479f73c875,346405479f73c875] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"27ab0e32-31d4-4d39-b288-b566d3dc6f1d","status":"200","rqstDate":"250331-08:25:48:657","respDate":"250331-08:25:48:672","sourceId":"haproxy:27ab0e32-31d4-4d39-b288-b566d3dc6f1d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:25:48:657-2823\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[890271ac-df15-4f33-9cbe-9528474ced47], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[27ab0e32-31d4-4d39-b288-b566d3dc6f1d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:25:50.678 [67ea518e68b6f64271c696099b28db4b,71c696099b28db4b] [qtp1225114731-19]  INFO [aai-resources,67ea518e68b6f64271c696099b28db4b,71c696099b28db4b] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:50.694 [67ea518e68b6f64271c696099b28db4b,71c696099b28db4b] [qtp1225114731-19] DEBUG [aai-resources,67ea518e68b6f64271c696099b28db4b,71c696099b28db4b] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0eebf716-8f57-4197-8a10-2cf1bc311f8c","status":"200","rqstDate":"250331-08:25:50:679","respDate":"250331-08:25:50:694","sourceId":"haproxy:0eebf716-8f57-4197-8a10-2cf1bc311f8c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:25:50:679-88673\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b1a6f349-b154-4ef7-908b-b59d668a2374], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0eebf716-8f57-4197-8a10-2cf1bc311f8c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:25:52.700 [67ea5190ccf4167d9b0663e4954b9889,9b0663e4954b9889] [qtp1225114731-24]  INFO [aai-resources,67ea5190ccf4167d9b0663e4954b9889,9b0663e4954b9889] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:52.714 [67ea5190ccf4167d9b0663e4954b9889,9b0663e4954b9889] [qtp1225114731-24] DEBUG [aai-resources,67ea5190ccf4167d9b0663e4954b9889,9b0663e4954b9889] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f10018d-f096-4648-bdd2-7f19faf77f50","status":"200","rqstDate":"250331-08:25:52:701","respDate":"250331-08:25:52:714","sourceId":"haproxy:9f10018d-f096-4648-bdd2-7f19faf77f50","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:25:52:701-59873\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b82c5cd9-a118-463b-81c9-1f4f19d7615e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9f10018d-f096-4648-bdd2-7f19faf77f50]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:25:54.721 [67ea51928ad233a185f1c50ddb66352a,85f1c50ddb66352a] [qtp1225114731-19]  INFO [aai-resources,67ea51928ad233a185f1c50ddb66352a,85f1c50ddb66352a] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:54.737 [67ea51928ad233a185f1c50ddb66352a,85f1c50ddb66352a] [qtp1225114731-19] DEBUG [aai-resources,67ea51928ad233a185f1c50ddb66352a,85f1c50ddb66352a] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"695d994c-0ca0-4031-93ee-5c33a3c31fcf","status":"200","rqstDate":"250331-08:25:54:721","respDate":"250331-08:25:54:737","sourceId":"haproxy:695d994c-0ca0-4031-93ee-5c33a3c31fcf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:25:54:721-25684\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae798d18-a51e-4b96-9901-e3da04e24664], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[695d994c-0ca0-4031-93ee-5c33a3c31fcf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:25:56.745 [67ea51947b19508efc168f358e6f9e72,fc168f358e6f9e72] [qtp1225114731-24]  INFO [aai-resources,67ea51947b19508efc168f358e6f9e72,fc168f358e6f9e72] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:56.762 [67ea51947b19508efc168f358e6f9e72,fc168f358e6f9e72] [qtp1225114731-24] DEBUG [aai-resources,67ea51947b19508efc168f358e6f9e72,fc168f358e6f9e72] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1f7cc28e-f7cc-4026-92d5-6ea1b1737596","status":"200","rqstDate":"250331-08:25:56:746","respDate":"250331-08:25:56:762","sourceId":"haproxy:1f7cc28e-f7cc-4026-92d5-6ea1b1737596","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:25:56:746-71430\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c3c3351a-5637-47e4-8f89-5b00d2488274], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1f7cc28e-f7cc-4026-92d5-6ea1b1737596]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:25:58.770 [67ea5196fb545d428bdc7e922343dd50,8bdc7e922343dd50] [qtp1225114731-19]  INFO [aai-resources,67ea5196fb545d428bdc7e922343dd50,8bdc7e922343dd50] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:25:58.785 [67ea5196fb545d428bdc7e922343dd50,8bdc7e922343dd50] [qtp1225114731-19] DEBUG [aai-resources,67ea5196fb545d428bdc7e922343dd50,8bdc7e922343dd50] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58c04379-f67c-4fcb-bb97-b9abd29d4c58","status":"200","rqstDate":"250331-08:25:58:770","respDate":"250331-08:25:58:784","sourceId":"haproxy:58c04379-f67c-4fcb-bb97-b9abd29d4c58","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:25:58:770-30659\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9168d804-2ba4-462f-a2eb-b081f374a4f6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[58c04379-f67c-4fcb-bb97-b9abd29d4c58]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:25:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:26:00.791 [67ea51983455470ab0bfb885252469c6,b0bfb885252469c6] [qtp1225114731-24]  INFO [aai-resources,67ea51983455470ab0bfb885252469c6,b0bfb885252469c6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:00.801 [67ea51983455470ab0bfb885252469c6,b0bfb885252469c6] [qtp1225114731-24] DEBUG [aai-resources,67ea51983455470ab0bfb885252469c6,b0bfb885252469c6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6de73c0e-1168-4347-a4fb-9fb01107c597","status":"200","rqstDate":"250331-08:26:00:791","respDate":"250331-08:26:00:801","sourceId":"haproxy:6de73c0e-1168-4347-a4fb-9fb01107c597","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:00:791-62920\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ed4b36c0-a846-456b-b51c-46e17de81c64], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6de73c0e-1168-4347-a4fb-9fb01107c597]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:26:02.808 [67ea519ac5730c3974a40ad55fee4a5a,74a40ad55fee4a5a] [qtp1225114731-19]  INFO [aai-resources,67ea519ac5730c3974a40ad55fee4a5a,74a40ad55fee4a5a] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:02.821 [67ea519ac5730c3974a40ad55fee4a5a,74a40ad55fee4a5a] [qtp1225114731-19] DEBUG [aai-resources,67ea519ac5730c3974a40ad55fee4a5a,74a40ad55fee4a5a] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bf98fd73-6958-40aa-b332-d548a4016529","status":"200","rqstDate":"250331-08:26:02:809","respDate":"250331-08:26:02:821","sourceId":"haproxy:bf98fd73-6958-40aa-b332-d548a4016529","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:26:02:809-63292\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5e04de04-0fec-4c0a-92c5-5180615535d6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bf98fd73-6958-40aa-b332-d548a4016529]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:26:04.828 [67ea519cf3985d5a4ec9d68bcfacf051,4ec9d68bcfacf051] [qtp1225114731-24]  INFO [aai-resources,67ea519cf3985d5a4ec9d68bcfacf051,4ec9d68bcfacf051] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:04.840 [67ea519cf3985d5a4ec9d68bcfacf051,4ec9d68bcfacf051] [qtp1225114731-24] DEBUG [aai-resources,67ea519cf3985d5a4ec9d68bcfacf051,4ec9d68bcfacf051] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"50b71000-51cc-48a8-a5e6-04239323a3cd","status":"200","rqstDate":"250331-08:26:04:828","respDate":"250331-08:26:04:839","sourceId":"haproxy:50b71000-51cc-48a8-a5e6-04239323a3cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:26:04:828-38373\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9429698e-4a29-4b44-b521-e0cb50f1f120], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[50b71000-51cc-48a8-a5e6-04239323a3cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:26:06.849 [67ea519e5a2e98958b30830da6069160,8b30830da6069160] [qtp1225114731-19]  INFO [aai-resources,67ea519e5a2e98958b30830da6069160,8b30830da6069160] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:06.861 [67ea519e5a2e98958b30830da6069160,8b30830da6069160] [qtp1225114731-19] DEBUG [aai-resources,67ea519e5a2e98958b30830da6069160,8b30830da6069160] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0c4dac02-8c98-4db3-94b8-0979804c13ce","status":"200","rqstDate":"250331-08:26:06:849","respDate":"250331-08:26:06:861","sourceId":"haproxy:0c4dac02-8c98-4db3-94b8-0979804c13ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:26:06:849-67811\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d110fa69-0e40-420a-a815-d31100e0aa3b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0c4dac02-8c98-4db3-94b8-0979804c13ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:26:08.869 [67ea51a0586c5b6da74c743ec2512571,a74c743ec2512571] [qtp1225114731-24]  INFO [aai-resources,67ea51a0586c5b6da74c743ec2512571,a74c743ec2512571] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:08.884 [67ea51a0586c5b6da74c743ec2512571,a74c743ec2512571] [qtp1225114731-24] DEBUG [aai-resources,67ea51a0586c5b6da74c743ec2512571,a74c743ec2512571] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1bd97a3d-b85e-46f4-9848-31730a590c35","status":"200","rqstDate":"250331-08:26:08:870","respDate":"250331-08:26:08:884","sourceId":"haproxy:1bd97a3d-b85e-46f4-9848-31730a590c35","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:26:08:870-74252\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b7aaac70-915e-4fa4-a7b9-610fd7a22884], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1bd97a3d-b85e-46f4-9848-31730a590c35]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:26:10.891 [67ea51a2af0c5b1bdd5d6fcc4eba2ac6,dd5d6fcc4eba2ac6] [qtp1225114731-19]  INFO [aai-resources,67ea51a2af0c5b1bdd5d6fcc4eba2ac6,dd5d6fcc4eba2ac6] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:10.906 [67ea51a2af0c5b1bdd5d6fcc4eba2ac6,dd5d6fcc4eba2ac6] [qtp1225114731-19] DEBUG [aai-resources,67ea51a2af0c5b1bdd5d6fcc4eba2ac6,dd5d6fcc4eba2ac6] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a7f976fb-c2c9-476b-a3bd-4603581dbd1f","status":"200","rqstDate":"250331-08:26:10:892","respDate":"250331-08:26:10:906","sourceId":"haproxy:a7f976fb-c2c9-476b-a3bd-4603581dbd1f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:26:10:892-24939\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2d679668-2169-4d76-9a24-dcc9471600b8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a7f976fb-c2c9-476b-a3bd-4603581dbd1f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:26:12.913 [67ea51a46479d92a837eb15e08a423b5,837eb15e08a423b5] [qtp1225114731-24]  INFO [aai-resources,67ea51a46479d92a837eb15e08a423b5,837eb15e08a423b5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:12.926 [67ea51a46479d92a837eb15e08a423b5,837eb15e08a423b5] [qtp1225114731-24] DEBUG [aai-resources,67ea51a46479d92a837eb15e08a423b5,837eb15e08a423b5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d21f8c54-4078-41ff-8567-59eab8215e68","status":"200","rqstDate":"250331-08:26:12:913","respDate":"250331-08:26:12:926","sourceId":"haproxy:d21f8c54-4078-41ff-8567-59eab8215e68","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:26:12:913-72404\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4825e2dd-b58b-4718-80cf-a3142871abee], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d21f8c54-4078-41ff-8567-59eab8215e68]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:26:14.933 [67ea51a66f185bc7d562f700886e9e8f,d562f700886e9e8f] [qtp1225114731-19]  INFO [aai-resources,67ea51a66f185bc7d562f700886e9e8f,d562f700886e9e8f] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:14.947 [67ea51a66f185bc7d562f700886e9e8f,d562f700886e9e8f] [qtp1225114731-19] DEBUG [aai-resources,67ea51a66f185bc7d562f700886e9e8f,d562f700886e9e8f] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"24ae796d-39a7-4569-a0e6-d5d232c68096","status":"200","rqstDate":"250331-08:26:14:933","respDate":"250331-08:26:14:947","sourceId":"haproxy:24ae796d-39a7-4569-a0e6-d5d232c68096","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:26:14:933-47313\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[14b4a995-4a24-45ed-9aeb-f2bf74fa2442], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[24ae796d-39a7-4569-a0e6-d5d232c68096]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:26:16.955 [67ea51a85cb23dda9c8792aaf2d3e849,9c8792aaf2d3e849] [qtp1225114731-24]  INFO [aai-resources,67ea51a85cb23dda9c8792aaf2d3e849,9c8792aaf2d3e849] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:16.973 [67ea51a85cb23dda9c8792aaf2d3e849,9c8792aaf2d3e849] [qtp1225114731-24] DEBUG [aai-resources,67ea51a85cb23dda9c8792aaf2d3e849,9c8792aaf2d3e849] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"da51fb70-70ed-4cc0-84b0-92f6f4b5c1cb","status":"200","rqstDate":"250331-08:26:16:956","respDate":"250331-08:26:16:972","sourceId":"haproxy:da51fb70-70ed-4cc0-84b0-92f6f4b5c1cb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:16:956-35768\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bb3968ab-300f-43f6-b582-3804ac793a14], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[da51fb70-70ed-4cc0-84b0-92f6f4b5c1cb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:26:18.979 [67ea51aa8e349054c4c42e3e2468eefb,c4c42e3e2468eefb] [qtp1225114731-19]  INFO [aai-resources,67ea51aa8e349054c4c42e3e2468eefb,c4c42e3e2468eefb] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:18.989 [67ea51aa8e349054c4c42e3e2468eefb,c4c42e3e2468eefb] [qtp1225114731-19] DEBUG [aai-resources,67ea51aa8e349054c4c42e3e2468eefb,c4c42e3e2468eefb] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bb428ef9-8c16-4eb5-9eea-d93813517171","status":"200","rqstDate":"250331-08:26:18:980","respDate":"250331-08:26:18:989","sourceId":"haproxy:bb428ef9-8c16-4eb5-9eea-d93813517171","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:26:18:980-15796\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c701d5bd-f694-4d8e-bb4f-6e570f8b5bdf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bb428ef9-8c16-4eb5-9eea-d93813517171]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:26:20.995 [67ea51ac7c1bb7b10f582581df07d183,0f582581df07d183] [qtp1225114731-24]  INFO [aai-resources,67ea51ac7c1bb7b10f582581df07d183,0f582581df07d183] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:21.009 [67ea51ac7c1bb7b10f582581df07d183,0f582581df07d183] [qtp1225114731-24] DEBUG [aai-resources,67ea51ac7c1bb7b10f582581df07d183,0f582581df07d183] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a55a0d33-647a-44e6-9934-e41af9564f8a","status":"200","rqstDate":"250331-08:26:20:995","respDate":"250331-08:26:21:009","sourceId":"haproxy:a55a0d33-647a-44e6-9934-e41af9564f8a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:20:995-46233\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[88036a90-c778-4aa5-91b5-3d084bdc120c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a55a0d33-647a-44e6-9934-e41af9564f8a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:26:23.016 [67ea51af672aafa0398e22b6d9a4e0b0,398e22b6d9a4e0b0] [qtp1225114731-19]  INFO [aai-resources,67ea51af672aafa0398e22b6d9a4e0b0,398e22b6d9a4e0b0] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:23.029 [67ea51af672aafa0398e22b6d9a4e0b0,398e22b6d9a4e0b0] [qtp1225114731-19] DEBUG [aai-resources,67ea51af672aafa0398e22b6d9a4e0b0,398e22b6d9a4e0b0] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d339db24-8e07-47d9-a323-9ae5204fddc8","status":"200","rqstDate":"250331-08:26:23:016","respDate":"250331-08:26:23:029","sourceId":"haproxy:d339db24-8e07-47d9-a323-9ae5204fddc8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:26:23:016-41126\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4cfaef13-b9b6-43ac-80e5-320bd1c5d05f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d339db24-8e07-47d9-a323-9ae5204fddc8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:26:25.035 [67ea51b133a69e1a73b87efd26f11413,73b87efd26f11413] [qtp1225114731-24]  INFO [aai-resources,67ea51b133a69e1a73b87efd26f11413,73b87efd26f11413] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:25.048 [67ea51b133a69e1a73b87efd26f11413,73b87efd26f11413] [qtp1225114731-24] DEBUG [aai-resources,67ea51b133a69e1a73b87efd26f11413,73b87efd26f11413] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f473e1d8-fd56-43fe-860a-5f683d78fa2b","status":"200","rqstDate":"250331-08:26:25:035","respDate":"250331-08:26:25:048","sourceId":"haproxy:f473e1d8-fd56-43fe-860a-5f683d78fa2b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:25:035-51175\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6a555aa8-818f-4f99-84ad-ffa23626b742], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f473e1d8-fd56-43fe-860a-5f683d78fa2b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:26:27.060 [67ea51b34b6c8c888d11d4d442e617b9,8d11d4d442e617b9] [qtp1225114731-19]  INFO [aai-resources,67ea51b34b6c8c888d11d4d442e617b9,8d11d4d442e617b9] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:27.074 [67ea51b34b6c8c888d11d4d442e617b9,8d11d4d442e617b9] [qtp1225114731-19] DEBUG [aai-resources,67ea51b34b6c8c888d11d4d442e617b9,8d11d4d442e617b9] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1d262eb9-3a9a-4573-9e5e-980f463db9c3","status":"200","rqstDate":"250331-08:26:27:060","respDate":"250331-08:26:27:074","sourceId":"haproxy:1d262eb9-3a9a-4573-9e5e-980f463db9c3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:27:060-38374\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f68dea56-8b05-468f-a3ce-94347a019ca6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1d262eb9-3a9a-4573-9e5e-980f463db9c3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:26:29.081 [67ea51b501380bedb766cb8339145130,b766cb8339145130] [qtp1225114731-24]  INFO [aai-resources,67ea51b501380bedb766cb8339145130,b766cb8339145130] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:29.102 [67ea51b501380bedb766cb8339145130,b766cb8339145130] [qtp1225114731-24] DEBUG [aai-resources,67ea51b501380bedb766cb8339145130,b766cb8339145130] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7dba3e-7e11-4f83-b7f3-e891f6388a00","status":"200","rqstDate":"250331-08:26:29:082","respDate":"250331-08:26:29:102","sourceId":"haproxy:5e7dba3e-7e11-4f83-b7f3-e891f6388a00","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:29:082-47976\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[959a9ea2-7c32-480d-90d2-3737c0d4242b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5e7dba3e-7e11-4f83-b7f3-e891f6388a00]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:26:31.109 [67ea51b7bc54b3ef6826ac042207ecec,6826ac042207ecec] [qtp1225114731-19]  INFO [aai-resources,67ea51b7bc54b3ef6826ac042207ecec,6826ac042207ecec] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:31.124 [67ea51b7bc54b3ef6826ac042207ecec,6826ac042207ecec] [qtp1225114731-19] DEBUG [aai-resources,67ea51b7bc54b3ef6826ac042207ecec,6826ac042207ecec] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19310d79-e029-441c-b80a-89faee6f9754","status":"200","rqstDate":"250331-08:26:31:109","respDate":"250331-08:26:31:124","sourceId":"haproxy:19310d79-e029-441c-b80a-89faee6f9754","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:31:109-1920\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5866a241-6881-4049-ae4a-69bb8f8e1fdf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[19310d79-e029-441c-b80a-89faee6f9754]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:26:33.130 [67ea51b9ee51e149cb4d5f8d238390b1,cb4d5f8d238390b1] [qtp1225114731-24]  INFO [aai-resources,67ea51b9ee51e149cb4d5f8d238390b1,cb4d5f8d238390b1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:33.147 [67ea51b9ee51e149cb4d5f8d238390b1,cb4d5f8d238390b1] [qtp1225114731-24] DEBUG [aai-resources,67ea51b9ee51e149cb4d5f8d238390b1,cb4d5f8d238390b1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"84a036da-43f2-436e-9b8a-dd538850f26f","status":"200","rqstDate":"250331-08:26:33:131","respDate":"250331-08:26:33:147","sourceId":"haproxy:84a036da-43f2-436e-9b8a-dd538850f26f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:33:131-34821\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9b270c90-2fc2-4d63-a36e-e95212c548a6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[84a036da-43f2-436e-9b8a-dd538850f26f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:26:35.153 [67ea51bb4d703b309a76c8e0824abf0d,9a76c8e0824abf0d] [qtp1225114731-19]  INFO [aai-resources,67ea51bb4d703b309a76c8e0824abf0d,9a76c8e0824abf0d] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:35.165 [67ea51bb4d703b309a76c8e0824abf0d,9a76c8e0824abf0d] [qtp1225114731-19] DEBUG [aai-resources,67ea51bb4d703b309a76c8e0824abf0d,9a76c8e0824abf0d] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4d73bde4-ad70-4427-83ef-b2e3a113bc4f","status":"200","rqstDate":"250331-08:26:35:153","respDate":"250331-08:26:35:165","sourceId":"haproxy:4d73bde4-ad70-4427-83ef-b2e3a113bc4f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:26:35:153-87239\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[37497af8-0dcc-43be-86a7-66bdd43e7a75], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4d73bde4-ad70-4427-83ef-b2e3a113bc4f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:26:37.176 [67ea51bdee0ac49357863457ce3b5864,57863457ce3b5864] [qtp1225114731-24]  INFO [aai-resources,67ea51bdee0ac49357863457ce3b5864,57863457ce3b5864] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:37.193 [67ea51bdee0ac49357863457ce3b5864,57863457ce3b5864] [qtp1225114731-24] DEBUG [aai-resources,67ea51bdee0ac49357863457ce3b5864,57863457ce3b5864] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"319e7a9b-12a0-4674-a71e-4be234764924","status":"200","rqstDate":"250331-08:26:37:176","respDate":"250331-08:26:37:193","sourceId":"haproxy:319e7a9b-12a0-4674-a71e-4be234764924","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:26:37:176-77734\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8335d978-a9e7-413f-8ca3-10e4bbb51c1e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[319e7a9b-12a0-4674-a71e-4be234764924]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:26:39.201 [67ea51bf159c8758aeede088eddfb457,aeede088eddfb457] [qtp1225114731-19]  INFO [aai-resources,67ea51bf159c8758aeede088eddfb457,aeede088eddfb457] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:39.216 [67ea51bf159c8758aeede088eddfb457,aeede088eddfb457] [qtp1225114731-19] DEBUG [aai-resources,67ea51bf159c8758aeede088eddfb457,aeede088eddfb457] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5754288c-742b-4afd-afcb-fc6445d66334","status":"200","rqstDate":"250331-08:26:39:201","respDate":"250331-08:26:39:216","sourceId":"haproxy:5754288c-742b-4afd-afcb-fc6445d66334","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:39:201-73558\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[23e702dc-b15e-41e7-b36d-57eb6437740f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5754288c-742b-4afd-afcb-fc6445d66334]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:26:41.223 [67ea51c133da99c322b41a2545308d9a,22b41a2545308d9a] [qtp1225114731-24]  INFO [aai-resources,67ea51c133da99c322b41a2545308d9a,22b41a2545308d9a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:41.237 [67ea51c133da99c322b41a2545308d9a,22b41a2545308d9a] [qtp1225114731-24] DEBUG [aai-resources,67ea51c133da99c322b41a2545308d9a,22b41a2545308d9a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3acac32e-febc-408e-9e3f-bbec196fc0e2","status":"200","rqstDate":"250331-08:26:41:224","respDate":"250331-08:26:41:237","sourceId":"haproxy:3acac32e-febc-408e-9e3f-bbec196fc0e2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:26:41:224-8879\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d6e0e573-a5fa-4e28-8ae8-95127b54bdeb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3acac32e-febc-408e-9e3f-bbec196fc0e2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:26:43.244 [67ea51c341639a0ba787b7d342f2cdf1,a787b7d342f2cdf1] [qtp1225114731-19]  INFO [aai-resources,67ea51c341639a0ba787b7d342f2cdf1,a787b7d342f2cdf1] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:43.260 [67ea51c341639a0ba787b7d342f2cdf1,a787b7d342f2cdf1] [qtp1225114731-19] DEBUG [aai-resources,67ea51c341639a0ba787b7d342f2cdf1,a787b7d342f2cdf1] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d3f4f590-d2fe-4fca-9ba1-1b286a2a66b3","status":"200","rqstDate":"250331-08:26:43:244","respDate":"250331-08:26:43:260","sourceId":"haproxy:d3f4f590-d2fe-4fca-9ba1-1b286a2a66b3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:43:244-56033\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8534c0c1-7afa-465c-8f5b-63793f75ad1c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d3f4f590-d2fe-4fca-9ba1-1b286a2a66b3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:26:45.267 [67ea51c5c2b98356fe4dae789939749b,fe4dae789939749b] [qtp1225114731-24]  INFO [aai-resources,67ea51c5c2b98356fe4dae789939749b,fe4dae789939749b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:45.279 [67ea51c5c2b98356fe4dae789939749b,fe4dae789939749b] [qtp1225114731-24] DEBUG [aai-resources,67ea51c5c2b98356fe4dae789939749b,fe4dae789939749b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9ef29703-dbb5-4326-bf68-5c7714165dc8","status":"200","rqstDate":"250331-08:26:45:267","respDate":"250331-08:26:45:279","sourceId":"haproxy:9ef29703-dbb5-4326-bf68-5c7714165dc8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:26:45:267-9183\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[007ebacd-d48f-439a-ac07-531c06a9bb90], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9ef29703-dbb5-4326-bf68-5c7714165dc8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:26:47.287 [67ea51c71be4b3fa6a6dab8010f7e37c,6a6dab8010f7e37c] [qtp1225114731-19]  INFO [aai-resources,67ea51c71be4b3fa6a6dab8010f7e37c,6a6dab8010f7e37c] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:47.315 [67ea51c71be4b3fa6a6dab8010f7e37c,6a6dab8010f7e37c] [qtp1225114731-19] DEBUG [aai-resources,67ea51c71be4b3fa6a6dab8010f7e37c,6a6dab8010f7e37c] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7ae52a1a-8db3-4fa9-9ab8-85eeef5e9a4f","status":"200","rqstDate":"250331-08:26:47:287","respDate":"250331-08:26:47:315","sourceId":"haproxy:7ae52a1a-8db3-4fa9-9ab8-85eeef5e9a4f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:26:47:287-85238\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f0f52b0b-096a-490c-a906-f750b604656d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7ae52a1a-8db3-4fa9-9ab8-85eeef5e9a4f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 32 - "logType": "access"
2025-03-31 08:26:49.323 [67ea51c90da2a2ce97b74715b84f2d2e,97b74715b84f2d2e] [qtp1225114731-24]  INFO [aai-resources,67ea51c90da2a2ce97b74715b84f2d2e,97b74715b84f2d2e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:49.333 [67ea51c90da2a2ce97b74715b84f2d2e,97b74715b84f2d2e] [qtp1225114731-24] DEBUG [aai-resources,67ea51c90da2a2ce97b74715b84f2d2e,97b74715b84f2d2e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"266d49d4-88bb-4197-ace2-11aaa33f4b6b","status":"200","rqstDate":"250331-08:26:49:323","respDate":"250331-08:26:49:333","sourceId":"haproxy:266d49d4-88bb-4197-ace2-11aaa33f4b6b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:26:49:323-45423\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2f109ac3-7b42-4fb8-a24f-dc1413eddede], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[266d49d4-88bb-4197-ace2-11aaa33f4b6b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:26:51.340 [67ea51cbf88468ac67353dbff093c4a6,67353dbff093c4a6] [qtp1225114731-19]  INFO [aai-resources,67ea51cbf88468ac67353dbff093c4a6,67353dbff093c4a6] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:51.358 [67ea51cbf88468ac67353dbff093c4a6,67353dbff093c4a6] [qtp1225114731-19] DEBUG [aai-resources,67ea51cbf88468ac67353dbff093c4a6,67353dbff093c4a6] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e827270a-e03d-4879-a86f-846d22349d05","status":"200","rqstDate":"250331-08:26:51:340","respDate":"250331-08:26:51:358","sourceId":"haproxy:e827270a-e03d-4879-a86f-846d22349d05","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:26:51:340-89883\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[223a395a-c6b1-4ae6-ad3d-5d5f5fb00aed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e827270a-e03d-4879-a86f-846d22349d05]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:26:53.365 [67ea51cdce5e8eb164f11a83df619160,64f11a83df619160] [qtp1225114731-24]  INFO [aai-resources,67ea51cdce5e8eb164f11a83df619160,64f11a83df619160] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:53.375 [67ea51cdce5e8eb164f11a83df619160,64f11a83df619160] [qtp1225114731-24] DEBUG [aai-resources,67ea51cdce5e8eb164f11a83df619160,64f11a83df619160] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7fd6120-8750-4d1f-951c-0b3a3fd737ff","status":"200","rqstDate":"250331-08:26:53:365","respDate":"250331-08:26:53:375","sourceId":"haproxy:d7fd6120-8750-4d1f-951c-0b3a3fd737ff","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:53:365-68004\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b232f493-f3a3-4198-a3d9-b5a3f3d69ee4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d7fd6120-8750-4d1f-951c-0b3a3fd737ff]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:26:55.384 [67ea51cfcb1bee8c838ae96cb7944ce6,838ae96cb7944ce6] [qtp1225114731-19]  INFO [aai-resources,67ea51cfcb1bee8c838ae96cb7944ce6,838ae96cb7944ce6] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:55.397 [67ea51cfcb1bee8c838ae96cb7944ce6,838ae96cb7944ce6] [qtp1225114731-19] DEBUG [aai-resources,67ea51cfcb1bee8c838ae96cb7944ce6,838ae96cb7944ce6] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ddd4e9f1-8a18-46f8-8d0d-ed6e7ca4df5e","status":"200","rqstDate":"250331-08:26:55:384","respDate":"250331-08:26:55:397","sourceId":"haproxy:ddd4e9f1-8a18-46f8-8d0d-ed6e7ca4df5e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:26:55:384-26279\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c92e7823-cbf9-4612-a7a1-793a6743cb37], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ddd4e9f1-8a18-46f8-8d0d-ed6e7ca4df5e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:26:57.404 [67ea51d1d075867aef8f426ec58613cb,ef8f426ec58613cb] [qtp1225114731-24]  INFO [aai-resources,67ea51d1d075867aef8f426ec58613cb,ef8f426ec58613cb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:57.415 [67ea51d1d075867aef8f426ec58613cb,ef8f426ec58613cb] [qtp1225114731-24] DEBUG [aai-resources,67ea51d1d075867aef8f426ec58613cb,ef8f426ec58613cb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d3734b64-51d3-49b8-bc30-e7b6a5a62597","status":"200","rqstDate":"250331-08:26:57:405","respDate":"250331-08:26:57:414","sourceId":"haproxy:d3734b64-51d3-49b8-bc30-e7b6a5a62597","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:26:57:405-58740\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c38f22c1-de39-43e3-b6c0-d83b79444de8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d3734b64-51d3-49b8-bc30-e7b6a5a62597]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:26:59.424 [67ea51d37ac4a23a2a80bbca2a98b89d,2a80bbca2a98b89d] [qtp1225114731-19]  INFO [aai-resources,67ea51d37ac4a23a2a80bbca2a98b89d,2a80bbca2a98b89d] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:26:59.437 [67ea51d37ac4a23a2a80bbca2a98b89d,2a80bbca2a98b89d] [qtp1225114731-19] DEBUG [aai-resources,67ea51d37ac4a23a2a80bbca2a98b89d,2a80bbca2a98b89d] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5ede642c-577a-4fbe-abb5-d5eb7f6c9b2c","status":"200","rqstDate":"250331-08:26:59:425","respDate":"250331-08:26:59:437","sourceId":"haproxy:5ede642c-577a-4fbe-abb5-d5eb7f6c9b2c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:26:59:425-2481\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cdbb2204-6e44-4f4d-9bdf-b8f7997fe794], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5ede642c-577a-4fbe-abb5-d5eb7f6c9b2c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:26:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:27:01.443 [67ea51d5717f74502bfaf8e63f451469,2bfaf8e63f451469] [qtp1225114731-24]  INFO [aai-resources,67ea51d5717f74502bfaf8e63f451469,2bfaf8e63f451469] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:01.458 [67ea51d5717f74502bfaf8e63f451469,2bfaf8e63f451469] [qtp1225114731-24] DEBUG [aai-resources,67ea51d5717f74502bfaf8e63f451469,2bfaf8e63f451469] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d4143b4a-fb99-4796-9cb7-120bd79efb56","status":"200","rqstDate":"250331-08:27:01:444","respDate":"250331-08:27:01:458","sourceId":"haproxy:d4143b4a-fb99-4796-9cb7-120bd79efb56","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:27:01:444-47025\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a6e2ee96-98b9-93ee-9352-b6be56bd16ee], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d4143b4a-fb99-4796-9cb7-120bd79efb56]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:27:03.466 [67ea51d732928af5357643e3968488a7,357643e3968488a7] [qtp1225114731-19]  INFO [aai-resources,67ea51d732928af5357643e3968488a7,357643e3968488a7] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:03.479 [67ea51d732928af5357643e3968488a7,357643e3968488a7] [qtp1225114731-19] DEBUG [aai-resources,67ea51d732928af5357643e3968488a7,357643e3968488a7] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"04a8c92c-26fe-4627-8a99-98e7b1a3bf95","status":"200","rqstDate":"250331-08:27:03:466","respDate":"250331-08:27:03:479","sourceId":"haproxy:04a8c92c-26fe-4627-8a99-98e7b1a3bf95","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:03:466-20313\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[912ba5ee-6234-4255-9e39-5ce66b9a596f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[04a8c92c-26fe-4627-8a99-98e7b1a3bf95]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:27:05.487 [67ea51d9dde552e558a778caeec9e45b,58a778caeec9e45b] [qtp1225114731-24]  INFO [aai-resources,67ea51d9dde552e558a778caeec9e45b,58a778caeec9e45b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:05.500 [67ea51d9dde552e558a778caeec9e45b,58a778caeec9e45b] [qtp1225114731-24] DEBUG [aai-resources,67ea51d9dde552e558a778caeec9e45b,58a778caeec9e45b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d1db2cb5-ab4b-4b01-8efd-4ec1fcc9d04f","status":"200","rqstDate":"250331-08:27:05:487","respDate":"250331-08:27:05:500","sourceId":"haproxy:d1db2cb5-ab4b-4b01-8efd-4ec1fcc9d04f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:27:05:487-18760\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7c880f44-41c9-4de4-a1e0-d9453e1b2082], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d1db2cb5-ab4b-4b01-8efd-4ec1fcc9d04f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:27:05.505 [67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] [qtp1225114731-25]  INFO [aai-resources,67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:05.517 [67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] [qtp1225114731-25]  INFO [aai-resources,67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:27:05.517 [67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] [qtp1225114731-25]  INFO [aai-resources,67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:27:05.517 [67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] [qtp1225114731-25]  INFO [aai-resources,67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:27:05.517 [67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] [qtp1225114731-25]  INFO [aai-resources,67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:27:05.649 [67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] [qtp1225114731-25]  INFO [aai-resources,67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:27:05.728 [67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] [qtp1225114731-25] DEBUG [aai-resources,67ea51d94581cdf5293954d496b9b9f3,293954d496b9b9f3] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a7358d1-bf69-48bc-aa00-79d7db36c61b","status":"200","rqstDate":"250331-08:27:05:505","respDate":"250331-08:27:05:727","sourceId":"UNKNOWN:5a7358d1-bf69-48bc-aa00-79d7db36c61b","resourceId":"http://aai.onap:50053/aai/v24/service-design-and-creation/models/model/4fd861e9-91c3-41f2-ae0f-f863d62b4749/model-vers/model-ver/3eed8372-39f9-4173-9177-feb00c6f42de?depth=0","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:27:05:505-20956\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[8e787cbe-cbca-40da-87d0-03d9a8bec9f7], Accept=[application/json], x-invocationid=[5dfe4506-43db-4551-bbdd-0b3146d31b4a], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,5a7358d1-bf69-48bc-aa00-79d7db36c61b], Host=[aai.onap:50053], x-http-method-override=[PATCH], x-onap-requestid=[5a7358d1-bf69-48bc-aa00-79d7db36c61b], x-requestid=[5a7358d1-bf69-48bc-aa00-79d7db36c61b], X-Forwarded-Port=[50053], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5a7358d1-bf69-48bc-aa00-79d7db36c61b], Content-Length=[50], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"distribution-status\\\":\\\"DISTRIBUTION_COMPLETE_OK\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:27:05:505-20956\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[225368], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:27:05:505-20956]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:05 +0000] "POST /aai/v24/service-design-and-creation/models/model/4fd861e9-91c3-41f2-ae0f-f863d62b4749/model-vers/model-ver/3eed8372-39f9-4173-9177-feb00c6f42de?depth=0" 200 0 REST ,5a7358d1-bf69-48bc-aa00-79d7db36c61b MSO 127.0.0.6 - - - - - - - - - 228 - "logType": "access"
2025-03-31 08:27:07.509 [67ea51dbfa9e6f0d08d57279a40fb237,08d57279a40fb237] [qtp1225114731-20]  INFO [aai-resources,67ea51dbfa9e6f0d08d57279a40fb237,08d57279a40fb237] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:07.525 [67ea51dbfa9e6f0d08d57279a40fb237,08d57279a40fb237] [qtp1225114731-20] DEBUG [aai-resources,67ea51dbfa9e6f0d08d57279a40fb237,08d57279a40fb237] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"441cd68c-7bdf-41d6-a31f-f9d2c494b037","status":"200","rqstDate":"250331-08:27:07:510","respDate":"250331-08:27:07:525","sourceId":"haproxy:441cd68c-7bdf-41d6-a31f-f9d2c494b037","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:07:510-38905\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3469ea2d-2bef-4ab3-ac8a-b6334b76df9b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[441cd68c-7bdf-41d6-a31f-f9d2c494b037]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:27:09.531 [67ea51dd6d185e7ab0887cb60232e878,b0887cb60232e878] [qtp1225114731-25]  INFO [aai-resources,67ea51dd6d185e7ab0887cb60232e878,b0887cb60232e878] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:09.557 [67ea51dd6d185e7ab0887cb60232e878,b0887cb60232e878] [qtp1225114731-25] DEBUG [aai-resources,67ea51dd6d185e7ab0887cb60232e878,b0887cb60232e878] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"15997c84-c022-4627-b04c-4c81fd3de4b1","status":"200","rqstDate":"250331-08:27:09:531","respDate":"250331-08:27:09:557","sourceId":"haproxy:15997c84-c022-4627-b04c-4c81fd3de4b1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:27:09:531-16787\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4e7008d6-99e0-484e-b1da-9301a40084a4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[15997c84-c022-4627-b04c-4c81fd3de4b1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:27:11.565 [67ea51df2a01dc8ecda53ba3ab0afb62,cda53ba3ab0afb62] [qtp1225114731-20]  INFO [aai-resources,67ea51df2a01dc8ecda53ba3ab0afb62,cda53ba3ab0afb62] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:11.579 [67ea51df2a01dc8ecda53ba3ab0afb62,cda53ba3ab0afb62] [qtp1225114731-20] DEBUG [aai-resources,67ea51df2a01dc8ecda53ba3ab0afb62,cda53ba3ab0afb62] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5cfc5648-4eca-46e4-974e-b3b8d87d10aa","status":"200","rqstDate":"250331-08:27:11:565","respDate":"250331-08:27:11:579","sourceId":"haproxy:5cfc5648-4eca-46e4-974e-b3b8d87d10aa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:27:11:565-6989\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[13fec2ac-1ba4-4b3e-854e-3faad0cdada8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5cfc5648-4eca-46e4-974e-b3b8d87d10aa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:27:13.587 [67ea51e1e5391a4429df7a71af54e481,29df7a71af54e481] [qtp1225114731-25]  INFO [aai-resources,67ea51e1e5391a4429df7a71af54e481,29df7a71af54e481] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:13.601 [67ea51e1e5391a4429df7a71af54e481,29df7a71af54e481] [qtp1225114731-25] DEBUG [aai-resources,67ea51e1e5391a4429df7a71af54e481,29df7a71af54e481] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cade3b6d-ac84-4a33-83d5-a86526cfd158","status":"200","rqstDate":"250331-08:27:13:587","respDate":"250331-08:27:13:601","sourceId":"haproxy:cade3b6d-ac84-4a33-83d5-a86526cfd158","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:13:587-46201\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[39a0d5e0-c92e-4dbf-a8b3-4df58dec8bc1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cade3b6d-ac84-4a33-83d5-a86526cfd158]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:27:15.608 [67ea51e35aca888df1ce05aeed64ce20,f1ce05aeed64ce20] [qtp1225114731-20]  INFO [aai-resources,67ea51e35aca888df1ce05aeed64ce20,f1ce05aeed64ce20] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:15.622 [67ea51e35aca888df1ce05aeed64ce20,f1ce05aeed64ce20] [qtp1225114731-20] DEBUG [aai-resources,67ea51e35aca888df1ce05aeed64ce20,f1ce05aeed64ce20] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a358647a-6992-470c-94ad-b4e35e769013","status":"200","rqstDate":"250331-08:27:15:608","respDate":"250331-08:27:15:622","sourceId":"haproxy:a358647a-6992-470c-94ad-b4e35e769013","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:15:608-19854\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3c584881-f2fd-4cb6-9d3b-d303832266a9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a358647a-6992-470c-94ad-b4e35e769013]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:27:17.629 [67ea51e5e4e86b78baff4c8ee2223d7e,baff4c8ee2223d7e] [qtp1225114731-25]  INFO [aai-resources,67ea51e5e4e86b78baff4c8ee2223d7e,baff4c8ee2223d7e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:17.652 [67ea51e5e4e86b78baff4c8ee2223d7e,baff4c8ee2223d7e] [qtp1225114731-25] DEBUG [aai-resources,67ea51e5e4e86b78baff4c8ee2223d7e,baff4c8ee2223d7e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bc185a54-bf70-44f9-acfd-a2c1b20a4b87","status":"200","rqstDate":"250331-08:27:17:629","respDate":"250331-08:27:17:652","sourceId":"haproxy:bc185a54-bf70-44f9-acfd-a2c1b20a4b87","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:27:17:629-58026\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3413e6a0-6111-45aa-9d1c-b87cde9a50e3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bc185a54-bf70-44f9-acfd-a2c1b20a4b87]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:27:19.659 [67ea51e7b5df1055e1c82403c72f19a1,e1c82403c72f19a1] [qtp1225114731-20]  INFO [aai-resources,67ea51e7b5df1055e1c82403c72f19a1,e1c82403c72f19a1] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:19.673 [67ea51e7b5df1055e1c82403c72f19a1,e1c82403c72f19a1] [qtp1225114731-20] DEBUG [aai-resources,67ea51e7b5df1055e1c82403c72f19a1,e1c82403c72f19a1] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d934460e-20b0-4f27-b71b-4a0d1c61b546","status":"200","rqstDate":"250331-08:27:19:660","respDate":"250331-08:27:19:673","sourceId":"haproxy:d934460e-20b0-4f27-b71b-4a0d1c61b546","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:19:660-14612\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b25c9462-3e75-4e46-a49c-84004e73b0a4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d934460e-20b0-4f27-b71b-4a0d1c61b546]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:27:21.681 [67ea51e91f2f610203a80e7eb32d86d8,03a80e7eb32d86d8] [qtp1225114731-25]  INFO [aai-resources,67ea51e91f2f610203a80e7eb32d86d8,03a80e7eb32d86d8] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:21.700 [67ea51e91f2f610203a80e7eb32d86d8,03a80e7eb32d86d8] [qtp1225114731-25] DEBUG [aai-resources,67ea51e91f2f610203a80e7eb32d86d8,03a80e7eb32d86d8] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eeed6ae7-2ee4-4fb3-990d-7a60476bec8d","status":"200","rqstDate":"250331-08:27:21:681","respDate":"250331-08:27:21:700","sourceId":"haproxy:eeed6ae7-2ee4-4fb3-990d-7a60476bec8d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:21:681-92152\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f2449d25-1d05-49fc-a568-3f38faca9889], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eeed6ae7-2ee4-4fb3-990d-7a60476bec8d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:27:23.707 [67ea51ebf2607c07ea97b88c8e3eeb6a,ea97b88c8e3eeb6a] [qtp1225114731-20]  INFO [aai-resources,67ea51ebf2607c07ea97b88c8e3eeb6a,ea97b88c8e3eeb6a] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:23.721 [67ea51ebf2607c07ea97b88c8e3eeb6a,ea97b88c8e3eeb6a] [qtp1225114731-20] DEBUG [aai-resources,67ea51ebf2607c07ea97b88c8e3eeb6a,ea97b88c8e3eeb6a] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f9c99797-8b50-4d60-94bd-8f549af7f2ce","status":"200","rqstDate":"250331-08:27:23:707","respDate":"250331-08:27:23:720","sourceId":"haproxy:f9c99797-8b50-4d60-94bd-8f549af7f2ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:27:23:707-21147\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4cd81689-89a1-4a93-8c95-04a506b31612], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f9c99797-8b50-4d60-94bd-8f549af7f2ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:27:25.728 [67ea51ed7bdd4dd4e8dc0e25ea9e9595,e8dc0e25ea9e9595] [qtp1225114731-25]  INFO [aai-resources,67ea51ed7bdd4dd4e8dc0e25ea9e9595,e8dc0e25ea9e9595] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:25.742 [67ea51ed7bdd4dd4e8dc0e25ea9e9595,e8dc0e25ea9e9595] [qtp1225114731-25] DEBUG [aai-resources,67ea51ed7bdd4dd4e8dc0e25ea9e9595,e8dc0e25ea9e9595] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"abb55a3f-deb6-48a7-bed6-0ec7ec6c1cc3","status":"200","rqstDate":"250331-08:27:25:728","respDate":"250331-08:27:25:742","sourceId":"haproxy:abb55a3f-deb6-48a7-bed6-0ec7ec6c1cc3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:27:25:728-92703\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d0413aa-a119-483b-afd0-0bb00170def3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[abb55a3f-deb6-48a7-bed6-0ec7ec6c1cc3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:27:27.750 [67ea51efefe4957bed6cc1ecee7bf6ef,ed6cc1ecee7bf6ef] [qtp1225114731-24]  INFO [aai-resources,67ea51efefe4957bed6cc1ecee7bf6ef,ed6cc1ecee7bf6ef] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:27.761 [67ea51efefe4957bed6cc1ecee7bf6ef,ed6cc1ecee7bf6ef] [qtp1225114731-24] DEBUG [aai-resources,67ea51efefe4957bed6cc1ecee7bf6ef,ed6cc1ecee7bf6ef] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4bcb2b4a-5fea-4c20-a1de-f4b85a6d0dc5","status":"200","rqstDate":"250331-08:27:27:751","respDate":"250331-08:27:27:761","sourceId":"haproxy:4bcb2b4a-5fea-4c20-a1de-f4b85a6d0dc5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:27:751-89610\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b9166183-3b62-4ab6-abf0-60f6f626cd2f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4bcb2b4a-5fea-4c20-a1de-f4b85a6d0dc5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:27:29.768 [67ea51f13b58de7e0d452ee5487047f7,0d452ee5487047f7] [qtp1225114731-25]  INFO [aai-resources,67ea51f13b58de7e0d452ee5487047f7,0d452ee5487047f7] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:29.781 [67ea51f13b58de7e0d452ee5487047f7,0d452ee5487047f7] [qtp1225114731-25] DEBUG [aai-resources,67ea51f13b58de7e0d452ee5487047f7,0d452ee5487047f7] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a7c7b17-62d7-40e7-bad0-19cb5190cc22","status":"200","rqstDate":"250331-08:27:29:768","respDate":"250331-08:27:29:781","sourceId":"haproxy:4a7c7b17-62d7-40e7-bad0-19cb5190cc22","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:27:29:768-17429\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c2fe039d-8910-460e-b43f-eaa7fdbafc75], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4a7c7b17-62d7-40e7-bad0-19cb5190cc22]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:27:31.788 [67ea51f321f1195cb045668b9769c328,b045668b9769c328] [qtp1225114731-24]  INFO [aai-resources,67ea51f321f1195cb045668b9769c328,b045668b9769c328] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:31.802 [67ea51f321f1195cb045668b9769c328,b045668b9769c328] [qtp1225114731-24] DEBUG [aai-resources,67ea51f321f1195cb045668b9769c328,b045668b9769c328] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"688ec6e6-6b59-46ce-b2a2-7c36ae1dafbe","status":"200","rqstDate":"250331-08:27:31:788","respDate":"250331-08:27:31:802","sourceId":"haproxy:688ec6e6-6b59-46ce-b2a2-7c36ae1dafbe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:27:31:788-20618\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b280037c-13c4-42c5-ab39-8a65f2bf18c0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[688ec6e6-6b59-46ce-b2a2-7c36ae1dafbe]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:27:33.809 [67ea51f525588e6a8b864a7185f7868c,8b864a7185f7868c] [qtp1225114731-25]  INFO [aai-resources,67ea51f525588e6a8b864a7185f7868c,8b864a7185f7868c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:33.822 [67ea51f525588e6a8b864a7185f7868c,8b864a7185f7868c] [qtp1225114731-25] DEBUG [aai-resources,67ea51f525588e6a8b864a7185f7868c,8b864a7185f7868c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bac8f6b2-58ef-431d-a0b4-dcf3c7243939","status":"200","rqstDate":"250331-08:27:33:809","respDate":"250331-08:27:33:822","sourceId":"haproxy:bac8f6b2-58ef-431d-a0b4-dcf3c7243939","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:27:33:809-51821\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2901f7b8-3593-4d2c-a84d-ee1876a5eed3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bac8f6b2-58ef-431d-a0b4-dcf3c7243939]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:27:35.830 [67ea51f7c50e7f05e41c14fc82d78773,e41c14fc82d78773] [qtp1225114731-24]  INFO [aai-resources,67ea51f7c50e7f05e41c14fc82d78773,e41c14fc82d78773] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:35.840 [67ea51f7c50e7f05e41c14fc82d78773,e41c14fc82d78773] [qtp1225114731-24] DEBUG [aai-resources,67ea51f7c50e7f05e41c14fc82d78773,e41c14fc82d78773] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f98868f1-8188-498f-919e-d671b223a63b","status":"200","rqstDate":"250331-08:27:35:830","respDate":"250331-08:27:35:840","sourceId":"haproxy:f98868f1-8188-498f-919e-d671b223a63b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:35:830-70977\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1df290da-e9d8-4026-8ff4-6b20aaf7d947], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f98868f1-8188-498f-919e-d671b223a63b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:27:37.846 [67ea51f96262a3827b6b907fbfce884a,7b6b907fbfce884a] [qtp1225114731-19]  INFO [aai-resources,67ea51f96262a3827b6b907fbfce884a,7b6b907fbfce884a] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:37.858 [67ea51f96262a3827b6b907fbfce884a,7b6b907fbfce884a] [qtp1225114731-19] DEBUG [aai-resources,67ea51f96262a3827b6b907fbfce884a,7b6b907fbfce884a] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"32cbde09-cc83-4623-952e-513022411a25","status":"200","rqstDate":"250331-08:27:37:847","respDate":"250331-08:27:37:858","sourceId":"haproxy:32cbde09-cc83-4623-952e-513022411a25","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:37:847-99568\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0b3023ca-2c63-4db9-a70e-d6e902cf0711], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[32cbde09-cc83-4623-952e-513022411a25]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:27:39.866 [67ea51fb084ad3183f539ed2f3b04891,3f539ed2f3b04891] [qtp1225114731-24]  INFO [aai-resources,67ea51fb084ad3183f539ed2f3b04891,3f539ed2f3b04891] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:39.880 [67ea51fb084ad3183f539ed2f3b04891,3f539ed2f3b04891] [qtp1225114731-24] DEBUG [aai-resources,67ea51fb084ad3183f539ed2f3b04891,3f539ed2f3b04891] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e2c301ff-63e6-451b-adc9-57964908d2e8","status":"200","rqstDate":"250331-08:27:39:866","respDate":"250331-08:27:39:880","sourceId":"haproxy:e2c301ff-63e6-451b-adc9-57964908d2e8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:27:39:866-63579\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ffa92bbb-a674-4e5a-8dc1-d56a1fe4b975], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e2c301ff-63e6-451b-adc9-57964908d2e8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:27:41.889 [67ea51fdde2f225a2f1ba5cfc16fb915,2f1ba5cfc16fb915] [qtp1225114731-19]  INFO [aai-resources,67ea51fdde2f225a2f1ba5cfc16fb915,2f1ba5cfc16fb915] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:41.903 [67ea51fdde2f225a2f1ba5cfc16fb915,2f1ba5cfc16fb915] [qtp1225114731-19] DEBUG [aai-resources,67ea51fdde2f225a2f1ba5cfc16fb915,2f1ba5cfc16fb915] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b67a1180-0d47-48bf-b709-98d90e8fc53c","status":"200","rqstDate":"250331-08:27:41:889","respDate":"250331-08:27:41:903","sourceId":"haproxy:b67a1180-0d47-48bf-b709-98d90e8fc53c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:27:41:889-57691\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a74097e6-c442-4713-a26a-9c3852b017aa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b67a1180-0d47-48bf-b709-98d90e8fc53c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:27:43.911 [67ea51ff88e8dce2bf30c96bbd3d819e,bf30c96bbd3d819e] [qtp1225114731-24]  INFO [aai-resources,67ea51ff88e8dce2bf30c96bbd3d819e,bf30c96bbd3d819e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:43.925 [67ea51ff88e8dce2bf30c96bbd3d819e,bf30c96bbd3d819e] [qtp1225114731-24] DEBUG [aai-resources,67ea51ff88e8dce2bf30c96bbd3d819e,bf30c96bbd3d819e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"88be95e7-2b88-4c8b-a7a2-cef96f1daa71","status":"200","rqstDate":"250331-08:27:43:911","respDate":"250331-08:27:43:925","sourceId":"haproxy:88be95e7-2b88-4c8b-a7a2-cef96f1daa71","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:27:43:911-26199\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[58a8bf0d-6ba4-4cb0-944c-3ae29dbe2f7e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[88be95e7-2b88-4c8b-a7a2-cef96f1daa71]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:27:45.933 [67ea52011b39733f28909767c34edbed,28909767c34edbed] [qtp1225114731-19]  INFO [aai-resources,67ea52011b39733f28909767c34edbed,28909767c34edbed] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:45.952 [67ea52011b39733f28909767c34edbed,28909767c34edbed] [qtp1225114731-19] DEBUG [aai-resources,67ea52011b39733f28909767c34edbed,28909767c34edbed] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ddb835fa-511d-4295-bcc7-f2d21c6bf32f","status":"200","rqstDate":"250331-08:27:45:933","respDate":"250331-08:27:45:952","sourceId":"haproxy:ddb835fa-511d-4295-bcc7-f2d21c6bf32f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:27:45:933-90519\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bc5af4b3-4a5e-4dd8-bafc-f50b76620523], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ddb835fa-511d-4295-bcc7-f2d21c6bf32f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:27:47.959 [67ea5203cb225e4f1f76b6693cfa7f2e,1f76b6693cfa7f2e] [qtp1225114731-24]  INFO [aai-resources,67ea5203cb225e4f1f76b6693cfa7f2e,1f76b6693cfa7f2e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:47.972 [67ea5203cb225e4f1f76b6693cfa7f2e,1f76b6693cfa7f2e] [qtp1225114731-24] DEBUG [aai-resources,67ea5203cb225e4f1f76b6693cfa7f2e,1f76b6693cfa7f2e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5cf78292-15d1-4c63-b014-85e44e4d73ec","status":"200","rqstDate":"250331-08:27:47:960","respDate":"250331-08:27:47:972","sourceId":"haproxy:5cf78292-15d1-4c63-b014-85e44e4d73ec","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:47:960-65297\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c887de93-a6fd-4866-acff-d9bae70af5dc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5cf78292-15d1-4c63-b014-85e44e4d73ec]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:27:49.980 [67ea52058bf37977df4473d983b46e90,df4473d983b46e90] [qtp1225114731-19]  INFO [aai-resources,67ea52058bf37977df4473d983b46e90,df4473d983b46e90] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:49.993 [67ea52058bf37977df4473d983b46e90,df4473d983b46e90] [qtp1225114731-19] DEBUG [aai-resources,67ea52058bf37977df4473d983b46e90,df4473d983b46e90] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4db61a1-9238-4ba4-8250-ec43e1eac6e3","status":"200","rqstDate":"250331-08:27:49:980","respDate":"250331-08:27:49:993","sourceId":"haproxy:b4db61a1-9238-4ba4-8250-ec43e1eac6e3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:49:980-3045\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[64f86815-df1c-4d4e-866a-b65e0b6151c7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4db61a1-9238-4ba4-8250-ec43e1eac6e3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:27:52.004 [67ea520878f72f9643f599c9dc790f44,43f599c9dc790f44] [qtp1225114731-24]  INFO [aai-resources,67ea520878f72f9643f599c9dc790f44,43f599c9dc790f44] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:52.017 [67ea520878f72f9643f599c9dc790f44,43f599c9dc790f44] [qtp1225114731-24] DEBUG [aai-resources,67ea520878f72f9643f599c9dc790f44,43f599c9dc790f44] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"82539be6-7fb1-4fd8-bffc-2cabc92e4aed","status":"200","rqstDate":"250331-08:27:52:005","respDate":"250331-08:27:52:017","sourceId":"haproxy:82539be6-7fb1-4fd8-bffc-2cabc92e4aed","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:27:52:005-55078\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b21f4904-c26d-49c5-a8cd-8bbf2302d9be], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[82539be6-7fb1-4fd8-bffc-2cabc92e4aed]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:27:54.024 [67ea520a77a8f624c87e5d6cc5945a3b,c87e5d6cc5945a3b] [qtp1225114731-19]  INFO [aai-resources,67ea520a77a8f624c87e5d6cc5945a3b,c87e5d6cc5945a3b] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:54.039 [67ea520a77a8f624c87e5d6cc5945a3b,c87e5d6cc5945a3b] [qtp1225114731-19] DEBUG [aai-resources,67ea520a77a8f624c87e5d6cc5945a3b,c87e5d6cc5945a3b] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cfeb6f50-ef6c-4316-aa1a-608775c97777","status":"200","rqstDate":"250331-08:27:54:024","respDate":"250331-08:27:54:039","sourceId":"haproxy:cfeb6f50-ef6c-4316-aa1a-608775c97777","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:54:024-64537\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[75c7bca9-e4e7-4355-a357-f302be8ce06a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cfeb6f50-ef6c-4316-aa1a-608775c97777]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:27:54.618 [67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] [qtp1225114731-24]  INFO [aai-resources,67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:54.628 [67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] [qtp1225114731-24]  INFO [aai-resources,67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:27:54.628 [67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] [qtp1225114731-24]  INFO [aai-resources,67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:27:54.629 [67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] [qtp1225114731-24]  INFO [aai-resources,67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:27:54.629 [67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] [qtp1225114731-24]  INFO [aai-resources,67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:27:54.671 [67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] [qtp1225114731-24]  INFO [aai-resources,67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:27:54.730 [67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] [qtp1225114731-24] DEBUG [aai-resources,67ea520a41b619943cd402972036ea2d,3cd402972036ea2d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5fe6f50-fc54-47e8-9d11-5d4285f3c887","status":"200","rqstDate":"250331-08:27:54:618","respDate":"250331-08:27:54:730","sourceId":"UNKNOWN:e5fe6f50-fc54-47e8-9d11-5d4285f3c887","resourceId":"http://aai.onap:35957/aai/v24/service-design-and-creation/models/model/b1c4d56d-eabc-433b-ae8e-824d6625b823/model-vers/model-ver/488a92e1-4594-40c7-ab9d-6b1b96a510b9?depth=0","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:27:54:618-89663\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[fc2ae1d8-291b-4a42-a95d-13302b0d3397], Accept=[application/json], x-invocationid=[32a7f040-cd6f-424d-a825-612865c157c6], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,e5fe6f50-fc54-47e8-9d11-5d4285f3c887], Host=[aai.onap:35957], x-http-method-override=[PATCH], x-onap-requestid=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887], x-requestid=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887], X-Forwarded-Port=[35957], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e5fe6f50-fc54-47e8-9d11-5d4285f3c887], Content-Length=[50], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"distribution-status\\\":\\\"DISTRIBUTION_COMPLETE_OK\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:27:54:618-89663\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[114880], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:27:54:618-89663]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:54 +0000] "POST /aai/v24/service-design-and-creation/models/model/b1c4d56d-eabc-433b-ae8e-824d6625b823/model-vers/model-ver/488a92e1-4594-40c7-ab9d-6b1b96a510b9?depth=0" 200 0 REST ,e5fe6f50-fc54-47e8-9d11-5d4285f3c887 MSO 127.0.0.6 - - - - - - - - - 116 - "logType": "access"
2025-03-31 08:27:56.046 [67ea520c0c0decdd72b2f0b67fa4494e,72b2f0b67fa4494e] [qtp1225114731-19]  INFO [aai-resources,67ea520c0c0decdd72b2f0b67fa4494e,72b2f0b67fa4494e] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:56.060 [67ea520c0c0decdd72b2f0b67fa4494e,72b2f0b67fa4494e] [qtp1225114731-19] DEBUG [aai-resources,67ea520c0c0decdd72b2f0b67fa4494e,72b2f0b67fa4494e] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6fb15f4c-b367-46a9-813a-10a075e63511","status":"200","rqstDate":"250331-08:27:56:046","respDate":"250331-08:27:56:060","sourceId":"haproxy:6fb15f4c-b367-46a9-813a-10a075e63511","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:27:56:046-55887\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[61404ee8-4564-4140-9afe-781a337d7eda], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6fb15f4c-b367-46a9-813a-10a075e63511]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:27:58.067 [67ea520e0fe42cf8f2be3ee7df95e73d,f2be3ee7df95e73d] [qtp1225114731-24]  INFO [aai-resources,67ea520e0fe42cf8f2be3ee7df95e73d,f2be3ee7df95e73d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:27:58.083 [67ea520e0fe42cf8f2be3ee7df95e73d,f2be3ee7df95e73d] [qtp1225114731-24] DEBUG [aai-resources,67ea520e0fe42cf8f2be3ee7df95e73d,f2be3ee7df95e73d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ec4c897e-82aa-4889-8401-54f14a5dce7d","status":"200","rqstDate":"250331-08:27:58:067","respDate":"250331-08:27:58:083","sourceId":"haproxy:ec4c897e-82aa-4889-8401-54f14a5dce7d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:27:58:067-81068\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ec271333-e576-4dd1-b116-bab1b44cd82f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ec4c897e-82aa-4889-8401-54f14a5dce7d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:27:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:28:00.089 [67ea5210fc92f913915315f06790fc0c,915315f06790fc0c] [qtp1225114731-19]  INFO [aai-resources,67ea5210fc92f913915315f06790fc0c,915315f06790fc0c] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:00.104 [67ea5210fc92f913915315f06790fc0c,915315f06790fc0c] [qtp1225114731-19] DEBUG [aai-resources,67ea5210fc92f913915315f06790fc0c,915315f06790fc0c] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c96865c-9cbb-4676-9c7b-ea2c81231fca","status":"200","rqstDate":"250331-08:28:00:089","respDate":"250331-08:28:00:104","sourceId":"haproxy:3c96865c-9cbb-4676-9c7b-ea2c81231fca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:28:00:089-5146\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6f5888e6-5654-4e90-ab7d-927f8447a9e5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c96865c-9cbb-4676-9c7b-ea2c81231fca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:28:02.110 [67ea5212b1029992d2a7f3e15f7222a4,d2a7f3e15f7222a4] [qtp1225114731-24]  INFO [aai-resources,67ea5212b1029992d2a7f3e15f7222a4,d2a7f3e15f7222a4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:02.124 [67ea5212b1029992d2a7f3e15f7222a4,d2a7f3e15f7222a4] [qtp1225114731-24] DEBUG [aai-resources,67ea5212b1029992d2a7f3e15f7222a4,d2a7f3e15f7222a4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eb724ceb-90b5-4c0f-a7c2-f578927c4849","status":"200","rqstDate":"250331-08:28:02:110","respDate":"250331-08:28:02:124","sourceId":"haproxy:eb724ceb-90b5-4c0f-a7c2-f578927c4849","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:02:110-85206\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[535bcc4c-caa3-45f8-bbd8-a183aef4d73c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eb724ceb-90b5-4c0f-a7c2-f578927c4849]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:28:04.131 [67ea521465d3f64ce8433695a443c210,e8433695a443c210] [qtp1225114731-19]  INFO [aai-resources,67ea521465d3f64ce8433695a443c210,e8433695a443c210] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:04.151 [67ea521465d3f64ce8433695a443c210,e8433695a443c210] [qtp1225114731-19] DEBUG [aai-resources,67ea521465d3f64ce8433695a443c210,e8433695a443c210] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"11af35be-e183-41e1-8446-f1c1b31a54d5","status":"200","rqstDate":"250331-08:28:04:131","respDate":"250331-08:28:04:151","sourceId":"haproxy:11af35be-e183-41e1-8446-f1c1b31a54d5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:28:04:131-44847\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bb1418cd-eb72-4959-8ab1-b78e3b805a35], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[11af35be-e183-41e1-8446-f1c1b31a54d5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:28:06.158 [67ea5216e65a308fb7b11f68818ec2db,b7b11f68818ec2db] [qtp1225114731-24]  INFO [aai-resources,67ea5216e65a308fb7b11f68818ec2db,b7b11f68818ec2db] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:06.171 [67ea5216e65a308fb7b11f68818ec2db,b7b11f68818ec2db] [qtp1225114731-24] DEBUG [aai-resources,67ea5216e65a308fb7b11f68818ec2db,b7b11f68818ec2db] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a2e295be-2fc9-4071-88dd-dc6cca6abac7","status":"200","rqstDate":"250331-08:28:06:158","respDate":"250331-08:28:06:171","sourceId":"haproxy:a2e295be-2fc9-4071-88dd-dc6cca6abac7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:06:158-51774\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[440085cb-7063-488d-9cd4-edadd893b910], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a2e295be-2fc9-4071-88dd-dc6cca6abac7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:28:07.286 [67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] [qtp1225114731-19]  INFO [aai-resources,67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:07.294 [67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] [pool-60-thread-1]  INFO [aai-resources,67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] 1 --- [ool-60-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:28:07.294 [67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] [pool-60-thread-1]  INFO [aai-resources,67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] 1 --- [ool-60-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:28:07.295 [67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] [pool-60-thread-1]  INFO [aai-resources,67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] 1 --- [ool-60-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:28:07.295 [67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] [pool-60-thread-1]  INFO [aai-resources,67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] 1 --- [ool-60-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:28:07.332 [67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] [pool-60-thread-1]  INFO [aai-resources,67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] 1 --- [ool-60-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:28:07.333 [67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] [qtp1225114731-19] DEBUG [aai-resources,67ea5217c57d172fe3090aceaa8d036d,e3090aceaa8d036d] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:28:07:286","respDate":"250331-08:28:07:333","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:49777/aai/v27/service-design-and-creation/models?model-invariant-id=b1c4d56d-eabc-433b-ae8e-824d6625b823","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:07:286-13518\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[fc1026c9-354a-4b06-9303-12ee72d247ea], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:49777], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[49777], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:28:07 +0000] "GET /aai/v27/service-design-and-creation/models?model-invariant-id=b1c4d56d-eabc-433b-ae8e-824d6625b823" 200 162 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 51 - "logType": "access"
2025-03-31 08:28:08.179 [67ea5218abe8efb88e2bd1932e873b25,8e2bd1932e873b25] [qtp1225114731-24]  INFO [aai-resources,67ea5218abe8efb88e2bd1932e873b25,8e2bd1932e873b25] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:08.193 [67ea5218abe8efb88e2bd1932e873b25,8e2bd1932e873b25] [qtp1225114731-24] DEBUG [aai-resources,67ea5218abe8efb88e2bd1932e873b25,8e2bd1932e873b25] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"30e2a144-3f5f-450e-983b-dfcbca5fa3e0","status":"200","rqstDate":"250331-08:28:08:179","respDate":"250331-08:28:08:193","sourceId":"haproxy:30e2a144-3f5f-450e-983b-dfcbca5fa3e0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:28:08:179-96627\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9b3bf4d3-a412-45a4-b5f9-f78f62592af0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[30e2a144-3f5f-450e-983b-dfcbca5fa3e0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:28:10.199 [67ea521a41cf7969e95133f812e9bd5a,e95133f812e9bd5a] [qtp1225114731-19]  INFO [aai-resources,67ea521a41cf7969e95133f812e9bd5a,e95133f812e9bd5a] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:10.224 [67ea521a41cf7969e95133f812e9bd5a,e95133f812e9bd5a] [qtp1225114731-19] DEBUG [aai-resources,67ea521a41cf7969e95133f812e9bd5a,e95133f812e9bd5a] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3748ae28-b20f-4e22-9f42-027456cf315a","status":"200","rqstDate":"250331-08:28:10:199","respDate":"250331-08:28:10:224","sourceId":"haproxy:3748ae28-b20f-4e22-9f42-027456cf315a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:28:10:199-12712\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0b9c3834-6052-43ca-89a0-f4006152c7af], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3748ae28-b20f-4e22-9f42-027456cf315a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:28:12.231 [67ea521c27ef30f46d05629ba948ba08,6d05629ba948ba08] [qtp1225114731-24]  INFO [aai-resources,67ea521c27ef30f46d05629ba948ba08,6d05629ba948ba08] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:12.243 [67ea521c27ef30f46d05629ba948ba08,6d05629ba948ba08] [qtp1225114731-24] DEBUG [aai-resources,67ea521c27ef30f46d05629ba948ba08,6d05629ba948ba08] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"263a4518-47a3-44c9-ae79-2645ecb2ff79","status":"200","rqstDate":"250331-08:28:12:231","respDate":"250331-08:28:12:243","sourceId":"haproxy:263a4518-47a3-44c9-ae79-2645ecb2ff79","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:12:231-91366\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[67153374-41f6-4ea1-8f89-d5e10692ec82], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[263a4518-47a3-44c9-ae79-2645ecb2ff79]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:28:14.250 [67ea521e3a0fcbdd9dcbeb61c8f2f552,9dcbeb61c8f2f552] [qtp1225114731-19]  INFO [aai-resources,67ea521e3a0fcbdd9dcbeb61c8f2f552,9dcbeb61c8f2f552] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:14.267 [67ea521e3a0fcbdd9dcbeb61c8f2f552,9dcbeb61c8f2f552] [qtp1225114731-19] DEBUG [aai-resources,67ea521e3a0fcbdd9dcbeb61c8f2f552,9dcbeb61c8f2f552] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b0bb41be-1857-418c-95eb-5918af19e6e4","status":"200","rqstDate":"250331-08:28:14:251","respDate":"250331-08:28:14:267","sourceId":"haproxy:b0bb41be-1857-418c-95eb-5918af19e6e4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:28:14:251-6998\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0ca0fdf0-4273-4715-bedb-82e8ab6d05dd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b0bb41be-1857-418c-95eb-5918af19e6e4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:28:16.274 [67ea5220cb00f2f4dd44b445c19de236,dd44b445c19de236] [qtp1225114731-24]  INFO [aai-resources,67ea5220cb00f2f4dd44b445c19de236,dd44b445c19de236] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:16.285 [67ea5220cb00f2f4dd44b445c19de236,dd44b445c19de236] [qtp1225114731-24] DEBUG [aai-resources,67ea5220cb00f2f4dd44b445c19de236,dd44b445c19de236] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3b627865-b32c-47ac-a488-2767fcacd832","status":"200","rqstDate":"250331-08:28:16:274","respDate":"250331-08:28:16:285","sourceId":"haproxy:3b627865-b32c-47ac-a488-2767fcacd832","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:28:16:274-600\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fc91d3b9-f309-497b-98a2-f221e1977fa2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3b627865-b32c-47ac-a488-2767fcacd832]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:28:18.292 [67ea522248154e6c182aa31d8f21e57c,182aa31d8f21e57c] [qtp1225114731-19]  INFO [aai-resources,67ea522248154e6c182aa31d8f21e57c,182aa31d8f21e57c] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:18.308 [67ea522248154e6c182aa31d8f21e57c,182aa31d8f21e57c] [qtp1225114731-19] DEBUG [aai-resources,67ea522248154e6c182aa31d8f21e57c,182aa31d8f21e57c] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"26f6070d-cdab-4efe-841f-c045281b6458","status":"200","rqstDate":"250331-08:28:18:293","respDate":"250331-08:28:18:307","sourceId":"haproxy:26f6070d-cdab-4efe-841f-c045281b6458","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:28:18:293-63867\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ac3de1bb-8f8c-47b9-96c9-68dbd23a464b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[26f6070d-cdab-4efe-841f-c045281b6458]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:28:20.315 [67ea522491a8d63c9098d39f25e57b4f,9098d39f25e57b4f] [qtp1225114731-24]  INFO [aai-resources,67ea522491a8d63c9098d39f25e57b4f,9098d39f25e57b4f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:20.335 [67ea522491a8d63c9098d39f25e57b4f,9098d39f25e57b4f] [qtp1225114731-24] DEBUG [aai-resources,67ea522491a8d63c9098d39f25e57b4f,9098d39f25e57b4f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2e8b854a-762c-422e-ba89-fd60b4b95e21","status":"200","rqstDate":"250331-08:28:20:316","respDate":"250331-08:28:20:335","sourceId":"haproxy:2e8b854a-762c-422e-ba89-fd60b4b95e21","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:28:20:316-8329\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2f8d6490-de10-457b-8d5a-860445a0ac70], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2e8b854a-762c-422e-ba89-fd60b4b95e21]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:28:22.345 [67ea5226093972b65b50e5eb33eac1e0,5b50e5eb33eac1e0] [qtp1225114731-19]  INFO [aai-resources,67ea5226093972b65b50e5eb33eac1e0,5b50e5eb33eac1e0] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:22.362 [67ea5226093972b65b50e5eb33eac1e0,5b50e5eb33eac1e0] [qtp1225114731-19] DEBUG [aai-resources,67ea5226093972b65b50e5eb33eac1e0,5b50e5eb33eac1e0] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c869d939-acf5-4d9d-b20b-100262459847","status":"200","rqstDate":"250331-08:28:22:345","respDate":"250331-08:28:22:362","sourceId":"haproxy:c869d939-acf5-4d9d-b20b-100262459847","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:28:22:345-87149\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0eac3371-e5bc-4340-846e-a226341c360d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c869d939-acf5-4d9d-b20b-100262459847]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:28:24.369 [67ea52288489e1c6e10eddf411792886,e10eddf411792886] [qtp1225114731-24]  INFO [aai-resources,67ea52288489e1c6e10eddf411792886,e10eddf411792886] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:24.381 [67ea52288489e1c6e10eddf411792886,e10eddf411792886] [qtp1225114731-24] DEBUG [aai-resources,67ea52288489e1c6e10eddf411792886,e10eddf411792886] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5d5fc7ec-1eab-4a99-9d91-c7a4e6929e52","status":"200","rqstDate":"250331-08:28:24:369","respDate":"250331-08:28:24:381","sourceId":"haproxy:5d5fc7ec-1eab-4a99-9d91-c7a4e6929e52","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:24:369-19301\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[91c678f9-fa38-4b46-999f-5f523f9fba8f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5d5fc7ec-1eab-4a99-9d91-c7a4e6929e52]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:28:26.387 [67ea522a61049eda233cd2586a3a4174,233cd2586a3a4174] [qtp1225114731-19]  INFO [aai-resources,67ea522a61049eda233cd2586a3a4174,233cd2586a3a4174] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:26.401 [67ea522a61049eda233cd2586a3a4174,233cd2586a3a4174] [qtp1225114731-19] DEBUG [aai-resources,67ea522a61049eda233cd2586a3a4174,233cd2586a3a4174] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ee4c445d-29ad-4ef1-af00-4a97608af2ab","status":"200","rqstDate":"250331-08:28:26:388","respDate":"250331-08:28:26:401","sourceId":"haproxy:ee4c445d-29ad-4ef1-af00-4a97608af2ab","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:26:388-55524\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a0242d4a-1089-44ab-a649-747901a99a99], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ee4c445d-29ad-4ef1-af00-4a97608af2ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:28:28.408 [67ea522cc8b55725f4012e3bd05b01bf,f4012e3bd05b01bf] [qtp1225114731-24]  INFO [aai-resources,67ea522cc8b55725f4012e3bd05b01bf,f4012e3bd05b01bf] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:28.423 [67ea522cc8b55725f4012e3bd05b01bf,f4012e3bd05b01bf] [qtp1225114731-24] DEBUG [aai-resources,67ea522cc8b55725f4012e3bd05b01bf,f4012e3bd05b01bf] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b6617fd9-472d-497d-9abf-556c5024a1ee","status":"200","rqstDate":"250331-08:28:28:409","respDate":"250331-08:28:28:422","sourceId":"haproxy:b6617fd9-472d-497d-9abf-556c5024a1ee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:28:28:409-80775\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[923809bf-7388-4551-b210-06607ae539ec], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b6617fd9-472d-497d-9abf-556c5024a1ee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:28:30.429 [67ea522e03fa880291cc8f14d335af92,91cc8f14d335af92] [qtp1225114731-19]  INFO [aai-resources,67ea522e03fa880291cc8f14d335af92,91cc8f14d335af92] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:30.444 [67ea522e03fa880291cc8f14d335af92,91cc8f14d335af92] [qtp1225114731-19] DEBUG [aai-resources,67ea522e03fa880291cc8f14d335af92,91cc8f14d335af92] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d77d8d8a-56cf-4ce8-bd59-07bebaa8ff35","status":"200","rqstDate":"250331-08:28:30:429","respDate":"250331-08:28:30:444","sourceId":"haproxy:d77d8d8a-56cf-4ce8-bd59-07bebaa8ff35","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:28:30:429-30859\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[63d8551f-83ef-4f9a-8cea-8170dc141782], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d77d8d8a-56cf-4ce8-bd59-07bebaa8ff35]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:28:32.451 [67ea5230cb6cc16b3efe557023d2e2b8,3efe557023d2e2b8] [qtp1225114731-24]  INFO [aai-resources,67ea5230cb6cc16b3efe557023d2e2b8,3efe557023d2e2b8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:32.465 [67ea5230cb6cc16b3efe557023d2e2b8,3efe557023d2e2b8] [qtp1225114731-24] DEBUG [aai-resources,67ea5230cb6cc16b3efe557023d2e2b8,3efe557023d2e2b8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"56674dc6-9f96-46a4-9752-2f7831a77da6","status":"200","rqstDate":"250331-08:28:32:451","respDate":"250331-08:28:32:465","sourceId":"haproxy:56674dc6-9f96-46a4-9752-2f7831a77da6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:28:32:451-23005\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[390f68c2-c71c-405e-a50e-8622b5d6ebeb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[56674dc6-9f96-46a4-9752-2f7831a77da6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:28:34.472 [67ea5232c5fbb33058d771ff6942abe5,58d771ff6942abe5] [qtp1225114731-19]  INFO [aai-resources,67ea5232c5fbb33058d771ff6942abe5,58d771ff6942abe5] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:34.487 [67ea5232c5fbb33058d771ff6942abe5,58d771ff6942abe5] [qtp1225114731-19] DEBUG [aai-resources,67ea5232c5fbb33058d771ff6942abe5,58d771ff6942abe5] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8a81bef5-d803-4290-a190-7a3dc59540d9","status":"200","rqstDate":"250331-08:28:34:472","respDate":"250331-08:28:34:487","sourceId":"haproxy:8a81bef5-d803-4290-a190-7a3dc59540d9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:34:472-72991\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c85ad6e8-1852-4d11-b4e3-1a62f0c68400], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8a81bef5-d803-4290-a190-7a3dc59540d9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:28:36.495 [67ea52346ef037c3233962ed7a25feb8,233962ed7a25feb8] [qtp1225114731-24]  INFO [aai-resources,67ea52346ef037c3233962ed7a25feb8,233962ed7a25feb8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:36.509 [67ea52346ef037c3233962ed7a25feb8,233962ed7a25feb8] [qtp1225114731-24] DEBUG [aai-resources,67ea52346ef037c3233962ed7a25feb8,233962ed7a25feb8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c1165b04-c0f9-41dc-bff6-88c14d2b9f58","status":"200","rqstDate":"250331-08:28:36:495","respDate":"250331-08:28:36:509","sourceId":"haproxy:c1165b04-c0f9-41dc-bff6-88c14d2b9f58","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:36:495-29987\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fc85ce4f-b9bb-40a7-819d-72fb2d3f8062], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c1165b04-c0f9-41dc-bff6-88c14d2b9f58]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:28:38.517 [67ea5236fbf3ed26f86cd7ae0a4add6a,f86cd7ae0a4add6a] [qtp1225114731-19]  INFO [aai-resources,67ea5236fbf3ed26f86cd7ae0a4add6a,f86cd7ae0a4add6a] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:38.533 [67ea5236fbf3ed26f86cd7ae0a4add6a,f86cd7ae0a4add6a] [qtp1225114731-19] DEBUG [aai-resources,67ea5236fbf3ed26f86cd7ae0a4add6a,f86cd7ae0a4add6a] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"16d0f511-2f98-4e50-b0ac-c27ed86b48b7","status":"200","rqstDate":"250331-08:28:38:517","respDate":"250331-08:28:38:533","sourceId":"haproxy:16d0f511-2f98-4e50-b0ac-c27ed86b48b7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:28:38:517-81240\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b3fed503-0263-4b3a-b2ab-e0796a4782b7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[16d0f511-2f98-4e50-b0ac-c27ed86b48b7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:28:40.539 [67ea5238ce90ea558cb40d5351732c01,8cb40d5351732c01] [qtp1225114731-24]  INFO [aai-resources,67ea5238ce90ea558cb40d5351732c01,8cb40d5351732c01] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:40.553 [67ea5238ce90ea558cb40d5351732c01,8cb40d5351732c01] [qtp1225114731-24] DEBUG [aai-resources,67ea5238ce90ea558cb40d5351732c01,8cb40d5351732c01] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cb3447cc-b197-47e5-964a-06ad61afb504","status":"200","rqstDate":"250331-08:28:40:539","respDate":"250331-08:28:40:553","sourceId":"haproxy:cb3447cc-b197-47e5-964a-06ad61afb504","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:40:539-90091\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4a1985b0-5a19-49f3-b21e-0706f4305915], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cb3447cc-b197-47e5-964a-06ad61afb504]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:28:42.560 [67ea523a64c8eebd5755c96a3dfc5524,5755c96a3dfc5524] [qtp1225114731-19]  INFO [aai-resources,67ea523a64c8eebd5755c96a3dfc5524,5755c96a3dfc5524] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:42.571 [67ea523a64c8eebd5755c96a3dfc5524,5755c96a3dfc5524] [qtp1225114731-19] DEBUG [aai-resources,67ea523a64c8eebd5755c96a3dfc5524,5755c96a3dfc5524] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df1e5985-f430-4ba3-b6fd-490931877874","status":"200","rqstDate":"250331-08:28:42:560","respDate":"250331-08:28:42:571","sourceId":"haproxy:df1e5985-f430-4ba3-b6fd-490931877874","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:42:560-97685\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f24d34fc-86ea-4067-9454-ebfd2290b96c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df1e5985-f430-4ba3-b6fd-490931877874]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:28:44.577 [67ea523cb21f8f3b7e58f03c7f12ae75,7e58f03c7f12ae75] [qtp1225114731-24]  INFO [aai-resources,67ea523cb21f8f3b7e58f03c7f12ae75,7e58f03c7f12ae75] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:44.594 [67ea523cb21f8f3b7e58f03c7f12ae75,7e58f03c7f12ae75] [qtp1225114731-24] DEBUG [aai-resources,67ea523cb21f8f3b7e58f03c7f12ae75,7e58f03c7f12ae75] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"78a251e7-87b8-4f75-a3f1-be61324db0f3","status":"200","rqstDate":"250331-08:28:44:578","respDate":"250331-08:28:44:594","sourceId":"haproxy:78a251e7-87b8-4f75-a3f1-be61324db0f3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:28:44:578-77056\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[25fc3a3b-efc9-45c2-89a1-272b67daba93], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[78a251e7-87b8-4f75-a3f1-be61324db0f3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:28:46.601 [67ea523e804b835edc701419d76215d9,dc701419d76215d9] [qtp1225114731-19]  INFO [aai-resources,67ea523e804b835edc701419d76215d9,dc701419d76215d9] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:46.612 [67ea523e804b835edc701419d76215d9,dc701419d76215d9] [qtp1225114731-19] DEBUG [aai-resources,67ea523e804b835edc701419d76215d9,dc701419d76215d9] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd57bb98-9122-45dc-8085-6087d52fc9ea","status":"200","rqstDate":"250331-08:28:46:601","respDate":"250331-08:28:46:612","sourceId":"haproxy:cd57bb98-9122-45dc-8085-6087d52fc9ea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:46:601-54627\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9d59554b-7cc8-41a1-81f1-c46f203a06ae], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd57bb98-9122-45dc-8085-6087d52fc9ea]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:28:48.620 [67ea5240ce494ef99e26b573ae8ebf9d,9e26b573ae8ebf9d] [qtp1225114731-24]  INFO [aai-resources,67ea5240ce494ef99e26b573ae8ebf9d,9e26b573ae8ebf9d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:48.635 [67ea5240ce494ef99e26b573ae8ebf9d,9e26b573ae8ebf9d] [qtp1225114731-24] DEBUG [aai-resources,67ea5240ce494ef99e26b573ae8ebf9d,9e26b573ae8ebf9d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7ba14c41-8e7f-49be-bbb6-c4ba3384ef00","status":"200","rqstDate":"250331-08:28:48:620","respDate":"250331-08:28:48:635","sourceId":"haproxy:7ba14c41-8e7f-49be-bbb6-c4ba3384ef00","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:28:48:620-69263\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a1726445-6986-4858-ad7d-522d6a5f587d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7ba14c41-8e7f-49be-bbb6-c4ba3384ef00]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:28:50.642 [67ea52423954710a9f7922a935e0d509,9f7922a935e0d509] [qtp1225114731-19]  INFO [aai-resources,67ea52423954710a9f7922a935e0d509,9f7922a935e0d509] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:50.653 [67ea52423954710a9f7922a935e0d509,9f7922a935e0d509] [qtp1225114731-19] DEBUG [aai-resources,67ea52423954710a9f7922a935e0d509,9f7922a935e0d509] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37418b59-3353-47ae-94a2-76d435f7c9fc","status":"200","rqstDate":"250331-08:28:50:642","respDate":"250331-08:28:50:653","sourceId":"haproxy:37418b59-3353-47ae-94a2-76d435f7c9fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:50:642-57261\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[af9b19aa-87d7-4905-aca7-5df678afdb1f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[37418b59-3353-47ae-94a2-76d435f7c9fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:28:52.659 [67ea524400f4007d5c1a524ca8fa1976,5c1a524ca8fa1976] [qtp1225114731-24]  INFO [aai-resources,67ea524400f4007d5c1a524ca8fa1976,5c1a524ca8fa1976] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:52.673 [67ea524400f4007d5c1a524ca8fa1976,5c1a524ca8fa1976] [qtp1225114731-24] DEBUG [aai-resources,67ea524400f4007d5c1a524ca8fa1976,5c1a524ca8fa1976] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dfdb39d4-5d71-4113-904b-23c656551f0e","status":"200","rqstDate":"250331-08:28:52:660","respDate":"250331-08:28:52:673","sourceId":"haproxy:dfdb39d4-5d71-4113-904b-23c656551f0e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:52:660-53953\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c0a55c94-bc00-4ccf-9e62-31265a398fc1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dfdb39d4-5d71-4113-904b-23c656551f0e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:28:54.682 [67ea52463b2bdd97b6ad3d8a4ee3c893,b6ad3d8a4ee3c893] [qtp1225114731-19]  INFO [aai-resources,67ea52463b2bdd97b6ad3d8a4ee3c893,b6ad3d8a4ee3c893] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:54.694 [67ea52463b2bdd97b6ad3d8a4ee3c893,b6ad3d8a4ee3c893] [qtp1225114731-19] DEBUG [aai-resources,67ea52463b2bdd97b6ad3d8a4ee3c893,b6ad3d8a4ee3c893] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5fa9f987-a3e4-48c1-836a-6920dc99138e","status":"200","rqstDate":"250331-08:28:54:682","respDate":"250331-08:28:54:694","sourceId":"haproxy:5fa9f987-a3e4-48c1-836a-6920dc99138e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:28:54:682-4270\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bc3dc836-417b-4810-8389-332e252b17b9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5fa9f987-a3e4-48c1-836a-6920dc99138e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:28:56.701 [67ea5248e80a62f47700ec924ba8e4f5,7700ec924ba8e4f5] [qtp1225114731-24]  INFO [aai-resources,67ea5248e80a62f47700ec924ba8e4f5,7700ec924ba8e4f5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:56.714 [67ea5248e80a62f47700ec924ba8e4f5,7700ec924ba8e4f5] [qtp1225114731-24] DEBUG [aai-resources,67ea5248e80a62f47700ec924ba8e4f5,7700ec924ba8e4f5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4827ef3-a1dd-43e5-8b60-f7bed848c4ba","status":"200","rqstDate":"250331-08:28:56:701","respDate":"250331-08:28:56:714","sourceId":"haproxy:e4827ef3-a1dd-43e5-8b60-f7bed848c4ba","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:28:56:701-71792\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ad820274-3d83-45f6-a131-cd6f55414981], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e4827ef3-a1dd-43e5-8b60-f7bed848c4ba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:28:58.721 [67ea524acb7499aa7d74c494bb146c79,7d74c494bb146c79] [qtp1225114731-19]  INFO [aai-resources,67ea524acb7499aa7d74c494bb146c79,7d74c494bb146c79] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:28:58.732 [67ea524acb7499aa7d74c494bb146c79,7d74c494bb146c79] [qtp1225114731-19] DEBUG [aai-resources,67ea524acb7499aa7d74c494bb146c79,7d74c494bb146c79] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7315f996-22df-4220-b600-fc57f9bcf6c8","status":"200","rqstDate":"250331-08:28:58:721","respDate":"250331-08:28:58:732","sourceId":"haproxy:7315f996-22df-4220-b600-fc57f9bcf6c8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:28:58:721-63141\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5a1c092a-9c47-4b13-b893-9c5cfaa76739], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7315f996-22df-4220-b600-fc57f9bcf6c8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:28:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:29:00.738 [67ea524ce44f7273397ebbf298fe5796,397ebbf298fe5796] [qtp1225114731-24]  INFO [aai-resources,67ea524ce44f7273397ebbf298fe5796,397ebbf298fe5796] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:00.754 [67ea524ce44f7273397ebbf298fe5796,397ebbf298fe5796] [qtp1225114731-24] DEBUG [aai-resources,67ea524ce44f7273397ebbf298fe5796,397ebbf298fe5796] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d78d1be2-fbe2-4fa5-8505-e1e80471333f","status":"200","rqstDate":"250331-08:29:00:738","respDate":"250331-08:29:00:754","sourceId":"haproxy:d78d1be2-fbe2-4fa5-8505-e1e80471333f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:00:738-9823\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[416d723b-a5d2-4d11-8da0-42dfd78c7172], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d78d1be2-fbe2-4fa5-8505-e1e80471333f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:29:02.761 [67ea524ea2e3885370a98fcd6bd3f431,70a98fcd6bd3f431] [qtp1225114731-19]  INFO [aai-resources,67ea524ea2e3885370a98fcd6bd3f431,70a98fcd6bd3f431] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:02.777 [67ea524ea2e3885370a98fcd6bd3f431,70a98fcd6bd3f431] [qtp1225114731-19] DEBUG [aai-resources,67ea524ea2e3885370a98fcd6bd3f431,70a98fcd6bd3f431] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"326749ca-2c81-4301-81e2-ff355fe4aba2","status":"200","rqstDate":"250331-08:29:02:761","respDate":"250331-08:29:02:777","sourceId":"haproxy:326749ca-2c81-4301-81e2-ff355fe4aba2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:29:02:761-32640\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4364b6e1-7e96-47dc-ba36-aaa1e72ef37f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[326749ca-2c81-4301-81e2-ff355fe4aba2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:29:04.784 [67ea5250fff5234eef7b2ebb960416ac,ef7b2ebb960416ac] [qtp1225114731-24]  INFO [aai-resources,67ea5250fff5234eef7b2ebb960416ac,ef7b2ebb960416ac] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:04.800 [67ea5250fff5234eef7b2ebb960416ac,ef7b2ebb960416ac] [qtp1225114731-24] DEBUG [aai-resources,67ea5250fff5234eef7b2ebb960416ac,ef7b2ebb960416ac] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eddbd2f4-c30a-452b-8a97-64eaf0bd60bc","status":"200","rqstDate":"250331-08:29:04:785","respDate":"250331-08:29:04:799","sourceId":"haproxy:eddbd2f4-c30a-452b-8a97-64eaf0bd60bc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:29:04:785-44334\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2c06a27a-6140-45cd-8600-05948268c844], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eddbd2f4-c30a-452b-8a97-64eaf0bd60bc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:29:06.807 [67ea525285a78c758f456b6e998603be,8f456b6e998603be] [qtp1225114731-19]  INFO [aai-resources,67ea525285a78c758f456b6e998603be,8f456b6e998603be] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:06.822 [67ea525285a78c758f456b6e998603be,8f456b6e998603be] [qtp1225114731-19] DEBUG [aai-resources,67ea525285a78c758f456b6e998603be,8f456b6e998603be] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d679a93-f88f-4d70-9671-fd35cc2c9acb","status":"200","rqstDate":"250331-08:29:06:808","respDate":"250331-08:29:06:822","sourceId":"haproxy:0d679a93-f88f-4d70-9671-fd35cc2c9acb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:29:06:808-10818\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3b7c2d4d-806f-4fc2-99e4-4d80e09ea2c0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0d679a93-f88f-4d70-9671-fd35cc2c9acb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:29:08.828 [67ea52543bba27ec29bb49fab8be5081,29bb49fab8be5081] [qtp1225114731-24]  INFO [aai-resources,67ea52543bba27ec29bb49fab8be5081,29bb49fab8be5081] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:08.838 [67ea52543bba27ec29bb49fab8be5081,29bb49fab8be5081] [qtp1225114731-24] DEBUG [aai-resources,67ea52543bba27ec29bb49fab8be5081,29bb49fab8be5081] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"56c5c0a5-f03c-4812-8790-b1e6ab0e5b8e","status":"200","rqstDate":"250331-08:29:08:828","respDate":"250331-08:29:08:838","sourceId":"haproxy:56c5c0a5-f03c-4812-8790-b1e6ab0e5b8e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:08:828-46865\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1a183278-6e2a-44d1-a9e4-2b6454f07dc9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[56c5c0a5-f03c-4812-8790-b1e6ab0e5b8e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:29:10.845 [67ea52560051b2832f897ef54de4186c,2f897ef54de4186c] [qtp1225114731-19]  INFO [aai-resources,67ea52560051b2832f897ef54de4186c,2f897ef54de4186c] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:10.861 [67ea52560051b2832f897ef54de4186c,2f897ef54de4186c] [qtp1225114731-19] DEBUG [aai-resources,67ea52560051b2832f897ef54de4186c,2f897ef54de4186c] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7215a213-dc70-4502-a05a-aa923c7677ce","status":"200","rqstDate":"250331-08:29:10:845","respDate":"250331-08:29:10:861","sourceId":"haproxy:7215a213-dc70-4502-a05a-aa923c7677ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:29:10:845-54564\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f4ed89c8-195a-4cd0-8c03-01d7f7fea0bd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7215a213-dc70-4502-a05a-aa923c7677ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:29:12.868 [67ea5258e5af0df5b8c7d3468446216f,b8c7d3468446216f] [qtp1225114731-24]  INFO [aai-resources,67ea5258e5af0df5b8c7d3468446216f,b8c7d3468446216f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:12.879 [67ea5258e5af0df5b8c7d3468446216f,b8c7d3468446216f] [qtp1225114731-24] DEBUG [aai-resources,67ea5258e5af0df5b8c7d3468446216f,b8c7d3468446216f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ba1e414c-9930-43ae-9a4f-ec2ca3b321e3","status":"200","rqstDate":"250331-08:29:12:868","respDate":"250331-08:29:12:879","sourceId":"haproxy:ba1e414c-9930-43ae-9a4f-ec2ca3b321e3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:29:12:868-23670\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1e0985d4-f62c-4b9e-8307-0568c9f7ad14], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ba1e414c-9930-43ae-9a4f-ec2ca3b321e3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:29:14.887 [67ea525a62e46af39da209970e0c1da5,9da209970e0c1da5] [qtp1225114731-19]  INFO [aai-resources,67ea525a62e46af39da209970e0c1da5,9da209970e0c1da5] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:14.903 [67ea525a62e46af39da209970e0c1da5,9da209970e0c1da5] [qtp1225114731-19] DEBUG [aai-resources,67ea525a62e46af39da209970e0c1da5,9da209970e0c1da5] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"32c4506a-a05d-40f4-b07e-54d9ebc83ae7","status":"200","rqstDate":"250331-08:29:14:887","respDate":"250331-08:29:14:902","sourceId":"haproxy:32c4506a-a05d-40f4-b07e-54d9ebc83ae7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:14:887-71549\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9f227344-ff21-44ec-b156-53bf323863b5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[32c4506a-a05d-40f4-b07e-54d9ebc83ae7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:29:16.909 [67ea525c526633ce8d62406ce36b7b8d,8d62406ce36b7b8d] [qtp1225114731-24]  INFO [aai-resources,67ea525c526633ce8d62406ce36b7b8d,8d62406ce36b7b8d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:16.924 [67ea525c526633ce8d62406ce36b7b8d,8d62406ce36b7b8d] [qtp1225114731-24] DEBUG [aai-resources,67ea525c526633ce8d62406ce36b7b8d,8d62406ce36b7b8d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a57e18d8-7ad2-4bb9-b0a5-29f13d66579e","status":"200","rqstDate":"250331-08:29:16:909","respDate":"250331-08:29:16:923","sourceId":"haproxy:a57e18d8-7ad2-4bb9-b0a5-29f13d66579e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:16:909-8886\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c4af3633-f3f4-425a-a091-d7edb12d6811], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a57e18d8-7ad2-4bb9-b0a5-29f13d66579e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:29:18.930 [67ea525e39b4c2694c3e138b70bada15,4c3e138b70bada15] [qtp1225114731-19]  INFO [aai-resources,67ea525e39b4c2694c3e138b70bada15,4c3e138b70bada15] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:18.953 [67ea525e39b4c2694c3e138b70bada15,4c3e138b70bada15] [qtp1225114731-19] DEBUG [aai-resources,67ea525e39b4c2694c3e138b70bada15,4c3e138b70bada15] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2fb16bcb-5d32-49d9-84d3-9feb39bd660d","status":"200","rqstDate":"250331-08:29:18:931","respDate":"250331-08:29:18:953","sourceId":"haproxy:2fb16bcb-5d32-49d9-84d3-9feb39bd660d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:18:931-9639\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[254ce303-8466-46d7-821f-a9ff08bb23aa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2fb16bcb-5d32-49d9-84d3-9feb39bd660d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:29:20.959 [67ea52607ca97877696193e5bb0313ab,696193e5bb0313ab] [qtp1225114731-24]  INFO [aai-resources,67ea52607ca97877696193e5bb0313ab,696193e5bb0313ab] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:20.970 [67ea52607ca97877696193e5bb0313ab,696193e5bb0313ab] [qtp1225114731-24] DEBUG [aai-resources,67ea52607ca97877696193e5bb0313ab,696193e5bb0313ab] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9fde34d1-ca8a-465d-92c8-3e95479ca085","status":"200","rqstDate":"250331-08:29:20:959","respDate":"250331-08:29:20:970","sourceId":"haproxy:9fde34d1-ca8a-465d-92c8-3e95479ca085","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:20:959-45306\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a8ad978e-9ba3-4371-a08b-2a3e85da8aed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9fde34d1-ca8a-465d-92c8-3e95479ca085]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:29:22.982 [67ea526274aeba031fcc1e56c35d6869,1fcc1e56c35d6869] [qtp1225114731-19]  INFO [aai-resources,67ea526274aeba031fcc1e56c35d6869,1fcc1e56c35d6869] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:22.994 [67ea526274aeba031fcc1e56c35d6869,1fcc1e56c35d6869] [qtp1225114731-19] DEBUG [aai-resources,67ea526274aeba031fcc1e56c35d6869,1fcc1e56c35d6869] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8e15e96d-0293-4e61-989b-cb80846adee7","status":"200","rqstDate":"250331-08:29:22:982","respDate":"250331-08:29:22:994","sourceId":"haproxy:8e15e96d-0293-4e61-989b-cb80846adee7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:22:982-57895\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ba691c08-8194-404f-8f92-0adeb405cf0d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8e15e96d-0293-4e61-989b-cb80846adee7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:29:25.001 [67ea526568a0d98dacefc1bb3b731fe8,acefc1bb3b731fe8] [qtp1225114731-24]  INFO [aai-resources,67ea526568a0d98dacefc1bb3b731fe8,acefc1bb3b731fe8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:25.013 [67ea526568a0d98dacefc1bb3b731fe8,acefc1bb3b731fe8] [qtp1225114731-24] DEBUG [aai-resources,67ea526568a0d98dacefc1bb3b731fe8,acefc1bb3b731fe8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"67121ce9-fbb2-4ecc-8097-9bb10f5cac62","status":"200","rqstDate":"250331-08:29:25:001","respDate":"250331-08:29:25:013","sourceId":"haproxy:67121ce9-fbb2-4ecc-8097-9bb10f5cac62","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:25:001-10430\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9aa5298e-71b2-4ec2-83c5-b4586e3569a2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[67121ce9-fbb2-4ecc-8097-9bb10f5cac62]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:29:27.020 [67ea52674f110ed277739e8012410bf5,77739e8012410bf5] [qtp1225114731-19]  INFO [aai-resources,67ea52674f110ed277739e8012410bf5,77739e8012410bf5] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:27.035 [67ea52674f110ed277739e8012410bf5,77739e8012410bf5] [qtp1225114731-19] DEBUG [aai-resources,67ea52674f110ed277739e8012410bf5,77739e8012410bf5] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2d81d672-2a6e-4457-ac69-0313460c4852","status":"200","rqstDate":"250331-08:29:27:020","respDate":"250331-08:29:27:035","sourceId":"haproxy:2d81d672-2a6e-4457-ac69-0313460c4852","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:27:020-69568\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[38ac57d3-d903-4d78-9eb8-b09a9c016799], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2d81d672-2a6e-4457-ac69-0313460c4852]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:29:29.041 [67ea5269269cc53e783561ce5dd3b2ea,783561ce5dd3b2ea] [qtp1225114731-24]  INFO [aai-resources,67ea5269269cc53e783561ce5dd3b2ea,783561ce5dd3b2ea] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:29.057 [67ea5269269cc53e783561ce5dd3b2ea,783561ce5dd3b2ea] [qtp1225114731-24] DEBUG [aai-resources,67ea5269269cc53e783561ce5dd3b2ea,783561ce5dd3b2ea] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a887c0b-f5f8-4673-81b8-7f9193a45919","status":"200","rqstDate":"250331-08:29:29:041","respDate":"250331-08:29:29:057","sourceId":"haproxy:0a887c0b-f5f8-4673-81b8-7f9193a45919","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:29:041-20007\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3daf4c9c-56ab-4174-96b1-7fa780b6d66d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0a887c0b-f5f8-4673-81b8-7f9193a45919]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:29:31.064 [67ea526bdba87f46b8f5237b9e7bbe6a,b8f5237b9e7bbe6a] [qtp1225114731-19]  INFO [aai-resources,67ea526bdba87f46b8f5237b9e7bbe6a,b8f5237b9e7bbe6a] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:31.080 [67ea526bdba87f46b8f5237b9e7bbe6a,b8f5237b9e7bbe6a] [qtp1225114731-19] DEBUG [aai-resources,67ea526bdba87f46b8f5237b9e7bbe6a,b8f5237b9e7bbe6a] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"55b77980-9411-4477-8733-e76e004f8ea3","status":"200","rqstDate":"250331-08:29:31:064","respDate":"250331-08:29:31:080","sourceId":"haproxy:55b77980-9411-4477-8733-e76e004f8ea3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:31:064-98041\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[82042b30-e875-418d-a7a0-3e5bd5dc27e5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[55b77980-9411-4477-8733-e76e004f8ea3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:29:33.087 [67ea526d90f35868f3064f8c338ec71c,f3064f8c338ec71c] [qtp1225114731-24]  INFO [aai-resources,67ea526d90f35868f3064f8c338ec71c,f3064f8c338ec71c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:33.103 [67ea526d90f35868f3064f8c338ec71c,f3064f8c338ec71c] [qtp1225114731-24] DEBUG [aai-resources,67ea526d90f35868f3064f8c338ec71c,f3064f8c338ec71c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a007ba00-2091-445d-95e6-67c5e4d6c8c7","status":"200","rqstDate":"250331-08:29:33:088","respDate":"250331-08:29:33:103","sourceId":"haproxy:a007ba00-2091-445d-95e6-67c5e4d6c8c7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:33:088-57350\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bc84fce6-4ee0-4916-9351-c4973adb15f1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a007ba00-2091-445d-95e6-67c5e4d6c8c7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:29:35.110 [67ea526fc69dc8967d1bf97c05ab5725,7d1bf97c05ab5725] [qtp1225114731-19]  INFO [aai-resources,67ea526fc69dc8967d1bf97c05ab5725,7d1bf97c05ab5725] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:35.125 [67ea526fc69dc8967d1bf97c05ab5725,7d1bf97c05ab5725] [qtp1225114731-19] DEBUG [aai-resources,67ea526fc69dc8967d1bf97c05ab5725,7d1bf97c05ab5725] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3e6fbc7a-28cc-4f60-b22f-9e63fb71b773","status":"200","rqstDate":"250331-08:29:35:110","respDate":"250331-08:29:35:125","sourceId":"haproxy:3e6fbc7a-28cc-4f60-b22f-9e63fb71b773","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:35:110-32128\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c6fdfcb5-a87e-4c90-a998-eec627f409bc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3e6fbc7a-28cc-4f60-b22f-9e63fb71b773]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:29:37.132 [67ea5271a37f4734b0f6c233a155721a,b0f6c233a155721a] [qtp1225114731-24]  INFO [aai-resources,67ea5271a37f4734b0f6c233a155721a,b0f6c233a155721a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:37.143 [67ea5271a37f4734b0f6c233a155721a,b0f6c233a155721a] [qtp1225114731-24] DEBUG [aai-resources,67ea5271a37f4734b0f6c233a155721a,b0f6c233a155721a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"57fe87aa-61d5-427f-ae84-bfffbc97fc96","status":"200","rqstDate":"250331-08:29:37:132","respDate":"250331-08:29:37:143","sourceId":"haproxy:57fe87aa-61d5-427f-ae84-bfffbc97fc96","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:37:132-96882\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c5bb122a-751f-40f4-bf62-ff5399f2aab1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[57fe87aa-61d5-427f-ae84-bfffbc97fc96]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:29:39.150 [67ea527398705b574244baea5a90548c,4244baea5a90548c] [qtp1225114731-19]  INFO [aai-resources,67ea527398705b574244baea5a90548c,4244baea5a90548c] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:39.162 [67ea527398705b574244baea5a90548c,4244baea5a90548c] [qtp1225114731-19] DEBUG [aai-resources,67ea527398705b574244baea5a90548c,4244baea5a90548c] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b11a1f1b-83e5-41c2-aae8-45441236fdef","status":"200","rqstDate":"250331-08:29:39:150","respDate":"250331-08:29:39:161","sourceId":"haproxy:b11a1f1b-83e5-41c2-aae8-45441236fdef","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:39:150-83565\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[775f662d-7291-4979-9548-f43094b1bed8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b11a1f1b-83e5-41c2-aae8-45441236fdef]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:29:41.169 [67ea5275835672e4b0353078eba591fb,b0353078eba591fb] [qtp1225114731-24]  INFO [aai-resources,67ea5275835672e4b0353078eba591fb,b0353078eba591fb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:41.184 [67ea5275835672e4b0353078eba591fb,b0353078eba591fb] [qtp1225114731-24] DEBUG [aai-resources,67ea5275835672e4b0353078eba591fb,b0353078eba591fb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cabe8d8b-098e-424b-886f-952c67cdf357","status":"200","rqstDate":"250331-08:29:41:169","respDate":"250331-08:29:41:184","sourceId":"haproxy:cabe8d8b-098e-424b-886f-952c67cdf357","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:41:169-59100\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0e724769-79b4-4f73-9c4d-4ffec4a5f163], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cabe8d8b-098e-424b-886f-952c67cdf357]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:29:43.190 [67ea5277c5edf54495c64f67ec31be3b,95c64f67ec31be3b] [qtp1225114731-19]  INFO [aai-resources,67ea5277c5edf54495c64f67ec31be3b,95c64f67ec31be3b] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:43.202 [67ea5277c5edf54495c64f67ec31be3b,95c64f67ec31be3b] [qtp1225114731-19] DEBUG [aai-resources,67ea5277c5edf54495c64f67ec31be3b,95c64f67ec31be3b] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2716e31c-9ea7-4e4e-9b13-92ff7fd32c02","status":"200","rqstDate":"250331-08:29:43:190","respDate":"250331-08:29:43:202","sourceId":"haproxy:2716e31c-9ea7-4e4e-9b13-92ff7fd32c02","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:29:43:190-58460\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4f5c17c8-09ea-482d-a76e-de1a7cc217da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2716e31c-9ea7-4e4e-9b13-92ff7fd32c02]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:29:45.213 [67ea52797db7d9c7e9c97d5b82fd85c4,e9c97d5b82fd85c4] [qtp1225114731-24]  INFO [aai-resources,67ea52797db7d9c7e9c97d5b82fd85c4,e9c97d5b82fd85c4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:45.233 [67ea52797db7d9c7e9c97d5b82fd85c4,e9c97d5b82fd85c4] [qtp1225114731-24] DEBUG [aai-resources,67ea52797db7d9c7e9c97d5b82fd85c4,e9c97d5b82fd85c4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"48598ad2-77d9-482b-88da-3cbd38ced0b1","status":"200","rqstDate":"250331-08:29:45:214","respDate":"250331-08:29:45:233","sourceId":"haproxy:48598ad2-77d9-482b-88da-3cbd38ced0b1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:45:214-27924\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1ba2f6b0-e499-433e-8680-2ee9384b2bb5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[48598ad2-77d9-482b-88da-3cbd38ced0b1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:29:47.241 [67ea527b386ec3b1cec5f5398757a700,cec5f5398757a700] [qtp1225114731-19]  INFO [aai-resources,67ea527b386ec3b1cec5f5398757a700,cec5f5398757a700] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:47.253 [67ea527b386ec3b1cec5f5398757a700,cec5f5398757a700] [qtp1225114731-19] DEBUG [aai-resources,67ea527b386ec3b1cec5f5398757a700,cec5f5398757a700] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6006e100-0a16-4699-b7e6-ead858ea6dff","status":"200","rqstDate":"250331-08:29:47:241","respDate":"250331-08:29:47:253","sourceId":"haproxy:6006e100-0a16-4699-b7e6-ead858ea6dff","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:29:47:241-84658\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0db03f4f-e87b-4853-aa53-bb4302704115], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6006e100-0a16-4699-b7e6-ead858ea6dff]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:29:49.261 [67ea527d78ddb1e84aa3641e5b76bb95,4aa3641e5b76bb95] [qtp1225114731-24]  INFO [aai-resources,67ea527d78ddb1e84aa3641e5b76bb95,4aa3641e5b76bb95] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:49.274 [67ea527d78ddb1e84aa3641e5b76bb95,4aa3641e5b76bb95] [qtp1225114731-24] DEBUG [aai-resources,67ea527d78ddb1e84aa3641e5b76bb95,4aa3641e5b76bb95] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"56e2b36e-5777-427e-972f-0d1436abb083","status":"200","rqstDate":"250331-08:29:49:261","respDate":"250331-08:29:49:274","sourceId":"haproxy:56e2b36e-5777-427e-972f-0d1436abb083","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:49:261-45739\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b68c2426-11ef-4c48-904b-2ed75e7611f1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[56e2b36e-5777-427e-972f-0d1436abb083]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:29:51.280 [67ea527fcff6a3a5fdc46508c9eabd16,fdc46508c9eabd16] [qtp1225114731-19]  INFO [aai-resources,67ea527fcff6a3a5fdc46508c9eabd16,fdc46508c9eabd16] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:51.292 [67ea527fcff6a3a5fdc46508c9eabd16,fdc46508c9eabd16] [qtp1225114731-19] DEBUG [aai-resources,67ea527fcff6a3a5fdc46508c9eabd16,fdc46508c9eabd16] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"badc520c-ef7e-4eba-a153-09bd2e2f32f4","status":"200","rqstDate":"250331-08:29:51:281","respDate":"250331-08:29:51:292","sourceId":"haproxy:badc520c-ef7e-4eba-a153-09bd2e2f32f4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:51:281-38771\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b0169df3-ed93-40ab-b3cf-b6ff8369cdc1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[badc520c-ef7e-4eba-a153-09bd2e2f32f4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:29:53.299 [67ea52816d5d7c6b95e7ce06b42919d9,95e7ce06b42919d9] [qtp1225114731-24]  INFO [aai-resources,67ea52816d5d7c6b95e7ce06b42919d9,95e7ce06b42919d9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:53.314 [67ea52816d5d7c6b95e7ce06b42919d9,95e7ce06b42919d9] [qtp1225114731-24] DEBUG [aai-resources,67ea52816d5d7c6b95e7ce06b42919d9,95e7ce06b42919d9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"11e7843b-ed86-4c90-ba23-cf4e4621343e","status":"200","rqstDate":"250331-08:29:53:300","respDate":"250331-08:29:53:314","sourceId":"haproxy:11e7843b-ed86-4c90-ba23-cf4e4621343e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:53:300-76895\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[807cbfb8-9780-495b-a872-15039c40ffbf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[11e7843b-ed86-4c90-ba23-cf4e4621343e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:29:55.322 [67ea5283a596a16bc8662ed1b5c66675,c8662ed1b5c66675] [qtp1225114731-19]  INFO [aai-resources,67ea5283a596a16bc8662ed1b5c66675,c8662ed1b5c66675] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:55.335 [67ea5283a596a16bc8662ed1b5c66675,c8662ed1b5c66675] [qtp1225114731-19] DEBUG [aai-resources,67ea5283a596a16bc8662ed1b5c66675,c8662ed1b5c66675] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c591db15-f07f-4e1b-84a6-865b8eb5f807","status":"200","rqstDate":"250331-08:29:55:322","respDate":"250331-08:29:55:335","sourceId":"haproxy:c591db15-f07f-4e1b-84a6-865b8eb5f807","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:29:55:322-82815\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e6fd1a84-7a57-4f4b-aa26-d30939629df6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c591db15-f07f-4e1b-84a6-865b8eb5f807]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:29:57.341 [67ea52858b718987b21189a1da780c4b,b21189a1da780c4b] [qtp1225114731-24]  INFO [aai-resources,67ea52858b718987b21189a1da780c4b,b21189a1da780c4b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:57.356 [67ea52858b718987b21189a1da780c4b,b21189a1da780c4b] [qtp1225114731-24] DEBUG [aai-resources,67ea52858b718987b21189a1da780c4b,b21189a1da780c4b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0be003f6-b908-4fbb-a7fa-d23a4d40185c","status":"200","rqstDate":"250331-08:29:57:342","respDate":"250331-08:29:57:356","sourceId":"haproxy:0be003f6-b908-4fbb-a7fa-d23a4d40185c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:57:342-49570\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9fd67eec-ead8-47a3-bd47-3cbda4c52038], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0be003f6-b908-4fbb-a7fa-d23a4d40185c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:29:57.895 [67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] [qtp1225114731-19]  INFO [aai-resources,67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:57.901 [67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] [pool-61-thread-1]  INFO [aai-resources,67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] 1 --- [ool-61-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:29:57.901 [67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] [pool-61-thread-1]  INFO [aai-resources,67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] 1 --- [ool-61-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:29:57.901 [67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] [pool-61-thread-1]  INFO [aai-resources,67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] 1 --- [ool-61-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:29:57.902 [67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] [pool-61-thread-1]  INFO [aai-resources,67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] 1 --- [ool-61-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:29:57.914 [67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] [pool-61-thread-1]  INFO [aai-resources,67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] 1 --- [ool-61-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:29:57.914 [67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] [pool-61-thread-1]  INFO [aai-resources,67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] 1 --- [ool-61-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:29:57.915 [67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] [qtp1225114731-19] DEBUG [aai-resources,67ea52856ac4ba0e7be519dbd9f6d8f8,7be519dbd9f6d8f8] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6af1aa4c-c7d1-4c0a-a085-9844e1c4122a","status":"404","rqstDate":"250331-08:29:57:895","respDate":"250331-08:29:57:915","sourceId":"robot-ete:6af1aa4c-c7d1-4c0a-a085-9844e1c4122a","resourceId":"http://aai.onap:59125/aai/v19/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:29:57:895-93802\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[63d5a1cf-b5fc-439c-8b79-68eb4ebd948e], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[6af1aa4c-c7d1-4c0a-a085-9844e1c4122a], Host=[aai.onap:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[6af1aa4c-c7d1-4c0a-a085-9844e1c4122a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:57 +0000] "GET /aai/v19/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 404 285 REST 6af1aa4c-c7d1-4c0a-a085-9844e1c4122a robot-ete 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:29:57.958 [67ea52853381d16c04406461bf690761,04406461bf690761] [qtp1225114731-24]  INFO [aai-resources,67ea52853381d16c04406461bf690761,04406461bf690761] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:57.966 [67ea52853381d16c04406461bf690761,04406461bf690761] [qtp1225114731-24]  INFO [aai-resources,67ea52853381d16c04406461bf690761,04406461bf690761] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:29:57.966 [67ea52853381d16c04406461bf690761,04406461bf690761] [qtp1225114731-24]  INFO [aai-resources,67ea52853381d16c04406461bf690761,04406461bf690761] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:29:57.966 [67ea52853381d16c04406461bf690761,04406461bf690761] [qtp1225114731-24]  INFO [aai-resources,67ea52853381d16c04406461bf690761,04406461bf690761] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:29:57.966 [67ea52853381d16c04406461bf690761,04406461bf690761] [qtp1225114731-24]  INFO [aai-resources,67ea52853381d16c04406461bf690761,04406461bf690761] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:29:58.366 [67ea52853381d16c04406461bf690761,04406461bf690761] [qtp1225114731-24]  INFO [aai-resources,67ea52853381d16c04406461bf690761,04406461bf690761] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:29:58.810 [67ea52853381d16c04406461bf690761,04406461bf690761] [qtp1225114731-24] DEBUG [aai-resources,67ea52853381d16c04406461bf690761,04406461bf690761] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e696ace9-b13e-4ea8-b480-e968dcce4912","status":"201","rqstDate":"250331-08:29:57:958","respDate":"250331-08:29:58:810","sourceId":"robot-ete:e696ace9-b13e-4ea8-b480-e968dcce4912","resourceId":"http://aai.onap:59125/aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:57:958-69485\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9c0bfccf-1afa-4a17-9642-5c81152b1dad], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[e696ace9-b13e-4ea8-b480-e968dcce4912], Host=[aai.onap:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[448], Content-Type=[application/json], X-ONAP-RequestID=[e696ace9-b13e-4ea8-b480-e968dcce4912]}\",\"Payload\":\"{\\n  \\\"pnf-name\\\": \\\"ZsetkNAwPZOj0woCDZC6\\\",\\n  \\\"pnf-name2\\\": \\\"example-pnf-name2-val-78244\\\",\\n  \\\"pnf-name2-source\\\": \\\"example-pnf-name2-source-val-99275\\\",\\n  \\\"pnf-id\\\": \\\"example-pnf-id-val-7989\\\",\\n  \\\"equip-type\\\": \\\"example-equip-type-val-20348\\\",\\n  \\\"equip-vendor\\\": \\\"example-equip-vendor-val-52182\\\",\\n  \\\"equip-model\\\": \\\"example-equip-model-val-8370\\\",\\n  \\\"management-option\\\": \\\"example-management-option-val-72881\\\",\\n  \\\"ipaddress-v4-oam\\\": \\\"\\\",\\n  \\\"ipaddress-v6-oam\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:29:57:958-69485\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[139328], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:29:57:958-69485]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:58 +0000] "PUT /aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 201 0 REST e696ace9-b13e-4ea8-b480-e968dcce4912 robot-ete 127.0.0.6 - - - - - - - - - 855 - "logType": "access"
2025-03-31 08:29:58.910 [67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] [qtp1225114731-19]  INFO [aai-resources,67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:58.915 [67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] [pool-62-thread-1]  INFO [aai-resources,67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] 1 --- [ool-62-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:29:58.915 [67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] [pool-62-thread-1]  INFO [aai-resources,67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] 1 --- [ool-62-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:29:58.915 [67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] [pool-62-thread-1]  INFO [aai-resources,67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] 1 --- [ool-62-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:29:58.915 [67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] [pool-62-thread-1]  INFO [aai-resources,67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] 1 --- [ool-62-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:29:59.106 [67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] [pool-62-thread-1]  INFO [aai-resources,67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] 1 --- [ool-62-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:29:59.107 [67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] [qtp1225114731-19] DEBUG [aai-resources,67ea52865cbdcd3cd442a4bb9d704d8a,d442a4bb9d704d8a] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f26ec5f-d4b3-4a14-94b6-f6b7ceeafb10","status":"200","rqstDate":"250331-08:29:58:910","respDate":"250331-08:29:59:107","sourceId":"robot-ete:0f26ec5f-d4b3-4a14-94b6-f6b7ceeafb10","resourceId":"http://aai.onap:57409/aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:29:58:910-31010\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6ae1415e-a25e-499d-a922-0516814c85d4], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[0f26ec5f-d4b3-4a14-94b6-f6b7ceeafb10], Host=[aai.onap:57409], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57409], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[0f26ec5f-d4b3-4a14-94b6-f6b7ceeafb10]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:59 +0000] "GET /aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 459 REST 0f26ec5f-d4b3-4a14-94b6-f6b7ceeafb10 robot-ete 127.0.0.6 - - - - - - - - - 199 - "logType": "access"
2025-03-31 08:29:59.364 [67ea52878b1077c0e74734006e957b14,e74734006e957b14] [qtp1225114731-24]  INFO [aai-resources,67ea52878b1077c0e74734006e957b14,e74734006e957b14] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:29:59.378 [67ea52878b1077c0e74734006e957b14,e74734006e957b14] [qtp1225114731-24] DEBUG [aai-resources,67ea52878b1077c0e74734006e957b14,e74734006e957b14] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c3960183-3a55-48db-9585-666572b7f402","status":"200","rqstDate":"250331-08:29:59:364","respDate":"250331-08:29:59:378","sourceId":"haproxy:c3960183-3a55-48db-9585-666572b7f402","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:29:59:364-1573\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[08d41aeb-e997-4112-af27-be1216811f63], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c3960183-3a55-48db-9585-666572b7f402]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:29:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:30:01.386 [67ea52892a0319819b099952ac58e7a6,9b099952ac58e7a6] [qtp1225114731-19]  INFO [aai-resources,67ea52892a0319819b099952ac58e7a6,9b099952ac58e7a6] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:01.397 [67ea52892a0319819b099952ac58e7a6,9b099952ac58e7a6] [qtp1225114731-19] DEBUG [aai-resources,67ea52892a0319819b099952ac58e7a6,9b099952ac58e7a6] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"410f2298-212b-43d5-9030-8b38d9aef9f1","status":"200","rqstDate":"250331-08:30:01:386","respDate":"250331-08:30:01:397","sourceId":"haproxy:410f2298-212b-43d5-9030-8b38d9aef9f1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:01:386-50080\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae38dbc2-4087-4e65-a5bc-0d27b37e345e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[410f2298-212b-43d5-9030-8b38d9aef9f1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:30:03.405 [67ea528b54d3222fd31f3c01a63782ca,d31f3c01a63782ca] [qtp1225114731-24]  INFO [aai-resources,67ea528b54d3222fd31f3c01a63782ca,d31f3c01a63782ca] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:03.425 [67ea528b54d3222fd31f3c01a63782ca,d31f3c01a63782ca] [qtp1225114731-24] DEBUG [aai-resources,67ea528b54d3222fd31f3c01a63782ca,d31f3c01a63782ca] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d36f8a6f-e84f-4f42-8954-4edb970f6aa1","status":"200","rqstDate":"250331-08:30:03:405","respDate":"250331-08:30:03:425","sourceId":"haproxy:d36f8a6f-e84f-4f42-8954-4edb970f6aa1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:03:405-24800\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1f02c6b8-5309-4143-9958-9645cfa8eedf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d36f8a6f-e84f-4f42-8954-4edb970f6aa1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:30:04.173 [67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] [qtp1225114731-19]  INFO [aai-resources,67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:04.178 [67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] [pool-63-thread-1]  INFO [aai-resources,67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] 1 --- [ool-63-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:04.178 [67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] [pool-63-thread-1]  INFO [aai-resources,67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] 1 --- [ool-63-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:04.178 [67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] [pool-63-thread-1]  INFO [aai-resources,67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] 1 --- [ool-63-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:04.178 [67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] [pool-63-thread-1]  INFO [aai-resources,67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] 1 --- [ool-63-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:04.200 [67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] [pool-63-thread-1]  INFO [aai-resources,67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] 1 --- [ool-63-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:04.201 [67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] [qtp1225114731-19] DEBUG [aai-resources,67ea528c3d87aba088b5717263a71b7f,88b5717263a71b7f] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"32d7a949-4fe6-43c6-a8da-eef65dced379","status":"200","rqstDate":"250331-08:30:04:173","respDate":"250331-08:30:04:201","sourceId":"robot-ete:32d7a949-4fe6-43c6-a8da-eef65dced379","resourceId":"http://aai.onap:57409/aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:04:173-91431\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[05262059-2ec0-4694-9edb-505157debc24], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[32d7a949-4fe6-43c6-a8da-eef65dced379], Host=[aai.onap:57409], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57409], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[32d7a949-4fe6-43c6-a8da-eef65dced379]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:04 +0000] "GET /aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 459 REST 32d7a949-4fe6-43c6-a8da-eef65dced379 robot-ete 127.0.0.6 - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:30:05.431 [67ea528dab902ddfacb5f0b63850a956,acb5f0b63850a956] [qtp1225114731-24]  INFO [aai-resources,67ea528dab902ddfacb5f0b63850a956,acb5f0b63850a956] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:05.444 [67ea528dab902ddfacb5f0b63850a956,acb5f0b63850a956] [qtp1225114731-24] DEBUG [aai-resources,67ea528dab902ddfacb5f0b63850a956,acb5f0b63850a956] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4106c6f8-4922-4075-8def-cd00b9afa177","status":"200","rqstDate":"250331-08:30:05:432","respDate":"250331-08:30:05:444","sourceId":"haproxy:4106c6f8-4922-4075-8def-cd00b9afa177","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:05:432-20217\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c24f5645-bd0a-479d-92ec-b78abf17a3c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4106c6f8-4922-4075-8def-cd00b9afa177]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:30:05.956 [67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] [qtp1225114731-19]  INFO [aai-resources,67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:05.956 [67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] [qtp1225114731-26]  INFO [aai-resources,67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:05.962 [67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] [pool-65-thread-1]  INFO [aai-resources,67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] 1 --- [ool-65-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:05.962 [67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] [pool-64-thread-1]  INFO [aai-resources,67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] 1 --- [ool-64-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:05.962 [67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] [pool-65-thread-1]  INFO [aai-resources,67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] 1 --- [ool-65-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:05.962 [67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] [pool-64-thread-1]  INFO [aai-resources,67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] 1 --- [ool-64-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:05.962 [67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] [pool-65-thread-1]  INFO [aai-resources,67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] 1 --- [ool-65-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:05.962 [67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] [pool-64-thread-1]  INFO [aai-resources,67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] 1 --- [ool-64-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:05.962 [67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] [pool-65-thread-1]  INFO [aai-resources,67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] 1 --- [ool-65-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:05.963 [67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] [pool-64-thread-1]  INFO [aai-resources,67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] 1 --- [ool-64-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:06.260 [67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] [pool-64-thread-1]  INFO [aai-resources,67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] 1 --- [ool-64-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:06.261 [67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] [qtp1225114731-26] DEBUG [aai-resources,67ea528d9aadbe776aa9a48ffbdf45c4,6aa9a48ffbdf45c4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6682f0cd-2f0e-4b4e-a264-74989dde2ec9","status":"200","rqstDate":"250331-08:30:05:956","respDate":"250331-08:30:06:260","sourceId":"prh:6682f0cd-2f0e-4b4e-a264-74989dde2ec9","resourceId":"http://aai-internal.onap.svc.cluster.local:48883/aai/v23/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:05:956-99614\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1eac3a71-54cb-4709-8269-414162a9045d], Accept=[application/json], x-invocationid=[04d1e322-7bda-4755-b84b-9c20cdc4bd2e], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:48883], x-requestid=[6682f0cd-2f0e-4b4e-a264-74989dde2ec9], X-Forwarded-Port=[48883], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[6682f0cd-2f0e-4b4e-a264-74989dde2ec9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:06 +0000] "GET /aai/v23/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 493 REST 9999 prh 127.0.0.6 - - - - - - - - - 307 - "logType": "access"
2025-03-31 08:30:06.263 [67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] [pool-65-thread-1]  INFO [aai-resources,67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] 1 --- [ool-65-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:06.263 [67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] [qtp1225114731-19] DEBUG [aai-resources,67ea528dbe4ebb0fbb73ed0f25061ed0,bb73ed0f25061ed0] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"179bb0ab-5062-4010-83a2-01ecaeff6509","status":"200","rqstDate":"250331-08:30:05:956","respDate":"250331-08:30:06:263","sourceId":"prh:179bb0ab-5062-4010-83a2-01ecaeff6509","resourceId":"http://aai-internal.onap.svc.cluster.local:59125/aai/v23/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:05:956-80014\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[21eadfb8-970a-4ec7-9313-d87fab369cc3], Accept=[application/json], x-invocationid=[59c7d0df-dc62-4d54-81dd-c6c0465aa25d], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:59125], x-requestid=[179bb0ab-5062-4010-83a2-01ecaeff6509], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[179bb0ab-5062-4010-83a2-01ecaeff6509]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:06 +0000] "GET /aai/v23/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 493 REST 9999 prh 127.0.0.6 - - - - - - - - - 310 - "logType": "access"
2025-03-31 08:30:07.450 [67ea528f70641f6247aca6ca85a45402,47aca6ca85a45402] [qtp1225114731-24]  INFO [aai-resources,67ea528f70641f6247aca6ca85a45402,47aca6ca85a45402] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:07.467 [67ea528f70641f6247aca6ca85a45402,47aca6ca85a45402] [qtp1225114731-24] DEBUG [aai-resources,67ea528f70641f6247aca6ca85a45402,47aca6ca85a45402] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"36fc1c38-cd56-494b-8fd5-c841e17f06a6","status":"200","rqstDate":"250331-08:30:07:451","respDate":"250331-08:30:07:467","sourceId":"haproxy:36fc1c38-cd56-494b-8fd5-c841e17f06a6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:07:451-2917\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[04a298f2-541a-4e6d-bc43-70c9f2337b21], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[36fc1c38-cd56-494b-8fd5-c841e17f06a6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:30:09.261 [67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] [qtp1225114731-19]  INFO [aai-resources,67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:09.266 [67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] [pool-66-thread-1]  INFO [aai-resources,67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] 1 --- [ool-66-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:09.266 [67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] [pool-66-thread-1]  INFO [aai-resources,67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] 1 --- [ool-66-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:09.266 [67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] [pool-66-thread-1]  INFO [aai-resources,67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] 1 --- [ool-66-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:09.266 [67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] [pool-66-thread-1]  INFO [aai-resources,67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] 1 --- [ool-66-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:09.280 [67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] [pool-66-thread-1]  INFO [aai-resources,67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] 1 --- [ool-66-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:09.281 [67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] [qtp1225114731-19] DEBUG [aai-resources,67ea5291fdcaadea0adc3e0d16875224,0adc3e0d16875224] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8d4150a8-df91-4d3d-a97a-546d211032e1","status":"200","rqstDate":"250331-08:30:09:261","respDate":"250331-08:30:09:280","sourceId":"robot-ete:8d4150a8-df91-4d3d-a97a-546d211032e1","resourceId":"http://aai.onap:57409/aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:09:261-52294\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7b1adc85-51b7-4601-9354-7c0257858e66], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[8d4150a8-df91-4d3d-a97a-546d211032e1], Host=[aai.onap:57409], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57409], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[8d4150a8-df91-4d3d-a97a-546d211032e1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:09 +0000] "GET /aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 459 REST 8d4150a8-df91-4d3d-a97a-546d211032e1 robot-ete 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:30:09.473 [67ea5291f01e71e48533d4174f9b44ef,8533d4174f9b44ef] [qtp1225114731-24]  INFO [aai-resources,67ea5291f01e71e48533d4174f9b44ef,8533d4174f9b44ef] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:09.484 [67ea5291f01e71e48533d4174f9b44ef,8533d4174f9b44ef] [qtp1225114731-24] DEBUG [aai-resources,67ea5291f01e71e48533d4174f9b44ef,8533d4174f9b44ef] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a69b1bab-781b-4fd0-9525-0e09a9543358","status":"200","rqstDate":"250331-08:30:09:473","respDate":"250331-08:30:09:484","sourceId":"haproxy:a69b1bab-781b-4fd0-9525-0e09a9543358","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:09:473-36388\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4e9dba8b-30eb-4a4a-b3ab-5a83b1c5b611], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a69b1bab-781b-4fd0-9525-0e09a9543358]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:30:11.492 [67ea52934adb847e69226caf6749102d,69226caf6749102d] [qtp1225114731-19]  INFO [aai-resources,67ea52934adb847e69226caf6749102d,69226caf6749102d] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:11.504 [67ea52934adb847e69226caf6749102d,69226caf6749102d] [qtp1225114731-19] DEBUG [aai-resources,67ea52934adb847e69226caf6749102d,69226caf6749102d] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d6760ae9-0e92-4726-9787-ad0d0f2b438d","status":"200","rqstDate":"250331-08:30:11:492","respDate":"250331-08:30:11:504","sourceId":"haproxy:d6760ae9-0e92-4726-9787-ad0d0f2b438d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:11:492-1075\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4dc807ec-da52-4849-b177-85d87835d455], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d6760ae9-0e92-4726-9787-ad0d0f2b438d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:30:13.512 [67ea5295c8870cf5fcc0c8f16f0e4cc6,fcc0c8f16f0e4cc6] [qtp1225114731-24]  INFO [aai-resources,67ea5295c8870cf5fcc0c8f16f0e4cc6,fcc0c8f16f0e4cc6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:13.525 [67ea5295c8870cf5fcc0c8f16f0e4cc6,fcc0c8f16f0e4cc6] [qtp1225114731-24] DEBUG [aai-resources,67ea5295c8870cf5fcc0c8f16f0e4cc6,fcc0c8f16f0e4cc6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"805edf0b-b4c2-4597-8c54-f7cb6d27662c","status":"200","rqstDate":"250331-08:30:13:512","respDate":"250331-08:30:13:525","sourceId":"haproxy:805edf0b-b4c2-4597-8c54-f7cb6d27662c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:13:512-38129\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1bab0bcb-5c3b-4302-a429-0f92782ba6b2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[805edf0b-b4c2-4597-8c54-f7cb6d27662c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:30:14.325 [67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] [qtp1225114731-19]  INFO [aai-resources,67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:14.331 [67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] [pool-67-thread-1]  INFO [aai-resources,67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] 1 --- [ool-67-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:14.331 [67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] [pool-67-thread-1]  INFO [aai-resources,67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] 1 --- [ool-67-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:14.331 [67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] [pool-67-thread-1]  INFO [aai-resources,67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] 1 --- [ool-67-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:14.332 [67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] [pool-67-thread-1]  INFO [aai-resources,67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] 1 --- [ool-67-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:14.343 [67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] [pool-67-thread-1]  INFO [aai-resources,67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] 1 --- [ool-67-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:14.343 [67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] [qtp1225114731-19] DEBUG [aai-resources,67ea52969ee80dea63fb11b1b2ca264b,63fb11b1b2ca264b] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2bb7f61b-d4e9-4aed-861b-b3d0fe953830","status":"200","rqstDate":"250331-08:30:14:326","respDate":"250331-08:30:14:343","sourceId":"robot-ete:2bb7f61b-d4e9-4aed-861b-b3d0fe953830","resourceId":"http://aai.onap:57409/aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:14:326-83144\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[42a82c8b-61ba-43f7-9aa4-f19bfa2257f4], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[2bb7f61b-d4e9-4aed-861b-b3d0fe953830], Host=[aai.onap:57409], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57409], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[2bb7f61b-d4e9-4aed-861b-b3d0fe953830]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:14 +0000] "GET /aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 459 REST 2bb7f61b-d4e9-4aed-861b-b3d0fe953830 robot-ete 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:30:15.532 [67ea5297a1d9b238374c565ed4b9b8a1,374c565ed4b9b8a1] [qtp1225114731-24]  INFO [aai-resources,67ea5297a1d9b238374c565ed4b9b8a1,374c565ed4b9b8a1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:15.553 [67ea5297a1d9b238374c565ed4b9b8a1,374c565ed4b9b8a1] [qtp1225114731-24] DEBUG [aai-resources,67ea5297a1d9b238374c565ed4b9b8a1,374c565ed4b9b8a1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c8941f9d-7739-4b33-8b7c-7b07067443f1","status":"200","rqstDate":"250331-08:30:15:532","respDate":"250331-08:30:15:553","sourceId":"haproxy:c8941f9d-7739-4b33-8b7c-7b07067443f1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:15:532-44651\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[69e1ff02-d882-4f6e-87ae-409a4ea3f3f9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c8941f9d-7739-4b33-8b7c-7b07067443f1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:30:17.559 [67ea5299b05e77dcd3c27e7d9dd3d2ba,d3c27e7d9dd3d2ba] [qtp1225114731-19]  INFO [aai-resources,67ea5299b05e77dcd3c27e7d9dd3d2ba,d3c27e7d9dd3d2ba] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:17.570 [67ea5299b05e77dcd3c27e7d9dd3d2ba,d3c27e7d9dd3d2ba] [qtp1225114731-19] DEBUG [aai-resources,67ea5299b05e77dcd3c27e7d9dd3d2ba,d3c27e7d9dd3d2ba] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"97e88f4a-90d5-4db8-9bdd-7f966feffea4","status":"200","rqstDate":"250331-08:30:17:559","respDate":"250331-08:30:17:570","sourceId":"haproxy:97e88f4a-90d5-4db8-9bdd-7f966feffea4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:17:559-22491\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a8603032-ec0c-4a40-81e2-12a27316f563], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[97e88f4a-90d5-4db8-9bdd-7f966feffea4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:30:19.389 [67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] [qtp1225114731-24]  INFO [aai-resources,67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:19.394 [67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] [pool-68-thread-1]  INFO [aai-resources,67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] 1 --- [ool-68-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:19.394 [67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] [pool-68-thread-1]  INFO [aai-resources,67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] 1 --- [ool-68-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:19.394 [67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] [pool-68-thread-1]  INFO [aai-resources,67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] 1 --- [ool-68-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:19.394 [67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] [pool-68-thread-1]  INFO [aai-resources,67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] 1 --- [ool-68-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:19.400 [67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] [pool-68-thread-1]  INFO [aai-resources,67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] 1 --- [ool-68-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:19.400 [67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] [qtp1225114731-24] DEBUG [aai-resources,67ea529bef0888e1f0e16c7312491167,f0e16c7312491167] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c36403e3-5407-4846-9bd3-260dcab04635","status":"200","rqstDate":"250331-08:30:19:389","respDate":"250331-08:30:19:400","sourceId":"robot-ete:c36403e3-5407-4846-9bd3-260dcab04635","resourceId":"http://aai.onap:59125/aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:19:389-53538\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6a61a5f1-c0c8-46d7-bdf9-eda6bac8b05a], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[c36403e3-5407-4846-9bd3-260dcab04635], Host=[aai.onap:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[c36403e3-5407-4846-9bd3-260dcab04635]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:19 +0000] "GET /aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 459 REST c36403e3-5407-4846-9bd3-260dcab04635 robot-ete 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:30:19.576 [67ea529b3c8df3c84d7de7ac698d9be7,4d7de7ac698d9be7] [qtp1225114731-19]  INFO [aai-resources,67ea529b3c8df3c84d7de7ac698d9be7,4d7de7ac698d9be7] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:19.593 [67ea529b3c8df3c84d7de7ac698d9be7,4d7de7ac698d9be7] [qtp1225114731-19] DEBUG [aai-resources,67ea529b3c8df3c84d7de7ac698d9be7,4d7de7ac698d9be7] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"05f7ee0f-3b50-4133-b95a-7da35bca186f","status":"200","rqstDate":"250331-08:30:19:577","respDate":"250331-08:30:19:593","sourceId":"haproxy:05f7ee0f-3b50-4133-b95a-7da35bca186f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:19:577-91483\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3002d249-a5aa-4c49-9517-a5c2e15c90cf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[05f7ee0f-3b50-4133-b95a-7da35bca186f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:30:21.599 [67ea529d34ce86a1ff5d095348c1426f,ff5d095348c1426f] [qtp1225114731-24]  INFO [aai-resources,67ea529d34ce86a1ff5d095348c1426f,ff5d095348c1426f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:21.611 [67ea529d34ce86a1ff5d095348c1426f,ff5d095348c1426f] [qtp1225114731-24] DEBUG [aai-resources,67ea529d34ce86a1ff5d095348c1426f,ff5d095348c1426f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aabe71a8-1c4a-4ece-831b-f86095aa7d0c","status":"200","rqstDate":"250331-08:30:21:599","respDate":"250331-08:30:21:611","sourceId":"haproxy:aabe71a8-1c4a-4ece-831b-f86095aa7d0c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:21:599-86168\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f75242f3-c4f5-4af1-bc28-16c62d16e53b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aabe71a8-1c4a-4ece-831b-f86095aa7d0c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:30:23.618 [67ea529ff948f3dd90107cdc213b5472,90107cdc213b5472] [qtp1225114731-19]  INFO [aai-resources,67ea529ff948f3dd90107cdc213b5472,90107cdc213b5472] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:23.633 [67ea529ff948f3dd90107cdc213b5472,90107cdc213b5472] [qtp1225114731-19] DEBUG [aai-resources,67ea529ff948f3dd90107cdc213b5472,90107cdc213b5472] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2d568adc-3334-472d-bd99-fb5bdf7fd3d3","status":"200","rqstDate":"250331-08:30:23:618","respDate":"250331-08:30:23:633","sourceId":"haproxy:2d568adc-3334-472d-bd99-fb5bdf7fd3d3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:23:618-44140\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1e744e7c-1955-412c-b6a3-619ee9a1203b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2d568adc-3334-472d-bd99-fb5bdf7fd3d3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:30:24.037 [67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] [qtp1225114731-24]  INFO [aai-resources,67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:24.042 [67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] [pool-69-thread-1]  INFO [aai-resources,67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] 1 --- [ool-69-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:24.042 [67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] [pool-69-thread-1]  INFO [aai-resources,67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] 1 --- [ool-69-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:24.042 [67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] [pool-69-thread-1]  INFO [aai-resources,67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] 1 --- [ool-69-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:24.042 [67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] [pool-69-thread-1]  INFO [aai-resources,67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] 1 --- [ool-69-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:24.130 [67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] [pool-69-thread-1]  INFO [aai-resources,67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] 1 --- [ool-69-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type cloud-region found at: cloud-infrastructure/cloud-regions ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:30:24.131 [67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] [pool-69-thread-1]  INFO [aai-resources,67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] 1 --- [ool-69-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:24.131 [67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] [qtp1225114731-24] DEBUG [aai-resources,67ea52a02a3ef3f827d8055253f533c3,27d8055253f533c3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:30:24:037","respDate":"250331-08:30:24:131","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion-cds","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:24:037-79673\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a05a9745-98da-42e2-9dff-fc00e788c429], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:24 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion-cds" 404 288 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 96 - "logType": "access"
2025-03-31 08:30:24.171 [67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] [qtp1225114731-19]  INFO [aai-resources,67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:24.179 [67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] [qtp1225114731-19]  INFO [aai-resources,67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:24.179 [67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] [qtp1225114731-19]  INFO [aai-resources,67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:24.180 [67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] [qtp1225114731-19]  INFO [aai-resources,67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:24.180 [67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] [qtp1225114731-19]  INFO [aai-resources,67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:24.445 [67ea52a0c9439a07f71019b653908535,f71019b653908535] [qtp1225114731-270]  INFO [aai-resources,67ea52a0c9439a07f71019b653908535,f71019b653908535] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:24.452 [67ea52a0c9439a07f71019b653908535,f71019b653908535] [pool-70-thread-1]  INFO [aai-resources,67ea52a0c9439a07f71019b653908535,f71019b653908535] 1 --- [ool-70-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:24.453 [67ea52a0c9439a07f71019b653908535,f71019b653908535] [pool-70-thread-1]  INFO [aai-resources,67ea52a0c9439a07f71019b653908535,f71019b653908535] 1 --- [ool-70-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:24.453 [67ea52a0c9439a07f71019b653908535,f71019b653908535] [pool-70-thread-1]  INFO [aai-resources,67ea52a0c9439a07f71019b653908535,f71019b653908535] 1 --- [ool-70-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:24.453 [67ea52a0c9439a07f71019b653908535,f71019b653908535] [pool-70-thread-1]  INFO [aai-resources,67ea52a0c9439a07f71019b653908535,f71019b653908535] 1 --- [ool-70-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:24.458 [67ea52a0c9439a07f71019b653908535,f71019b653908535] [pool-70-thread-1]  INFO [aai-resources,67ea52a0c9439a07f71019b653908535,f71019b653908535] 1 --- [ool-70-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:24.459 [67ea52a0c9439a07f71019b653908535,f71019b653908535] [qtp1225114731-270] DEBUG [aai-resources,67ea52a0c9439a07f71019b653908535,f71019b653908535] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"84f7954a-818c-4a9d-8048-85a52a8857f4","status":"200","rqstDate":"250331-08:30:24:447","respDate":"250331-08:30:24:458","sourceId":"robot-ete:84f7954a-818c-4a9d-8048-85a52a8857f4","resourceId":"http://aai.onap:57409/aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:24:447-90312\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5a0978fc-a4b2-46e9-ad7d-845537e2169f], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[84f7954a-818c-4a9d-8048-85a52a8857f4], Host=[aai.onap:57409], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57409], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[84f7954a-818c-4a9d-8048-85a52a8857f4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:24 +0000] "GET /aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 459 REST 84f7954a-818c-4a9d-8048-85a52a8857f4 robot-ete 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:30:24.507 [67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] [qtp1225114731-19]  INFO [aai-resources,67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:24.891 [67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] [qtp1225114731-19] DEBUG [aai-resources,67ea52a06d8df10320803b15cf68430b,20803b15cf68430b] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:30:24:171","respDate":"250331-08:30:24:891","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion-cds","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:24:171-6569\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[24e2c8e1-2888-4b37-b1d4-fe1fe3f072a3], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[422], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"cloud-owner\\\": \\\"basicnf-owner\\\",\\n    \\\"cloud-region-id\\\": \\\"k8sregion-cds\\\",\\n    \\\"orchestration-disabled\\\": \\\"False\\\",\\n    \\\"in-maint\\\": \\\"False\\\",\\n    \\\"cloud-type\\\": \\\"k8s\\\",\\n    \\\"owner-defined-type\\\": \\\"N/A\\\",\\n    \\\"cloud-region-version\\\": \\\"1.0\\\",\\n    \\\"identity-url\\\": \\\"\\\",\\n    \\\"cloud-zone\\\": \\\"\\\",\\n    \\\"complex-name\\\": \\\"sdktests\\\",\\n    \\\"sriov-automation\\\": \\\"\\\",\\n    \\\"cloud-extra-info\\\": \\\"\\\",\\n    \\\"upgrade-cycle\\\": \\\"\\\",\\n    \\\"resource-version\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:30:24:171-6569\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[196824], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:30:24:171-6569]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:24 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion-cds" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 724 - "logType": "access"
2025-03-31 08:30:25.640 [67ea52a10583b764f090327a3f7b5ca5,f090327a3f7b5ca5] [qtp1225114731-24]  INFO [aai-resources,67ea52a10583b764f090327a3f7b5ca5,f090327a3f7b5ca5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:25.649 [67ea52a10583b764f090327a3f7b5ca5,f090327a3f7b5ca5] [qtp1225114731-24] DEBUG [aai-resources,67ea52a10583b764f090327a3f7b5ca5,f090327a3f7b5ca5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"78b3b1b3-448b-4bde-a361-c1b146e345ea","status":"200","rqstDate":"250331-08:30:25:640","respDate":"250331-08:30:25:649","sourceId":"haproxy:78b3b1b3-448b-4bde-a361-c1b146e345ea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:25:640-52654\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fe95de85-cf57-46cd-b0b5-a8b2220fc18c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[78b3b1b3-448b-4bde-a361-c1b146e345ea]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:30:27.655 [67ea52a3d7cbdbdeeaf892c027b17e12,eaf892c027b17e12] [qtp1225114731-19]  INFO [aai-resources,67ea52a3d7cbdbdeeaf892c027b17e12,eaf892c027b17e12] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:27.671 [67ea52a3d7cbdbdeeaf892c027b17e12,eaf892c027b17e12] [qtp1225114731-19] DEBUG [aai-resources,67ea52a3d7cbdbdeeaf892c027b17e12,eaf892c027b17e12] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ecbd60ad-d775-4d0f-a54c-7bb40c42511a","status":"200","rqstDate":"250331-08:30:27:655","respDate":"250331-08:30:27:670","sourceId":"haproxy:ecbd60ad-d775-4d0f-a54c-7bb40c42511a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:27:655-86724\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2acc5611-5a22-4f19-9a2f-a184f5c83374], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ecbd60ad-d775-4d0f-a54c-7bb40c42511a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:30:29.543 [67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] [qtp1225114731-24]  INFO [aai-resources,67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:29.559 [67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] [pool-71-thread-1]  INFO [aai-resources,67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] 1 --- [ool-71-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:29.559 [67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] [pool-71-thread-1]  INFO [aai-resources,67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] 1 --- [ool-71-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:29.560 [67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] [pool-71-thread-1]  INFO [aai-resources,67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] 1 --- [ool-71-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:29.561 [67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] [pool-71-thread-1]  INFO [aai-resources,67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] 1 --- [ool-71-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:29.569 [67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] [pool-71-thread-1]  INFO [aai-resources,67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] 1 --- [ool-71-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:29.570 [67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] [qtp1225114731-24] DEBUG [aai-resources,67ea52a5553a9db215a1dbc9662dbaf1,15a1dbc9662dbaf1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"49450358-2d72-4690-a704-19c885df94a3","status":"200","rqstDate":"250331-08:30:29:543","respDate":"250331-08:30:29:570","sourceId":"robot-ete:49450358-2d72-4690-a704-19c885df94a3","resourceId":"http://aai.onap:59125/aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:29:543-77808\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[eda60fac-8a72-4e2c-9913-cfce3a2d789b], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[49450358-2d72-4690-a704-19c885df94a3], Host=[aai.onap:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[49450358-2d72-4690-a704-19c885df94a3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:29 +0000] "GET /aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 459 REST 49450358-2d72-4690-a704-19c885df94a3 robot-ete 127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:30:29.678 [67ea52a5d19e0b8f00da7c09b86f0bf0,00da7c09b86f0bf0] [qtp1225114731-19]  INFO [aai-resources,67ea52a5d19e0b8f00da7c09b86f0bf0,00da7c09b86f0bf0] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:29.693 [67ea52a5d19e0b8f00da7c09b86f0bf0,00da7c09b86f0bf0] [qtp1225114731-19] DEBUG [aai-resources,67ea52a5d19e0b8f00da7c09b86f0bf0,00da7c09b86f0bf0] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e86c57ce-c6ca-43d1-b179-d20a855b14d2","status":"200","rqstDate":"250331-08:30:29:678","respDate":"250331-08:30:29:693","sourceId":"haproxy:e86c57ce-c6ca-43d1-b179-d20a855b14d2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:29:678-44772\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[09764a5f-4dd2-42c8-be0c-32ad4f9852df], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e86c57ce-c6ca-43d1-b179-d20a855b14d2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:30:31.701 [67ea52a73d0f4b47ff33509c6cd1eec8,ff33509c6cd1eec8] [qtp1225114731-24]  INFO [aai-resources,67ea52a73d0f4b47ff33509c6cd1eec8,ff33509c6cd1eec8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:31.712 [67ea52a73d0f4b47ff33509c6cd1eec8,ff33509c6cd1eec8] [qtp1225114731-24] DEBUG [aai-resources,67ea52a73d0f4b47ff33509c6cd1eec8,ff33509c6cd1eec8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00854b01-0054-4ebf-8f23-dfefcf533b18","status":"200","rqstDate":"250331-08:30:31:701","respDate":"250331-08:30:31:712","sourceId":"haproxy:00854b01-0054-4ebf-8f23-dfefcf533b18","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:31:701-41043\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7761b560-96a6-4454-867e-0768923679e0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[00854b01-0054-4ebf-8f23-dfefcf533b18]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:30:33.256 [67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] [qtp1225114731-19]  INFO [aai-resources,67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:33.261 [67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] [pool-72-thread-1]  INFO [aai-resources,67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] 1 --- [ool-72-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:33.261 [67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] [pool-72-thread-1]  INFO [aai-resources,67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] 1 --- [ool-72-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:33.261 [67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] [pool-72-thread-1]  INFO [aai-resources,67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] 1 --- [ool-72-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:33.261 [67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] [pool-72-thread-1]  INFO [aai-resources,67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] 1 --- [ool-72-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:33.276 [67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] [pool-72-thread-1]  INFO [aai-resources,67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] 1 --- [ool-72-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type cloud-region found at: cloud-infrastructure/cloud-regions ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:30:33.277 [67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] [pool-72-thread-1]  INFO [aai-resources,67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] 1 --- [ool-72-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:33.278 [67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] [qtp1225114731-19] DEBUG [aai-resources,67ea52a920311f9705b3533eb37c70e5,05b3533eb37c70e5] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:30:33:256","respDate":"250331-08:30:33:277","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:33:256-51448\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6d4c1d19-168a-421d-b5f6-3562b9e80ae3], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:33 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne" 404 288 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:30:33.314 [67ea52a9367fd0888c2e452937677661,8c2e452937677661] [qtp1225114731-24]  INFO [aai-resources,67ea52a9367fd0888c2e452937677661,8c2e452937677661] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:33.322 [67ea52a9367fd0888c2e452937677661,8c2e452937677661] [qtp1225114731-24]  INFO [aai-resources,67ea52a9367fd0888c2e452937677661,8c2e452937677661] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:33.323 [67ea52a9367fd0888c2e452937677661,8c2e452937677661] [qtp1225114731-24]  INFO [aai-resources,67ea52a9367fd0888c2e452937677661,8c2e452937677661] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:33.323 [67ea52a9367fd0888c2e452937677661,8c2e452937677661] [qtp1225114731-24]  INFO [aai-resources,67ea52a9367fd0888c2e452937677661,8c2e452937677661] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:33.323 [67ea52a9367fd0888c2e452937677661,8c2e452937677661] [qtp1225114731-24]  INFO [aai-resources,67ea52a9367fd0888c2e452937677661,8c2e452937677661] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:33.351 [67ea52a9367fd0888c2e452937677661,8c2e452937677661] [qtp1225114731-24]  INFO [aai-resources,67ea52a9367fd0888c2e452937677661,8c2e452937677661] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:33.376 [67ea52a9367fd0888c2e452937677661,8c2e452937677661] [qtp1225114731-24] DEBUG [aai-resources,67ea52a9367fd0888c2e452937677661,8c2e452937677661] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:30:33:314","respDate":"250331-08:30:33:376","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:33:314-58052\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5eb98656-914e-41ef-b34b-f7b646aa5f8a], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[435], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"cloud-owner\\\": \\\"basicnw-cloud-owner\\\",\\n    \\\"cloud-region-id\\\": \\\"RegionOne\\\",\\n    \\\"orchestration-disabled\\\": \\\"False\\\",\\n    \\\"in-maint\\\": \\\"False\\\",\\n    \\\"cloud-type\\\": \\\"openstack\\\",\\n    \\\"owner-defined-type\\\": \\\"N/A\\\",\\n    \\\"cloud-region-version\\\": \\\"openstack\\\",\\n    \\\"identity-url\\\": \\\"\\\",\\n    \\\"cloud-zone\\\": \\\"\\\",\\n    \\\"complex-name\\\": \\\"lannion\\\",\\n    \\\"sriov-automation\\\": \\\"\\\",\\n    \\\"cloud-extra-info\\\": \\\"\\\",\\n    \\\"upgrade-cycle\\\": \\\"\\\",\\n    \\\"resource-version\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:30:33:314-58052\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[143424], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:30:33:314-58052]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:33 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 68 - "logType": "access"
2025-03-31 08:30:33.414 [67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] [qtp1225114731-19]  INFO [aai-resources,67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:33.421 [67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] [pool-73-thread-1]  INFO [aai-resources,67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] 1 --- [ool-73-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:33.422 [67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] [pool-73-thread-1]  INFO [aai-resources,67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] 1 --- [ool-73-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:33.422 [67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] [pool-73-thread-1]  INFO [aai-resources,67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] 1 --- [ool-73-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:33.423 [67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] [pool-73-thread-1]  INFO [aai-resources,67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] 1 --- [ool-73-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:33.550 [67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] [pool-73-thread-1]  INFO [aai-resources,67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] 1 --- [ool-73-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:33.551 [67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] [qtp1225114731-19] DEBUG [aai-resources,67ea52a96986a9606a380f2cf1e3fd88,6a380f2cf1e3fd88] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:30:33:414","respDate":"250331-08:30:33:550","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:33:414-27100\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[743ff508-616f-4010-923b-d211a2ee59d5], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:33 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne" 200 378 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 142 - "logType": "access"
2025-03-31 08:30:33.589 [67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] [qtp1225114731-24]  INFO [aai-resources,67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:33.597 [67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] [qtp1225114731-24]  INFO [aai-resources,67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:33.597 [67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] [qtp1225114731-24]  INFO [aai-resources,67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:33.597 [67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] [qtp1225114731-24]  INFO [aai-resources,67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:33.597 [67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] [qtp1225114731-24]  INFO [aai-resources,67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:33.718 [67ea52a9e30d1c424ae17bb40988ce47,4ae17bb40988ce47] [qtp1225114731-26]  INFO [aai-resources,67ea52a9e30d1c424ae17bb40988ce47,4ae17bb40988ce47] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:33.731 [67ea52a9e30d1c424ae17bb40988ce47,4ae17bb40988ce47] [qtp1225114731-26] DEBUG [aai-resources,67ea52a9e30d1c424ae17bb40988ce47,4ae17bb40988ce47] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"830e431b-f95f-4b8d-9c82-144c19b7cd7f","status":"200","rqstDate":"250331-08:30:33:718","respDate":"250331-08:30:33:731","sourceId":"haproxy:830e431b-f95f-4b8d-9c82-144c19b7cd7f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:33:718-57787\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d204a7c4-7f23-49b2-94e4-856bedd12530], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[830e431b-f95f-4b8d-9c82-144c19b7cd7f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:30:33.840 [67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] [qtp1225114731-24]  INFO [aai-resources,67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:34.180 [67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] [qtp1225114731-24] DEBUG [aai-resources,67ea52a90e641acd35603e91a314ff50,35603e91a314ff50] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:30:33:589","respDate":"250331-08:30:34:180","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/a5a21be3-e0da-4705-b651-498819e7277a","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:33:589-67288\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8b22a273-fada-4ef5-aa1e-ce505f5f3e9b], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[417], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"esr-system-info-id\\\": \\\"a5a21be3-e0da-4705-b651-498819e7277a\\\",\\n    \\\"user-name\\\": \\\"onap-daily-master-sm\\\",\\n    \\\"password\\\": \\\"8Th47S0ToI11FPprXmy8R0CQLfSLg2pn\\\",\\n    \\\"system-type\\\": \\\"VIM\\\"\\n        , \\\"service-url\\\": \\\"https://control-api.tnaplab.telekom.de:5000/v3/\\\"\\n        , \\\"ssl-insecure\\\": false\\n        , \\\"cloud-domain\\\": \\\"Default\\\"\\n        , \\\"default-tenant\\\": \\\"onap-daily-master-sm\\\"\\n        , \\\"system-status\\\": \\\"active\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:30:33:589-67288\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[180400], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:30:33:589-67288]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:34 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/a5a21be3-e0da-4705-b651-498819e7277a" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 593 - "logType": "access"
2025-03-31 08:30:34.213 [67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] [qtp1225114731-19]  INFO [aai-resources,67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:34.219 [67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] [pool-74-thread-1]  INFO [aai-resources,67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] 1 --- [ool-74-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:34.219 [67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] [pool-74-thread-1]  INFO [aai-resources,67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] 1 --- [ool-74-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:34.219 [67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] [pool-74-thread-1]  INFO [aai-resources,67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] 1 --- [ool-74-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:34.219 [67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] [pool-74-thread-1]  INFO [aai-resources,67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] 1 --- [ool-74-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:34.227 [67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] [pool-74-thread-1]  INFO [aai-resources,67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] 1 --- [ool-74-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:30:34.228 [67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] [pool-74-thread-1]  INFO [aai-resources,67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] 1 --- [ool-74-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:34.229 [67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] [qtp1225114731-19] DEBUG [aai-resources,67ea52aa48f3f06a22543d6d28514cc6,22543d6d28514cc6] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:30:34:214","respDate":"250331-08:30:34:228","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:34:214-50065\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[aa508ce9-bf5f-4541-a2bf-6b28ea7f4c35], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:34 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 404 464 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:30:34.265 [67ea52aa794a73e4105553059df98e26,105553059df98e26] [qtp1225114731-24]  INFO [aai-resources,67ea52aa794a73e4105553059df98e26,105553059df98e26] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:34.272 [67ea52aa794a73e4105553059df98e26,105553059df98e26] [qtp1225114731-24]  INFO [aai-resources,67ea52aa794a73e4105553059df98e26,105553059df98e26] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:34.272 [67ea52aa794a73e4105553059df98e26,105553059df98e26] [qtp1225114731-24]  INFO [aai-resources,67ea52aa794a73e4105553059df98e26,105553059df98e26] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:34.273 [67ea52aa794a73e4105553059df98e26,105553059df98e26] [qtp1225114731-24]  INFO [aai-resources,67ea52aa794a73e4105553059df98e26,105553059df98e26] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:34.273 [67ea52aa794a73e4105553059df98e26,105553059df98e26] [qtp1225114731-24]  INFO [aai-resources,67ea52aa794a73e4105553059df98e26,105553059df98e26] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:34.405 [67ea52aa794a73e4105553059df98e26,105553059df98e26] [qtp1225114731-24]  INFO [aai-resources,67ea52aa794a73e4105553059df98e26,105553059df98e26] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:34.621 [67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] [qtp1225114731-270]  INFO [aai-resources,67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:34.625 [67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] [pool-75-thread-1]  INFO [aai-resources,67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] 1 --- [ool-75-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:34.626 [67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] [pool-75-thread-1]  INFO [aai-resources,67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] 1 --- [ool-75-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:34.626 [67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] [pool-75-thread-1]  INFO [aai-resources,67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] 1 --- [ool-75-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:34.626 [67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] [pool-75-thread-1]  INFO [aai-resources,67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] 1 --- [ool-75-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:34.632 [67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] [pool-75-thread-1]  INFO [aai-resources,67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] 1 --- [ool-75-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:34.633 [67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] [qtp1225114731-270] DEBUG [aai-resources,67ea52aadd9bfc4206013a6b7a948855,06013a6b7a948855] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"791fa5ab-151d-426d-bcdc-bba30472a412","status":"200","rqstDate":"250331-08:30:34:621","respDate":"250331-08:30:34:633","sourceId":"robot-ete:791fa5ab-151d-426d-bcdc-bba30472a412","resourceId":"http://aai.onap:57409/aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:34:621-58649\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[92c92d3f-ca0d-4186-a6ce-317c9131788d], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[791fa5ab-151d-426d-bcdc-bba30472a412], Host=[aai.onap:57409], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57409], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[791fa5ab-151d-426d-bcdc-bba30472a412]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:34 +0000] "GET /aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 459 REST 791fa5ab-151d-426d-bcdc-bba30472a412 robot-ete 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:30:34.751 [67ea52aa794a73e4105553059df98e26,105553059df98e26] [qtp1225114731-24] DEBUG [aai-resources,67ea52aa794a73e4105553059df98e26,105553059df98e26] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:30:34:265","respDate":"250331-08:30:34:751","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:34:265-1616\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[fff5ff7d-a97b-4ab9-9a05-49586256db05], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[128], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"tenant-id\\\": \\\"5d082e34040e4f62a4bdf5b11f4bb2a8\\\",\\n    \\\"tenant-name\\\": \\\"onap-daily-master-sm\\\",\\n    \\\"tenant-context\\\": \\\"None\\\"\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:30:34:265-1616\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[200888], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:30:34:265-1616]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:34 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 489 - "logType": "access"
2025-03-31 08:30:34.781 [67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] [qtp1225114731-19]  INFO [aai-resources,67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:34.787 [67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] [pool-76-thread-1]  INFO [aai-resources,67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] 1 --- [ool-76-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:34.787 [67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] [pool-76-thread-1]  INFO [aai-resources,67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] 1 --- [ool-76-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:34.787 [67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] [pool-76-thread-1]  INFO [aai-resources,67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] 1 --- [ool-76-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:34.787 [67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] [pool-76-thread-1]  INFO [aai-resources,67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] 1 --- [ool-76-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:34.792 [67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] [pool-76-thread-1]  INFO [aai-resources,67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] 1 --- [ool-76-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:30:34.793 [67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] [pool-76-thread-1]  INFO [aai-resources,67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] 1 --- [ool-76-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:34.793 [67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] [qtp1225114731-19] DEBUG [aai-resources,67ea52aa27cb5f13c574c91d6b5b6a56,c574c91d6b5b6a56] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:30:34:781","respDate":"250331-08:30:34:793","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:34:781-7562\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8b1f8953-3efb-44ef-87f5-a8efc5f91f34], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:34 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone" 404 505 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:30:34.829 [67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] [qtp1225114731-24]  INFO [aai-resources,67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:34.836 [67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] [qtp1225114731-24]  INFO [aai-resources,67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:34.837 [67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] [qtp1225114731-24]  INFO [aai-resources,67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:34.837 [67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] [qtp1225114731-24]  INFO [aai-resources,67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:34.837 [67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] [qtp1225114731-24]  INFO [aai-resources,67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:34.913 [67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] [qtp1225114731-24]  INFO [aai-resources,67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:35.253 [67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] [qtp1225114731-24] DEBUG [aai-resources,67ea52aadd4e11381e3c8d210c24c25c,1e3c8d210c24c25c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:30:34:830","respDate":"250331-08:30:35:253","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:34:830-54193\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[44f685ac-4749-4589-be6b-b34cfbd39f27], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[92], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"availability-zone-name\\\": \\\"basicvm-availability-zone\\\",\\n    \\\"hypervisor-type\\\": \\\"nova\\\"\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:30:34:830-54193\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[184496], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:30:34:830-54193]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:35 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 426 - "logType": "access"
2025-03-31 08:30:35.287 [67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] [qtp1225114731-19]  INFO [aai-resources,67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:35.294 [67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] [qtp1225114731-19]  INFO [aai-resources,67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:35.294 [67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] [qtp1225114731-19]  INFO [aai-resources,67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:35.295 [67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] [qtp1225114731-19]  INFO [aai-resources,67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:35.295 [67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] [qtp1225114731-19]  INFO [aai-resources,67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:35.708 [67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] [qtp1225114731-19]  INFO [aai-resources,67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:35.738 [67ea52ab15cc786f12314217e243ade9,12314217e243ade9] [qtp1225114731-26]  INFO [aai-resources,67ea52ab15cc786f12314217e243ade9,12314217e243ade9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:35.749 [67ea52ab15cc786f12314217e243ade9,12314217e243ade9] [qtp1225114731-26] DEBUG [aai-resources,67ea52ab15cc786f12314217e243ade9,12314217e243ade9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cde72a08-eca8-48e1-91d1-ec9dd8fe5e90","status":"200","rqstDate":"250331-08:30:35:738","respDate":"250331-08:30:35:749","sourceId":"haproxy:cde72a08-eca8-48e1-91d1-ec9dd8fe5e90","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:35:738-68406\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cee145f9-833d-944d-8f35-bbfea3209d40], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cde72a08-eca8-48e1-91d1-ec9dd8fe5e90]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:30:36.075 [67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] [qtp1225114731-19] DEBUG [aai-resources,67ea52abbf4f8a294d587267cfb76003,4d587267cfb76003] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:30:35:287","respDate":"250331-08:30:36:075","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/complexes/complex/lannion","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:35:287-58545\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2f23fcc4-4f57-4588-9c78-027ac968c306], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[498], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"physical-location-id\\\": \\\"lannion\\\",\\n    \\\"data-center-code\\\": \\\"1234-5\\\",\\n    \\\"complex-name\\\": \\\"lannion\\\",\\n    \\\"identity-url\\\": \\\"\\\",\\n    \\\"resource-version\\\": \\\"\\\",\\n    \\\"physical-location-type\\\": \\\"\\\",\\n    \\\"street1\\\": \\\"\\\",\\n    \\\"street2\\\": \\\"\\\",\\n    \\\"city\\\": \\\"\\\",\\n    \\\"state\\\": \\\"\\\",\\n    \\\"postal-code\\\": \\\"\\\",\\n    \\\"country\\\": \\\"\\\",\\n    \\\"region\\\": \\\"\\\",\\n    \\\"latitude\\\": \\\"\\\",\\n    \\\"longitude\\\": \\\"\\\",\\n    \\\"elevation\\\": \\\"\\\",\\n    \\\"lata\\\": \\\"\\\",\\n    \\\"time-zone\\\": \\\"\\\",\\n    \\\"data-owner\\\": \\\"\\\",\\n    \\\"data-source\\\": \\\"\\\",\\n    \\\"data-source-version\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:30:35:287-58545\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41193576], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:30:35:287-58545]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:36 +0000] "PUT /aai/v27/cloud-infrastructure/complexes/complex/lannion" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 790 - "logType": "access"
2025-03-31 08:30:36.106 [67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] [qtp1225114731-24]  INFO [aai-resources,67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:36.111 [67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] [pool-77-thread-1]  INFO [aai-resources,67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] 1 --- [ool-77-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:36.111 [67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] [pool-77-thread-1]  INFO [aai-resources,67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] 1 --- [ool-77-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:36.111 [67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] [pool-77-thread-1]  INFO [aai-resources,67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] 1 --- [ool-77-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:36.111 [67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] [pool-77-thread-1]  INFO [aai-resources,67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] 1 --- [ool-77-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:36.144 [67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] [pool-77-thread-1]  INFO [aai-resources,67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] 1 --- [ool-77-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:36.145 [67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] [qtp1225114731-24] DEBUG [aai-resources,67ea52ac0e652da50468c83e7f94374e,0468c83e7f94374e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:30:36:106","respDate":"250331-08:30:36:145","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:36:106-54385\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[baf27f9d-b3ae-48cf-9bfd-45055b7b5e72], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:36 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne" 200 378 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 41 - "logType": "access"
2025-03-31 08:30:36.178 [67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] [qtp1225114731-19]  INFO [aai-resources,67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:36.184 [67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] [qtp1225114731-19]  INFO [aai-resources,67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:36.185 [67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] [qtp1225114731-19]  INFO [aai-resources,67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:36.185 [67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] [qtp1225114731-19]  INFO [aai-resources,67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:36.185 [67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] [qtp1225114731-19]  INFO [aai-resources,67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:36.230 [67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] [qtp1225114731-19]  INFO [aai-resources,67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:36.546 [67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] [qtp1225114731-19] DEBUG [aai-resources,67ea52ac045873be6f51fff1034b8b2f,6f51fff1034b8b2f] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:30:36:178","respDate":"250331-08:30:36:546","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:36:178-30737\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9a53ce9e-aac1-4dcc-ab3f-b70c475e4109], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[348], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"related-to\\\": \\\"complex\\\",\\n    \\\"related-link\\\": \\\"https://aai-api-oom-sm-master.tnaplab.telekom.de/aai/v27/cloud-infrastructure/complexes/complex/lannion\\\",\\n        \\\"relationship-label\\\": \\\"org.onap.relationships.inventory.LocatedIn\\\",\\n    \\\"relationship-data\\\": [{\\\"relationship-key\\\": \\\"complex.physical-location-id\\\", \\\"relationship-value\\\": \\\"lannion\\\"}]\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:30:36:178-30737\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:30:36:178-30737]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:36 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/relationship-list/relationship" 200 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 372 - "logType": "access"
2025-03-31 08:30:36.587 [67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] [qtp1225114731-24]  INFO [aai-resources,67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:36.593 [67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] [qtp1225114731-24]  INFO [aai-resources,67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:36.593 [67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] [qtp1225114731-24]  INFO [aai-resources,67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:36.593 [67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] [qtp1225114731-24]  INFO [aai-resources,67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:36.594 [67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] [qtp1225114731-24]  INFO [aai-resources,67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:36.712 [67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] [qtp1225114731-24]  INFO [aai-resources,67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:37.047 [67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] [qtp1225114731-24] DEBUG [aai-resources,67ea52ac2c9cb5fdde72b72325b64821,de72b72325b64821] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:30:36:587","respDate":"250331-08:30:37:046","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/business/customers/customer/basicnw-customer","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:36:587-4267\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cdb22eba-81f2-49fc-82d8-a6cf4ff1810e], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[123], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"global-customer-id\\\": \\\"basicnw-customer\\\",\\n    \\\"subscriber-name\\\": \\\"basicnw-customer\\\",\\n    \\\"subscriber-type\\\": \\\"INFRA\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:30:36:587-4267\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[188624], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:30:36:587-4267]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:37 +0000] "PUT /aai/v27/business/customers/customer/basicnw-customer" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 464 - "logType": "access"
2025-03-31 08:30:37.078 [67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] [qtp1225114731-19]  INFO [aai-resources,67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:37.083 [67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] [pool-78-thread-1]  INFO [aai-resources,67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] 1 --- [ool-78-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:37.083 [67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] [pool-78-thread-1]  INFO [aai-resources,67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] 1 --- [ool-78-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:37.083 [67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] [pool-78-thread-1]  INFO [aai-resources,67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] 1 --- [ool-78-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:37.084 [67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] [pool-78-thread-1]  INFO [aai-resources,67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] 1 --- [ool-78-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:37.099 [67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] [pool-78-thread-1]  INFO [aai-resources,67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] 1 --- [ool-78-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:37.100 [67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] [qtp1225114731-19] DEBUG [aai-resources,67ea52ad446cc51138dd984c7005c5c8,38dd984c7005c5c8] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:30:37:078","respDate":"250331-08:30:37:100","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:37:078-18319\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[4f22f2fa-6b53-4862-9327-0795b090c5e0], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:37 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:30:37.130 [67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] [qtp1225114731-24]  INFO [aai-resources,67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:37.134 [67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] [pool-79-thread-1]  INFO [aai-resources,67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] 1 --- [ool-79-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:37.135 [67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] [pool-79-thread-1]  INFO [aai-resources,67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] 1 --- [ool-79-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:37.135 [67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] [pool-79-thread-1]  INFO [aai-resources,67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] 1 --- [ool-79-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:37.135 [67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] [pool-79-thread-1]  INFO [aai-resources,67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] 1 --- [ool-79-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:37.151 [67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] [pool-79-thread-1]  INFO [aai-resources,67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] 1 --- [ool-79-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:37.152 [67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] [qtp1225114731-24] DEBUG [aai-resources,67ea52add26429e088aab4b8105020dc,88aab4b8105020dc] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:30:37:130","respDate":"250331-08:30:37:152","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:37:130-65378\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2ef9b3a3-bb8d-497f-8bc2-8a3b671a5e64], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:37 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:30:37.195 [67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] [qtp1225114731-19]  INFO [aai-resources,67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:37.202 [67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] [pool-80-thread-1]  INFO [aai-resources,67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] 1 --- [ool-80-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:37.202 [67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] [pool-80-thread-1]  INFO [aai-resources,67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] 1 --- [ool-80-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:37.202 [67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] [pool-80-thread-1]  INFO [aai-resources,67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] 1 --- [ool-80-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:37.202 [67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] [pool-80-thread-1]  INFO [aai-resources,67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] 1 --- [ool-80-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:37.247 [67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] [pool-80-thread-1]  INFO [aai-resources,67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] 1 --- [ool-80-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-subscription found at: business/customers/customer/basicnw-customer/service-subscriptions ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:30:37.248 [67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] [pool-80-thread-1]  INFO [aai-resources,67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] 1 --- [ool-80-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:37.249 [67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] [qtp1225114731-19] DEBUG [aai-resources,67ea52ad1928cfc935c85e2beee791ee,35c85e2beee791ee] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:30:37:195","respDate":"250331-08:30:37:249","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:37:195-50686\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5c646c24-5222-4e68-ace6-60d30b095c84], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:37 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network" 404 360 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 08:30:37.288 [67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] [qtp1225114731-24]  INFO [aai-resources,67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:37.300 [67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] [qtp1225114731-24]  INFO [aai-resources,67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:37.300 [67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] [qtp1225114731-24]  INFO [aai-resources,67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:37.301 [67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] [qtp1225114731-24]  INFO [aai-resources,67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:37.301 [67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] [qtp1225114731-24]  INFO [aai-resources,67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:37.343 [67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] [qtp1225114731-24]  INFO [aai-resources,67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:37.688 [67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] [qtp1225114731-24] DEBUG [aai-resources,67ea52ad8ed5b2ce4a11729aa2271701,4a11729aa2271701] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:30:37:289","respDate":"250331-08:30:37:688","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:37:289-51073\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[353b64b8-1919-4a02-97c2-b7cc431a43f4], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[0], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:30:37:289-51073\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[209064], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:30:37:289-51073]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:37 +0000] "PUT /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 402 - "logType": "access"
2025-03-31 08:30:37.718 [67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] [qtp1225114731-19]  INFO [aai-resources,67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:37.724 [67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] [pool-81-thread-1]  INFO [aai-resources,67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] 1 --- [ool-81-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:37.724 [67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] [pool-81-thread-1]  INFO [aai-resources,67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] 1 --- [ool-81-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:37.724 [67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] [pool-81-thread-1]  INFO [aai-resources,67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] 1 --- [ool-81-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:37.725 [67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] [pool-81-thread-1]  INFO [aai-resources,67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] 1 --- [ool-81-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:37.755 [67ea52add240d2efac077c454d6d4c9d,ac077c454d6d4c9d] [qtp1225114731-270]  INFO [aai-resources,67ea52add240d2efac077c454d6d4c9d,ac077c454d6d4c9d] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:37.766 [67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] [pool-81-thread-1]  INFO [aai-resources,67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] 1 --- [ool-81-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:37.767 [67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] [qtp1225114731-19] DEBUG [aai-resources,67ea52ad7ee38b25eff91b6459524e1e,eff91b6459524e1e] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:30:37:719","respDate":"250331-08:30:37:767","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:37:719-2628\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[75530911-6b8a-4a10-8077-ce4368b0bc21], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:37 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network" 200 94 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 51 - "logType": "access"
2025-03-31 08:30:37.771 [67ea52add240d2efac077c454d6d4c9d,ac077c454d6d4c9d] [qtp1225114731-270] DEBUG [aai-resources,67ea52add240d2efac077c454d6d4c9d,ac077c454d6d4c9d] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b7dfeb9f-6a8c-4eae-a40c-6cafaba8332b","status":"200","rqstDate":"250331-08:30:37:755","respDate":"250331-08:30:37:771","sourceId":"haproxy:b7dfeb9f-6a8c-4eae-a40c-6cafaba8332b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:37:755-50329\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[67763468-c43f-4379-ac69-b75b564799d6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b7dfeb9f-6a8c-4eae-a40c-6cafaba8332b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:30:37.798 [67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] [qtp1225114731-26]  INFO [aai-resources,67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:37.802 [67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] [pool-82-thread-1]  INFO [aai-resources,67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] 1 --- [ool-82-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:37.802 [67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] [pool-82-thread-1]  INFO [aai-resources,67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] 1 --- [ool-82-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:37.802 [67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] [pool-82-thread-1]  INFO [aai-resources,67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] 1 --- [ool-82-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:37.802 [67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] [pool-82-thread-1]  INFO [aai-resources,67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] 1 --- [ool-82-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:37.826 [67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] [pool-82-thread-1]  INFO [aai-resources,67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] 1 --- [ool-82-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:37.827 [67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] [qtp1225114731-26] DEBUG [aai-resources,67ea52ad33012029dbc915aa48b94468,dbc915aa48b94468] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:30:37:798","respDate":"250331-08:30:37:827","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:37:798-7302\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[568ee26c-c905-40e8-a876-ec2f17596ce9], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:37 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:30:37.855 [67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] [qtp1225114731-270]  INFO [aai-resources,67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:37.860 [67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] [pool-83-thread-1]  INFO [aai-resources,67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] 1 --- [ool-83-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:37.860 [67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] [pool-83-thread-1]  INFO [aai-resources,67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] 1 --- [ool-83-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:37.861 [67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] [pool-83-thread-1]  INFO [aai-resources,67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] 1 --- [ool-83-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:37.861 [67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] [pool-83-thread-1]  INFO [aai-resources,67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] 1 --- [ool-83-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:37.883 [67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] [pool-83-thread-1]  INFO [aai-resources,67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] 1 --- [ool-83-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:37.883 [67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] [qtp1225114731-270] DEBUG [aai-resources,67ea52ad40892599ffe1efab7c8fdbcc,ffe1efab7c8fdbcc] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:30:37:855","respDate":"250331-08:30:37:883","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:37:855-28914\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[71c660c3-5733-4f3a-b9c9-dc43558876d0], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:37 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network" 200 94 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:30:37.916 [67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] [qtp1225114731-26]  INFO [aai-resources,67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:37.920 [67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] [pool-84-thread-1]  INFO [aai-resources,67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] 1 --- [ool-84-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:37.920 [67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] [pool-84-thread-1]  INFO [aai-resources,67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] 1 --- [ool-84-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:37.920 [67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] [pool-84-thread-1]  INFO [aai-resources,67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] 1 --- [ool-84-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:37.920 [67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] [pool-84-thread-1]  INFO [aai-resources,67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] 1 --- [ool-84-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:37.949 [67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] [pool-84-thread-1]  INFO [aai-resources,67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] 1 --- [ool-84-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:37.949 [67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] [qtp1225114731-26] DEBUG [aai-resources,67ea52ad0d99fa367695d18f33fa1823,7695d18f33fa1823] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:30:37:916","respDate":"250331-08:30:37:949","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:37:916-15393\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[db821d32-81e3-4720-a26c-efa22a4c7a80], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:37 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne" 200 686 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:30:37.979 [67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] [qtp1225114731-270]  INFO [aai-resources,67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:37.984 [67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] [pool-85-thread-1]  INFO [aai-resources,67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] 1 --- [ool-85-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:37.984 [67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] [pool-85-thread-1]  INFO [aai-resources,67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] 1 --- [ool-85-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:37.984 [67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] [pool-85-thread-1]  INFO [aai-resources,67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] 1 --- [ool-85-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:37.985 [67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] [pool-85-thread-1]  INFO [aai-resources,67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] 1 --- [ool-85-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:37.992 [67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] [pool-85-thread-1]  INFO [aai-resources,67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] 1 --- [ool-85-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:37.993 [67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] [qtp1225114731-270] DEBUG [aai-resources,67ea52ad1d251e192ddad4c90a3b6693,2ddad4c90a3b6693] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:30:37:979","respDate":"250331-08:30:37:993","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:37:979-58688\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3a4fe2eb-6266-4d47-8bf6-58e0ad763416], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:37 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 144 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:30:38.025 [67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] [qtp1225114731-26]  INFO [aai-resources,67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:38.031 [67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] [qtp1225114731-26]  INFO [aai-resources,67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:38.031 [67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] [qtp1225114731-26]  INFO [aai-resources,67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:38.031 [67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] [qtp1225114731-26]  INFO [aai-resources,67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:38.032 [67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] [qtp1225114731-26]  INFO [aai-resources,67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:38.066 [67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] [qtp1225114731-26]  INFO [aai-resources,67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:38.116 [67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] [qtp1225114731-26] DEBUG [aai-resources,67ea52aebf5f48f354ad5c6558d88b5d,54ad5c6558d88b5d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:30:38:025","respDate":"250331-08:30:38:116","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:59125/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:38:025-20158\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3557dad2-d6a2-9c4c-9953-11aa7a2fb2f7], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[693], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"related-to\\\": \\\"tenant\\\",\\n    \\\"related-link\\\": \\\"https://aai-api-oom-sm-master.tnaplab.telekom.de/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8?resource-version=1743409834272\\\",\\n        \\\"related-to-property\\\": [{\\\"property-key\\\": \\\"tenant.tenant-name\\\", \\\"property-value\\\": \\\"onap-daily-master-sm\\\"}],\\n    \\\"relationship-data\\\": [{\\\"relationship-key\\\": \\\"cloud-region.cloud-owner\\\", \\\"relationship-value\\\": \\\"basicnw-cloud-owner\\\"}, {\\\"relationship-key\\\": \\\"cloud-region.cloud-region-id\\\", \\\"relationship-value\\\": \\\"RegionOne\\\"}, {\\\"relationship-key\\\": \\\"tenant.tenant-id\\\", \\\"relationship-value\\\": \\\"5d082e34040e4f62a4bdf5b11f4bb2a8\\\"}]\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:30:38:025-20158\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:30:38:025-20158]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:30:38 +0000] "PUT /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list/relationship" 200 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 93 - "logType": "access"
2025-03-31 08:30:39.680 [67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] [qtp1225114731-270]  INFO [aai-resources,67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:39.686 [67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] [pool-86-thread-1]  INFO [aai-resources,67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] 1 --- [ool-86-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:39.686 [67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] [pool-86-thread-1]  INFO [aai-resources,67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] 1 --- [ool-86-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:39.686 [67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] [pool-86-thread-1]  INFO [aai-resources,67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] 1 --- [ool-86-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:39.686 [67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] [pool-86-thread-1]  INFO [aai-resources,67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] 1 --- [ool-86-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:39.696 [67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] [pool-86-thread-1]  INFO [aai-resources,67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] 1 --- [ool-86-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:39.697 [67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] [qtp1225114731-270] DEBUG [aai-resources,67ea52af3c23537a26a2af8ee7bd5be9,26a2af8ee7bd5be9] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1e90cb94-271e-4e30-bdb1-fabe2938a576","status":"200","rqstDate":"250331-08:30:39:681","respDate":"250331-08:30:39:697","sourceId":"robot-ete:1e90cb94-271e-4e30-bdb1-fabe2938a576","resourceId":"http://aai.onap:59125/aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:39:681-91465\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c3059e47-55fc-4da3-bfbf-5dca56992c50], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[1e90cb94-271e-4e30-bdb1-fabe2938a576], Host=[aai.onap:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[1e90cb94-271e-4e30-bdb1-fabe2938a576]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:39 +0000] "GET /aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 459 REST 1e90cb94-271e-4e30-bdb1-fabe2938a576 robot-ete 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:30:39.777 [67ea52af08ae86352404666823290fe2,2404666823290fe2] [qtp1225114731-26]  INFO [aai-resources,67ea52af08ae86352404666823290fe2,2404666823290fe2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:39.800 [67ea52af08ae86352404666823290fe2,2404666823290fe2] [qtp1225114731-26] DEBUG [aai-resources,67ea52af08ae86352404666823290fe2,2404666823290fe2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b06cad2-67d2-4f39-a566-5dff3e0217f7","status":"200","rqstDate":"250331-08:30:39:777","respDate":"250331-08:30:39:800","sourceId":"haproxy:2b06cad2-67d2-4f39-a566-5dff3e0217f7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:39:777-55706\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e70d828f-6009-462e-9703-4789fc295d4c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2b06cad2-67d2-4f39-a566-5dff3e0217f7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:30:41.807 [67ea52b1aed2d2379d419ee1068001d4,9d419ee1068001d4] [qtp1225114731-270]  INFO [aai-resources,67ea52b1aed2d2379d419ee1068001d4,9d419ee1068001d4] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:41.820 [67ea52b1aed2d2379d419ee1068001d4,9d419ee1068001d4] [qtp1225114731-270] DEBUG [aai-resources,67ea52b1aed2d2379d419ee1068001d4,9d419ee1068001d4] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"49ae810b-d486-4e44-bc03-9cabffdef4ab","status":"200","rqstDate":"250331-08:30:41:807","respDate":"250331-08:30:41:820","sourceId":"haproxy:49ae810b-d486-4e44-bc03-9cabffdef4ab","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:41:807-710\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4bf2dc37-4e6c-4758-80af-b8a00ad8b45d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[49ae810b-d486-4e44-bc03-9cabffdef4ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:30:43.530 [67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] [qtp1225114731-26]  INFO [aai-resources,67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:43.536 [67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] [pool-87-thread-1]  INFO [aai-resources,67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] 1 --- [ool-87-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:43.536 [67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] [pool-87-thread-1]  INFO [aai-resources,67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] 1 --- [ool-87-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:43.536 [67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] [pool-87-thread-1]  INFO [aai-resources,67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] 1 --- [ool-87-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:43.536 [67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] [pool-87-thread-1]  INFO [aai-resources,67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] 1 --- [ool-87-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:43.543 [67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] [pool-87-thread-1]  INFO [aai-resources,67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] 1 --- [ool-87-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/909df535-8955-4bda-818f-1b5484559539 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:30:43.544 [67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] [pool-87-thread-1]  INFO [aai-resources,67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] 1 --- [ool-87-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:43.544 [67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] [qtp1225114731-26] DEBUG [aai-resources,67ea52b3fb79cd5808da523cec16e8e4,3f2a95f41ca4113d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c846a6aa-52e9-49a2-b7c3-c82dd67e252b","status":"404","rqstDate":"250331-08:30:43:530","respDate":"250331-08:30:43:544","sourceId":"ModelLoader:c846a6aa-52e9-49a2-b7c3-c82dd67e252b","resourceId":"http://aai.onap:57409/aai/v29/service-design-and-creation/models/model/909df535-8955-4bda-818f-1b5484559539","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:43:530-88443\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f9505a5c-ff99-4044-b959-4abb2bdb4c75], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[c846a6aa-52e9-49a2-b7c3-c82dd67e252b], Host=[aai.onap:57409], X-Forwarded-Port=[57409], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea52b3fb79cd5808da523cec16e8e4], x-b3-spanid=[08da523cec16e8e4], traceparent=[00-67ea52b3fb79cd5808da523cec16e8e4-08da523cec16e8e4-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[c846a6aa-52e9-49a2-b7c3-c82dd67e252b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:43 +0000] "GET /aai/v29/service-design-and-creation/models/model/909df535-8955-4bda-818f-1b5484559539" 404 501 REST c846a6aa-52e9-49a2-b7c3-c82dd67e252b ModelLoader 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:30:43.558 [67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] [qtp1225114731-270]  INFO [aai-resources,67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:43.584 [67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] [qtp1225114731-270]  INFO [aai-resources,67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:43.584 [67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] [qtp1225114731-270]  INFO [aai-resources,67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:43.584 [67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] [qtp1225114731-270]  INFO [aai-resources,67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:43.585 [67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] [qtp1225114731-270]  INFO [aai-resources,67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:43.653 [67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] [qtp1225114731-270]  INFO [aai-resources,67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:43.709 [67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] [qtp1225114731-270] DEBUG [aai-resources,67ea52b36603479ac0dcb189347a4c82,23fadc4af198cd38] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c846a6aa-52e9-49a2-b7c3-c82dd67e252b","status":"201","rqstDate":"250331-08:30:43:558","respDate":"250331-08:30:43:708","sourceId":"ModelLoader:c846a6aa-52e9-49a2-b7c3-c82dd67e252b","resourceId":"http://aai.onap:57409/aai/v29/service-design-and-creation/models/model/909df535-8955-4bda-818f-1b5484559539","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:43:558-62548\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[267ed924-43ae-42ab-a69a-3ac9f59d0adc], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[c846a6aa-52e9-49a2-b7c3-c82dd67e252b], Host=[aai.onap:57409], X-Forwarded-Port=[57409], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea52b36603479ac0dcb189347a4c82], x-b3-spanid=[c0dcb189347a4c82], traceparent=[00-67ea52b36603479ac0dcb189347a4c82-c0dcb189347a4c82-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[1620], Content-Type=[application/xml], X-ONAP-RequestID=[c846a6aa-52e9-49a2-b7c3-c82dd67e252b]}\",\"Payload\":\"\\n    909df535-8955-4bda-818f-1b5484559539\\n    resource\\n    \\n        \\n            8779f7c6-5219-4c8f-b3a9-86ee966bb53f\\n            Generic NeutronNet\\n            1.0\\n            Generic NeutronNet\\n            \\n                \\n                    F\\n                    unbounded\\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                9111f20f-e680-4001-b83f-19a2fc23bfc1\\n                            \\n                            \\n                                model.model-invariant-id\\n                                3d560d81-57d0-438b-a2a1-5334dba0651a\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:30:43:558-62548\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[213160], Content-Type=[application/xml], X-AAI-TXID=[2-aai-resources-250331-08:30:43:558-62548]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:43 +0000] "PUT /aai/v29/service-design-and-creation/models/model/909df535-8955-4bda-818f-1b5484559539" 201 0 REST c846a6aa-52e9-49a2-b7c3-c82dd67e252b ModelLoader 127.0.0.6 - - - - - - - - - 155 - "logType": "access"
2025-03-31 08:30:43.720 [67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] [qtp1225114731-26]  INFO [aai-resources,67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:43.726 [67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] [pool-88-thread-1]  INFO [aai-resources,67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] 1 --- [ool-88-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:43.726 [67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] [pool-88-thread-1]  INFO [aai-resources,67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] 1 --- [ool-88-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:43.726 [67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] [pool-88-thread-1]  INFO [aai-resources,67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] 1 --- [ool-88-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:43.727 [67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] [pool-88-thread-1]  INFO [aai-resources,67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] 1 --- [ool-88-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:43.733 [67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] [pool-88-thread-1]  INFO [aai-resources,67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] 1 --- [ool-88-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/e72870c3-3a30-439e-b2bc-8507f1c72e13 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:30:43.737 [67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] [pool-88-thread-1]  INFO [aai-resources,67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] 1 --- [ool-88-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:43.737 [67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] [qtp1225114731-26] DEBUG [aai-resources,67ea52b3389d1f481a54606a8a9c9bd4,ee6412e385e54a42] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c846a6aa-52e9-49a2-b7c3-c82dd67e252b","status":"404","rqstDate":"250331-08:30:43:720","respDate":"250331-08:30:43:737","sourceId":"ModelLoader:c846a6aa-52e9-49a2-b7c3-c82dd67e252b","resourceId":"http://aai.onap:57409/aai/v29/service-design-and-creation/models/model/e72870c3-3a30-439e-b2bc-8507f1c72e13","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:43:720-9628\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8864aab5-2415-4e6c-8f88-835e2af42a3d], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[c846a6aa-52e9-49a2-b7c3-c82dd67e252b], Host=[aai.onap:57409], X-Forwarded-Port=[57409], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea52b3389d1f481a54606a8a9c9bd4], x-b3-spanid=[1a54606a8a9c9bd4], traceparent=[00-67ea52b3389d1f481a54606a8a9c9bd4-1a54606a8a9c9bd4-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[c846a6aa-52e9-49a2-b7c3-c82dd67e252b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:43 +0000] "GET /aai/v29/service-design-and-creation/models/model/e72870c3-3a30-439e-b2bc-8507f1c72e13" 404 501 REST c846a6aa-52e9-49a2-b7c3-c82dd67e252b ModelLoader 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:30:43.747 [67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] [qtp1225114731-270]  INFO [aai-resources,67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:43.788 [67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] [qtp1225114731-270]  INFO [aai-resources,67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:43.788 [67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] [qtp1225114731-270]  INFO [aai-resources,67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:43.789 [67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] [qtp1225114731-270]  INFO [aai-resources,67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:43.789 [67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] [qtp1225114731-270]  INFO [aai-resources,67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:43.827 [67ea52b3b94eed0f95e2cf776bf58a20,95e2cf776bf58a20] [qtp1225114731-24]  INFO [aai-resources,67ea52b3b94eed0f95e2cf776bf58a20,95e2cf776bf58a20] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:43.838 [67ea52b3b94eed0f95e2cf776bf58a20,95e2cf776bf58a20] [qtp1225114731-24] DEBUG [aai-resources,67ea52b3b94eed0f95e2cf776bf58a20,95e2cf776bf58a20] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"222fed48-f75d-4e16-b86a-c5863258ebe0","status":"200","rqstDate":"250331-08:30:43:827","respDate":"250331-08:30:43:838","sourceId":"haproxy:222fed48-f75d-4e16-b86a-c5863258ebe0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:43:827-6070\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[593bc90c-2a31-4429-988b-91f79f7796a7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[222fed48-f75d-4e16-b86a-c5863258ebe0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:30:43.891 [67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] [qtp1225114731-270]  INFO [aai-resources,67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:43.976 [67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] [qtp1225114731-270] DEBUG [aai-resources,67ea52b39d654ae29f58d92c28249ba1,e5cca3d73e629631] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c846a6aa-52e9-49a2-b7c3-c82dd67e252b","status":"201","rqstDate":"250331-08:30:43:747","respDate":"250331-08:30:43:976","sourceId":"ModelLoader:c846a6aa-52e9-49a2-b7c3-c82dd67e252b","resourceId":"http://aai.onap:57409/aai/v29/service-design-and-creation/models/model/e72870c3-3a30-439e-b2bc-8507f1c72e13","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:43:747-80440\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[616cfea3-dd0f-4fba-b6b9-4b9975ca6e65], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[c846a6aa-52e9-49a2-b7c3-c82dd67e252b], Host=[aai.onap:57409], X-Forwarded-Port=[57409], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea52b39d654ae29f58d92c28249ba1], x-b3-spanid=[9f58d92c28249ba1], traceparent=[00-67ea52b39d654ae29f58d92c28249ba1-9f58d92c28249ba1-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[2886], Content-Type=[application/xml], X-ONAP-RequestID=[c846a6aa-52e9-49a2-b7c3-c82dd67e252b]}\",\"Payload\":\"\\n    e72870c3-3a30-439e-b2bc-8507f1c72e13\\n    service\\n    Network Service\\n    \\n        \\n            f01fdbd4-cfd5-42c2-9197-f382434a23d7\\n            basic_network\\n            1.0\\n            ONAP SDK Service\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            F\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        8779f7c6-5219-4c8f-b3a9-86ee966bb53f\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        909df535-8955-4bda-818f-1b5484559539\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                46b92144-923a-4d20-b85a-3cbd847668a9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                82194af1-3c2c-485a-8f44-420e22a9eaa4\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:30:43:747-80440\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[237656], Content-Type=[application/xml], X-AAI-TXID=[2-aai-resources-250331-08:30:43:747-80440]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:43 +0000] "PUT /aai/v29/service-design-and-creation/models/model/e72870c3-3a30-439e-b2bc-8507f1c72e13" 201 0 REST c846a6aa-52e9-49a2-b7c3-c82dd67e252b ModelLoader 127.0.0.6 - - - - - - - - - 232 - "logType": "access"
2025-03-31 08:30:44.749 [67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] [qtp1225114731-26]  INFO [aai-resources,67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:44.754 [67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] [pool-89-thread-1]  INFO [aai-resources,67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] 1 --- [ool-89-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:44.754 [67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] [pool-89-thread-1]  INFO [aai-resources,67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] 1 --- [ool-89-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:44.754 [67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] [pool-89-thread-1]  INFO [aai-resources,67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] 1 --- [ool-89-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:44.754 [67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] [pool-89-thread-1]  INFO [aai-resources,67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] 1 --- [ool-89-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:44.760 [67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] [pool-89-thread-1]  INFO [aai-resources,67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] 1 --- [ool-89-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:44.760 [67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] [qtp1225114731-26] DEBUG [aai-resources,67ea52b4860452ddbbe29e5824bc9f8f,bbe29e5824bc9f8f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ffbcea56-28b7-409c-8a64-d3c03640d090","status":"200","rqstDate":"250331-08:30:44:749","respDate":"250331-08:30:44:760","sourceId":"robot-ete:ffbcea56-28b7-409c-8a64-d3c03640d090","resourceId":"http://aai.onap:57409/aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:44:749-54793\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e8c8270f-0632-4942-b4d4-e7f0bb96a68a], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[ffbcea56-28b7-409c-8a64-d3c03640d090], Host=[aai.onap:57409], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57409], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[ffbcea56-28b7-409c-8a64-d3c03640d090]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:44 +0000] "GET /aai/v11/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 459 REST ffbcea56-28b7-409c-8a64-d3c03640d090 robot-ete 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:30:44.811 [67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] [qtp1225114731-270]  INFO [aai-resources,67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:44.816 [67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] [pool-90-thread-1]  INFO [aai-resources,67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] 1 --- [ool-90-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:44.816 [67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] [pool-90-thread-1]  INFO [aai-resources,67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] 1 --- [ool-90-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:44.816 [67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] [pool-90-thread-1]  INFO [aai-resources,67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] 1 --- [ool-90-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:44.816 [67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] [pool-90-thread-1]  INFO [aai-resources,67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] 1 --- [ool-90-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:44.841 [67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] [pool-90-thread-1]  INFO [aai-resources,67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] 1 --- [ool-90-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:44.842 [67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] [qtp1225114731-270] DEBUG [aai-resources,67ea52b45624a31afd61405acb922f1a,fd61405acb922f1a] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9a5744e5-0a2c-42bd-aead-8415b3aa879b","status":"200","rqstDate":"250331-08:30:44:811","respDate":"250331-08:30:44:842","sourceId":"robot-ete:9a5744e5-0a2c-42bd-aead-8415b3aa879b","resourceId":"http://aai.onap:59125/aai/v19/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:44:811-44437\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ea44ddfa-640a-4d61-9980-c9b6013188a1], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[9a5744e5-0a2c-42bd-aead-8415b3aa879b], Host=[aai.onap:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[9a5744e5-0a2c-42bd-aead-8415b3aa879b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:44 +0000] "GET /aai/v19/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6" 200 459 REST 9a5744e5-0a2c-42bd-aead-8415b3aa879b robot-ete 127.0.0.6 - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:30:44.878 [67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] [qtp1225114731-26]  INFO [aai-resources,67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:44.882 [67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] [qtp1225114731-26]  INFO [aai-resources,67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:30:44.882 [67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] [qtp1225114731-26]  INFO [aai-resources,67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:30:44.882 [67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] [qtp1225114731-26]  INFO [aai-resources,67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:30:44.882 [67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] [qtp1225114731-26]  INFO [aai-resources,67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:30:44.917 [67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] [qtp1225114731-26]  INFO [aai-resources,67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:30:45.251 [67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] [qtp1225114731-26] DEBUG [aai-resources,67ea52b4e1edf9426b3be0deebf2f08d,6b3be0deebf2f08d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d90402cf-af98-48bf-ba97-51640710dff0","status":"204","rqstDate":"250331-08:30:44:878","respDate":"250331-08:30:45:250","sourceId":"robot-ete:d90402cf-af98-48bf-ba97-51640710dff0","resourceId":"http://aai.onap:59125/aai/v19/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6?resource-version=1743409797965","resourceType":"DELETE","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:44:878-23425\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b17a0651-6e5d-45d5-ae6f-bbd9f8913524], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[d90402cf-af98-48bf-ba97-51640710dff0], Host=[aai.onap:59125], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[59125], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[0], Content-Type=[application/json], X-ONAP-RequestID=[d90402cf-af98-48bf-ba97-51640710dff0]}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:30:44:878-23425\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:30:44:878-23425]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:45 +0000] "DELETE /aai/v19/network/pnfs/pnf/ZsetkNAwPZOj0woCDZC6?resource-version=1743409797965" 204 0 REST d90402cf-af98-48bf-ba97-51640710dff0 robot-ete 127.0.0.6 - - - - - - - - - 375 - "logType": "access"
2025-03-31 08:30:45.848 [67ea52b5f20cb1bdea1e5832e3d683fe,ea1e5832e3d683fe] [qtp1225114731-270]  INFO [aai-resources,67ea52b5f20cb1bdea1e5832e3d683fe,ea1e5832e3d683fe] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:45.860 [67ea52b5f20cb1bdea1e5832e3d683fe,ea1e5832e3d683fe] [qtp1225114731-270] DEBUG [aai-resources,67ea52b5f20cb1bdea1e5832e3d683fe,ea1e5832e3d683fe] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c0d98159-23e3-4d86-8948-3d84a19e3ef9","status":"200","rqstDate":"250331-08:30:45:848","respDate":"250331-08:30:45:860","sourceId":"haproxy:c0d98159-23e3-4d86-8948-3d84a19e3ef9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:45:848-22784\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4f9a0b09-457e-425c-b05a-99589d147284], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c0d98159-23e3-4d86-8948-3d84a19e3ef9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:30:47.865 [67ea52b75967448a441c3bc75a1da78d,441c3bc75a1da78d] [qtp1225114731-26]  INFO [aai-resources,67ea52b75967448a441c3bc75a1da78d,441c3bc75a1da78d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:47.876 [67ea52b75967448a441c3bc75a1da78d,441c3bc75a1da78d] [qtp1225114731-26] DEBUG [aai-resources,67ea52b75967448a441c3bc75a1da78d,441c3bc75a1da78d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5bc26fc0-3e07-4e1b-80dd-9035464c8ac7","status":"200","rqstDate":"250331-08:30:47:865","respDate":"250331-08:30:47:876","sourceId":"haproxy:5bc26fc0-3e07-4e1b-80dd-9035464c8ac7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:47:865-99827\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d8ee8dd7-c783-486d-b98e-bc4e47e26217], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5bc26fc0-3e07-4e1b-80dd-9035464c8ac7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:30:49.883 [67ea52b95d67fd086ae4d4378ba9e0ec,6ae4d4378ba9e0ec] [qtp1225114731-270]  INFO [aai-resources,67ea52b95d67fd086ae4d4378ba9e0ec,6ae4d4378ba9e0ec] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:49.903 [67ea52b95d67fd086ae4d4378ba9e0ec,6ae4d4378ba9e0ec] [qtp1225114731-270] DEBUG [aai-resources,67ea52b95d67fd086ae4d4378ba9e0ec,6ae4d4378ba9e0ec] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0c7a72c0-6366-43d5-9b78-2aa76e23ff09","status":"200","rqstDate":"250331-08:30:49:883","respDate":"250331-08:30:49:903","sourceId":"haproxy:0c7a72c0-6366-43d5-9b78-2aa76e23ff09","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:49:883-37952\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0e245274-27a6-4096-8f37-d05d6768142c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0c7a72c0-6366-43d5-9b78-2aa76e23ff09]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:30:51.909 [67ea52bb7f7e15cb9b9c159e8c418a1f,9b9c159e8c418a1f] [qtp1225114731-26]  INFO [aai-resources,67ea52bb7f7e15cb9b9c159e8c418a1f,9b9c159e8c418a1f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:51.930 [67ea52bb7f7e15cb9b9c159e8c418a1f,9b9c159e8c418a1f] [qtp1225114731-26] DEBUG [aai-resources,67ea52bb7f7e15cb9b9c159e8c418a1f,9b9c159e8c418a1f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f36e722e-eac0-4b63-9679-2638714c11d0","status":"200","rqstDate":"250331-08:30:51:909","respDate":"250331-08:30:51:930","sourceId":"haproxy:f36e722e-eac0-4b63-9679-2638714c11d0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:30:51:909-22943\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bc2d3355-b821-4876-9eab-d4a1cbe4a7df], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f36e722e-eac0-4b63-9679-2638714c11d0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:30:53.936 [67ea52bd3baa5ab1687be1ec1f430452,687be1ec1f430452] [qtp1225114731-270]  INFO [aai-resources,67ea52bd3baa5ab1687be1ec1f430452,687be1ec1f430452] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:53.950 [67ea52bd3baa5ab1687be1ec1f430452,687be1ec1f430452] [qtp1225114731-270] DEBUG [aai-resources,67ea52bd3baa5ab1687be1ec1f430452,687be1ec1f430452] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f8ad0ff-0320-4382-bedb-006f94ac3b7e","status":"200","rqstDate":"250331-08:30:53:937","respDate":"250331-08:30:53:950","sourceId":"haproxy:9f8ad0ff-0320-4382-bedb-006f94ac3b7e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:53:937-91328\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[65ee622c-a975-4b74-92e6-9c7e8f2dc889], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9f8ad0ff-0320-4382-bedb-006f94ac3b7e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:30:55.957 [67ea52bfefd55ac6852047486166f5a9,852047486166f5a9] [qtp1225114731-26]  INFO [aai-resources,67ea52bfefd55ac6852047486166f5a9,852047486166f5a9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:55.966 [67ea52bfefd55ac6852047486166f5a9,852047486166f5a9] [qtp1225114731-26] DEBUG [aai-resources,67ea52bfefd55ac6852047486166f5a9,852047486166f5a9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9a8d4454-dd51-4e55-80f4-8003bd74b226","status":"200","rqstDate":"250331-08:30:55:957","respDate":"250331-08:30:55:966","sourceId":"haproxy:9a8d4454-dd51-4e55-80f4-8003bd74b226","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:30:55:957-93929\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[85c8fa91-7dbb-4adf-9090-36391ecaf13c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9a8d4454-dd51-4e55-80f4-8003bd74b226]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:30:57.974 [67ea52c12b475118154e32ec2b4033fb,154e32ec2b4033fb] [qtp1225114731-270]  INFO [aai-resources,67ea52c12b475118154e32ec2b4033fb,154e32ec2b4033fb] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:30:57.989 [67ea52c12b475118154e32ec2b4033fb,154e32ec2b4033fb] [qtp1225114731-270] DEBUG [aai-resources,67ea52c12b475118154e32ec2b4033fb,154e32ec2b4033fb] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"386e5dd1-bf62-4a91-a9c4-f003f8286075","status":"200","rqstDate":"250331-08:30:57:974","respDate":"250331-08:30:57:989","sourceId":"haproxy:386e5dd1-bf62-4a91-a9c4-f003f8286075","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:30:57:974-18945\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6e5c81e9-19e1-457e-99f5-8df97526e520], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[386e5dd1-bf62-4a91-a9c4-f003f8286075]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:30:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:31:00.000 [67ea52c33930b1abb9bb5cd97b630e18,b9bb5cd97b630e18] [qtp1225114731-26]  INFO [aai-resources,67ea52c33930b1abb9bb5cd97b630e18,b9bb5cd97b630e18] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:00.017 [67ea52c33930b1abb9bb5cd97b630e18,b9bb5cd97b630e18] [qtp1225114731-26] DEBUG [aai-resources,67ea52c33930b1abb9bb5cd97b630e18,b9bb5cd97b630e18] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7eaf6478-f310-4d34-9497-982ee773baca","status":"200","rqstDate":"250331-08:31:00:003","respDate":"250331-08:31:00:017","sourceId":"haproxy:7eaf6478-f310-4d34-9497-982ee773baca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:00:003-41480\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e0d554a9-8e9c-4156-8a78-c40a35e81855], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7eaf6478-f310-4d34-9497-982ee773baca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:31:02.025 [67ea52c647300363b031f51a88f96120,b031f51a88f96120] [qtp1225114731-270]  INFO [aai-resources,67ea52c647300363b031f51a88f96120,b031f51a88f96120] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:02.037 [67ea52c647300363b031f51a88f96120,b031f51a88f96120] [qtp1225114731-270] DEBUG [aai-resources,67ea52c647300363b031f51a88f96120,b031f51a88f96120] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4859302e-6478-4c18-810f-cfaf7b7cd4c7","status":"200","rqstDate":"250331-08:31:02:025","respDate":"250331-08:31:02:037","sourceId":"haproxy:4859302e-6478-4c18-810f-cfaf7b7cd4c7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:02:025-65832\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[07ed8cc9-503d-4fb6-ab05-bb20f1f29d95], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4859302e-6478-4c18-810f-cfaf7b7cd4c7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:31:04.045 [67ea52c83365da60f4821a0b1cf09f16,f4821a0b1cf09f16] [qtp1225114731-26]  INFO [aai-resources,67ea52c83365da60f4821a0b1cf09f16,f4821a0b1cf09f16] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:04.067 [67ea52c83365da60f4821a0b1cf09f16,f4821a0b1cf09f16] [qtp1225114731-26] DEBUG [aai-resources,67ea52c83365da60f4821a0b1cf09f16,f4821a0b1cf09f16] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8fece54e-e97d-4747-8450-9c8f20189048","status":"200","rqstDate":"250331-08:31:04:045","respDate":"250331-08:31:04:066","sourceId":"haproxy:8fece54e-e97d-4747-8450-9c8f20189048","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:04:045-96752\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[71430225-36fa-4582-bb91-6879365f80c7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8fece54e-e97d-4747-8450-9c8f20189048]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:31:06.074 [67ea52ca8b90a3c4219af1ac90d2146e,219af1ac90d2146e] [qtp1225114731-270]  INFO [aai-resources,67ea52ca8b90a3c4219af1ac90d2146e,219af1ac90d2146e] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:06.089 [67ea52ca8b90a3c4219af1ac90d2146e,219af1ac90d2146e] [qtp1225114731-270] DEBUG [aai-resources,67ea52ca8b90a3c4219af1ac90d2146e,219af1ac90d2146e] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8402c7a4-1f08-44be-9ead-0f13724ade5d","status":"200","rqstDate":"250331-08:31:06:074","respDate":"250331-08:31:06:089","sourceId":"haproxy:8402c7a4-1f08-44be-9ead-0f13724ade5d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:06:074-1315\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3717c638-1472-4687-a1fd-fe7f2c092592], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8402c7a4-1f08-44be-9ead-0f13724ade5d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:31:08.096 [67ea52cc75a61a88f294094849fdba78,f294094849fdba78] [qtp1225114731-26]  INFO [aai-resources,67ea52cc75a61a88f294094849fdba78,f294094849fdba78] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:08.113 [67ea52cc75a61a88f294094849fdba78,f294094849fdba78] [qtp1225114731-26] DEBUG [aai-resources,67ea52cc75a61a88f294094849fdba78,f294094849fdba78] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a025893b-0ee0-49c6-ae58-48f33e34a788","status":"200","rqstDate":"250331-08:31:08:096","respDate":"250331-08:31:08:113","sourceId":"haproxy:a025893b-0ee0-49c6-ae58-48f33e34a788","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:08:096-97928\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2684af75-997c-47da-9b99-551d29ceca57], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a025893b-0ee0-49c6-ae58-48f33e34a788]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:31:10.120 [67ea52ce809fa1d4b196401094bfbcd9,b196401094bfbcd9] [qtp1225114731-24]  INFO [aai-resources,67ea52ce809fa1d4b196401094bfbcd9,b196401094bfbcd9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:10.131 [67ea52ce809fa1d4b196401094bfbcd9,b196401094bfbcd9] [qtp1225114731-24] DEBUG [aai-resources,67ea52ce809fa1d4b196401094bfbcd9,b196401094bfbcd9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"60a8d79c-1cf0-463e-b6ea-25f3e2d9e2c7","status":"200","rqstDate":"250331-08:31:10:120","respDate":"250331-08:31:10:131","sourceId":"haproxy:60a8d79c-1cf0-463e-b6ea-25f3e2d9e2c7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:10:120-18646\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f7193e65-420a-46d6-91fe-dd64652ace46], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[60a8d79c-1cf0-463e-b6ea-25f3e2d9e2c7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:31:12.138 [67ea52d045aefb22a68759ec97710823,a68759ec97710823] [qtp1225114731-26]  INFO [aai-resources,67ea52d045aefb22a68759ec97710823,a68759ec97710823] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:12.149 [67ea52d045aefb22a68759ec97710823,a68759ec97710823] [qtp1225114731-26] DEBUG [aai-resources,67ea52d045aefb22a68759ec97710823,a68759ec97710823] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8ffee359-dc10-4f58-b392-09d5f455f93d","status":"200","rqstDate":"250331-08:31:12:138","respDate":"250331-08:31:12:149","sourceId":"haproxy:8ffee359-dc10-4f58-b392-09d5f455f93d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:12:138-94728\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[64843380-3aee-4d44-8296-08f504db3738], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8ffee359-dc10-4f58-b392-09d5f455f93d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:31:14.155 [67ea52d2ba2bf2366b40dc51f01d4aa7,6b40dc51f01d4aa7] [qtp1225114731-24]  INFO [aai-resources,67ea52d2ba2bf2366b40dc51f01d4aa7,6b40dc51f01d4aa7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:14.166 [67ea52d2ba2bf2366b40dc51f01d4aa7,6b40dc51f01d4aa7] [qtp1225114731-24] DEBUG [aai-resources,67ea52d2ba2bf2366b40dc51f01d4aa7,6b40dc51f01d4aa7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"77a2ddcc-c547-41af-809d-522bde7b7548","status":"200","rqstDate":"250331-08:31:14:156","respDate":"250331-08:31:14:166","sourceId":"haproxy:77a2ddcc-c547-41af-809d-522bde7b7548","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:14:156-30542\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3d5696c1-c9a9-4c4e-8359-a4632adcc423], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[77a2ddcc-c547-41af-809d-522bde7b7548]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:31:16.172 [67ea52d479aea5a5bd9b247db0cb99c2,bd9b247db0cb99c2] [qtp1225114731-19]  INFO [aai-resources,67ea52d479aea5a5bd9b247db0cb99c2,bd9b247db0cb99c2] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:16.186 [67ea52d479aea5a5bd9b247db0cb99c2,bd9b247db0cb99c2] [qtp1225114731-19] DEBUG [aai-resources,67ea52d479aea5a5bd9b247db0cb99c2,bd9b247db0cb99c2] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"49554a25-c9b3-489b-a1e7-54178abcffd8","status":"200","rqstDate":"250331-08:31:16:173","respDate":"250331-08:31:16:186","sourceId":"haproxy:49554a25-c9b3-489b-a1e7-54178abcffd8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:16:173-55206\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[91cc65f3-ba7d-4112-9f95-3d5d09807b59], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[49554a25-c9b3-489b-a1e7-54178abcffd8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:31:18.193 [67ea52d6df0d58ea01fa8b40bb3258c6,01fa8b40bb3258c6] [qtp1225114731-24]  INFO [aai-resources,67ea52d6df0d58ea01fa8b40bb3258c6,01fa8b40bb3258c6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:18.203 [67ea52d6df0d58ea01fa8b40bb3258c6,01fa8b40bb3258c6] [qtp1225114731-24] DEBUG [aai-resources,67ea52d6df0d58ea01fa8b40bb3258c6,01fa8b40bb3258c6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0907b3fd-f251-4962-993c-859f249fd97d","status":"200","rqstDate":"250331-08:31:18:194","respDate":"250331-08:31:18:203","sourceId":"haproxy:0907b3fd-f251-4962-993c-859f249fd97d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:18:194-62556\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[594bc2dc-9008-4ab7-8abb-252dcc2b8ea1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0907b3fd-f251-4962-993c-859f249fd97d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:31:20.210 [67ea52d8077ab3c54fd4b1cf3b2008fe,4fd4b1cf3b2008fe] [qtp1225114731-19]  INFO [aai-resources,67ea52d8077ab3c54fd4b1cf3b2008fe,4fd4b1cf3b2008fe] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:20.221 [67ea52d8077ab3c54fd4b1cf3b2008fe,4fd4b1cf3b2008fe] [qtp1225114731-19] DEBUG [aai-resources,67ea52d8077ab3c54fd4b1cf3b2008fe,4fd4b1cf3b2008fe] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dee70ede-f5a9-45df-8388-dd3abc27986f","status":"200","rqstDate":"250331-08:31:20:210","respDate":"250331-08:31:20:221","sourceId":"haproxy:dee70ede-f5a9-45df-8388-dd3abc27986f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:20:210-36496\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d9eb6405-5cdc-4286-b0a2-3b594d8a7d80], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dee70ede-f5a9-45df-8388-dd3abc27986f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:31:20.734 [67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] [qtp1225114731-24]  INFO [aai-resources,67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:20.740 [67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] [pool-91-thread-1]  INFO [aai-resources,67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] 1 --- [ool-91-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:20.740 [67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] [pool-91-thread-1]  INFO [aai-resources,67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] 1 --- [ool-91-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:20.740 [67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] [pool-91-thread-1]  INFO [aai-resources,67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] 1 --- [ool-91-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:20.740 [67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] [pool-91-thread-1]  INFO [aai-resources,67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] 1 --- [ool-91-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:20.747 [67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] [pool-91-thread-1]  INFO [aai-resources,67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] 1 --- [ool-91-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type cloud-region found at: cloud-infrastructure/cloud-regions ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:31:20.747 [67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] [pool-91-thread-1]  INFO [aai-resources,67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] 1 --- [ool-91-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:20.748 [67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] [qtp1225114731-24] DEBUG [aai-resources,67ea52d8e4ecc4e56418f42b87343583,6418f42b87343583] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:31:20:734","respDate":"250331-08:31:20:748","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:20:734-95375\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2e82c836-e52e-4943-968b-5204f2ca8471], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:20 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 404 288 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:31:20.782 [67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] [qtp1225114731-19]  INFO [aai-resources,67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:20.790 [67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] [qtp1225114731-19]  INFO [aai-resources,67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:20.790 [67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] [qtp1225114731-19]  INFO [aai-resources,67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:20.790 [67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] [qtp1225114731-19]  INFO [aai-resources,67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:20.791 [67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] [qtp1225114731-19]  INFO [aai-resources,67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:20.808 [67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] [qtp1225114731-19]  INFO [aai-resources,67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:20.825 [67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] [qtp1225114731-19] DEBUG [aai-resources,67ea52d8d4c9f9ad01a3642fc4a57263,01a3642fc4a57263] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:31:20:783","respDate":"250331-08:31:20:824","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:20:783-79820\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c8c9581d-2c40-4896-b87b-13a9e1b454ba], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[435], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"cloud-owner\\\": \\\"basicvm-cloud-owner\\\",\\n    \\\"cloud-region-id\\\": \\\"RegionOne\\\",\\n    \\\"orchestration-disabled\\\": \\\"False\\\",\\n    \\\"in-maint\\\": \\\"False\\\",\\n    \\\"cloud-type\\\": \\\"openstack\\\",\\n    \\\"owner-defined-type\\\": \\\"N/A\\\",\\n    \\\"cloud-region-version\\\": \\\"openstack\\\",\\n    \\\"identity-url\\\": \\\"\\\",\\n    \\\"cloud-zone\\\": \\\"\\\",\\n    \\\"complex-name\\\": \\\"lannion\\\",\\n    \\\"sriov-automation\\\": \\\"\\\",\\n    \\\"cloud-extra-info\\\": \\\"\\\",\\n    \\\"upgrade-cycle\\\": \\\"\\\",\\n    \\\"resource-version\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:31:20:783-79820\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[196816], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:31:20:783-79820]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:20 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 45 - "logType": "access"
2025-03-31 08:31:20.861 [67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] [qtp1225114731-24]  INFO [aai-resources,67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:20.866 [67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] [pool-92-thread-1]  INFO [aai-resources,67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] 1 --- [ool-92-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:20.866 [67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] [pool-92-thread-1]  INFO [aai-resources,67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] 1 --- [ool-92-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:20.866 [67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] [pool-92-thread-1]  INFO [aai-resources,67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] 1 --- [ool-92-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:20.867 [67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] [pool-92-thread-1]  INFO [aai-resources,67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] 1 --- [ool-92-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:20.906 [67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] [pool-92-thread-1]  INFO [aai-resources,67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] 1 --- [ool-92-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:20.907 [67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] [qtp1225114731-24] DEBUG [aai-resources,67ea52d89b4a86a66321517522cb30fb,6321517522cb30fb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:31:20:861","respDate":"250331-08:31:20:907","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:20:861-57171\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[834596a5-db53-4cce-8150-cfd972fd77f6], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:20 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 378 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 49 - "logType": "access"
2025-03-31 08:31:20.959 [67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] [qtp1225114731-19]  INFO [aai-resources,67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:20.966 [67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] [qtp1225114731-19]  INFO [aai-resources,67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:20.966 [67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] [qtp1225114731-19]  INFO [aai-resources,67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:20.966 [67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] [qtp1225114731-19]  INFO [aai-resources,67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:20.966 [67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] [qtp1225114731-19]  INFO [aai-resources,67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.006 [67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] [qtp1225114731-19]  INFO [aai-resources,67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.025 [67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] [qtp1225114731-19] DEBUG [aai-resources,67ea52d8c9866d4f85ddb34368e5571f,85ddb34368e5571f] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:31:20:959","respDate":"250331-08:31:21:024","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/492b630d-ba9d-48b0-b9ef-b5fce911b376","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:20:959-95793\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[1aa2869e-6206-41a3-ae32-2ab45b9112aa], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[417], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"esr-system-info-id\\\": \\\"492b630d-ba9d-48b0-b9ef-b5fce911b376\\\",\\n    \\\"user-name\\\": \\\"onap-daily-master-sm\\\",\\n    \\\"password\\\": \\\"8Th47S0ToI11FPprXmy8R0CQLfSLg2pn\\\",\\n    \\\"system-type\\\": \\\"VIM\\\"\\n        , \\\"service-url\\\": \\\"https://control-api.tnaplab.telekom.de:5000/v3/\\\"\\n        , \\\"ssl-insecure\\\": false\\n        , \\\"cloud-domain\\\": \\\"Default\\\"\\n        , \\\"default-tenant\\\": \\\"onap-daily-master-sm\\\"\\n        , \\\"system-status\\\": \\\"active\\\"\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:31:20:959-95793\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[118976], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:31:20:959-95793]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/492b630d-ba9d-48b0-b9ef-b5fce911b376" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 68 - "logType": "access"
2025-03-31 08:31:21.056 [67ea52d95dd17cef79166dba149753a7,79166dba149753a7] [qtp1225114731-24]  INFO [aai-resources,67ea52d95dd17cef79166dba149753a7,79166dba149753a7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.062 [67ea52d95dd17cef79166dba149753a7,79166dba149753a7] [pool-93-thread-1]  INFO [aai-resources,67ea52d95dd17cef79166dba149753a7,79166dba149753a7] 1 --- [ool-93-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.062 [67ea52d95dd17cef79166dba149753a7,79166dba149753a7] [pool-93-thread-1]  INFO [aai-resources,67ea52d95dd17cef79166dba149753a7,79166dba149753a7] 1 --- [ool-93-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.062 [67ea52d95dd17cef79166dba149753a7,79166dba149753a7] [pool-93-thread-1]  INFO [aai-resources,67ea52d95dd17cef79166dba149753a7,79166dba149753a7] 1 --- [ool-93-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.062 [67ea52d95dd17cef79166dba149753a7,79166dba149753a7] [pool-93-thread-1]  INFO [aai-resources,67ea52d95dd17cef79166dba149753a7,79166dba149753a7] 1 --- [ool-93-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.068 [67ea52d95dd17cef79166dba149753a7,79166dba149753a7] [pool-93-thread-1]  INFO [aai-resources,67ea52d95dd17cef79166dba149753a7,79166dba149753a7] 1 --- [ool-93-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:31:21.068 [67ea52d95dd17cef79166dba149753a7,79166dba149753a7] [pool-93-thread-1]  INFO [aai-resources,67ea52d95dd17cef79166dba149753a7,79166dba149753a7] 1 --- [ool-93-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.069 [67ea52d95dd17cef79166dba149753a7,79166dba149753a7] [qtp1225114731-24] DEBUG [aai-resources,67ea52d95dd17cef79166dba149753a7,79166dba149753a7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:31:21:056","respDate":"250331-08:31:21:069","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:21:056-24487\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[71454359-0ed7-46d9-817c-8c1c29b36ace], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 404 464 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:31:21.100 [67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] [qtp1225114731-19]  INFO [aai-resources,67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.107 [67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] [qtp1225114731-19]  INFO [aai-resources,67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.107 [67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] [qtp1225114731-19]  INFO [aai-resources,67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.107 [67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] [qtp1225114731-19]  INFO [aai-resources,67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.107 [67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] [qtp1225114731-19]  INFO [aai-resources,67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.132 [67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] [qtp1225114731-19]  INFO [aai-resources,67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.148 [67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] [qtp1225114731-19] DEBUG [aai-resources,67ea52d90a73ca8f623648b9164d7ec7,623648b9164d7ec7] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:31:21:101","respDate":"250331-08:31:21:148","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:21:101-51051\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[15805e41-5257-44e2-9b62-e49ec4357c58], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[128], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"tenant-id\\\": \\\"5d082e34040e4f62a4bdf5b11f4bb2a8\\\",\\n    \\\"tenant-name\\\": \\\"onap-daily-master-sm\\\",\\n    \\\"tenant-context\\\": \\\"None\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:31:21:101-51051\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[188592], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:31:21:101-51051]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 50 - "logType": "access"
2025-03-31 08:31:21.177 [67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] [qtp1225114731-24]  INFO [aai-resources,67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.182 [67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] [pool-94-thread-1]  INFO [aai-resources,67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] 1 --- [ool-94-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.182 [67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] [pool-94-thread-1]  INFO [aai-resources,67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] 1 --- [ool-94-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.182 [67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] [pool-94-thread-1]  INFO [aai-resources,67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] 1 --- [ool-94-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.183 [67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] [pool-94-thread-1]  INFO [aai-resources,67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] 1 --- [ool-94-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.189 [67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] [pool-94-thread-1]  INFO [aai-resources,67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] 1 --- [ool-94-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:31:21.189 [67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] [pool-94-thread-1]  INFO [aai-resources,67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] 1 --- [ool-94-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.190 [67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] [qtp1225114731-24] DEBUG [aai-resources,67ea52d95e06b1a2441e262b7aabd972,441e262b7aabd972] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:31:21:177","respDate":"250331-08:31:21:190","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:21:177-83112\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7a3ce3ac-1137-4326-af9e-e98de22603aa], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone" 404 505 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:31:21.222 [67ea52d992cef93929fe6a0532070107,29fe6a0532070107] [qtp1225114731-19]  INFO [aai-resources,67ea52d992cef93929fe6a0532070107,29fe6a0532070107] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.228 [67ea52d992cef93929fe6a0532070107,29fe6a0532070107] [qtp1225114731-19]  INFO [aai-resources,67ea52d992cef93929fe6a0532070107,29fe6a0532070107] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.228 [67ea52d992cef93929fe6a0532070107,29fe6a0532070107] [qtp1225114731-19]  INFO [aai-resources,67ea52d992cef93929fe6a0532070107,29fe6a0532070107] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.229 [67ea52d992cef93929fe6a0532070107,29fe6a0532070107] [qtp1225114731-19]  INFO [aai-resources,67ea52d992cef93929fe6a0532070107,29fe6a0532070107] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.229 [67ea52d992cef93929fe6a0532070107,29fe6a0532070107] [qtp1225114731-19]  INFO [aai-resources,67ea52d992cef93929fe6a0532070107,29fe6a0532070107] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.259 [67ea52d992cef93929fe6a0532070107,29fe6a0532070107] [qtp1225114731-19]  INFO [aai-resources,67ea52d992cef93929fe6a0532070107,29fe6a0532070107] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.280 [67ea52d992cef93929fe6a0532070107,29fe6a0532070107] [qtp1225114731-19] DEBUG [aai-resources,67ea52d992cef93929fe6a0532070107,29fe6a0532070107] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:31:21:222","respDate":"250331-08:31:21:280","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:21:222-83966\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d412199b-c114-4570-84bf-b93e80d826cd], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[92], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"availability-zone-name\\\": \\\"basicvm-availability-zone\\\",\\n    \\\"hypervisor-type\\\": \\\"nova\\\"\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:31:21:222-83966\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[123072], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:31:21:222-83966]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 63 - "logType": "access"
2025-03-31 08:31:21.316 [67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] [qtp1225114731-24]  INFO [aai-resources,67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.322 [67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] [qtp1225114731-24]  INFO [aai-resources,67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.322 [67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] [qtp1225114731-24]  INFO [aai-resources,67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.322 [67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] [qtp1225114731-24]  INFO [aai-resources,67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.322 [67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] [qtp1225114731-24]  INFO [aai-resources,67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.330 [67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] [qtp1225114731-24]  WARN [aai-resources,67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] 1 --- [tp1225114731-24] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6130 root cause=org.onap.aai.exceptions.AAIException: resource-version not passed for update of /cloud-infrastructure/complexes/complex/lannion ClassName- org.onap.aai.serialization.db.DBSerializer :LineNumber- 2244 :MethodName- verifyResourceVersion ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 278 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 247 :MethodName- handleWrites ClassName- org.onap.aai.rest.ResourcesController :LineNumber- 61 :MethodName- update ClassName- jdk.internal.reflect.GeneratedMethodAccessor30 :LineNumber- -1 :MethodName- invoke ClassName- jdk.internal.reflect.DelegatingMethodAccessorImpl :LineNumber- -1 :MethodName- invoke ClassName- java.lang.reflect.Method :LineNumber- -1 :MethodName- invoke ClassName- org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory :LineNumber- 52 :MethodName- lambda$static$0 ClassName- org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1 :LineNumber- 124 :MethodName- run
2025-03-31 08:31:21.330 [67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] [qtp1225114731-24]  INFO [aai-resources,67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.331 [67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] [qtp1225114731-24] DEBUG [aai-resources,67ea52d9da363f0caaa2add904044d70,aaa2add904044d70] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"412","rqstDate":"250331-08:31:21:316","respDate":"250331-08:31:21:331","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/complexes/complex/lannion","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:21:316-90176\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ec685d0c-4ca3-47a7-9851-b0435f78334f], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[498], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"physical-location-id\\\": \\\"lannion\\\",\\n    \\\"data-center-code\\\": \\\"1234-5\\\",\\n    \\\"complex-name\\\": \\\"lannion\\\",\\n    \\\"identity-url\\\": \\\"\\\",\\n    \\\"resource-version\\\": \\\"\\\",\\n    \\\"physical-location-type\\\": \\\"\\\",\\n    \\\"street1\\\": \\\"\\\",\\n    \\\"street2\\\": \\\"\\\",\\n    \\\"city\\\": \\\"\\\",\\n    \\\"state\\\": \\\"\\\",\\n    \\\"postal-code\\\": \\\"\\\",\\n    \\\"country\\\": \\\"\\\",\\n    \\\"region\\\": \\\"\\\",\\n    \\\"latitude\\\": \\\"\\\",\\n    \\\"longitude\\\": \\\"\\\",\\n    \\\"elevation\\\": \\\"\\\",\\n    \\\"lata\\\": \\\"\\\",\\n    \\\"time-zone\\\": \\\"\\\",\\n    \\\"data-owner\\\": \\\"\\\",\\n    \\\"data-source\\\": \\\"\\\",\\n    \\\"data-source-version\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:31:21:316-90176\",\"Content-Type\":null,\"Response-Code\":412,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:31:21:316-90176]}\",\"Entity\":\"{\\\"requestError\\\":{\\\"serviceException\\\":{\\\"messageId\\\":\\\"SVC3000\\\",\\\"text\\\":\\\"Invalid input performing %1 on %2 (msg=%3) (ec=%4)\\\",\\\"variables\\\":[\\\"PUT\\\",\\\"cloud-infrastructure/complexes/complex/lannion\\\",\\\"Precondition Required:resource-version not passed for update of /cloud-infrastructure/complexes/complex/lannion\\\",\\\"ERR.5.4.6130\\\"]}}}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "PUT /aai/v27/cloud-infrastructure/complexes/complex/lannion" 412 319 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:31:21.376 [67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] [qtp1225114731-19]  INFO [aai-resources,67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.381 [67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] [pool-95-thread-1]  INFO [aai-resources,67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] 1 --- [ool-95-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.381 [67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] [pool-95-thread-1]  INFO [aai-resources,67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] 1 --- [ool-95-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.381 [67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] [pool-95-thread-1]  INFO [aai-resources,67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] 1 --- [ool-95-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.382 [67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] [pool-95-thread-1]  INFO [aai-resources,67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] 1 --- [ool-95-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.407 [67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] [pool-95-thread-1]  INFO [aai-resources,67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] 1 --- [ool-95-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.408 [67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] [qtp1225114731-19] DEBUG [aai-resources,67ea52d933ee3889914f23b23cfb4fc3,914f23b23cfb4fc3] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:31:21:376","respDate":"250331-08:31:21:408","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:21:376-31325\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[dfea519e-cbdb-4939-a384-bee9effcfac6], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 378 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 34 - "logType": "access"
2025-03-31 08:31:21.438 [67ea52d908710313535a79419047d431,535a79419047d431] [qtp1225114731-24]  INFO [aai-resources,67ea52d908710313535a79419047d431,535a79419047d431] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.445 [67ea52d908710313535a79419047d431,535a79419047d431] [qtp1225114731-24]  INFO [aai-resources,67ea52d908710313535a79419047d431,535a79419047d431] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.445 [67ea52d908710313535a79419047d431,535a79419047d431] [qtp1225114731-24]  INFO [aai-resources,67ea52d908710313535a79419047d431,535a79419047d431] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.445 [67ea52d908710313535a79419047d431,535a79419047d431] [qtp1225114731-24]  INFO [aai-resources,67ea52d908710313535a79419047d431,535a79419047d431] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.445 [67ea52d908710313535a79419047d431,535a79419047d431] [qtp1225114731-24]  INFO [aai-resources,67ea52d908710313535a79419047d431,535a79419047d431] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.462 [67ea52d908710313535a79419047d431,535a79419047d431] [qtp1225114731-24]  INFO [aai-resources,67ea52d908710313535a79419047d431,535a79419047d431] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.555 [67ea52d908710313535a79419047d431,535a79419047d431] [qtp1225114731-24] DEBUG [aai-resources,67ea52d908710313535a79419047d431,535a79419047d431] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:31:21:438","respDate":"250331-08:31:21:555","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:21:438-29375\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[87274b7a-344c-4584-b8f6-9d0498094da6], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[348], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"related-to\\\": \\\"complex\\\",\\n    \\\"related-link\\\": \\\"https://aai-api-oom-sm-master.tnaplab.telekom.de/aai/v27/cloud-infrastructure/complexes/complex/lannion\\\",\\n        \\\"relationship-label\\\": \\\"org.onap.relationships.inventory.LocatedIn\\\",\\n    \\\"relationship-data\\\": [{\\\"relationship-key\\\": \\\"complex.physical-location-id\\\", \\\"relationship-value\\\": \\\"lannion\\\"}]\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:31:21:438-29375\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:31:21:438-29375]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/relationship-list/relationship" 200 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 119 - "logType": "access"
2025-03-31 08:31:21.588 [67ea52d911a045712b48218047574453,2b48218047574453] [qtp1225114731-19]  INFO [aai-resources,67ea52d911a045712b48218047574453,2b48218047574453] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.594 [67ea52d911a045712b48218047574453,2b48218047574453] [qtp1225114731-19]  INFO [aai-resources,67ea52d911a045712b48218047574453,2b48218047574453] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.594 [67ea52d911a045712b48218047574453,2b48218047574453] [qtp1225114731-19]  INFO [aai-resources,67ea52d911a045712b48218047574453,2b48218047574453] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.594 [67ea52d911a045712b48218047574453,2b48218047574453] [qtp1225114731-19]  INFO [aai-resources,67ea52d911a045712b48218047574453,2b48218047574453] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.595 [67ea52d911a045712b48218047574453,2b48218047574453] [qtp1225114731-19]  INFO [aai-resources,67ea52d911a045712b48218047574453,2b48218047574453] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.626 [67ea52d911a045712b48218047574453,2b48218047574453] [qtp1225114731-19]  INFO [aai-resources,67ea52d911a045712b48218047574453,2b48218047574453] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.638 [67ea52d911a045712b48218047574453,2b48218047574453] [qtp1225114731-19] DEBUG [aai-resources,67ea52d911a045712b48218047574453,2b48218047574453] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:31:21:588","respDate":"250331-08:31:21:637","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/business/customers/customer/basicvm-customer","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:21:588-44073\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cf7aeacf-2906-4002-a794-07551f5a88e7], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[123], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"global-customer-id\\\": \\\"basicvm-customer\\\",\\n    \\\"subscriber-name\\\": \\\"basicvm-customer\\\",\\n    \\\"subscriber-type\\\": \\\"INFRA\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:31:21:588-44073\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[192688], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:31:21:588-44073]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "PUT /aai/v27/business/customers/customer/basicvm-customer" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 51 - "logType": "access"
2025-03-31 08:31:21.666 [67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] [qtp1225114731-24]  INFO [aai-resources,67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.671 [67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] [pool-96-thread-1]  INFO [aai-resources,67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] 1 --- [ool-96-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.671 [67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] [pool-96-thread-1]  INFO [aai-resources,67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] 1 --- [ool-96-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.671 [67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] [pool-96-thread-1]  INFO [aai-resources,67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] 1 --- [ool-96-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.672 [67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] [pool-96-thread-1]  INFO [aai-resources,67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] 1 --- [ool-96-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.692 [67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] [pool-96-thread-1]  INFO [aai-resources,67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] 1 --- [ool-96-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.693 [67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] [qtp1225114731-24] DEBUG [aai-resources,67ea52d90279861013d038d0db3bee6e,13d038d0db3bee6e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:31:21:667","respDate":"250331-08:31:21:693","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:21:667-5597\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d0c82ac5-1b1c-4b36-bab6-82b6f39499b0], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:31:21.724 [67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] [qtp1225114731-19]  INFO [aai-resources,67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.728 [67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] [pool-97-thread-1]  INFO [aai-resources,67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] 1 --- [ool-97-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.728 [67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] [pool-97-thread-1]  INFO [aai-resources,67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] 1 --- [ool-97-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.728 [67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] [pool-97-thread-1]  INFO [aai-resources,67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] 1 --- [ool-97-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.728 [67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] [pool-97-thread-1]  INFO [aai-resources,67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] 1 --- [ool-97-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.747 [67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] [pool-97-thread-1]  INFO [aai-resources,67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] 1 --- [ool-97-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.747 [67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] [qtp1225114731-19] DEBUG [aai-resources,67ea52d96ba185ba02c6387081e29c4a,02c6387081e29c4a] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:31:21:724","respDate":"250331-08:31:21:747","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:21:724-54856\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8542f644-1579-4348-8aa2-375c2b11803b], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:31:21.778 [67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] [qtp1225114731-24]  INFO [aai-resources,67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.784 [67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] [pool-98-thread-1]  INFO [aai-resources,67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] 1 --- [ool-98-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.784 [67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] [pool-98-thread-1]  INFO [aai-resources,67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] 1 --- [ool-98-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.784 [67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] [pool-98-thread-1]  INFO [aai-resources,67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] 1 --- [ool-98-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.784 [67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] [pool-98-thread-1]  INFO [aai-resources,67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] 1 --- [ool-98-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.796 [67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] [pool-98-thread-1]  INFO [aai-resources,67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] 1 --- [ool-98-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-subscription found at: business/customers/customer/basicvm-customer/service-subscriptions ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:31:21.796 [67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] [pool-98-thread-1]  INFO [aai-resources,67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] 1 --- [ool-98-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.797 [67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] [qtp1225114731-24] DEBUG [aai-resources,67ea52d9ab8aaf3088840b2d171107a8,88840b2d171107a8] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:31:21:778","respDate":"250331-08:31:21:797","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:21:778-69874\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[096711b9-a902-418b-a11d-f437b266613f], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm" 404 360 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:31:21.826 [67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] [qtp1225114731-19]  INFO [aai-resources,67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.835 [67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] [qtp1225114731-19]  INFO [aai-resources,67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.835 [67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] [qtp1225114731-19]  INFO [aai-resources,67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.835 [67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] [qtp1225114731-19]  INFO [aai-resources,67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.835 [67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] [qtp1225114731-19]  INFO [aai-resources,67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.872 [67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] [qtp1225114731-19]  INFO [aai-resources,67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.886 [67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] [qtp1225114731-19] DEBUG [aai-resources,67ea52d98c0a3e16b0a0e7572dc3eb9b,b0a0e7572dc3eb9b] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:31:21:826","respDate":"250331-08:31:21:886","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:21:826-56912\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f88c352c-9156-4fa5-a6ad-232f9379651d], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[0], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:31:21:826-56912\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[233632], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:31:21:826-56912]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "PUT /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 62 - "logType": "access"
2025-03-31 08:31:21.917 [67ea52d95905b8b6356c3769107497db,356c3769107497db] [qtp1225114731-24]  INFO [aai-resources,67ea52d95905b8b6356c3769107497db,356c3769107497db] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:21.927 [67ea52d95905b8b6356c3769107497db,356c3769107497db] [pool-99-thread-1]  INFO [aai-resources,67ea52d95905b8b6356c3769107497db,356c3769107497db] 1 --- [ool-99-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:21.927 [67ea52d95905b8b6356c3769107497db,356c3769107497db] [pool-99-thread-1]  INFO [aai-resources,67ea52d95905b8b6356c3769107497db,356c3769107497db] 1 --- [ool-99-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:21.927 [67ea52d95905b8b6356c3769107497db,356c3769107497db] [pool-99-thread-1]  INFO [aai-resources,67ea52d95905b8b6356c3769107497db,356c3769107497db] 1 --- [ool-99-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:21.927 [67ea52d95905b8b6356c3769107497db,356c3769107497db] [pool-99-thread-1]  INFO [aai-resources,67ea52d95905b8b6356c3769107497db,356c3769107497db] 1 --- [ool-99-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:21.955 [67ea52d95905b8b6356c3769107497db,356c3769107497db] [pool-99-thread-1]  INFO [aai-resources,67ea52d95905b8b6356c3769107497db,356c3769107497db] 1 --- [ool-99-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:21.956 [67ea52d95905b8b6356c3769107497db,356c3769107497db] [qtp1225114731-24] DEBUG [aai-resources,67ea52d95905b8b6356c3769107497db,356c3769107497db] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:31:21:918","respDate":"250331-08:31:21:956","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:21:918-1930\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[0842e55e-564f-41e0-b19c-a07705424e57], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:21 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm" 200 89 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 42 - "logType": "access"
2025-03-31 08:31:21.996 [67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] [qtp1225114731-19]  INFO [aai-resources,67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:22.000 [67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] [pool-100-thread-1]  INFO [aai-resources,67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] 1 --- [ol-100-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:22.000 [67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] [pool-100-thread-1]  INFO [aai-resources,67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] 1 --- [ol-100-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:22.000 [67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] [pool-100-thread-1]  INFO [aai-resources,67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] 1 --- [ol-100-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:22.001 [67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] [pool-100-thread-1]  INFO [aai-resources,67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] 1 --- [ol-100-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:22.021 [67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] [pool-100-thread-1]  INFO [aai-resources,67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] 1 --- [ol-100-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:22.021 [67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] [qtp1225114731-19] DEBUG [aai-resources,67ea52d9a5c3858d42908673d1e3dbdf,42908673d1e3dbdf] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:31:21:996","respDate":"250331-08:31:22:021","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:21:996-14046\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[807f343f-8238-9e63-b527-9f0f61dd7976], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:22 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:31:22.053 [67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] [qtp1225114731-24]  INFO [aai-resources,67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:22.059 [67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] [pool-101-thread-1]  INFO [aai-resources,67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] 1 --- [ol-101-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:22.059 [67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] [pool-101-thread-1]  INFO [aai-resources,67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] 1 --- [ol-101-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:22.059 [67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] [pool-101-thread-1]  INFO [aai-resources,67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] 1 --- [ol-101-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:22.060 [67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] [pool-101-thread-1]  INFO [aai-resources,67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] 1 --- [ol-101-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:22.081 [67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] [pool-101-thread-1]  INFO [aai-resources,67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] 1 --- [ol-101-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:22.083 [67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] [qtp1225114731-24] DEBUG [aai-resources,67ea52da36ff122c22a2bdfe4f8c078f,22a2bdfe4f8c078f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:31:22:053","respDate":"250331-08:31:22:083","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:22:053-95759\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8b8a8ad8-ca8f-4eaa-be22-2dd2cd79c912], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:22 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm" 200 89 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 35 - "logType": "access"
2025-03-31 08:31:22.113 [67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] [qtp1225114731-19]  INFO [aai-resources,67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:22.118 [67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] [pool-102-thread-1]  INFO [aai-resources,67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] 1 --- [ol-102-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:22.118 [67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] [pool-102-thread-1]  INFO [aai-resources,67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] 1 --- [ol-102-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:22.118 [67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] [pool-102-thread-1]  INFO [aai-resources,67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] 1 --- [ol-102-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:22.119 [67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] [pool-102-thread-1]  INFO [aai-resources,67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] 1 --- [ol-102-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:22.141 [67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] [pool-102-thread-1]  INFO [aai-resources,67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] 1 --- [ol-102-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:22.142 [67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] [qtp1225114731-19] DEBUG [aai-resources,67ea52dad6e5251ebcc4267cc6682ecf,bcc4267cc6682ecf] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:31:22:114","respDate":"250331-08:31:22:141","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:22:114-53254\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[07142d49-944e-4aea-8d35-5945eb1456aa], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:22 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 686 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:31:22.174 [67ea52da61641f15669c759f263cded4,669c759f263cded4] [qtp1225114731-24]  INFO [aai-resources,67ea52da61641f15669c759f263cded4,669c759f263cded4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:22.181 [67ea52da61641f15669c759f263cded4,669c759f263cded4] [pool-103-thread-1]  INFO [aai-resources,67ea52da61641f15669c759f263cded4,669c759f263cded4] 1 --- [ol-103-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:22.181 [67ea52da61641f15669c759f263cded4,669c759f263cded4] [pool-103-thread-1]  INFO [aai-resources,67ea52da61641f15669c759f263cded4,669c759f263cded4] 1 --- [ol-103-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:22.181 [67ea52da61641f15669c759f263cded4,669c759f263cded4] [pool-103-thread-1]  INFO [aai-resources,67ea52da61641f15669c759f263cded4,669c759f263cded4] 1 --- [ol-103-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:22.181 [67ea52da61641f15669c759f263cded4,669c759f263cded4] [pool-103-thread-1]  INFO [aai-resources,67ea52da61641f15669c759f263cded4,669c759f263cded4] 1 --- [ol-103-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:22.281 [67ea52da61641f15669c759f263cded4,669c759f263cded4] [pool-103-thread-1]  INFO [aai-resources,67ea52da61641f15669c759f263cded4,669c759f263cded4] 1 --- [ol-103-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:22.281 [67ea52da61641f15669c759f263cded4,669c759f263cded4] [qtp1225114731-24] DEBUG [aai-resources,67ea52da61641f15669c759f263cded4,669c759f263cded4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:31:22:175","respDate":"250331-08:31:22:281","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:22:175-4908\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[60ec84c3-74a1-4bd8-9e60-cf6ca5c5aab8], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:22 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 144 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 111 - "logType": "access"
2025-03-31 08:31:22.291 [67ea52da1f3f1732690e58734e01af41,690e58734e01af41] [qtp1225114731-25]  INFO [aai-resources,67ea52da1f3f1732690e58734e01af41,690e58734e01af41] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:22.305 [67ea52da1f3f1732690e58734e01af41,690e58734e01af41] [qtp1225114731-25] DEBUG [aai-resources,67ea52da1f3f1732690e58734e01af41,690e58734e01af41] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"52a28db3-03ab-4e64-9386-6906fb850163","status":"200","rqstDate":"250331-08:31:22:291","respDate":"250331-08:31:22:305","sourceId":"haproxy:52a28db3-03ab-4e64-9386-6906fb850163","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:22:291-54381\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4506d108-e67f-48bf-b48f-013dc00573c2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[52a28db3-03ab-4e64-9386-6906fb850163]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:31:22.313 [67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] [qtp1225114731-24]  INFO [aai-resources,67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:22.320 [67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] [qtp1225114731-24]  INFO [aai-resources,67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:22.320 [67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] [qtp1225114731-24]  INFO [aai-resources,67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:22.320 [67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] [qtp1225114731-24]  INFO [aai-resources,67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:22.321 [67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] [qtp1225114731-24]  INFO [aai-resources,67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:22.338 [67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] [qtp1225114731-24]  INFO [aai-resources,67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:22.394 [67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] [qtp1225114731-24] DEBUG [aai-resources,67ea52daf5bd9a07f1bcad1496a59f12,f1bcad1496a59f12] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:31:22:313","respDate":"250331-08:31:22:394","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:40719/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:22:313-97269\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cf1fc563-4d52-4b52-90a8-ffa2b136fe3f], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:40719], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[40719], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[693], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"related-to\\\": \\\"tenant\\\",\\n    \\\"related-link\\\": \\\"https://aai-api-oom-sm-master.tnaplab.telekom.de/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8?resource-version=1743409881106\\\",\\n        \\\"related-to-property\\\": [{\\\"property-key\\\": \\\"tenant.tenant-name\\\", \\\"property-value\\\": \\\"onap-daily-master-sm\\\"}],\\n    \\\"relationship-data\\\": [{\\\"relationship-key\\\": \\\"cloud-region.cloud-owner\\\", \\\"relationship-value\\\": \\\"basicvm-cloud-owner\\\"}, {\\\"relationship-key\\\": \\\"cloud-region.cloud-region-id\\\", \\\"relationship-value\\\": \\\"RegionOne\\\"}, {\\\"relationship-key\\\": \\\"tenant.tenant-id\\\", \\\"relationship-value\\\": \\\"5d082e34040e4f62a4bdf5b11f4bb2a8\\\"}]\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:31:22:313-97269\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:31:22:313-97269]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:31:22 +0000] "PUT /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list/relationship" 200 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 83 - "logType": "access"
2025-03-31 08:31:24.314 [67ea52dcaf7de4581cdfbfc57c30fc8a,1cdfbfc57c30fc8a] [qtp1225114731-25]  INFO [aai-resources,67ea52dcaf7de4581cdfbfc57c30fc8a,1cdfbfc57c30fc8a] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:24.333 [67ea52dcaf7de4581cdfbfc57c30fc8a,1cdfbfc57c30fc8a] [qtp1225114731-25] DEBUG [aai-resources,67ea52dcaf7de4581cdfbfc57c30fc8a,1cdfbfc57c30fc8a] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a1f239b5-3450-454d-bd76-e811f2cdb510","status":"200","rqstDate":"250331-08:31:24:314","respDate":"250331-08:31:24:332","sourceId":"haproxy:a1f239b5-3450-454d-bd76-e811f2cdb510","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:24:314-69793\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d097372d-bca0-494c-a6b5-b9e3686b3ffb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a1f239b5-3450-454d-bd76-e811f2cdb510]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:31:26.340 [67ea52de14809eb3f2ce9d0ee23d7005,f2ce9d0ee23d7005] [qtp1225114731-24]  INFO [aai-resources,67ea52de14809eb3f2ce9d0ee23d7005,f2ce9d0ee23d7005] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:26.351 [67ea52de14809eb3f2ce9d0ee23d7005,f2ce9d0ee23d7005] [qtp1225114731-24] DEBUG [aai-resources,67ea52de14809eb3f2ce9d0ee23d7005,f2ce9d0ee23d7005] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7cf6e69a-4211-4203-b2f2-2c2dbb035488","status":"200","rqstDate":"250331-08:31:26:340","respDate":"250331-08:31:26:351","sourceId":"haproxy:7cf6e69a-4211-4203-b2f2-2c2dbb035488","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:26:340-7387\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0d7322d8-3bad-46b1-9a86-63ce30df51a3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7cf6e69a-4211-4203-b2f2-2c2dbb035488]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:31:28.357 [67ea52e03e03d94c6004d3d6c17945e6,6004d3d6c17945e6] [qtp1225114731-25]  INFO [aai-resources,67ea52e03e03d94c6004d3d6c17945e6,6004d3d6c17945e6] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:28.372 [67ea52e03e03d94c6004d3d6c17945e6,6004d3d6c17945e6] [qtp1225114731-25] DEBUG [aai-resources,67ea52e03e03d94c6004d3d6c17945e6,6004d3d6c17945e6] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"67fd7f70-e765-424f-8f74-181a4d592b68","status":"200","rqstDate":"250331-08:31:28:357","respDate":"250331-08:31:28:372","sourceId":"haproxy:67fd7f70-e765-424f-8f74-181a4d592b68","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:28:357-56126\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b39de238-dd06-42a0-9d68-9cdf74afec85], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[67fd7f70-e765-424f-8f74-181a4d592b68]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:31:30.379 [67ea52e2c592d1f81086584c64ff652f,1086584c64ff652f] [qtp1225114731-24]  INFO [aai-resources,67ea52e2c592d1f81086584c64ff652f,1086584c64ff652f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:30.395 [67ea52e2c592d1f81086584c64ff652f,1086584c64ff652f] [qtp1225114731-24] DEBUG [aai-resources,67ea52e2c592d1f81086584c64ff652f,1086584c64ff652f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"beaeec05-f1e1-44f3-ab99-b57d76ea5843","status":"200","rqstDate":"250331-08:31:30:380","respDate":"250331-08:31:30:395","sourceId":"haproxy:beaeec05-f1e1-44f3-ab99-b57d76ea5843","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:30:380-77517\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[38af1ec1-8feb-433a-8262-236250a15e79], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[beaeec05-f1e1-44f3-ab99-b57d76ea5843]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:31:31.958 [67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] [qtp1225114731-25]  INFO [aai-resources,67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:31.962 [67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] [pool-104-thread-1]  INFO [aai-resources,67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] 1 --- [ol-104-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:31.962 [67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] [pool-104-thread-1]  INFO [aai-resources,67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] 1 --- [ol-104-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:31.962 [67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] [pool-104-thread-1]  INFO [aai-resources,67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] 1 --- [ol-104-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:31.963 [67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] [pool-104-thread-1]  INFO [aai-resources,67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] 1 --- [ol-104-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:31.971 [67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] [pool-104-thread-1]  INFO [aai-resources,67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] 1 --- [ol-104-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/a878decf-3393-4ca7-97df-87d04453f8e9 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:31:31.972 [67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] [pool-104-thread-1]  INFO [aai-resources,67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] 1 --- [ol-104-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:31.972 [67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] [qtp1225114731-25] DEBUG [aai-resources,67ea52e468b57eac017edc86bc68778a,f4901b7e4335900e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b202adc7-a342-4567-9b77-8f9982f38094","status":"404","rqstDate":"250331-08:31:31:958","respDate":"250331-08:31:31:972","sourceId":"ModelLoader:b202adc7-a342-4567-9b77-8f9982f38094","resourceId":"http://aai.onap:55629/aai/v29/service-design-and-creation/models/model/a878decf-3393-4ca7-97df-87d04453f8e9","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:31:958-79617\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fc0a0c55-642b-4b24-bef0-fb8dfdec0653], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[b202adc7-a342-4567-9b77-8f9982f38094], Host=[aai.onap:55629], X-Forwarded-Port=[55629], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea52e468b57eac017edc86bc68778a], x-b3-spanid=[017edc86bc68778a], traceparent=[00-67ea52e468b57eac017edc86bc68778a-017edc86bc68778a-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[b202adc7-a342-4567-9b77-8f9982f38094]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:31 +0000] "GET /aai/v29/service-design-and-creation/models/model/a878decf-3393-4ca7-97df-87d04453f8e9" 404 501 REST b202adc7-a342-4567-9b77-8f9982f38094 ModelLoader 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:31:31.981 [67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] [qtp1225114731-24]  INFO [aai-resources,67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:32.012 [67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] [qtp1225114731-24]  INFO [aai-resources,67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:32.012 [67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] [qtp1225114731-24]  INFO [aai-resources,67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:32.012 [67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] [qtp1225114731-24]  INFO [aai-resources,67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:32.013 [67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] [qtp1225114731-24]  INFO [aai-resources,67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:32.288 [67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] [qtp1225114731-24]  INFO [aai-resources,67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:32.401 [67ea52e40069152ca83f6616c37fee2f,a83f6616c37fee2f] [qtp1225114731-19]  INFO [aai-resources,67ea52e40069152ca83f6616c37fee2f,a83f6616c37fee2f] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:32.411 [67ea52e40069152ca83f6616c37fee2f,a83f6616c37fee2f] [qtp1225114731-19] DEBUG [aai-resources,67ea52e40069152ca83f6616c37fee2f,a83f6616c37fee2f] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cf6480e1-c9dd-4ecf-aba0-5a657cf76c98","status":"200","rqstDate":"250331-08:31:32:401","respDate":"250331-08:31:32:411","sourceId":"haproxy:cf6480e1-c9dd-4ecf-aba0-5a657cf76c98","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:32:401-4007\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ea5de207-c657-4584-978b-84688e0cb9e0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cf6480e1-c9dd-4ecf-aba0-5a657cf76c98]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:31:32.543 [67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] [qtp1225114731-24] DEBUG [aai-resources,67ea52e40f6eed1e6e00dfd4e1b1c6e4,d9187b704982d5ca] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b202adc7-a342-4567-9b77-8f9982f38094","status":"201","rqstDate":"250331-08:31:31:981","respDate":"250331-08:31:32:543","sourceId":"ModelLoader:b202adc7-a342-4567-9b77-8f9982f38094","resourceId":"http://aai.onap:55629/aai/v29/service-design-and-creation/models/model/a878decf-3393-4ca7-97df-87d04453f8e9","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:31:981-4615\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[a21519a6-619e-41c1-8a7a-06fa9b4d7c6c], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[b202adc7-a342-4567-9b77-8f9982f38094], Host=[aai.onap:55629], X-Forwarded-Port=[55629], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea52e40f6eed1e6e00dfd4e1b1c6e4], x-b3-spanid=[6e00dfd4e1b1c6e4], traceparent=[00-67ea52e40f6eed1e6e00dfd4e1b1c6e4-6e00dfd4e1b1c6e4-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[8180], Content-Type=[application/xml], X-ONAP-RequestID=[b202adc7-a342-4567-9b77-8f9982f38094]}\",\"Payload\":\"\\n    a878decf-3393-4ca7-97df-87d04453f8e9\\n    resource\\n    \\n        \\n            8711d771-37b4-4e7a-a4e5-6adb76e85c2f\\n            BasicVm..base_ubuntu20..module-0\\n            1\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                f6a038c2-820c-42ba-8c2b-375e24e8f932\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                3f4c7204-739b-4bbb-87a7-8a6856439c90\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                abcc54bc-bb74-49dc-9043-7f7171707545\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                97c26c99-6870-44c1-8a07-1d900d3f4ce6\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                36200fb5-f251-4f5d-a520-7c5ad5c2cd4b\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                bace8d1c-a261-4041-9e37-823117415d0f\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    T\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                5761e0a7-c6df-4d8a-9ebd-b8f445054dec\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                96129eb9-f0de-4e05-8af2-73146473f766\\n                                            \\n                                        \\n                                    \\n                                \\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        8ecb2c5d-7176-4317-a255-26274edfdd53\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                c00563ae-812b-4e62-8330-7c4d0f47088a\\n                            \\n                            \\n                                model.model-invariant-id\\n                                ef86f9c5-2165-44f3-8fc3-96018b609ea5\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:31:31:981-4615\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[127168], Content-Type=[application/xml], X-AAI-TXID=[1-aai-resources-250331-08:31:31:981-4615]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:32 +0000] "PUT /aai/v29/service-design-and-creation/models/model/a878decf-3393-4ca7-97df-87d04453f8e9" 201 0 REST b202adc7-a342-4567-9b77-8f9982f38094 ModelLoader 127.0.0.6 - - - - - - - - - 564 - "logType": "access"
2025-03-31 08:31:32.554 [67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] [qtp1225114731-25]  INFO [aai-resources,67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:32.558 [67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] [pool-105-thread-1]  INFO [aai-resources,67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] 1 --- [ol-105-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:32.558 [67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] [pool-105-thread-1]  INFO [aai-resources,67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] 1 --- [ol-105-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:32.558 [67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] [pool-105-thread-1]  INFO [aai-resources,67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] 1 --- [ol-105-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:32.558 [67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] [pool-105-thread-1]  INFO [aai-resources,67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] 1 --- [ol-105-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:32.564 [67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] [pool-105-thread-1]  INFO [aai-resources,67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] 1 --- [ol-105-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/f280c64c-d371-4778-b30e-9fc3542c134b ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:31:32.564 [67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] [pool-105-thread-1]  INFO [aai-resources,67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] 1 --- [ol-105-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:32.565 [67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] [qtp1225114731-25] DEBUG [aai-resources,67ea52e40f93a9fdf3a875079dd6e627,beddeeda03a63980] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b202adc7-a342-4567-9b77-8f9982f38094","status":"404","rqstDate":"250331-08:31:32:554","respDate":"250331-08:31:32:565","sourceId":"ModelLoader:b202adc7-a342-4567-9b77-8f9982f38094","resourceId":"http://aai.onap:55629/aai/v29/service-design-and-creation/models/model/f280c64c-d371-4778-b30e-9fc3542c134b","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:32:554-40140\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[252eeb31-7ef8-4414-a43b-c88e2f00bda3], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[b202adc7-a342-4567-9b77-8f9982f38094], Host=[aai.onap:55629], X-Forwarded-Port=[55629], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea52e40f93a9fdf3a875079dd6e627], x-b3-spanid=[f3a875079dd6e627], traceparent=[00-67ea52e40f93a9fdf3a875079dd6e627-f3a875079dd6e627-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[b202adc7-a342-4567-9b77-8f9982f38094]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:32 +0000] "GET /aai/v29/service-design-and-creation/models/model/f280c64c-d371-4778-b30e-9fc3542c134b" 404 501 REST b202adc7-a342-4567-9b77-8f9982f38094 ModelLoader 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:31:32.580 [67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] [qtp1225114731-24]  INFO [aai-resources,67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:32.605 [67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] [qtp1225114731-24]  INFO [aai-resources,67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:32.605 [67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] [qtp1225114731-24]  INFO [aai-resources,67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:32.605 [67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] [qtp1225114731-24]  INFO [aai-resources,67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:32.605 [67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] [qtp1225114731-24]  INFO [aai-resources,67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:32.707 [67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] [qtp1225114731-24]  INFO [aai-resources,67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:32.803 [67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] [qtp1225114731-24] DEBUG [aai-resources,67ea52e460eaa7ba7ae2b54c5cdabc35,fefa75454fe0e281] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b202adc7-a342-4567-9b77-8f9982f38094","status":"201","rqstDate":"250331-08:31:32:581","respDate":"250331-08:31:32:803","sourceId":"ModelLoader:b202adc7-a342-4567-9b77-8f9982f38094","resourceId":"http://aai.onap:55629/aai/v29/service-design-and-creation/models/model/f280c64c-d371-4778-b30e-9fc3542c134b","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:32:581-69308\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[cc223562-799d-4e19-b671-11bb7e6f5aa8], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[b202adc7-a342-4567-9b77-8f9982f38094], Host=[aai.onap:55629], X-Forwarded-Port=[55629], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea52e460eaa7ba7ae2b54c5cdabc35], x-b3-spanid=[7ae2b54c5cdabc35], traceparent=[00-67ea52e460eaa7ba7ae2b54c5cdabc35-7ae2b54c5cdabc35-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[2838], Content-Type=[application/xml], X-ONAP-RequestID=[b202adc7-a342-4567-9b77-8f9982f38094]}\",\"Payload\":\"\\n    f280c64c-d371-4778-b30e-9fc3542c134b\\n    resource\\n    \\n        \\n            509bd1a1-ca29-4c6c-8d78-27d09c63afde\\n            basic_vm\\n            1.0\\n            ONAP SDK Resource\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        8711d771-37b4-4e7a-a4e5-6adb76e85c2f\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        a878decf-3393-4ca7-97df-87d04453f8e9\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                93a6166f-b3d5-4f06-b4ba-aed48d009ad9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                acc6edd8-a8d4-4b93-afaa-0994068be14c\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:31:32:581-69308\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[245848], Content-Type=[application/xml], X-AAI-TXID=[1-aai-resources-250331-08:31:32:581-69308]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:32 +0000] "PUT /aai/v29/service-design-and-creation/models/model/f280c64c-d371-4778-b30e-9fc3542c134b" 201 0 REST b202adc7-a342-4567-9b77-8f9982f38094 ModelLoader 127.0.0.6 - - - - - - - - - 228 - "logType": "access"
2025-03-31 08:31:32.819 [67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] [qtp1225114731-25]  INFO [aai-resources,67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:32.825 [67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] [pool-106-thread-1]  INFO [aai-resources,67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] 1 --- [ol-106-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:32.825 [67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] [pool-106-thread-1]  INFO [aai-resources,67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] 1 --- [ol-106-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:32.825 [67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] [pool-106-thread-1]  INFO [aai-resources,67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] 1 --- [ol-106-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:32.825 [67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] [pool-106-thread-1]  INFO [aai-resources,67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] 1 --- [ol-106-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:32.836 [67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] [pool-106-thread-1]  INFO [aai-resources,67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] 1 --- [ol-106-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/ae1509ec-1937-4e7c-a880-76df253cb706 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:31:32.837 [67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] [pool-106-thread-1]  INFO [aai-resources,67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] 1 --- [ol-106-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:32.837 [67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] [qtp1225114731-25] DEBUG [aai-resources,67ea52e56eacf133cab526a84c94e82a,d23efed7650ea867] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b202adc7-a342-4567-9b77-8f9982f38094","status":"404","rqstDate":"250331-08:31:32:820","respDate":"250331-08:31:32:837","sourceId":"ModelLoader:b202adc7-a342-4567-9b77-8f9982f38094","resourceId":"http://aai.onap:55629/aai/v29/service-design-and-creation/models/model/ae1509ec-1937-4e7c-a880-76df253cb706","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:32:820-61102\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a56d2fcb-be83-4c31-927e-e11f6708cf10], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[b202adc7-a342-4567-9b77-8f9982f38094], Host=[aai.onap:55629], X-Forwarded-Port=[55629], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea52e56eacf133cab526a84c94e82a], x-b3-spanid=[cab526a84c94e82a], traceparent=[00-67ea52e56eacf133cab526a84c94e82a-cab526a84c94e82a-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[b202adc7-a342-4567-9b77-8f9982f38094]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:32 +0000] "GET /aai/v29/service-design-and-creation/models/model/ae1509ec-1937-4e7c-a880-76df253cb706" 404 501 REST b202adc7-a342-4567-9b77-8f9982f38094 ModelLoader 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:31:32.849 [67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] [qtp1225114731-24]  INFO [aai-resources,67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:32.873 [67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] [qtp1225114731-24]  INFO [aai-resources,67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:31:32.873 [67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] [qtp1225114731-24]  INFO [aai-resources,67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:31:32.873 [67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] [qtp1225114731-24]  INFO [aai-resources,67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:31:32.874 [67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] [qtp1225114731-24]  INFO [aai-resources,67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:31:32.964 [67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] [qtp1225114731-24]  INFO [aai-resources,67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:31:33.040 [67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] [qtp1225114731-24] DEBUG [aai-resources,67ea52e502ee589727cfac54d57bba10,56fc241ac32ae4d5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b202adc7-a342-4567-9b77-8f9982f38094","status":"201","rqstDate":"250331-08:31:32:849","respDate":"250331-08:31:33:040","sourceId":"ModelLoader:b202adc7-a342-4567-9b77-8f9982f38094","resourceId":"http://aai.onap:55629/aai/v29/service-design-and-creation/models/model/ae1509ec-1937-4e7c-a880-76df253cb706","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:32:849-50041\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[c1ff1919-4161-413c-9fec-899c44112f83], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[b202adc7-a342-4567-9b77-8f9982f38094], Host=[aai.onap:55629], X-Forwarded-Port=[55629], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea52e502ee589727cfac54d57bba10], x-b3-spanid=[27cfac54d57bba10], traceparent=[00-67ea52e502ee589727cfac54d57bba10-27cfac54d57bba10-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[2881], Content-Type=[application/xml], X-ONAP-RequestID=[b202adc7-a342-4567-9b77-8f9982f38094]}\",\"Payload\":\"\\n    ae1509ec-1937-4e7c-a880-76df253cb706\\n    service\\n    Network Service\\n    \\n        \\n            616f04bd-a89b-4244-95cb-94e1d9e39b29\\n            basic_vm\\n            1.0\\n            ONAP SDK Service\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        509bd1a1-ca29-4c6c-8d78-27d09c63afde\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        f280c64c-d371-4778-b30e-9fc3542c134b\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                46b92144-923a-4d20-b85a-3cbd847668a9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                82194af1-3c2c-485a-8f44-420e22a9eaa4\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:31:32:849-50041\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[204976], Content-Type=[application/xml], X-AAI-TXID=[2-aai-resources-250331-08:31:32:849-50041]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:33 +0000] "PUT /aai/v29/service-design-and-creation/models/model/ae1509ec-1937-4e7c-a880-76df253cb706" 201 0 REST b202adc7-a342-4567-9b77-8f9982f38094 ModelLoader 127.0.0.6 - - - - - - - - - 193 - "logType": "access"
2025-03-31 08:31:34.418 [67ea52e6de794f607edc83fc56a378a3,7edc83fc56a378a3] [qtp1225114731-25]  INFO [aai-resources,67ea52e6de794f607edc83fc56a378a3,7edc83fc56a378a3] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:34.433 [67ea52e6de794f607edc83fc56a378a3,7edc83fc56a378a3] [qtp1225114731-25] DEBUG [aai-resources,67ea52e6de794f607edc83fc56a378a3,7edc83fc56a378a3] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"99bcf225-178f-489c-bece-01009e1c0b7f","status":"200","rqstDate":"250331-08:31:34:418","respDate":"250331-08:31:34:432","sourceId":"haproxy:99bcf225-178f-489c-bece-01009e1c0b7f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:34:418-26947\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[db9aee79-0ab8-4763-9b4d-57d0342cfa06], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[99bcf225-178f-489c-bece-01009e1c0b7f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:31:36.439 [67ea52e8e1083c7ca32b68640a611fed,a32b68640a611fed] [qtp1225114731-24]  INFO [aai-resources,67ea52e8e1083c7ca32b68640a611fed,a32b68640a611fed] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:36.449 [67ea52e8e1083c7ca32b68640a611fed,a32b68640a611fed] [qtp1225114731-24] DEBUG [aai-resources,67ea52e8e1083c7ca32b68640a611fed,a32b68640a611fed] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b5c03333-0674-4d0f-a8a6-c135a4fce0ae","status":"200","rqstDate":"250331-08:31:36:440","respDate":"250331-08:31:36:449","sourceId":"haproxy:b5c03333-0674-4d0f-a8a6-c135a4fce0ae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:36:440-550\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b2783ee4-4cd5-4b9f-a56e-9328bd748ab2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b5c03333-0674-4d0f-a8a6-c135a4fce0ae]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:31:38.456 [67ea52eaac6f01f053bccf6b9ebb6b2a,53bccf6b9ebb6b2a] [qtp1225114731-25]  INFO [aai-resources,67ea52eaac6f01f053bccf6b9ebb6b2a,53bccf6b9ebb6b2a] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:38.472 [67ea52eaac6f01f053bccf6b9ebb6b2a,53bccf6b9ebb6b2a] [qtp1225114731-25] DEBUG [aai-resources,67ea52eaac6f01f053bccf6b9ebb6b2a,53bccf6b9ebb6b2a] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b7d46c8f-66d8-47c8-8c27-d0d0b2effd5d","status":"200","rqstDate":"250331-08:31:38:456","respDate":"250331-08:31:38:472","sourceId":"haproxy:b7d46c8f-66d8-47c8-8c27-d0d0b2effd5d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:38:456-55782\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3e950f13-c30e-4d8d-b98d-dd4d19395df6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b7d46c8f-66d8-47c8-8c27-d0d0b2effd5d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:31:40.479 [67ea52ecc22bee51e425c3d2b323123f,e425c3d2b323123f] [qtp1225114731-24]  INFO [aai-resources,67ea52ecc22bee51e425c3d2b323123f,e425c3d2b323123f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:40.489 [67ea52ecc22bee51e425c3d2b323123f,e425c3d2b323123f] [qtp1225114731-24] DEBUG [aai-resources,67ea52ecc22bee51e425c3d2b323123f,e425c3d2b323123f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e91ca4d7-db31-4460-8299-feeb093279c2","status":"200","rqstDate":"250331-08:31:40:479","respDate":"250331-08:31:40:489","sourceId":"haproxy:e91ca4d7-db31-4460-8299-feeb093279c2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:40:479-66842\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[69b5b4ab-afac-433e-8ae8-1d91784c9f1a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e91ca4d7-db31-4460-8299-feeb093279c2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:31:42.495 [67ea52ee409de29121161f2446ef9449,21161f2446ef9449] [qtp1225114731-25]  INFO [aai-resources,67ea52ee409de29121161f2446ef9449,21161f2446ef9449] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:42.508 [67ea52ee409de29121161f2446ef9449,21161f2446ef9449] [qtp1225114731-25] DEBUG [aai-resources,67ea52ee409de29121161f2446ef9449,21161f2446ef9449] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"54312b99-b361-41e9-82df-70becae08ef3","status":"200","rqstDate":"250331-08:31:42:495","respDate":"250331-08:31:42:508","sourceId":"haproxy:54312b99-b361-41e9-82df-70becae08ef3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:42:495-17211\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b1f66cef-7d80-4fc5-9a94-e1c7d570ea2f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[54312b99-b361-41e9-82df-70becae08ef3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:31:44.514 [67ea52f0f0667b423e513b20040b9fe1,3e513b20040b9fe1] [qtp1225114731-24]  INFO [aai-resources,67ea52f0f0667b423e513b20040b9fe1,3e513b20040b9fe1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:44.526 [67ea52f0f0667b423e513b20040b9fe1,3e513b20040b9fe1] [qtp1225114731-24] DEBUG [aai-resources,67ea52f0f0667b423e513b20040b9fe1,3e513b20040b9fe1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3b6a83ca-9789-4783-b27f-71466f991d01","status":"200","rqstDate":"250331-08:31:44:514","respDate":"250331-08:31:44:526","sourceId":"haproxy:3b6a83ca-9789-4783-b27f-71466f991d01","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:44:514-90590\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1db4d7c1-b4ff-4238-9279-856e8a1573e8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3b6a83ca-9789-4783-b27f-71466f991d01]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:31:46.533 [67ea52f240cd0ebd78cb154129af460c,78cb154129af460c] [qtp1225114731-25]  INFO [aai-resources,67ea52f240cd0ebd78cb154129af460c,78cb154129af460c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:46.547 [67ea52f240cd0ebd78cb154129af460c,78cb154129af460c] [qtp1225114731-25] DEBUG [aai-resources,67ea52f240cd0ebd78cb154129af460c,78cb154129af460c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d5411722-0a24-4d7e-af85-96a78f410365","status":"200","rqstDate":"250331-08:31:46:533","respDate":"250331-08:31:46:547","sourceId":"haproxy:d5411722-0a24-4d7e-af85-96a78f410365","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:46:533-1352\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[606e9779-4b78-4994-a424-952acc7328bd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d5411722-0a24-4d7e-af85-96a78f410365]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:31:48.554 [67ea52f494a95573fd4e44c83d88cfcb,fd4e44c83d88cfcb] [qtp1225114731-24]  INFO [aai-resources,67ea52f494a95573fd4e44c83d88cfcb,fd4e44c83d88cfcb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:48.564 [67ea52f494a95573fd4e44c83d88cfcb,fd4e44c83d88cfcb] [qtp1225114731-24] DEBUG [aai-resources,67ea52f494a95573fd4e44c83d88cfcb,fd4e44c83d88cfcb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a5420fd-8e85-4f97-a408-dd8ddd31d744","status":"200","rqstDate":"250331-08:31:48:554","respDate":"250331-08:31:48:564","sourceId":"haproxy:5a5420fd-8e85-4f97-a408-dd8ddd31d744","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:31:48:554-40731\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e5b46c0b-554c-486e-94cf-69c815227b93], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5a5420fd-8e85-4f97-a408-dd8ddd31d744]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:31:50.570 [67ea52f6f90578773af4bf63d1d3cac2,3af4bf63d1d3cac2] [qtp1225114731-25]  INFO [aai-resources,67ea52f6f90578773af4bf63d1d3cac2,3af4bf63d1d3cac2] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:50.583 [67ea52f6f90578773af4bf63d1d3cac2,3af4bf63d1d3cac2] [qtp1225114731-25] DEBUG [aai-resources,67ea52f6f90578773af4bf63d1d3cac2,3af4bf63d1d3cac2] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fa6d3da3-7a08-41ab-938d-e82dfa403047","status":"200","rqstDate":"250331-08:31:50:571","respDate":"250331-08:31:50:583","sourceId":"haproxy:fa6d3da3-7a08-41ab-938d-e82dfa403047","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:50:571-18538\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[465cd194-1b01-40a4-b656-79fd561ea065], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fa6d3da3-7a08-41ab-938d-e82dfa403047]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:31:52.590 [67ea52f88fdd2751be2472efd6b3f508,be2472efd6b3f508] [qtp1225114731-24]  INFO [aai-resources,67ea52f88fdd2751be2472efd6b3f508,be2472efd6b3f508] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:52.605 [67ea52f88fdd2751be2472efd6b3f508,be2472efd6b3f508] [qtp1225114731-24] DEBUG [aai-resources,67ea52f88fdd2751be2472efd6b3f508,be2472efd6b3f508] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7cf47e0a-19b5-4464-9eef-408677f0d7a3","status":"200","rqstDate":"250331-08:31:52:590","respDate":"250331-08:31:52:605","sourceId":"haproxy:7cf47e0a-19b5-4464-9eef-408677f0d7a3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:31:52:590-8956\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6212580a-3da0-4a70-993f-8c818be3457f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7cf47e0a-19b5-4464-9eef-408677f0d7a3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:31:54.612 [67ea52fa0b1c99d6dce17b1fddf23368,dce17b1fddf23368] [qtp1225114731-25]  INFO [aai-resources,67ea52fa0b1c99d6dce17b1fddf23368,dce17b1fddf23368] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:54.625 [67ea52fa0b1c99d6dce17b1fddf23368,dce17b1fddf23368] [qtp1225114731-25] DEBUG [aai-resources,67ea52fa0b1c99d6dce17b1fddf23368,dce17b1fddf23368] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9472c79a-a640-43df-a457-1c1013a66682","status":"200","rqstDate":"250331-08:31:54:612","respDate":"250331-08:31:54:625","sourceId":"haproxy:9472c79a-a640-43df-a457-1c1013a66682","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:54:612-64169\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[97f9ded7-9074-444b-aa5b-2ea2ec5761be], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9472c79a-a640-43df-a457-1c1013a66682]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:31:56.633 [67ea52fcc7f59878a808354defbfd03a,a808354defbfd03a] [qtp1225114731-24]  INFO [aai-resources,67ea52fcc7f59878a808354defbfd03a,a808354defbfd03a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:56.648 [67ea52fcc7f59878a808354defbfd03a,a808354defbfd03a] [qtp1225114731-24] DEBUG [aai-resources,67ea52fcc7f59878a808354defbfd03a,a808354defbfd03a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5b28e2bd-b844-4263-b53d-2fb664ce629c","status":"200","rqstDate":"250331-08:31:56:633","respDate":"250331-08:31:56:648","sourceId":"haproxy:5b28e2bd-b844-4263-b53d-2fb664ce629c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:56:633-98036\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[284aeefc-f3e3-4562-b843-8786896fca79], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5b28e2bd-b844-4263-b53d-2fb664ce629c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:31:58.655 [67ea52fe8816ecc46b8fa77c9be30248,6b8fa77c9be30248] [qtp1225114731-25]  INFO [aai-resources,67ea52fe8816ecc46b8fa77c9be30248,6b8fa77c9be30248] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:31:58.672 [67ea52fe8816ecc46b8fa77c9be30248,6b8fa77c9be30248] [qtp1225114731-25] DEBUG [aai-resources,67ea52fe8816ecc46b8fa77c9be30248,6b8fa77c9be30248] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1af97d84-cbf2-45d0-9fde-09109e67dd9e","status":"200","rqstDate":"250331-08:31:58:655","respDate":"250331-08:31:58:672","sourceId":"haproxy:1af97d84-cbf2-45d0-9fde-09109e67dd9e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:31:58:655-84501\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f5ee9b0d-4746-458d-a88c-425b36a24c16], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1af97d84-cbf2-45d0-9fde-09109e67dd9e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:31:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:32:00.678 [67ea5300722e67d6474abf43c8d08395,474abf43c8d08395] [qtp1225114731-24]  INFO [aai-resources,67ea5300722e67d6474abf43c8d08395,474abf43c8d08395] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:00.692 [67ea5300722e67d6474abf43c8d08395,474abf43c8d08395] [qtp1225114731-24] DEBUG [aai-resources,67ea5300722e67d6474abf43c8d08395,474abf43c8d08395] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0e1774be-f8b4-4846-af0d-87474b67a432","status":"200","rqstDate":"250331-08:32:00:678","respDate":"250331-08:32:00:692","sourceId":"haproxy:0e1774be-f8b4-4846-af0d-87474b67a432","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:00:678-50195\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bf703dfe-0bbf-442f-a484-1cd249a4cb00], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0e1774be-f8b4-4846-af0d-87474b67a432]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:32:02.699 [67ea530262e9092699abf70e73dd776c,99abf70e73dd776c] [qtp1225114731-25]  INFO [aai-resources,67ea530262e9092699abf70e73dd776c,99abf70e73dd776c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:02.713 [67ea530262e9092699abf70e73dd776c,99abf70e73dd776c] [qtp1225114731-25] DEBUG [aai-resources,67ea530262e9092699abf70e73dd776c,99abf70e73dd776c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70e041db-e361-43ef-b1c4-fd4f28d9b4b6","status":"200","rqstDate":"250331-08:32:02:699","respDate":"250331-08:32:02:713","sourceId":"haproxy:70e041db-e361-43ef-b1c4-fd4f28d9b4b6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:02:699-74484\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6d3308c7-4d18-4fe2-85b8-4180ce685014], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[70e041db-e361-43ef-b1c4-fd4f28d9b4b6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:32:04.720 [67ea53045bf37f89931a56863236a4a8,931a56863236a4a8] [qtp1225114731-20]  INFO [aai-resources,67ea53045bf37f89931a56863236a4a8,931a56863236a4a8] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:04.735 [67ea53045bf37f89931a56863236a4a8,931a56863236a4a8] [qtp1225114731-20] DEBUG [aai-resources,67ea53045bf37f89931a56863236a4a8,931a56863236a4a8] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e0155835-ea68-46c4-b397-5f8ff9b68a84","status":"200","rqstDate":"250331-08:32:04:721","respDate":"250331-08:32:04:735","sourceId":"haproxy:e0155835-ea68-46c4-b397-5f8ff9b68a84","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:04:721-97767\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[84c3a4b4-9dc4-4ab1-a9ac-30e8862e72c4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e0155835-ea68-46c4-b397-5f8ff9b68a84]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:32:06.742 [67ea5306051610def6e3f512b562f833,f6e3f512b562f833] [qtp1225114731-25]  INFO [aai-resources,67ea5306051610def6e3f512b562f833,f6e3f512b562f833] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:06.753 [67ea5306051610def6e3f512b562f833,f6e3f512b562f833] [qtp1225114731-25] DEBUG [aai-resources,67ea5306051610def6e3f512b562f833,f6e3f512b562f833] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3775f87c-4483-4456-b5a3-b8b27d3b056d","status":"200","rqstDate":"250331-08:32:06:743","respDate":"250331-08:32:06:753","sourceId":"haproxy:3775f87c-4483-4456-b5a3-b8b27d3b056d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:06:743-95397\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[85e6ebce-f73b-4c2d-a7a4-b68b52dfc759], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3775f87c-4483-4456-b5a3-b8b27d3b056d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:32:08.760 [67ea5308aeaff791f1838186c10cc3a5,f1838186c10cc3a5] [qtp1225114731-20]  INFO [aai-resources,67ea5308aeaff791f1838186c10cc3a5,f1838186c10cc3a5] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:08.772 [67ea5308aeaff791f1838186c10cc3a5,f1838186c10cc3a5] [qtp1225114731-20] DEBUG [aai-resources,67ea5308aeaff791f1838186c10cc3a5,f1838186c10cc3a5] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e78c1a0f-1fc2-4ebf-a388-823cd166f60d","status":"200","rqstDate":"250331-08:32:08:760","respDate":"250331-08:32:08:772","sourceId":"haproxy:e78c1a0f-1fc2-4ebf-a388-823cd166f60d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:08:760-3873\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a54755b7-9a23-4a95-a25f-da43d14dd2a9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e78c1a0f-1fc2-4ebf-a388-823cd166f60d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:32:10.780 [67ea530aae64b0bd661325c551e2461d,661325c551e2461d] [qtp1225114731-25]  INFO [aai-resources,67ea530aae64b0bd661325c551e2461d,661325c551e2461d] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:10.793 [67ea530aae64b0bd661325c551e2461d,661325c551e2461d] [qtp1225114731-25] DEBUG [aai-resources,67ea530aae64b0bd661325c551e2461d,661325c551e2461d] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f89b99ed-a8cd-4b81-81c4-ae44c9e17608","status":"200","rqstDate":"250331-08:32:10:781","respDate":"250331-08:32:10:793","sourceId":"haproxy:f89b99ed-a8cd-4b81-81c4-ae44c9e17608","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:10:781-25077\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5a54f351-5a82-4bef-bdf4-69ed3e25a892], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f89b99ed-a8cd-4b81-81c4-ae44c9e17608]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:32:12.801 [67ea530cbc68ade0d3d2082a3618d823,d3d2082a3618d823] [qtp1225114731-20]  INFO [aai-resources,67ea530cbc68ade0d3d2082a3618d823,d3d2082a3618d823] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:12.818 [67ea530cbc68ade0d3d2082a3618d823,d3d2082a3618d823] [qtp1225114731-20] DEBUG [aai-resources,67ea530cbc68ade0d3d2082a3618d823,d3d2082a3618d823] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cb20d3be-c162-48ac-813c-f2788094d924","status":"200","rqstDate":"250331-08:32:12:801","respDate":"250331-08:32:12:818","sourceId":"haproxy:cb20d3be-c162-48ac-813c-f2788094d924","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:12:801-63171\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[26ef7718-a006-43d8-85e8-1aca0ea845ee], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cb20d3be-c162-48ac-813c-f2788094d924]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:32:14.826 [67ea530e9b3ccfed107f8307f4eb7861,107f8307f4eb7861] [qtp1225114731-25]  INFO [aai-resources,67ea530e9b3ccfed107f8307f4eb7861,107f8307f4eb7861] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:14.842 [67ea530e9b3ccfed107f8307f4eb7861,107f8307f4eb7861] [qtp1225114731-25] DEBUG [aai-resources,67ea530e9b3ccfed107f8307f4eb7861,107f8307f4eb7861] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c8a328f-0e5f-4fe1-8594-fb58b0f0fcb6","status":"200","rqstDate":"250331-08:32:14:826","respDate":"250331-08:32:14:842","sourceId":"haproxy:7c8a328f-0e5f-4fe1-8594-fb58b0f0fcb6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:14:826-6505\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7da54b85-258d-471b-a5f7-babc55cac30f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c8a328f-0e5f-4fe1-8594-fb58b0f0fcb6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:32:16.849 [67ea5310ae6d9917be2ed96783c134a1,be2ed96783c134a1] [qtp1225114731-20]  INFO [aai-resources,67ea5310ae6d9917be2ed96783c134a1,be2ed96783c134a1] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:16.869 [67ea5310ae6d9917be2ed96783c134a1,be2ed96783c134a1] [qtp1225114731-20] DEBUG [aai-resources,67ea5310ae6d9917be2ed96783c134a1,be2ed96783c134a1] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6e91dd0b-da21-47e7-bfb9-c20b80a6da14","status":"200","rqstDate":"250331-08:32:16:849","respDate":"250331-08:32:16:868","sourceId":"haproxy:6e91dd0b-da21-47e7-bfb9-c20b80a6da14","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:16:849-76263\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dd24fab3-8236-4cc6-9896-885f9674b987], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6e91dd0b-da21-47e7-bfb9-c20b80a6da14]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:32:18.875 [67ea5312d11916dd85a65d1f155a33a6,85a65d1f155a33a6] [qtp1225114731-25]  INFO [aai-resources,67ea5312d11916dd85a65d1f155a33a6,85a65d1f155a33a6] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:18.899 [67ea5312d11916dd85a65d1f155a33a6,85a65d1f155a33a6] [qtp1225114731-25] DEBUG [aai-resources,67ea5312d11916dd85a65d1f155a33a6,85a65d1f155a33a6] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ab56b977-be60-4408-931a-1950bd8bc615","status":"200","rqstDate":"250331-08:32:18:875","respDate":"250331-08:32:18:899","sourceId":"haproxy:ab56b977-be60-4408-931a-1950bd8bc615","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:18:875-81387\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c5a79cbf-ddf7-4e22-98a9-7920a80e57d2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ab56b977-be60-4408-931a-1950bd8bc615]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:32:20.726 [67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] [qtp1225114731-20]  INFO [aai-resources,67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:20.735 [67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] [pool-107-thread-1]  INFO [aai-resources,67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] 1 --- [ol-107-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:20.735 [67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] [pool-107-thread-1]  INFO [aai-resources,67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] 1 --- [ol-107-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:20.735 [67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] [pool-107-thread-1]  INFO [aai-resources,67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] 1 --- [ol-107-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:20.736 [67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] [pool-107-thread-1]  INFO [aai-resources,67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] 1 --- [ol-107-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:20.742 [67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] [pool-107-thread-1]  INFO [aai-resources,67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] 1 --- [ol-107-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:32:20.744 [67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] [pool-107-thread-1]  INFO [aai-resources,67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] 1 --- [ol-107-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:20.745 [67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] [qtp1225114731-20] DEBUG [aai-resources,67ea5314533a558706a6890344e3a2ed,06a6890344e3a2ed] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6ef2a5a3-353c-41ee-a4b6-abbf8f94a911","status":"404","rqstDate":"250331-08:32:20:726","respDate":"250331-08:32:20:744","sourceId":"robot-ete:6ef2a5a3-353c-41ee-a4b6-abbf8f94a911","resourceId":"http://aai.onap:60573/aai/v19/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:20:726-52061\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[27e4492e-61ae-43c4-8683-605703332ded], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[6ef2a5a3-353c-41ee-a4b6-abbf8f94a911], Host=[aai.onap:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[6ef2a5a3-353c-41ee-a4b6-abbf8f94a911]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:20 +0000] "GET /aai/v19/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf" 404 285 REST 6ef2a5a3-353c-41ee-a4b6-abbf8f94a911 robot-ete 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:32:20.785 [67ea5314a8fa148f88a1163545827901,88a1163545827901] [qtp1225114731-25]  INFO [aai-resources,67ea5314a8fa148f88a1163545827901,88a1163545827901] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:20.792 [67ea5314a8fa148f88a1163545827901,88a1163545827901] [qtp1225114731-25]  INFO [aai-resources,67ea5314a8fa148f88a1163545827901,88a1163545827901] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:20.793 [67ea5314a8fa148f88a1163545827901,88a1163545827901] [qtp1225114731-25]  INFO [aai-resources,67ea5314a8fa148f88a1163545827901,88a1163545827901] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:20.793 [67ea5314a8fa148f88a1163545827901,88a1163545827901] [qtp1225114731-25]  INFO [aai-resources,67ea5314a8fa148f88a1163545827901,88a1163545827901] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:20.793 [67ea5314a8fa148f88a1163545827901,88a1163545827901] [qtp1225114731-25]  INFO [aai-resources,67ea5314a8fa148f88a1163545827901,88a1163545827901] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:20.821 [67ea5314a8fa148f88a1163545827901,88a1163545827901] [qtp1225114731-25]  INFO [aai-resources,67ea5314a8fa148f88a1163545827901,88a1163545827901] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:20.834 [67ea5314a8fa148f88a1163545827901,88a1163545827901] [qtp1225114731-25] DEBUG [aai-resources,67ea5314a8fa148f88a1163545827901,88a1163545827901] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bd5fee62-3c2e-48f1-92a7-e2a4b7ef988b","status":"201","rqstDate":"250331-08:32:20:786","respDate":"250331-08:32:20:834","sourceId":"robot-ete:bd5fee62-3c2e-48f1-92a7-e2a4b7ef988b","resourceId":"http://aai.onap:60573/aai/v11/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:20:786-1819\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3d13d2fb-fecd-43cc-8564-8688ad37a425], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[bd5fee62-3c2e-48f1-92a7-e2a4b7ef988b], Host=[aai.onap:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[448], Content-Type=[application/json], X-ONAP-RequestID=[bd5fee62-3c2e-48f1-92a7-e2a4b7ef988b]}\",\"Payload\":\"{\\n  \\\"pnf-name\\\": \\\"9rnxmq7vTk5IBYWD2jpf\\\",\\n  \\\"pnf-name2\\\": \\\"example-pnf-name2-val-78244\\\",\\n  \\\"pnf-name2-source\\\": \\\"example-pnf-name2-source-val-99275\\\",\\n  \\\"pnf-id\\\": \\\"example-pnf-id-val-7989\\\",\\n  \\\"equip-type\\\": \\\"example-equip-type-val-20348\\\",\\n  \\\"equip-vendor\\\": \\\"example-equip-vendor-val-52182\\\",\\n  \\\"equip-model\\\": \\\"example-equip-model-val-8370\\\",\\n  \\\"management-option\\\": \\\"example-management-option-val-72881\\\",\\n  \\\"ipaddress-v4-oam\\\": \\\"\\\",\\n  \\\"ipaddress-v6-oam\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:32:20:786-1819\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[163904], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:32:20:786-1819]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:20 +0000] "PUT /aai/v11/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf" 201 0 REST bd5fee62-3c2e-48f1-92a7-e2a4b7ef988b robot-ete 127.0.0.6 - - - - - - - - - 51 - "logType": "access"
2025-03-31 08:32:20.906 [67ea5314feadaff323d8f2f19c4cced1,23d8f2f19c4cced1] [qtp1225114731-20]  INFO [aai-resources,67ea5314feadaff323d8f2f19c4cced1,23d8f2f19c4cced1] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:20.920 [67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] [qtp1225114731-22]  INFO [aai-resources,67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:20.921 [67ea5314feadaff323d8f2f19c4cced1,23d8f2f19c4cced1] [qtp1225114731-20] DEBUG [aai-resources,67ea5314feadaff323d8f2f19c4cced1,23d8f2f19c4cced1] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"160f846a-ac31-45ad-b5f6-bf979b4c4e35","status":"200","rqstDate":"250331-08:32:20:907","respDate":"250331-08:32:20:921","sourceId":"haproxy:160f846a-ac31-45ad-b5f6-bf979b4c4e35","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:20:907-26223\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8e0c4b8d-a780-4140-8c3c-54396535e000], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[160f846a-ac31-45ad-b5f6-bf979b4c4e35]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:32:20.924 [67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] [pool-108-thread-1]  INFO [aai-resources,67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] 1 --- [ol-108-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:20.924 [67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] [pool-108-thread-1]  INFO [aai-resources,67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] 1 --- [ol-108-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:20.924 [67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] [pool-108-thread-1]  INFO [aai-resources,67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] 1 --- [ol-108-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:20.924 [67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] [pool-108-thread-1]  INFO [aai-resources,67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] 1 --- [ol-108-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:20.947 [67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] [pool-108-thread-1]  INFO [aai-resources,67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] 1 --- [ol-108-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:20.948 [67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] [qtp1225114731-22] DEBUG [aai-resources,67ea5314c4b67ec30799d947254d1db3,0799d947254d1db3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"694febf4-fbf9-47d5-9e7b-529e53df0a58","status":"200","rqstDate":"250331-08:32:20:920","respDate":"250331-08:32:20:948","sourceId":"robot-ete:694febf4-fbf9-47d5-9e7b-529e53df0a58","resourceId":"http://aai.onap:60249/aai/v11/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:20:920-17675\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[78a12720-ebf2-4863-82bd-52f1c5e9bf84], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[694febf4-fbf9-47d5-9e7b-529e53df0a58], Host=[aai.onap:60249], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60249], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[694febf4-fbf9-47d5-9e7b-529e53df0a58]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:20 +0000] "GET /aai/v11/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf" 200 459 REST 694febf4-fbf9-47d5-9e7b-529e53df0a58 robot-ete 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:32:22.413 [67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] [qtp1225114731-19]  INFO [aai-resources,67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:22.418 [67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] [pool-109-thread-1]  INFO [aai-resources,67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] 1 --- [ol-109-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:22.418 [67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] [pool-109-thread-1]  INFO [aai-resources,67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] 1 --- [ol-109-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:22.418 [67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] [pool-109-thread-1]  INFO [aai-resources,67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] 1 --- [ol-109-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:22.418 [67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] [pool-109-thread-1]  INFO [aai-resources,67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] 1 --- [ol-109-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:22.450 [67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] [pool-109-thread-1]  INFO [aai-resources,67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] 1 --- [ol-109-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:22.451 [67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] [qtp1225114731-19] DEBUG [aai-resources,67ea531640e654d801e7840bf263dce8,01e7840bf263dce8] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2c213072-1e05-4f68-a21b-32ae2dc497f0","status":"200","rqstDate":"250331-08:32:22:413","respDate":"250331-08:32:22:451","sourceId":"prh:2c213072-1e05-4f68-a21b-32ae2dc497f0","resourceId":"http://aai-internal.onap.svc.cluster.local:60573/aai/v23/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:22:413-11190\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6cf129fe-4271-41b6-9b1a-3cb312ff0c55], Accept=[application/json], x-invocationid=[b3624c81-6bd7-47bf-977b-989cc6cb163c], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:60573], x-requestid=[2c213072-1e05-4f68-a21b-32ae2dc497f0], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[2c213072-1e05-4f68-a21b-32ae2dc497f0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:22 +0000] "GET /aai/v23/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf" 200 493 REST 9999 prh 127.0.0.6 - - - - - - - - - 40 - "logType": "access"
2025-03-31 08:32:22.494 [67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] [qtp1225114731-22]  INFO [aai-resources,67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:22.524 [67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] [qtp1225114731-22]  INFO [aai-resources,67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:22.525 [67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] [qtp1225114731-22]  INFO [aai-resources,67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:22.525 [67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] [qtp1225114731-22]  INFO [aai-resources,67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:22.525 [67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] [qtp1225114731-22]  INFO [aai-resources,67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:22.624 [67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] [qtp1225114731-22]  INFO [aai-resources,67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:22.652 [67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] [qtp1225114731-22] DEBUG [aai-resources,67ea5316bc77e115d3683ea93cb223b7,d3683ea93cb223b7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7258700f-f6c9-4f09-acd4-71e6266ae582","status":"200","rqstDate":"250331-08:32:22:494","respDate":"250331-08:32:22:652","sourceId":"prh:7258700f-f6c9-4f09-acd4-71e6266ae582","resourceId":"http://aai-internal.onap.svc.cluster.local:60573/aai/v23/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:22:494-60565\",\"Http-Method\":\"PATCH\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[69e1ef54-e96a-4933-8acd-39b356728f6d], Accept=[application/json], x-invocationid=[499b0745-813c-4ed3-8a61-e23aeac4ad4c], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:60573], x-requestid=[7258700f-f6c9-4f09-acd4-71e6266ae582], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[248], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[7258700f-f6c9-4f09-acd4-71e6266ae582]}\",\"Payload\":\"{\\\"correlationId\\\":\\\"9rnxmq7vTk5IBYWD2jpf\\\",\\\"ipaddress-v4-oam\\\":\\\"13.13.13.13\\\",\\\"ipaddress-v6-oam\\\":\\\"2001:0db8:0:0:0:0:1428:57ab\\\",\\\"serial-number\\\":\\\"6061ZW3\\\",\\\"equip-vendor\\\":\\\"Nokia\\\",\\\"equip-model\\\":\\\"val6\\\",\\\"equip-type\\\":\\\"val8\\\",\\\"nf-role\\\":\\\"gNB\\\",\\\"sw-version\\\":\\\"val7\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:32:22:494-60565\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[163904], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:32:22:494-60565]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:22 +0000] "PATCH /aai/v23/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf" 200 0 REST 9999 prh 127.0.0.6 - - - - - - - - - 163 - "logType": "access"
2025-03-31 08:32:22.928 [67ea5316267ec2407c3bf0f41d2a5445,7c3bf0f41d2a5445] [qtp1225114731-19]  INFO [aai-resources,67ea5316267ec2407c3bf0f41d2a5445,7c3bf0f41d2a5445] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:22.943 [67ea5316267ec2407c3bf0f41d2a5445,7c3bf0f41d2a5445] [qtp1225114731-19] DEBUG [aai-resources,67ea5316267ec2407c3bf0f41d2a5445,7c3bf0f41d2a5445] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a25d152a-f464-45df-9c23-3f2cce454fa3","status":"200","rqstDate":"250331-08:32:22:928","respDate":"250331-08:32:22:943","sourceId":"haproxy:a25d152a-f464-45df-9c23-3f2cce454fa3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:22:928-76945\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c631b566-22d7-4b99-a5f2-8f4093f8456f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a25d152a-f464-45df-9c23-3f2cce454fa3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:32:24.949 [67ea531853486e9986843f7f6abe2d87,86843f7f6abe2d87] [qtp1225114731-22]  INFO [aai-resources,67ea531853486e9986843f7f6abe2d87,86843f7f6abe2d87] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:24.966 [67ea531853486e9986843f7f6abe2d87,86843f7f6abe2d87] [qtp1225114731-22] DEBUG [aai-resources,67ea531853486e9986843f7f6abe2d87,86843f7f6abe2d87] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1d10f2ef-6304-4300-8309-db4449148b97","status":"200","rqstDate":"250331-08:32:24:950","respDate":"250331-08:32:24:966","sourceId":"haproxy:1d10f2ef-6304-4300-8309-db4449148b97","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:24:950-15004\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d4818f33-fbf5-4831-8411-229d297a821f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1d10f2ef-6304-4300-8309-db4449148b97]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:32:25.991 [67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] [qtp1225114731-19]  INFO [aai-resources,67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:25.996 [67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] [pool-110-thread-1]  INFO [aai-resources,67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] 1 --- [ol-110-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:25.996 [67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] [pool-110-thread-1]  INFO [aai-resources,67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] 1 --- [ol-110-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:25.996 [67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] [pool-110-thread-1]  INFO [aai-resources,67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] 1 --- [ol-110-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:25.996 [67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] [pool-110-thread-1]  INFO [aai-resources,67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] 1 --- [ol-110-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:26.010 [67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] [pool-110-thread-1]  INFO [aai-resources,67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] 1 --- [ol-110-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:26.011 [67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] [qtp1225114731-19] DEBUG [aai-resources,67ea53197ac10cab45f0354abb90a806,45f0354abb90a806] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6f34072b-03b2-4aa1-b088-08ec5d5d361b","status":"200","rqstDate":"250331-08:32:25:991","respDate":"250331-08:32:26:011","sourceId":"robot-ete:6f34072b-03b2-4aa1-b088-08ec5d5d361b","resourceId":"http://aai.onap:60573/aai/v11/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:25:991-61879\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[eb9cced0-c9bc-4b8d-8ee3-8fa7d9b5c5f0], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[6f34072b-03b2-4aa1-b088-08ec5d5d361b], Host=[aai.onap:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[6f34072b-03b2-4aa1-b088-08ec5d5d361b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:26 +0000] "GET /aai/v11/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf" 200 486 REST 6f34072b-03b2-4aa1-b088-08ec5d5d361b robot-ete 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:32:26.054 [67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] [qtp1225114731-22]  INFO [aai-resources,67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:26.059 [67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] [pool-111-thread-1]  INFO [aai-resources,67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] 1 --- [ol-111-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:26.059 [67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] [pool-111-thread-1]  INFO [aai-resources,67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] 1 --- [ol-111-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:26.060 [67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] [pool-111-thread-1]  INFO [aai-resources,67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] 1 --- [ol-111-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:26.060 [67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] [pool-111-thread-1]  INFO [aai-resources,67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] 1 --- [ol-111-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:26.081 [67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] [pool-111-thread-1]  INFO [aai-resources,67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] 1 --- [ol-111-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:26.082 [67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] [qtp1225114731-22] DEBUG [aai-resources,67ea531a8dc3c08d6d3f4688430765eb,6d3f4688430765eb] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2787542a-2a13-4d3b-9d2f-ed707f625365","status":"200","rqstDate":"250331-08:32:26:054","respDate":"250331-08:32:26:082","sourceId":"robot-ete:2787542a-2a13-4d3b-9d2f-ed707f625365","resourceId":"http://aai.onap:60573/aai/v19/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:26:054-46184\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7503b0ba-0946-4822-a12b-2f96173eae50], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[2787542a-2a13-4d3b-9d2f-ed707f625365], Host=[aai.onap:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[2787542a-2a13-4d3b-9d2f-ed707f625365]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:26 +0000] "GET /aai/v19/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf" 200 486 REST 2787542a-2a13-4d3b-9d2f-ed707f625365 robot-ete 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:32:26.114 [67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] [qtp1225114731-19]  INFO [aai-resources,67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:26.118 [67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] [qtp1225114731-19]  INFO [aai-resources,67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:26.118 [67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] [qtp1225114731-19]  INFO [aai-resources,67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:26.118 [67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] [qtp1225114731-19]  INFO [aai-resources,67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] 1 --- [tp1225114731-19] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:26.118 [67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] [qtp1225114731-19]  INFO [aai-resources,67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:26.156 [67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] [qtp1225114731-19]  INFO [aai-resources,67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] 1 --- [tp1225114731-19] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:26.485 [67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] [qtp1225114731-19] DEBUG [aai-resources,67ea531a229e253c2676b6b3ca4fb579,2676b6b3ca4fb579] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ba3a59e0-88a3-493c-a5ff-06d14be9cd04","status":"204","rqstDate":"250331-08:32:26:114","respDate":"250331-08:32:26:485","sourceId":"robot-ete:ba3a59e0-88a3-493c-a5ff-06d14be9cd04","resourceId":"http://aai.onap:60573/aai/v19/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf?resource-version=1743409942523","resourceType":"DELETE","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:26:114-65219\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5c440c46-92ff-40aa-bb40-d03dcdc05932], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[ba3a59e0-88a3-493c-a5ff-06d14be9cd04], Host=[aai.onap:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[0], Content-Type=[application/json], X-ONAP-RequestID=[ba3a59e0-88a3-493c-a5ff-06d14be9cd04]}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:32:26:114-65219\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:32:26:114-65219]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:26 +0000] "DELETE /aai/v19/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf?resource-version=1743409942523" 204 0 REST ba3a59e0-88a3-493c-a5ff-06d14be9cd04 robot-ete 127.0.0.6 - - - - - - - - - 374 - "logType": "access"
2025-03-31 08:32:26.972 [67ea531a0fdd545d609d8e6e180ee78f,609d8e6e180ee78f] [qtp1225114731-22]  INFO [aai-resources,67ea531a0fdd545d609d8e6e180ee78f,609d8e6e180ee78f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:26.988 [67ea531a0fdd545d609d8e6e180ee78f,609d8e6e180ee78f] [qtp1225114731-22] DEBUG [aai-resources,67ea531a0fdd545d609d8e6e180ee78f,609d8e6e180ee78f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c8440ae3-9443-438c-96c3-4615e4b2f9da","status":"200","rqstDate":"250331-08:32:26:972","respDate":"250331-08:32:26:988","sourceId":"haproxy:c8440ae3-9443-438c-96c3-4615e4b2f9da","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:26:972-80419\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[03f2d158-cd7b-410f-a290-6aa5f05846e5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c8440ae3-9443-438c-96c3-4615e4b2f9da]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:32:28.994 [67ea531c955163f62b5827ebd5707636,2b5827ebd5707636] [qtp1225114731-19]  INFO [aai-resources,67ea531c955163f62b5827ebd5707636,2b5827ebd5707636] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:29.006 [67ea531c955163f62b5827ebd5707636,2b5827ebd5707636] [qtp1225114731-19] DEBUG [aai-resources,67ea531c955163f62b5827ebd5707636,2b5827ebd5707636] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e80d7f12-68a8-4078-b41e-2c7612139939","status":"200","rqstDate":"250331-08:32:28:994","respDate":"250331-08:32:29:006","sourceId":"haproxy:e80d7f12-68a8-4078-b41e-2c7612139939","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:28:994-82469\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3d46c7fe-8813-4a2d-afad-2344d44293d2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e80d7f12-68a8-4078-b41e-2c7612139939]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:32:31.013 [67ea531fd31be12b578962a991f5fd28,578962a991f5fd28] [qtp1225114731-22]  INFO [aai-resources,67ea531fd31be12b578962a991f5fd28,578962a991f5fd28] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:31.025 [67ea531fd31be12b578962a991f5fd28,578962a991f5fd28] [qtp1225114731-22] DEBUG [aai-resources,67ea531fd31be12b578962a991f5fd28,578962a991f5fd28] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e6217d2d-2202-44c7-9bc2-3a47940d704b","status":"200","rqstDate":"250331-08:32:31:013","respDate":"250331-08:32:31:025","sourceId":"haproxy:e6217d2d-2202-44c7-9bc2-3a47940d704b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:31:013-28135\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6e00fbd0-bdde-4318-921e-ec887ddab034], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e6217d2d-2202-44c7-9bc2-3a47940d704b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:32:32.844 [67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] [qtp1225114731-19]  INFO [aai-resources,67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] 1 --- [tp1225114731-19] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:32.849 [67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] [pool-112-thread-1]  INFO [aai-resources,67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] 1 --- [ol-112-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:32.849 [67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] [pool-112-thread-1]  INFO [aai-resources,67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] 1 --- [ol-112-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:32.849 [67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] [pool-112-thread-1]  INFO [aai-resources,67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] 1 --- [ol-112-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:32.849 [67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] [pool-112-thread-1]  INFO [aai-resources,67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] 1 --- [ol-112-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:32.859 [67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] [pool-112-thread-1]  INFO [aai-resources,67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] 1 --- [ol-112-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:32:32.859 [67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] [pool-112-thread-1]  INFO [aai-resources,67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] 1 --- [ol-112-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:32.860 [67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] [qtp1225114731-19] DEBUG [aai-resources,67ea5320a732dea04be62d3bf9f81cf0,4be62d3bf9f81cf0] 1 --- [tp1225114731-19] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a434051c-fec8-479f-9ba5-2fa79c69182d","status":"404","rqstDate":"250331-08:32:32:844","respDate":"250331-08:32:32:860","sourceId":"prh:a434051c-fec8-479f-9ba5-2fa79c69182d","resourceId":"http://aai-internal.onap.svc.cluster.local:60573/aai/v23/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:32:844-61542\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3906140e-ac5a-41e6-b0cc-156982c55f49], Accept=[application/json], x-invocationid=[030c7f75-c6c0-4053-9473-4634fb817d9d], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:60573], x-requestid=[a434051c-fec8-479f-9ba5-2fa79c69182d], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[a434051c-fec8-479f-9ba5-2fa79c69182d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:32 +0000] "GET /aai/v23/network/pnfs/pnf/9rnxmq7vTk5IBYWD2jpf" 404 285 REST 9999 prh 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:32:33.032 [67ea532182503b682a4a269ff8e6704a,2a4a269ff8e6704a] [qtp1225114731-22]  INFO [aai-resources,67ea532182503b682a4a269ff8e6704a,2a4a269ff8e6704a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:33.042 [67ea532182503b682a4a269ff8e6704a,2a4a269ff8e6704a] [qtp1225114731-22] DEBUG [aai-resources,67ea532182503b682a4a269ff8e6704a,2a4a269ff8e6704a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8232618f-9eef-48a8-8836-93c20c628b4f","status":"200","rqstDate":"250331-08:32:33:032","respDate":"250331-08:32:33:042","sourceId":"haproxy:8232618f-9eef-48a8-8836-93c20c628b4f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:33:032-62787\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3956cff2-67c5-487c-a5e6-c504fab752df], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8232618f-9eef-48a8-8836-93c20c628b4f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:32:35.049 [67ea5323dca52483a7b8c6cd3cdfb198,a7b8c6cd3cdfb198] [qtp1225114731-20]  INFO [aai-resources,67ea5323dca52483a7b8c6cd3cdfb198,a7b8c6cd3cdfb198] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:35.061 [67ea5323dca52483a7b8c6cd3cdfb198,a7b8c6cd3cdfb198] [qtp1225114731-20] DEBUG [aai-resources,67ea5323dca52483a7b8c6cd3cdfb198,a7b8c6cd3cdfb198] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b14b467b-8590-4206-be76-88c549c439c2","status":"200","rqstDate":"250331-08:32:35:049","respDate":"250331-08:32:35:061","sourceId":"haproxy:b14b467b-8590-4206-be76-88c549c439c2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:35:049-72244\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9172aa42-a1c2-4d1c-ba13-ace8a604ce56], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b14b467b-8590-4206-be76-88c549c439c2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:32:36.742 [67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] [qtp1225114731-22]  INFO [aai-resources,67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:36.749 [67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] [qtp1225114731-22]  INFO [aai-resources,67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:36.749 [67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] [qtp1225114731-22]  INFO [aai-resources,67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:36.749 [67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] [qtp1225114731-22]  INFO [aai-resources,67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:36.749 [67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] [qtp1225114731-22]  INFO [aai-resources,67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:36.793 [67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] [qtp1225114731-22]  INFO [aai-resources,67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:36.841 [67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] [qtp1225114731-22] DEBUG [aai-resources,67ea5324e6201252d62f5db4239eb790,d62f5db4239eb790] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c846a6aa-52e9-49a2-b7c3-c82dd67e252b","status":"200","rqstDate":"250331-08:32:36:742","respDate":"250331-08:32:36:841","sourceId":"UNKNOWN:c846a6aa-52e9-49a2-b7c3-c82dd67e252b","resourceId":"http://aai.onap:60249/aai/v24/service-design-and-creation/models/model/e72870c3-3a30-439e-b2bc-8507f1c72e13/model-vers/model-ver/f01fdbd4-cfd5-42c2-9197-f382434a23d7?depth=0","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:36:742-53484\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[608da6b0-2006-4e56-a1cd-3b1128a885b7], Accept=[application/json], x-invocationid=[1847326e-69dc-41eb-b11e-194ddcdbc7e2], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,c846a6aa-52e9-49a2-b7c3-c82dd67e252b], Host=[aai.onap:60249], x-http-method-override=[PATCH], x-onap-requestid=[c846a6aa-52e9-49a2-b7c3-c82dd67e252b], x-requestid=[c846a6aa-52e9-49a2-b7c3-c82dd67e252b], X-Forwarded-Port=[60249], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[c846a6aa-52e9-49a2-b7c3-c82dd67e252b], Content-Length=[50], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"distribution-status\\\":\\\"DISTRIBUTION_COMPLETE_OK\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:32:36:742-53484\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[229536], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:32:36:742-53484]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:36 +0000] "POST /aai/v24/service-design-and-creation/models/model/e72870c3-3a30-439e-b2bc-8507f1c72e13/model-vers/model-ver/f01fdbd4-cfd5-42c2-9197-f382434a23d7?depth=0" 200 0 REST ,c846a6aa-52e9-49a2-b7c3-c82dd67e252b MSO 127.0.0.6 - - - - - - - - - 102 - "logType": "access"
2025-03-31 08:32:37.068 [67ea5325c7f1773e86fb42c558574fcd,86fb42c558574fcd] [qtp1225114731-20]  INFO [aai-resources,67ea5325c7f1773e86fb42c558574fcd,86fb42c558574fcd] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:37.078 [67ea5325c7f1773e86fb42c558574fcd,86fb42c558574fcd] [qtp1225114731-20] DEBUG [aai-resources,67ea5325c7f1773e86fb42c558574fcd,86fb42c558574fcd] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"38fd3be2-94dc-4148-bd4e-96aec978ab0f","status":"200","rqstDate":"250331-08:32:37:068","respDate":"250331-08:32:37:078","sourceId":"haproxy:38fd3be2-94dc-4148-bd4e-96aec978ab0f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:37:068-79061\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5859b549-d544-430f-b22b-b04f8e5cd385], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[38fd3be2-94dc-4148-bd4e-96aec978ab0f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:32:39.085 [67ea5327179320ba6e5a1c368d47916b,6e5a1c368d47916b] [qtp1225114731-22]  INFO [aai-resources,67ea5327179320ba6e5a1c368d47916b,6e5a1c368d47916b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:39.099 [67ea5327179320ba6e5a1c368d47916b,6e5a1c368d47916b] [qtp1225114731-22] DEBUG [aai-resources,67ea5327179320ba6e5a1c368d47916b,6e5a1c368d47916b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5b397e09-6f86-4672-b2b7-16a5721e2b9a","status":"200","rqstDate":"250331-08:32:39:085","respDate":"250331-08:32:39:099","sourceId":"haproxy:5b397e09-6f86-4672-b2b7-16a5721e2b9a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:39:085-88853\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bada97ba-73f3-4875-ae7c-be17090cdab0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5b397e09-6f86-4672-b2b7-16a5721e2b9a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:32:41.106 [67ea532957fdcef3a05dd9e8c6aedb16,a05dd9e8c6aedb16] [qtp1225114731-20]  INFO [aai-resources,67ea532957fdcef3a05dd9e8c6aedb16,a05dd9e8c6aedb16] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:41.117 [67ea532957fdcef3a05dd9e8c6aedb16,a05dd9e8c6aedb16] [qtp1225114731-20] DEBUG [aai-resources,67ea532957fdcef3a05dd9e8c6aedb16,a05dd9e8c6aedb16] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"71ace55a-0840-4be2-930f-b8fd201d46da","status":"200","rqstDate":"250331-08:32:41:106","respDate":"250331-08:32:41:117","sourceId":"haproxy:71ace55a-0840-4be2-930f-b8fd201d46da","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:41:106-37639\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1e2e566a-07f0-4147-8662-97086432ab93], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[71ace55a-0840-4be2-930f-b8fd201d46da]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:32:43.123 [67ea532bcf060aed72c5bc0b80240df7,72c5bc0b80240df7] [qtp1225114731-22]  INFO [aai-resources,67ea532bcf060aed72c5bc0b80240df7,72c5bc0b80240df7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:43.136 [67ea532bcf060aed72c5bc0b80240df7,72c5bc0b80240df7] [qtp1225114731-22] DEBUG [aai-resources,67ea532bcf060aed72c5bc0b80240df7,72c5bc0b80240df7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"20a0182a-ee7d-451a-aa6d-4c972e2803c1","status":"200","rqstDate":"250331-08:32:43:123","respDate":"250331-08:32:43:136","sourceId":"haproxy:20a0182a-ee7d-451a-aa6d-4c972e2803c1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:43:123-8659\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[acfeced3-d8f0-4e30-a9e8-c818600de439], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[20a0182a-ee7d-451a-aa6d-4c972e2803c1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:32:45.143 [67ea532da11e92217f435ff3873a77ed,7f435ff3873a77ed] [qtp1225114731-20]  INFO [aai-resources,67ea532da11e92217f435ff3873a77ed,7f435ff3873a77ed] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:45.155 [67ea532da11e92217f435ff3873a77ed,7f435ff3873a77ed] [qtp1225114731-20] DEBUG [aai-resources,67ea532da11e92217f435ff3873a77ed,7f435ff3873a77ed] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ca163f00-c4b1-44a2-aaf6-d45d73444449","status":"200","rqstDate":"250331-08:32:45:143","respDate":"250331-08:32:45:155","sourceId":"haproxy:ca163f00-c4b1-44a2-aaf6-d45d73444449","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:45:143-6787\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[88c1bd3f-be69-4653-baaf-0564b4912792], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ca163f00-c4b1-44a2-aaf6-d45d73444449]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:32:45.889 [67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] [qtp1225114731-22]  INFO [aai-resources,67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:45.893 [67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] [pool-113-thread-1]  INFO [aai-resources,67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] 1 --- [ol-113-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:45.894 [67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] [pool-113-thread-1]  INFO [aai-resources,67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] 1 --- [ol-113-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:45.894 [67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] [pool-113-thread-1]  INFO [aai-resources,67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] 1 --- [ol-113-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:45.894 [67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] [pool-113-thread-1]  INFO [aai-resources,67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] 1 --- [ol-113-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:45.914 [67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] [pool-113-thread-1]  INFO [aai-resources,67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] 1 --- [ol-113-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:45.915 [67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] [qtp1225114731-22] DEBUG [aai-resources,67ea532d11d4b94fe1b8cda302f49c36,e1b8cda302f49c36] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:32:45:889","respDate":"250331-08:32:45:915","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:60573/aai/v27/service-design-and-creation/models?model-invariant-id=e72870c3-3a30-439e-b2bc-8507f1c72e13","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:45:889-71203\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[769b5c54-1440-41cd-980d-0e01ee4bd1c8], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:32:45 +0000] "GET /aai/v27/service-design-and-creation/models?model-invariant-id=e72870c3-3a30-439e-b2bc-8507f1c72e13" 200 162 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:32:46.022 [67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] [qtp1225114731-20]  INFO [aai-resources,67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:46.026 [67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] [pool-114-thread-1]  INFO [aai-resources,67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] 1 --- [ol-114-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:46.026 [67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] [pool-114-thread-1]  INFO [aai-resources,67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] 1 --- [ol-114-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:46.027 [67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] [pool-114-thread-1]  INFO [aai-resources,67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] 1 --- [ol-114-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:46.027 [67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] [pool-114-thread-1]  INFO [aai-resources,67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] 1 --- [ol-114-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:46.035 [67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] [pool-114-thread-1]  INFO [aai-resources,67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] 1 --- [ol-114-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:46.036 [67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] [qtp1225114731-20] DEBUG [aai-resources,67ea532e2d7428aef48261a0da0e1862,f48261a0da0e1862] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:32:46:022","respDate":"250331-08:32:46:036","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:60573/aai/v27/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:46:022-61126\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[65debd32-6582-4d62-98b8-db2963009280], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:32:46 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:32:46.064 [67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] [qtp1225114731-22]  INFO [aai-resources,67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:46.073 [67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] [pool-115-thread-1]  INFO [aai-resources,67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] 1 --- [ol-115-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:46.073 [67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] [pool-115-thread-1]  INFO [aai-resources,67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] 1 --- [ol-115-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:46.073 [67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] [pool-115-thread-1]  INFO [aai-resources,67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] 1 --- [ol-115-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:46.074 [67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] [pool-115-thread-1]  INFO [aai-resources,67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] 1 --- [ol-115-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:46.100 [67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] [pool-115-thread-1]  INFO [aai-resources,67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] 1 --- [ol-115-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:46.101 [67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] [qtp1225114731-22] DEBUG [aai-resources,67ea532ea0e2b2630f22a61f805b9fa0,0f22a61f805b9fa0] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:32:46:064","respDate":"250331-08:32:46:101","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:60573/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:46:064-31999\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[fbfa927d-175e-4452-8974-bb7c338863e2], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:32:46 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network" 200 766 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 39 - "logType": "access"
2025-03-31 08:32:46.129 [67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] [qtp1225114731-20]  INFO [aai-resources,67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:46.137 [67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] [pool-116-thread-1]  INFO [aai-resources,67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] 1 --- [ol-116-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:46.137 [67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] [pool-116-thread-1]  INFO [aai-resources,67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] 1 --- [ol-116-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:46.137 [67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] [pool-116-thread-1]  INFO [aai-resources,67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] 1 --- [ol-116-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:46.137 [67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] [pool-116-thread-1]  INFO [aai-resources,67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] 1 --- [ol-116-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:46.171 [67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] [pool-116-thread-1]  INFO [aai-resources,67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] 1 --- [ol-116-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:32:46.171 [67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] [pool-116-thread-1]  INFO [aai-resources,67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] 1 --- [ol-116-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:46.172 [67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] [qtp1225114731-20] DEBUG [aai-resources,67ea532e94307a0a0422ff38b01aeb35,0422ff38b01aeb35] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:32:46:129","respDate":"250331-08:32:46:172","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:60573/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:46:129-74101\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3f162a5e-89fe-4416-a586-c400ec5c0543], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:32:46 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826" 404 462 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 46 - "logType": "access"
2025-03-31 08:32:46.200 [67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] [qtp1225114731-22]  INFO [aai-resources,67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:46.205 [67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] [pool-117-thread-1]  INFO [aai-resources,67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] 1 --- [ol-117-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:46.206 [67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] [pool-117-thread-1]  INFO [aai-resources,67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] 1 --- [ol-117-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:46.206 [67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] [pool-117-thread-1]  INFO [aai-resources,67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] 1 --- [ol-117-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:46.206 [67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] [pool-117-thread-1]  INFO [aai-resources,67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] 1 --- [ol-117-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:46.214 [67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] [pool-117-thread-1]  INFO [aai-resources,67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] 1 --- [ol-117-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:46.215 [67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] [qtp1225114731-22] DEBUG [aai-resources,67ea532ea9592fa4d7bdb42b0ce6cc18,d7bdb42b0ce6cc18] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:32:46:200","respDate":"250331-08:32:46:215","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:60573/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:46:200-85513\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[05da20bf-a310-4c8d-92fb-75fb812d7523], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:32:46 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne" 200 686 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:32:46.245 [67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] [qtp1225114731-20]  INFO [aai-resources,67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:46.250 [67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] [pool-118-thread-1]  INFO [aai-resources,67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] 1 --- [ol-118-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:46.250 [67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] [pool-118-thread-1]  INFO [aai-resources,67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] 1 --- [ol-118-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:46.250 [67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] [pool-118-thread-1]  INFO [aai-resources,67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] 1 --- [ol-118-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:46.251 [67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] [pool-118-thread-1]  INFO [aai-resources,67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] 1 --- [ol-118-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:46.265 [67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] [pool-118-thread-1]  INFO [aai-resources,67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] 1 --- [ol-118-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:46.265 [67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] [qtp1225114731-20] DEBUG [aai-resources,67ea532e5d70ad1f72e0999b904f4670,72e0999b904f4670] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:32:46:245","respDate":"250331-08:32:46:265","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:60573/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:46:245-543\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2ed146c3-fd24-4cb2-a30a-7ff3c2f780c1], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:32:46 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 617 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:32:46.295 [67ea532e101447f6eafec8e01527a985,eafec8e01527a985] [qtp1225114731-22]  INFO [aai-resources,67ea532e101447f6eafec8e01527a985,eafec8e01527a985] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:46.299 [67ea532e101447f6eafec8e01527a985,eafec8e01527a985] [pool-119-thread-1]  INFO [aai-resources,67ea532e101447f6eafec8e01527a985,eafec8e01527a985] 1 --- [ol-119-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:46.299 [67ea532e101447f6eafec8e01527a985,eafec8e01527a985] [pool-119-thread-1]  INFO [aai-resources,67ea532e101447f6eafec8e01527a985,eafec8e01527a985] 1 --- [ol-119-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:46.300 [67ea532e101447f6eafec8e01527a985,eafec8e01527a985] [pool-119-thread-1]  INFO [aai-resources,67ea532e101447f6eafec8e01527a985,eafec8e01527a985] 1 --- [ol-119-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:46.300 [67ea532e101447f6eafec8e01527a985,eafec8e01527a985] [pool-119-thread-1]  INFO [aai-resources,67ea532e101447f6eafec8e01527a985,eafec8e01527a985] 1 --- [ol-119-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:46.307 [67ea532e101447f6eafec8e01527a985,eafec8e01527a985] [pool-119-thread-1]  INFO [aai-resources,67ea532e101447f6eafec8e01527a985,eafec8e01527a985] 1 --- [ol-119-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type owning-entity found at: business/owning-entities ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:32:46.308 [67ea532e101447f6eafec8e01527a985,eafec8e01527a985] [pool-119-thread-1]  INFO [aai-resources,67ea532e101447f6eafec8e01527a985,eafec8e01527a985] 1 --- [ol-119-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:46.308 [67ea532e101447f6eafec8e01527a985,eafec8e01527a985] [qtp1225114731-22] DEBUG [aai-resources,67ea532e101447f6eafec8e01527a985,eafec8e01527a985] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:32:46:295","respDate":"250331-08:32:46:308","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:60573/aai/v27/business/owning-entities","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:46:295-71647\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[769f9b34-de98-4cd3-845a-b9ff40125a4d], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:32:46 +0000] "GET /aai/v27/business/owning-entities" 404 269 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:32:46.340 [67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] [qtp1225114731-20]  INFO [aai-resources,67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:46.351 [67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] [qtp1225114731-20]  INFO [aai-resources,67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:46.351 [67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] [qtp1225114731-20]  INFO [aai-resources,67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:46.351 [67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] [qtp1225114731-20]  INFO [aai-resources,67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:46.352 [67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] [qtp1225114731-20]  INFO [aai-resources,67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:46.465 [67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] [qtp1225114731-20]  INFO [aai-resources,67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:46.795 [67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] [qtp1225114731-20] DEBUG [aai-resources,67ea532e98c7537c599b02634ea80f96,599b02634ea80f96] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:32:46:341","respDate":"250331-08:32:46:795","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:60573/aai/v27/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:46:341-5140\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a30f1b5e-2243-4457-816f-9b2e8c7ceb00], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[106], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"owning-entity-name\\\": \\\"basicnw-oe\\\",\\n    \\\"owning-entity-id\\\": \\\"93a327bf-5d55-4998-a23f-ad6188d07647\\\"\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:32:46:341-5140\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[205016], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:32:46:341-5140]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:32:46 +0000] "PUT /aai/v27/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 457 - "logType": "access"
2025-03-31 08:32:46.826 [67ea532e05565e6aba7796398624d122,ba7796398624d122] [qtp1225114731-22]  INFO [aai-resources,67ea532e05565e6aba7796398624d122,ba7796398624d122] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:46.830 [67ea532e05565e6aba7796398624d122,ba7796398624d122] [pool-120-thread-1]  INFO [aai-resources,67ea532e05565e6aba7796398624d122,ba7796398624d122] 1 --- [ol-120-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:32:46.830 [67ea532e05565e6aba7796398624d122,ba7796398624d122] [pool-120-thread-1]  INFO [aai-resources,67ea532e05565e6aba7796398624d122,ba7796398624d122] 1 --- [ol-120-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:32:46.830 [67ea532e05565e6aba7796398624d122,ba7796398624d122] [pool-120-thread-1]  INFO [aai-resources,67ea532e05565e6aba7796398624d122,ba7796398624d122] 1 --- [ol-120-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:32:46.831 [67ea532e05565e6aba7796398624d122,ba7796398624d122] [pool-120-thread-1]  INFO [aai-resources,67ea532e05565e6aba7796398624d122,ba7796398624d122] 1 --- [ol-120-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:32:46.848 [67ea532e05565e6aba7796398624d122,ba7796398624d122] [pool-120-thread-1]  INFO [aai-resources,67ea532e05565e6aba7796398624d122,ba7796398624d122] 1 --- [ol-120-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:32:46.848 [67ea532e05565e6aba7796398624d122,ba7796398624d122] [qtp1225114731-22] DEBUG [aai-resources,67ea532e05565e6aba7796398624d122,ba7796398624d122] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:32:46:826","respDate":"250331-08:32:46:848","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:60573/aai/v27/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:46:826-49343\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[fe0d2874-8bb4-490f-a03c-f5507dc9448f], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:60573], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[60573], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:32:46 +0000] "GET /aai/v27/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647" 200 128 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:32:47.161 [67ea532ff1960c66aa4db3db0bd628ef,aa4db3db0bd628ef] [qtp1225114731-20]  INFO [aai-resources,67ea532ff1960c66aa4db3db0bd628ef,aa4db3db0bd628ef] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:47.175 [67ea532ff1960c66aa4db3db0bd628ef,aa4db3db0bd628ef] [qtp1225114731-20] DEBUG [aai-resources,67ea532ff1960c66aa4db3db0bd628ef,aa4db3db0bd628ef] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"46daf064-868f-4655-9767-e98361f01e4c","status":"200","rqstDate":"250331-08:32:47:161","respDate":"250331-08:32:47:175","sourceId":"haproxy:46daf064-868f-4655-9767-e98361f01e4c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:47:161-38004\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3e10ac7d-4842-4ee5-804f-e26e2fb3b739], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[46daf064-868f-4655-9767-e98361f01e4c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:32:49.183 [67ea533186304d6f2bf9c81f891222eb,2bf9c81f891222eb] [qtp1225114731-22]  INFO [aai-resources,67ea533186304d6f2bf9c81f891222eb,2bf9c81f891222eb] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:49.197 [67ea533186304d6f2bf9c81f891222eb,2bf9c81f891222eb] [qtp1225114731-22] DEBUG [aai-resources,67ea533186304d6f2bf9c81f891222eb,2bf9c81f891222eb] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4f72b15d-8d68-47cb-b8e9-e050be29322e","status":"200","rqstDate":"250331-08:32:49:183","respDate":"250331-08:32:49:197","sourceId":"haproxy:4f72b15d-8d68-47cb-b8e9-e050be29322e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:49:183-97173\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0b86ec9b-4835-4c21-bff2-f89d76ab9eaf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4f72b15d-8d68-47cb-b8e9-e050be29322e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:32:51.204 [67ea53333adec29f653a565520ef5214,653a565520ef5214] [qtp1225114731-20]  INFO [aai-resources,67ea53333adec29f653a565520ef5214,653a565520ef5214] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:51.216 [67ea53333adec29f653a565520ef5214,653a565520ef5214] [qtp1225114731-20] DEBUG [aai-resources,67ea53333adec29f653a565520ef5214,653a565520ef5214] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8610cf64-9c00-4943-9155-96858a4dd9a4","status":"200","rqstDate":"250331-08:32:51:204","respDate":"250331-08:32:51:216","sourceId":"haproxy:8610cf64-9c00-4943-9155-96858a4dd9a4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:51:204-80779\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a7e4a483-7103-4f5c-885b-5b3fe16a838a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8610cf64-9c00-4943-9155-96858a4dd9a4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:32:53.224 [67ea5335fc5cc1742f67412e99701b78,2f67412e99701b78] [qtp1225114731-25]  INFO [aai-resources,67ea5335fc5cc1742f67412e99701b78,2f67412e99701b78] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:53.239 [67ea5335fc5cc1742f67412e99701b78,2f67412e99701b78] [qtp1225114731-25] DEBUG [aai-resources,67ea5335fc5cc1742f67412e99701b78,2f67412e99701b78] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8ffd1607-2149-45ac-8fd2-d37f8196c145","status":"200","rqstDate":"250331-08:32:53:225","respDate":"250331-08:32:53:239","sourceId":"haproxy:8ffd1607-2149-45ac-8fd2-d37f8196c145","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:53:225-28075\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aa47dad8-bee6-4650-900e-271a9909b683], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8ffd1607-2149-45ac-8fd2-d37f8196c145]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:32:55.247 [67ea5337a4196436fc435b33aaac36d9,fc435b33aaac36d9] [qtp1225114731-20]  INFO [aai-resources,67ea5337a4196436fc435b33aaac36d9,fc435b33aaac36d9] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:55.259 [67ea5337a4196436fc435b33aaac36d9,fc435b33aaac36d9] [qtp1225114731-20] DEBUG [aai-resources,67ea5337a4196436fc435b33aaac36d9,fc435b33aaac36d9] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"94531e57-f986-43ba-8cba-075cb63f13ef","status":"200","rqstDate":"250331-08:32:55:247","respDate":"250331-08:32:55:259","sourceId":"haproxy:94531e57-f986-43ba-8cba-075cb63f13ef","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:32:55:247-43867\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b6bcb169-41a9-47cf-b56a-4851a0638509], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[94531e57-f986-43ba-8cba-075cb63f13ef]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:32:57.267 [67ea53390c43b2311a4b9296ed1acf9f,1a4b9296ed1acf9f] [qtp1225114731-25]  INFO [aai-resources,67ea53390c43b2311a4b9296ed1acf9f,1a4b9296ed1acf9f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:57.280 [67ea53390c43b2311a4b9296ed1acf9f,1a4b9296ed1acf9f] [qtp1225114731-25] DEBUG [aai-resources,67ea53390c43b2311a4b9296ed1acf9f,1a4b9296ed1acf9f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4eea2241-15d9-44db-9378-394433b18165","status":"200","rqstDate":"250331-08:32:57:267","respDate":"250331-08:32:57:280","sourceId":"haproxy:4eea2241-15d9-44db-9378-394433b18165","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:32:57:267-60189\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f1e7f3d2-6453-4142-84ef-1f40a1b58e86], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4eea2241-15d9-44db-9378-394433b18165]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:32:59.285 [67ea533b07890dcecf05327a894b7e03,cf05327a894b7e03] [qtp1225114731-20]  INFO [aai-resources,67ea533b07890dcecf05327a894b7e03,cf05327a894b7e03] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:32:59.295 [67ea533b07890dcecf05327a894b7e03,cf05327a894b7e03] [qtp1225114731-20] DEBUG [aai-resources,67ea533b07890dcecf05327a894b7e03,cf05327a894b7e03] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a69af8af-006a-4c3d-b8d7-90632bc52fc4","status":"200","rqstDate":"250331-08:32:59:285","respDate":"250331-08:32:59:295","sourceId":"haproxy:a69af8af-006a-4c3d-b8d7-90632bc52fc4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:32:59:285-20026\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2a27516d-daa2-48a5-a23b-7c5258dfaac7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a69af8af-006a-4c3d-b8d7-90632bc52fc4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:32:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:33:01.302 [67ea533d7dbe58e29f1284ac73db6e6d,9f1284ac73db6e6d] [qtp1225114731-25]  INFO [aai-resources,67ea533d7dbe58e29f1284ac73db6e6d,9f1284ac73db6e6d] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:01.317 [67ea533d7dbe58e29f1284ac73db6e6d,9f1284ac73db6e6d] [qtp1225114731-25] DEBUG [aai-resources,67ea533d7dbe58e29f1284ac73db6e6d,9f1284ac73db6e6d] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"63a63809-2006-4409-a97f-d0ea8cb68cf5","status":"200","rqstDate":"250331-08:33:01:303","respDate":"250331-08:33:01:317","sourceId":"haproxy:63a63809-2006-4409-a97f-d0ea8cb68cf5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:01:303-11982\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[32c1e853-3b24-40c1-b9c2-2738f9b99dc4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[63a63809-2006-4409-a97f-d0ea8cb68cf5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:33:03.325 [67ea533f4ffee3c0aabe8adf0905b9b2,aabe8adf0905b9b2] [qtp1225114731-20]  INFO [aai-resources,67ea533f4ffee3c0aabe8adf0905b9b2,aabe8adf0905b9b2] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:03.338 [67ea533f4ffee3c0aabe8adf0905b9b2,aabe8adf0905b9b2] [qtp1225114731-20] DEBUG [aai-resources,67ea533f4ffee3c0aabe8adf0905b9b2,aabe8adf0905b9b2] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"004abbf6-992f-437f-b4ea-cc159b31150f","status":"200","rqstDate":"250331-08:33:03:325","respDate":"250331-08:33:03:338","sourceId":"haproxy:004abbf6-992f-437f-b4ea-cc159b31150f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:03:325-9057\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[346b8278-dd6e-4058-bbd8-bd0f6c484bb2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[004abbf6-992f-437f-b4ea-cc159b31150f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:33:05.344 [67ea5341026e6749a1e40e57065d9808,a1e40e57065d9808] [qtp1225114731-25]  INFO [aai-resources,67ea5341026e6749a1e40e57065d9808,a1e40e57065d9808] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:05.357 [67ea5341026e6749a1e40e57065d9808,a1e40e57065d9808] [qtp1225114731-25] DEBUG [aai-resources,67ea5341026e6749a1e40e57065d9808,a1e40e57065d9808] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"551f8d53-825e-4a4e-873b-d62e396bfa61","status":"200","rqstDate":"250331-08:33:05:344","respDate":"250331-08:33:05:357","sourceId":"haproxy:551f8d53-825e-4a4e-873b-d62e396bfa61","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:05:344-12322\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a85abd5e-445e-4fb6-b348-38f06ff7a553], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[551f8d53-825e-4a4e-873b-d62e396bfa61]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:33:07.364 [67ea53439ba7ca8de35f413c7fd2d721,e35f413c7fd2d721] [qtp1225114731-20]  INFO [aai-resources,67ea53439ba7ca8de35f413c7fd2d721,e35f413c7fd2d721] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:07.377 [67ea53439ba7ca8de35f413c7fd2d721,e35f413c7fd2d721] [qtp1225114731-20] DEBUG [aai-resources,67ea53439ba7ca8de35f413c7fd2d721,e35f413c7fd2d721] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8e6a611c-b9ff-4127-8ca8-5f82a4e6f0c1","status":"200","rqstDate":"250331-08:33:07:364","respDate":"250331-08:33:07:377","sourceId":"haproxy:8e6a611c-b9ff-4127-8ca8-5f82a4e6f0c1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:07:364-19836\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9cb9c009-4c5e-4191-90cb-dc75e05cd797], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8e6a611c-b9ff-4127-8ca8-5f82a4e6f0c1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:33:09.383 [67ea5345d6dba4e093cc319de7eaaf2a,93cc319de7eaaf2a] [qtp1225114731-25]  INFO [aai-resources,67ea5345d6dba4e093cc319de7eaaf2a,93cc319de7eaaf2a] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:09.397 [67ea5345d6dba4e093cc319de7eaaf2a,93cc319de7eaaf2a] [qtp1225114731-25] DEBUG [aai-resources,67ea5345d6dba4e093cc319de7eaaf2a,93cc319de7eaaf2a] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5ea60728-04d5-41a2-b406-a7e23d044781","status":"200","rqstDate":"250331-08:33:09:383","respDate":"250331-08:33:09:397","sourceId":"haproxy:5ea60728-04d5-41a2-b406-a7e23d044781","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:09:383-40716\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d373de1-06dd-4d0f-bf3d-fce7f5d7d818], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5ea60728-04d5-41a2-b406-a7e23d044781]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:33:11.404 [67ea5347573d738cc926df8b780b3f22,c926df8b780b3f22] [qtp1225114731-20]  INFO [aai-resources,67ea5347573d738cc926df8b780b3f22,c926df8b780b3f22] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:11.413 [67ea5347573d738cc926df8b780b3f22,c926df8b780b3f22] [qtp1225114731-20] DEBUG [aai-resources,67ea5347573d738cc926df8b780b3f22,c926df8b780b3f22] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e5d17c90-8198-45dc-ba74-89a11a49d657","status":"200","rqstDate":"250331-08:33:11:404","respDate":"250331-08:33:11:413","sourceId":"haproxy:e5d17c90-8198-45dc-ba74-89a11a49d657","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:11:404-56489\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d96da2cd-b563-425c-97b6-ce4766636f19], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e5d17c90-8198-45dc-ba74-89a11a49d657]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:33:13.420 [67ea53492d67d900e2273cfa114262f1,e2273cfa114262f1] [qtp1225114731-25]  INFO [aai-resources,67ea53492d67d900e2273cfa114262f1,e2273cfa114262f1] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:13.433 [67ea53492d67d900e2273cfa114262f1,e2273cfa114262f1] [qtp1225114731-25] DEBUG [aai-resources,67ea53492d67d900e2273cfa114262f1,e2273cfa114262f1] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"870a2d7e-2e87-40bb-8a0a-cff6d507eee7","status":"200","rqstDate":"250331-08:33:13:420","respDate":"250331-08:33:13:433","sourceId":"haproxy:870a2d7e-2e87-40bb-8a0a-cff6d507eee7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:13:420-13312\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d035cf1-9347-4606-bbaa-1a705f275851], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[870a2d7e-2e87-40bb-8a0a-cff6d507eee7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:33:15.439 [67ea534b112f3f9dbc15f5572978c697,bc15f5572978c697] [qtp1225114731-20]  INFO [aai-resources,67ea534b112f3f9dbc15f5572978c697,bc15f5572978c697] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:15.448 [67ea534b112f3f9dbc15f5572978c697,bc15f5572978c697] [qtp1225114731-20] DEBUG [aai-resources,67ea534b112f3f9dbc15f5572978c697,bc15f5572978c697] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9aae7d40-2342-4277-9356-9e38551f6aef","status":"200","rqstDate":"250331-08:33:15:439","respDate":"250331-08:33:15:448","sourceId":"haproxy:9aae7d40-2342-4277-9356-9e38551f6aef","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:15:439-75988\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9e7fff7a-732a-4437-ba1e-6c6ae213d83a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9aae7d40-2342-4277-9356-9e38551f6aef]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:33:17.454 [67ea534dbc12aa64df61b8284ea0cfaf,df61b8284ea0cfaf] [qtp1225114731-25]  INFO [aai-resources,67ea534dbc12aa64df61b8284ea0cfaf,df61b8284ea0cfaf] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:17.469 [67ea534dbc12aa64df61b8284ea0cfaf,df61b8284ea0cfaf] [qtp1225114731-25] DEBUG [aai-resources,67ea534dbc12aa64df61b8284ea0cfaf,df61b8284ea0cfaf] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c893b163-97fd-4af1-87e9-0bc747dbd14f","status":"200","rqstDate":"250331-08:33:17:455","respDate":"250331-08:33:17:469","sourceId":"haproxy:c893b163-97fd-4af1-87e9-0bc747dbd14f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:17:455-59782\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d6071ff6-3bd2-4ebd-a88a-64839b229ce9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c893b163-97fd-4af1-87e9-0bc747dbd14f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:33:19.476 [67ea534fb451980dc2a858313edd2706,c2a858313edd2706] [qtp1225114731-20]  INFO [aai-resources,67ea534fb451980dc2a858313edd2706,c2a858313edd2706] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:19.491 [67ea534fb451980dc2a858313edd2706,c2a858313edd2706] [qtp1225114731-20] DEBUG [aai-resources,67ea534fb451980dc2a858313edd2706,c2a858313edd2706] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bf2b1725-20d3-4e56-bb3b-db679e1300ef","status":"200","rqstDate":"250331-08:33:19:476","respDate":"250331-08:33:19:490","sourceId":"haproxy:bf2b1725-20d3-4e56-bb3b-db679e1300ef","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:19:476-80659\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4af1cb3a-bdfd-4f94-8666-8f3b464d84b3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bf2b1725-20d3-4e56-bb3b-db679e1300ef]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:33:21.497 [67ea5351be015e840ca6180b0456fa8f,0ca6180b0456fa8f] [qtp1225114731-25]  INFO [aai-resources,67ea5351be015e840ca6180b0456fa8f,0ca6180b0456fa8f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:21.515 [67ea5351be015e840ca6180b0456fa8f,0ca6180b0456fa8f] [qtp1225114731-25] DEBUG [aai-resources,67ea5351be015e840ca6180b0456fa8f,0ca6180b0456fa8f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58ad186a-3f9e-435c-bb73-32518e5cd941","status":"200","rqstDate":"250331-08:33:21:497","respDate":"250331-08:33:21:515","sourceId":"haproxy:58ad186a-3f9e-435c-bb73-32518e5cd941","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:21:497-60595\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b6c16037-e7e1-44fb-9c67-f806733d3031], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[58ad186a-3f9e-435c-bb73-32518e5cd941]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:33:21.814 [67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] [qtp1225114731-20]  INFO [aai-resources,67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:21.821 [67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] [pool-121-thread-1]  INFO [aai-resources,67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] 1 --- [ol-121-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:21.821 [67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] [pool-121-thread-1]  INFO [aai-resources,67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] 1 --- [ol-121-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:21.821 [67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] [pool-121-thread-1]  INFO [aai-resources,67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] 1 --- [ol-121-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:21.821 [67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] [pool-121-thread-1]  INFO [aai-resources,67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] 1 --- [ol-121-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:21.830 [67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] [pool-121-thread-1]  INFO [aai-resources,67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] 1 --- [ol-121-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:21.830 [67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] [qtp1225114731-20] DEBUG [aai-resources,67ea5351c57b9af9de6353f53a3740e5,de6353f53a3740e5] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:21:814","respDate":"250331-08:33:21:830","sourceId":"SO:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:35921/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:21:814-84670\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[abddcda5-97d2-93aa-9cd8-c58d66deda45], Accept=[application/json], x-invocationid=[a4e3ac25-4064-47d6-8a0f-0550b947c865], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:35921], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[35921], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:21 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 617 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:33:23.522 [67ea53535223ba2253c850e825d4b4c5,53c850e825d4b4c5] [qtp1225114731-25]  INFO [aai-resources,67ea53535223ba2253c850e825d4b4c5,53c850e825d4b4c5] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:23.535 [67ea53535223ba2253c850e825d4b4c5,53c850e825d4b4c5] [qtp1225114731-25] DEBUG [aai-resources,67ea53535223ba2253c850e825d4b4c5,53c850e825d4b4c5] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4741cf5-c73d-4d51-bc1e-46235ae268a0","status":"200","rqstDate":"250331-08:33:23:522","respDate":"250331-08:33:23:534","sourceId":"haproxy:e4741cf5-c73d-4d51-bc1e-46235ae268a0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:23:522-11723\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4bc563b5-1ced-46b7-bb82-709715042d45], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e4741cf5-c73d-4d51-bc1e-46235ae268a0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:33:23.947 [67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] [qtp1225114731-20]  INFO [aai-resources,67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:23.952 [67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] [pool-122-thread-1]  INFO [aai-resources,67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] 1 --- [ol-122-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:23.952 [67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] [pool-122-thread-1]  INFO [aai-resources,67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] 1 --- [ol-122-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:23.952 [67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] [pool-122-thread-1]  INFO [aai-resources,67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] 1 --- [ol-122-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:23.953 [67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] [pool-122-thread-1]  INFO [aai-resources,67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] 1 --- [ol-122-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:23.955 [67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] [pool-122-thread-1]  INFO [aai-resources,67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] 1 --- [ol-122-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:33:23.955 [67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] [pool-122-thread-1]  INFO [aai-resources,67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] 1 --- [ol-122-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:23.955 [67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] [qtp1225114731-20] DEBUG [aai-resources,67ea5353becf573b0d3b01370c243ec1,0d3b01370c243ec1] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"404","rqstDate":"250331-08:33:23:947","respDate":"250331-08:33:23:955","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:23:947-86584\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4c75f2ec-6456-4e16-9a3b-1a5e1fb4fb25], Accept=[application/json], x-invocationid=[83bedc52-f62d-482c-8d86-246b8497c7c7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:23 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826" 404 462 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:33:24.472 [67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] [qtp1225114731-25]  INFO [aai-resources,67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:24.478 [67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] [pool-123-thread-1]  INFO [aai-resources,67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] 1 --- [ol-123-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:24.478 [67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] [pool-123-thread-1]  INFO [aai-resources,67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] 1 --- [ol-123-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:24.478 [67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] [pool-123-thread-1]  INFO [aai-resources,67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] 1 --- [ol-123-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:24.478 [67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] [pool-123-thread-1]  INFO [aai-resources,67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] 1 --- [ol-123-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:24.494 [67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] [pool-123-thread-1]  INFO [aai-resources,67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] 1 --- [ol-123-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: nodes/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:33:24.495 [67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] [pool-123-thread-1]  INFO [aai-resources,67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] 1 --- [ol-123-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:24.496 [67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] [qtp1225114731-25] DEBUG [aai-resources,67ea5354437b2f725f1cbc7deb9bf8d2,5f1cbc7deb9bf8d2] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"404","rqstDate":"250331-08:33:24:472","respDate":"250331-08:33:24:495","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/nodes/service-instances?service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:24:472-41723\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[295e01c6-0a18-4771-81c4-41c080621a6e], Accept=[application/json], x-invocationid=[49b1b74b-bf3f-4ba7-9190-00d58727fffe], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:24 +0000] "GET /aai/v24/nodes/service-instances?service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826" 404 270 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:33:25.541 [67ea53552bce00e6211f9973e634b014,211f9973e634b014] [qtp1225114731-20]  INFO [aai-resources,67ea53552bce00e6211f9973e634b014,211f9973e634b014] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:25.553 [67ea53552bce00e6211f9973e634b014,211f9973e634b014] [qtp1225114731-20] DEBUG [aai-resources,67ea53552bce00e6211f9973e634b014,211f9973e634b014] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"83cb767d-cc48-4bbb-9136-815c88bcf83a","status":"200","rqstDate":"250331-08:33:25:541","respDate":"250331-08:33:25:553","sourceId":"haproxy:83cb767d-cc48-4bbb-9136-815c88bcf83a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:25:541-97599\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6d289b77-f16c-4816-844a-88fa7983b1aa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[83cb767d-cc48-4bbb-9136-815c88bcf83a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:33:25.670 [67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] [qtp1225114731-25]  INFO [aai-resources,67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:25.681 [67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] [qtp1225114731-25]  INFO [aai-resources,67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:25.681 [67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] [qtp1225114731-25]  INFO [aai-resources,67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:25.682 [67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] [qtp1225114731-25]  INFO [aai-resources,67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:25.682 [67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] [qtp1225114731-25]  INFO [aai-resources,67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:25.721 [67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] [qtp1225114731-25]  INFO [aai-resources,67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:25.777 [67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] [qtp1225114731-25] DEBUG [aai-resources,67ea5355a207582fac763782c4cdb22c,ac763782c4cdb22c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b202adc7-a342-4567-9b77-8f9982f38094","status":"200","rqstDate":"250331-08:33:25:671","respDate":"250331-08:33:25:777","sourceId":"UNKNOWN:b202adc7-a342-4567-9b77-8f9982f38094","resourceId":"http://aai.onap:35921/aai/v24/service-design-and-creation/models/model/ae1509ec-1937-4e7c-a880-76df253cb706/model-vers/model-ver/616f04bd-a89b-4244-95cb-94e1d9e39b29?depth=0","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:25:671-44540\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[24c8deb8-3e6f-4967-8949-b550c6684681], Accept=[application/json], x-invocationid=[3f9fb713-5d9d-415d-a915-d669e85f85d2], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,b202adc7-a342-4567-9b77-8f9982f38094], Host=[aai.onap:35921], x-http-method-override=[PATCH], x-onap-requestid=[b202adc7-a342-4567-9b77-8f9982f38094], x-requestid=[b202adc7-a342-4567-9b77-8f9982f38094], X-Forwarded-Port=[35921], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[b202adc7-a342-4567-9b77-8f9982f38094], Content-Length=[50], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"distribution-status\\\":\\\"DISTRIBUTION_COMPLETE_OK\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:33:25:671-44540\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[237728], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:33:25:671-44540]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:25 +0000] "POST /aai/v24/service-design-and-creation/models/model/ae1509ec-1937-4e7c-a880-76df253cb706/model-vers/model-ver/616f04bd-a89b-4244-95cb-94e1d9e39b29?depth=0" 200 0 REST ,b202adc7-a342-4567-9b77-8f9982f38094 MSO 127.0.0.6 - - - - - - - - - 109 - "logType": "access"
2025-03-31 08:33:27.560 [67ea5357edf6365ff02d169e26f4ba74,f02d169e26f4ba74] [qtp1225114731-20]  INFO [aai-resources,67ea5357edf6365ff02d169e26f4ba74,f02d169e26f4ba74] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:27.574 [67ea5357edf6365ff02d169e26f4ba74,f02d169e26f4ba74] [qtp1225114731-20] DEBUG [aai-resources,67ea5357edf6365ff02d169e26f4ba74,f02d169e26f4ba74] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1a7c68f8-7555-4a29-849a-2a06ea7f615c","status":"200","rqstDate":"250331-08:33:27:560","respDate":"250331-08:33:27:574","sourceId":"haproxy:1a7c68f8-7555-4a29-849a-2a06ea7f615c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:27:560-17591\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[955cfd82-d967-4f2a-a983-95c02758ebf1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1a7c68f8-7555-4a29-849a-2a06ea7f615c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:33:29.580 [67ea53590920693d341220452ccd398f,341220452ccd398f] [qtp1225114731-25]  INFO [aai-resources,67ea53590920693d341220452ccd398f,341220452ccd398f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:29.592 [67ea53590920693d341220452ccd398f,341220452ccd398f] [qtp1225114731-25] DEBUG [aai-resources,67ea53590920693d341220452ccd398f,341220452ccd398f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dfa12797-5b25-40bd-b2b3-7d8c2da2d5e0","status":"200","rqstDate":"250331-08:33:29:580","respDate":"250331-08:33:29:592","sourceId":"haproxy:dfa12797-5b25-40bd-b2b3-7d8c2da2d5e0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:29:580-39226\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a4f0c768-f7aa-4785-bfa5-b6ac688a1a76], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dfa12797-5b25-40bd-b2b3-7d8c2da2d5e0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:33:31.599 [67ea535bc04d718f819c1a6953dd4829,819c1a6953dd4829] [qtp1225114731-20]  INFO [aai-resources,67ea535bc04d718f819c1a6953dd4829,819c1a6953dd4829] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:31.611 [67ea535bc04d718f819c1a6953dd4829,819c1a6953dd4829] [qtp1225114731-20] DEBUG [aai-resources,67ea535bc04d718f819c1a6953dd4829,819c1a6953dd4829] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"998d5040-1d9e-4933-8f4a-e04472f207e8","status":"200","rqstDate":"250331-08:33:31:599","respDate":"250331-08:33:31:611","sourceId":"haproxy:998d5040-1d9e-4933-8f4a-e04472f207e8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:31:599-10156\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[660d8143-b599-4c06-930c-9c5ad34d2b21], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[998d5040-1d9e-4933-8f4a-e04472f207e8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:33:33.620 [67ea535d9119f3c6c9145dcc029fcbd3,c9145dcc029fcbd3] [qtp1225114731-25]  INFO [aai-resources,67ea535d9119f3c6c9145dcc029fcbd3,c9145dcc029fcbd3] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:33.630 [67ea535d9119f3c6c9145dcc029fcbd3,c9145dcc029fcbd3] [qtp1225114731-25] DEBUG [aai-resources,67ea535d9119f3c6c9145dcc029fcbd3,c9145dcc029fcbd3] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70045fa5-17a6-43ba-ac61-64eb018fe201","status":"200","rqstDate":"250331-08:33:33:620","respDate":"250331-08:33:33:630","sourceId":"haproxy:70045fa5-17a6-43ba-ac61-64eb018fe201","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:33:620-49198\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4ec7dfeb-b823-4e1d-908e-6414177c4194], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[70045fa5-17a6-43ba-ac61-64eb018fe201]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:33:35.637 [67ea535ff5289f2aab56981ae9d722c7,ab56981ae9d722c7] [qtp1225114731-20]  INFO [aai-resources,67ea535ff5289f2aab56981ae9d722c7,ab56981ae9d722c7] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:35.651 [67ea535ff5289f2aab56981ae9d722c7,ab56981ae9d722c7] [qtp1225114731-20] DEBUG [aai-resources,67ea535ff5289f2aab56981ae9d722c7,ab56981ae9d722c7] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e0651f07-724d-46a3-a5c1-455988e86f2f","status":"200","rqstDate":"250331-08:33:35:637","respDate":"250331-08:33:35:651","sourceId":"haproxy:e0651f07-724d-46a3-a5c1-455988e86f2f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:35:637-97180\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e4cfd5c5-fa59-4af5-8117-6f2371159630], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e0651f07-724d-46a3-a5c1-455988e86f2f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:33:37.658 [67ea53619cf75d4e0616629e3aff8412,0616629e3aff8412] [qtp1225114731-25]  INFO [aai-resources,67ea53619cf75d4e0616629e3aff8412,0616629e3aff8412] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:37.671 [67ea53619cf75d4e0616629e3aff8412,0616629e3aff8412] [qtp1225114731-25] DEBUG [aai-resources,67ea53619cf75d4e0616629e3aff8412,0616629e3aff8412] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a230d87e-3035-4fe2-badd-55367ef37f22","status":"200","rqstDate":"250331-08:33:37:658","respDate":"250331-08:33:37:671","sourceId":"haproxy:a230d87e-3035-4fe2-badd-55367ef37f22","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:37:658-57176\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fc9aeed2-5fc7-4dd4-80c1-4a2e453a402a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a230d87e-3035-4fe2-badd-55367ef37f22]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:33:39.678 [67ea536389338d72905199c8c3c0cd29,905199c8c3c0cd29] [qtp1225114731-20]  INFO [aai-resources,67ea536389338d72905199c8c3c0cd29,905199c8c3c0cd29] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:39.697 [67ea536389338d72905199c8c3c0cd29,905199c8c3c0cd29] [qtp1225114731-20] DEBUG [aai-resources,67ea536389338d72905199c8c3c0cd29,905199c8c3c0cd29] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"67f8164c-237b-4255-8ec2-f4e1074b51f1","status":"200","rqstDate":"250331-08:33:39:678","respDate":"250331-08:33:39:697","sourceId":"haproxy:67f8164c-237b-4255-8ec2-f4e1074b51f1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:39:678-37834\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[af82fa0e-5549-4097-9e95-5540640e0aa7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[67f8164c-237b-4255-8ec2-f4e1074b51f1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:33:41.704 [67ea53656dc0d237d8028c099f7739e6,d8028c099f7739e6] [qtp1225114731-25]  INFO [aai-resources,67ea53656dc0d237d8028c099f7739e6,d8028c099f7739e6] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:41.724 [67ea53656dc0d237d8028c099f7739e6,d8028c099f7739e6] [qtp1225114731-25] DEBUG [aai-resources,67ea53656dc0d237d8028c099f7739e6,d8028c099f7739e6] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df772aeb-f352-498d-8dd3-472bfd68d85d","status":"200","rqstDate":"250331-08:33:41:705","respDate":"250331-08:33:41:724","sourceId":"haproxy:df772aeb-f352-498d-8dd3-472bfd68d85d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:41:705-62772\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ed72adcc-be92-4041-a083-8a83a44be1d6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df772aeb-f352-498d-8dd3-472bfd68d85d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:33:43.732 [67ea53670f43121d005f38b9bfd40047,005f38b9bfd40047] [qtp1225114731-20]  INFO [aai-resources,67ea53670f43121d005f38b9bfd40047,005f38b9bfd40047] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:43.748 [67ea53670f43121d005f38b9bfd40047,005f38b9bfd40047] [qtp1225114731-20] DEBUG [aai-resources,67ea53670f43121d005f38b9bfd40047,005f38b9bfd40047] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3121a6e7-cc74-43f7-a7a3-bfd1797558cc","status":"200","rqstDate":"250331-08:33:43:732","respDate":"250331-08:33:43:748","sourceId":"haproxy:3121a6e7-cc74-43f7-a7a3-bfd1797558cc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:43:732-25854\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[126d6b79-3253-4681-b2fa-d7852ef5016a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3121a6e7-cc74-43f7-a7a3-bfd1797558cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:33:44.326 [67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] [qtp1225114731-25]  INFO [aai-resources,67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:44.332 [67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] [pool-124-thread-1]  INFO [aai-resources,67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] 1 --- [ol-124-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:44.332 [67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] [pool-124-thread-1]  INFO [aai-resources,67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] 1 --- [ol-124-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:44.332 [67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] [pool-124-thread-1]  INFO [aai-resources,67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] 1 --- [ol-124-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:44.332 [67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] [pool-124-thread-1]  INFO [aai-resources,67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] 1 --- [ol-124-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:44.349 [67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] [pool-124-thread-1]  INFO [aai-resources,67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] 1 --- [ol-124-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:44.349 [67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] [qtp1225114731-25] DEBUG [aai-resources,67ea53682902ec71f12f652b46c48aad,f12f652b46c48aad] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:44:327","respDate":"250331-08:33:44:349","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:44:327-99375\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a128c866-407d-4425-b0ea-8e791933f82b], Accept=[application/json], x-invocationid=[f23e75e4-0da2-4c10-ba05-fd5747100bfa], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:44 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer" 200 139 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:33:44.456 [67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] [qtp1225114731-20]  INFO [aai-resources,67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:44.461 [67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] [pool-125-thread-1]  INFO [aai-resources,67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] 1 --- [ol-125-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:44.461 [67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] [pool-125-thread-1]  INFO [aai-resources,67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] 1 --- [ol-125-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:44.461 [67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] [pool-125-thread-1]  INFO [aai-resources,67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] 1 --- [ol-125-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:44.461 [67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] [pool-125-thread-1]  INFO [aai-resources,67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] 1 --- [ol-125-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:44.469 [67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] [pool-125-thread-1]  INFO [aai-resources,67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] 1 --- [ol-125-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:44.469 [67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] [qtp1225114731-20] DEBUG [aai-resources,67ea536895053ab0a5e40a625dc98d36,a5e40a625dc98d36] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:44:456","respDate":"250331-08:33:44:469","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:44:456-59616\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ae77faab-a5bf-4aa5-990f-47bea945703c], Accept=[application/json], x-invocationid=[b83dc1bb-f174-4bb0-b1b1-ed69e36f9d82], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:44 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 200 739 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:33:44.560 [67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] [qtp1225114731-25]  INFO [aai-resources,67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:44.566 [67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] [pool-126-thread-1]  INFO [aai-resources,67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] 1 --- [ol-126-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:44.566 [67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] [pool-126-thread-1]  INFO [aai-resources,67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] 1 --- [ol-126-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:44.566 [67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] [pool-126-thread-1]  INFO [aai-resources,67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] 1 --- [ol-126-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:44.566 [67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] [pool-126-thread-1]  INFO [aai-resources,67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] 1 --- [ol-126-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:44.569 [67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] [pool-126-thread-1]  INFO [aai-resources,67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] 1 --- [ol-126-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:33:44.570 [67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] [pool-126-thread-1]  INFO [aai-resources,67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] 1 --- [ol-126-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:44.570 [67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] [qtp1225114731-25] DEBUG [aai-resources,67ea536802cc17f487c210d958c4dcf3,87c210d958c4dcf3] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"404","rqstDate":"250331-08:33:44:561","respDate":"250331-08:33:44:570","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:44:561-86563\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[80b09cb3-7b11-4f17-b356-8109cb3acac5], Accept=[application/json], x-invocationid=[f5b9b586-60cf-4ad7-b517-74c40f160542], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:44 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826" 404 462 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:33:44.598 [67ea5368334f9198237dab682fb3db74,237dab682fb3db74] [qtp1225114731-20]  INFO [aai-resources,67ea5368334f9198237dab682fb3db74,237dab682fb3db74] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:44.603 [67ea5368334f9198237dab682fb3db74,237dab682fb3db74] [pool-127-thread-1]  INFO [aai-resources,67ea5368334f9198237dab682fb3db74,237dab682fb3db74] 1 --- [ol-127-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:44.603 [67ea5368334f9198237dab682fb3db74,237dab682fb3db74] [pool-127-thread-1]  INFO [aai-resources,67ea5368334f9198237dab682fb3db74,237dab682fb3db74] 1 --- [ol-127-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:44.603 [67ea5368334f9198237dab682fb3db74,237dab682fb3db74] [pool-127-thread-1]  INFO [aai-resources,67ea5368334f9198237dab682fb3db74,237dab682fb3db74] 1 --- [ol-127-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:44.603 [67ea5368334f9198237dab682fb3db74,237dab682fb3db74] [pool-127-thread-1]  INFO [aai-resources,67ea5368334f9198237dab682fb3db74,237dab682fb3db74] 1 --- [ol-127-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:44.609 [67ea5368334f9198237dab682fb3db74,237dab682fb3db74] [pool-127-thread-1]  INFO [aai-resources,67ea5368334f9198237dab682fb3db74,237dab682fb3db74] 1 --- [ol-127-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:33:44.610 [67ea5368334f9198237dab682fb3db74,237dab682fb3db74] [pool-127-thread-1]  INFO [aai-resources,67ea5368334f9198237dab682fb3db74,237dab682fb3db74] 1 --- [ol-127-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:44.611 [67ea5368334f9198237dab682fb3db74,237dab682fb3db74] [qtp1225114731-20] DEBUG [aai-resources,67ea5368334f9198237dab682fb3db74,237dab682fb3db74] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"404","rqstDate":"250331-08:33:44:598","respDate":"250331-08:33:44:610","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:44:598-68964\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[01919a50-fa2c-44c8-9c70-8be2905db28b], Accept=[application/json], x-invocationid=[a84f5e27-bc32-49f9-bd2e-b5949d0bd4bf], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:44 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 404 570 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:33:44.637 [67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] [qtp1225114731-25]  INFO [aai-resources,67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:44.642 [67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] [pool-128-thread-1]  INFO [aai-resources,67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] 1 --- [ol-128-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:44.642 [67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] [pool-128-thread-1]  INFO [aai-resources,67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] 1 --- [ol-128-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:44.642 [67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] [pool-128-thread-1]  INFO [aai-resources,67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] 1 --- [ol-128-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:44.642 [67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] [pool-128-thread-1]  INFO [aai-resources,67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] 1 --- [ol-128-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:44.643 [67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] [pool-128-thread-1]  INFO [aai-resources,67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] 1 --- [ol-128-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:33:44.644 [67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] [pool-128-thread-1]  INFO [aai-resources,67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] 1 --- [ol-128-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:44.644 [67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] [qtp1225114731-25] DEBUG [aai-resources,67ea5368e99afefd56d173dc92979d68,56d173dc92979d68] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"404","rqstDate":"250331-08:33:44:637","respDate":"250331-08:33:44:644","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:44:637-83962\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f888b353-9686-4066-a9e0-67fcd347a447], Accept=[application/json], x-invocationid=[e5d4a2ab-dc67-4030-9c35-d02fc9ed4a11], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:44 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 404 570 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:33:44.685 [67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] [qtp1225114731-20]  INFO [aai-resources,67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:44.690 [67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] [pool-129-thread-1]  INFO [aai-resources,67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] 1 --- [ol-129-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:44.690 [67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] [pool-129-thread-1]  INFO [aai-resources,67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] 1 --- [ol-129-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:44.690 [67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] [pool-129-thread-1]  INFO [aai-resources,67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] 1 --- [ol-129-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:44.690 [67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] [pool-129-thread-1]  INFO [aai-resources,67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] 1 --- [ol-129-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:44.734 [67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] [pool-129-thread-1]  INFO [aai-resources,67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] 1 --- [ol-129-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:44.734 [67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] [qtp1225114731-20] DEBUG [aai-resources,67ea53686188049cfd1d9590345bf257,fd1d9590345bf257] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:44:685","respDate":"250331-08:33:44:734","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:44:685-62168\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7913f616-d4be-41f2-b1a7-52a1d52d773e], Accept=[application/json], x-invocationid=[5cf8fe4b-50d7-45b5-b8b2-6c5cd8e244c7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:44 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 51 - "logType": "access"
2025-03-31 08:33:44.967 [67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] [qtp1225114731-25]  INFO [aai-resources,67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:44.972 [67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] [pool-130-thread-1]  INFO [aai-resources,67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] 1 --- [ol-130-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:44.972 [67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] [pool-130-thread-1]  INFO [aai-resources,67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] 1 --- [ol-130-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:44.972 [67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] [pool-130-thread-1]  INFO [aai-resources,67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] 1 --- [ol-130-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:44.972 [67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] [pool-130-thread-1]  INFO [aai-resources,67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] 1 --- [ol-130-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:45.003 [67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] [pool-130-thread-1]  INFO [aai-resources,67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] 1 --- [ol-130-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:45.004 [67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] [qtp1225114731-25] DEBUG [aai-resources,67ea53686dceb6dc47c778a5f9772a28,47c778a5f9772a28] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:44:967","respDate":"250331-08:33:45:003","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:44:967-35391\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e2f835f4-78a9-4d35-a4af-802a5974edf5], Accept=[application/json], x-invocationid=[7c765fec-04a9-490c-84c4-3fcaa830e070], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:45 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network?resultIndex=0&resultSize=1&format=count" 200 40 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 39 - "logType": "access"
2025-03-31 08:33:45.403 [67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] [qtp1225114731-20]  INFO [aai-resources,67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:45.411 [67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] [pool-131-thread-1]  INFO [aai-resources,67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] 1 --- [ol-131-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:45.412 [67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] [pool-131-thread-1]  INFO [aai-resources,67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] 1 --- [ol-131-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:45.412 [67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] [pool-131-thread-1]  INFO [aai-resources,67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] 1 --- [ol-131-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:45.412 [67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] [pool-131-thread-1]  INFO [aai-resources,67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] 1 --- [ol-131-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:45.413 [67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] [pool-131-thread-1]  INFO [aai-resources,67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] 1 --- [ol-131-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:33:45.413 [67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] [pool-131-thread-1]  INFO [aai-resources,67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] 1 --- [ol-131-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:45.414 [67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] [qtp1225114731-20] DEBUG [aai-resources,67ea53698d75a7e83a77b045a2965806,3a77b045a2965806] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"404","rqstDate":"250331-08:33:45:403","respDate":"250331-08:33:45:414","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:45:403-37085\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[50b19c90-c323-4466-9478-aad9a17f3797], Accept=[application/json], x-invocationid=[e9e5faef-61b4-4bee-bf5b-f7f219366304], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:45 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?resultIndex=0&resultSize=1&format=count" 404 570 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:33:45.447 [67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] [qtp1225114731-25]  INFO [aai-resources,67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:45.455 [67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] [qtp1225114731-25]  INFO [aai-resources,67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:45.455 [67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] [qtp1225114731-25]  INFO [aai-resources,67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:45.455 [67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] [qtp1225114731-25]  INFO [aai-resources,67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:45.455 [67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] [qtp1225114731-25]  INFO [aai-resources,67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:45.686 [67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] [qtp1225114731-25]  INFO [aai-resources,67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:45.756 [67ea5369d351053ed798bdc15df50f0e,d798bdc15df50f0e] [qtp1225114731-26]  INFO [aai-resources,67ea5369d351053ed798bdc15df50f0e,d798bdc15df50f0e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:45.766 [67ea5369d351053ed798bdc15df50f0e,d798bdc15df50f0e] [qtp1225114731-26] DEBUG [aai-resources,67ea5369d351053ed798bdc15df50f0e,d798bdc15df50f0e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"535eda01-58bc-4748-8176-608137f189a7","status":"200","rqstDate":"250331-08:33:45:756","respDate":"250331-08:33:45:766","sourceId":"haproxy:535eda01-58bc-4748-8176-608137f189a7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:45:756-20969\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[283f4811-89d4-4637-8dfb-b6a533463714], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[535eda01-58bc-4748-8176-608137f189a7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:33:46.077 [67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] [qtp1225114731-25] DEBUG [aai-resources,67ea5369bf9bbd0f5d5c30d308023fe9,5d5c30d308023fe9] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"201","rqstDate":"250331-08:33:45:448","respDate":"250331-08:33:46:077","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:45:448-78291\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[66b22453-13db-4251-8b4d-42e8c646847c], Accept=[application/json], x-invocationid=[b6a47def-8f78-4ddb-82c0-0e6b5d85c365], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], Content-Length=[374], Content-Type=[application/json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\",\\\"service-instance-name\\\":\\\"basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826\\\",\\\"environment-context\\\":\\\"General_Revenue-Bearing\\\",\\\"workload-context\\\":\\\"Production\\\",\\\"model-invariant-id\\\":\\\"e72870c3-3a30-439e-b2bc-8507f1c72e13\\\",\\\"model-version-id\\\":\\\"f01fdbd4-cfd5-42c2-9197-f382434a23d7\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:33:45:448-78291\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41201768], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:33:45:448-78291]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:46 +0000] "PUT /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af" 201 0 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 633 - "logType": "access"
2025-03-31 08:33:46.113 [67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] [qtp1225114731-20]  INFO [aai-resources,67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:46.119 [67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] [pool-132-thread-1]  INFO [aai-resources,67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] 1 --- [ol-132-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:46.119 [67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] [pool-132-thread-1]  INFO [aai-resources,67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] 1 --- [ol-132-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:46.119 [67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] [pool-132-thread-1]  INFO [aai-resources,67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] 1 --- [ol-132-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:46.119 [67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] [pool-132-thread-1]  INFO [aai-resources,67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] 1 --- [ol-132-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:46.124 [67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] [pool-132-thread-1]  INFO [aai-resources,67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] 1 --- [ol-132-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type project found at: business/projects/project/basicnw-project ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:33:46.125 [67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] [pool-132-thread-1]  INFO [aai-resources,67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] 1 --- [ol-132-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:46.126 [67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] [qtp1225114731-20] DEBUG [aai-resources,67ea536af6ca37d9766e27a2d9ad6e8a,766e27a2d9ad6e8a] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"404","rqstDate":"250331-08:33:46:114","respDate":"250331-08:33:46:125","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/projects/project/basicnw-project?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:46:114-36551\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6e4d2242-eae0-4131-b41f-2eb26c90d366], Accept=[application/json], x-invocationid=[87755f41-f889-4799-a548-96dbf959e1e5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:46 +0000] "GET /aai/v24/business/projects/project/basicnw-project?resultIndex=0&resultSize=1&format=count" 404 297 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:33:46.152 [67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] [qtp1225114731-25]  INFO [aai-resources,67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:46.158 [67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] [qtp1225114731-25]  INFO [aai-resources,67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:46.158 [67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] [qtp1225114731-25]  INFO [aai-resources,67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:46.158 [67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] [qtp1225114731-25]  INFO [aai-resources,67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:46.159 [67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] [qtp1225114731-25]  INFO [aai-resources,67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:46.238 [67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] [qtp1225114731-25]  INFO [aai-resources,67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:46.567 [67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] [qtp1225114731-25] DEBUG [aai-resources,67ea536a4bb9d0ec2eeb4cac2199aa98,2eeb4cac2199aa98] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"201","rqstDate":"250331-08:33:46:152","respDate":"250331-08:33:46:567","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/projects/project/basicnw-project","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:46:152-2591\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[018eb66b-54b6-9a39-b4ca-799f689c34a1], Accept=[application/json], x-invocationid=[02188454-b88b-403b-9957-6c7d6e85c7e1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], Content-Length=[34], Content-Type=[application/json]}\",\"Payload\":\"{\\\"project-name\\\":\\\"basicnw-project\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:33:46:152-2591\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41205864], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:33:46:152-2591]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:46 +0000] "PUT /aai/v24/business/projects/project/basicnw-project" 201 0 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 417 - "logType": "access"
2025-03-31 08:33:46.592 [67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] [qtp1225114731-20]  INFO [aai-resources,67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:46.596 [67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] [pool-133-thread-1]  INFO [aai-resources,67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] 1 --- [ol-133-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:46.597 [67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] [pool-133-thread-1]  INFO [aai-resources,67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] 1 --- [ol-133-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:46.597 [67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] [pool-133-thread-1]  INFO [aai-resources,67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] 1 --- [ol-133-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:46.597 [67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] [pool-133-thread-1]  INFO [aai-resources,67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] 1 --- [ol-133-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:46.631 [67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] [pool-133-thread-1]  INFO [aai-resources,67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] 1 --- [ol-133-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:46.632 [67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] [qtp1225114731-20] DEBUG [aai-resources,67ea536a918f7a2bfad4feb4a5361402,fad4feb4a5361402] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:46:592","respDate":"250331-08:33:46:632","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:46:592-31293\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[976de25a-d4e8-44c4-b9e4-e9c096db7226], Accept=[application/json], x-invocationid=[ed8c7b04-e3ed-4394-808b-f9a55261eb1e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:46 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 43 - "logType": "access"
2025-03-31 08:33:46.661 [67ea536af43fe95860126123610c5b85,60126123610c5b85] [qtp1225114731-25]  INFO [aai-resources,67ea536af43fe95860126123610c5b85,60126123610c5b85] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:46.666 [67ea536af43fe95860126123610c5b85,60126123610c5b85] [qtp1225114731-25]  INFO [aai-resources,67ea536af43fe95860126123610c5b85,60126123610c5b85] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:46.666 [67ea536af43fe95860126123610c5b85,60126123610c5b85] [qtp1225114731-25]  INFO [aai-resources,67ea536af43fe95860126123610c5b85,60126123610c5b85] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:46.666 [67ea536af43fe95860126123610c5b85,60126123610c5b85] [qtp1225114731-25]  INFO [aai-resources,67ea536af43fe95860126123610c5b85,60126123610c5b85] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:46.666 [67ea536af43fe95860126123610c5b85,60126123610c5b85] [qtp1225114731-25]  INFO [aai-resources,67ea536af43fe95860126123610c5b85,60126123610c5b85] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:46.700 [67ea536af43fe95860126123610c5b85,60126123610c5b85] [qtp1225114731-25]  INFO [aai-resources,67ea536af43fe95860126123610c5b85,60126123610c5b85] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:47.102 [67ea536af43fe95860126123610c5b85,60126123610c5b85] [qtp1225114731-25] DEBUG [aai-resources,67ea536af43fe95860126123610c5b85,60126123610c5b85] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:46:661","respDate":"250331-08:33:47:102","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/projects/project/basicnw-project/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:46:661-88453\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[176ffa4b-707d-43c0-9ef3-6e62fb720271], Accept=[application/json], x-invocationid=[e8fb4233-a7c6-4689-afbe-db5daa44323c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], Content-Length=[193], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:33:46:661-88453\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:33:46:661-88453]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:47 +0000] "PUT /aai/v24/business/projects/project/basicnw-project/relationship-list/relationship" 200 0 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 443 - "logType": "access"
2025-03-31 08:33:47.136 [67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] [qtp1225114731-20]  INFO [aai-resources,67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:47.141 [67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] [pool-134-thread-1]  INFO [aai-resources,67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] 1 --- [ol-134-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:47.141 [67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] [pool-134-thread-1]  INFO [aai-resources,67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] 1 --- [ol-134-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:47.141 [67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] [pool-134-thread-1]  INFO [aai-resources,67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] 1 --- [ol-134-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:47.142 [67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] [pool-134-thread-1]  INFO [aai-resources,67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] 1 --- [ol-134-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:47.155 [67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] [pool-134-thread-1]  INFO [aai-resources,67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] 1 --- [ol-134-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:47.156 [67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] [qtp1225114731-20] DEBUG [aai-resources,67ea536b26b5c709f1f3e375380dab78,f1f3e375380dab78] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:47:137","respDate":"250331-08:33:47:156","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:47:137-11436\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f0b76713-7afc-402c-b108-f6e59d511613], Accept=[application/json], x-invocationid=[5030028a-0bce-4e1f-bbe8-586ab2749db0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:47 +0000] "GET /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?resultIndex=0&resultSize=1&format=count" 200 33 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:33:47.179 [67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] [qtp1225114731-25]  INFO [aai-resources,67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:47.186 [67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] [pool-135-thread-1]  INFO [aai-resources,67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] 1 --- [ol-135-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:47.186 [67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] [pool-135-thread-1]  INFO [aai-resources,67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] 1 --- [ol-135-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:47.186 [67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] [pool-135-thread-1]  INFO [aai-resources,67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] 1 --- [ol-135-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:47.187 [67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] [pool-135-thread-1]  INFO [aai-resources,67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] 1 --- [ol-135-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:47.204 [67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] [pool-135-thread-1]  INFO [aai-resources,67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] 1 --- [ol-135-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:47.205 [67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] [qtp1225114731-25] DEBUG [aai-resources,67ea536b8954bfa38b6fe32fe94503b4,8b6fe32fe94503b4] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:47:179","respDate":"250331-08:33:47:204","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:47:179-98932\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0a5a757a-9e7a-4b3e-a66b-5543d7688fe9], Accept=[application/json], x-invocationid=[2cb13555-b3cf-4744-aaec-23fa258723d4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:47 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:33:47.251 [67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] [qtp1225114731-20]  INFO [aai-resources,67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:47.256 [67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] [qtp1225114731-20]  INFO [aai-resources,67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:47.256 [67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] [qtp1225114731-20]  INFO [aai-resources,67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:47.256 [67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] [qtp1225114731-20]  INFO [aai-resources,67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:47.256 [67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] [qtp1225114731-20]  INFO [aai-resources,67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:47.281 [67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] [qtp1225114731-20]  INFO [aai-resources,67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:47.328 [67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] [qtp1225114731-20] DEBUG [aai-resources,67ea536b36105b33c66fec4fd061d369,c66fec4fd061d369] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:47:251","respDate":"250331-08:33:47:328","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:47:251-97211\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e5935798-c188-417f-8944-27a0c175abd7], Accept=[application/json], x-invocationid=[8adcf7e3-a278-415b-b739-5f6261457db2], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], Content-Length=[193], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:33:47:251-97211\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:33:47:251-97211]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:47 +0000] "PUT /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647/relationship-list/relationship" 200 0 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 79 - "logType": "access"
2025-03-31 08:33:47.772 [67ea536b957a4e7eea41b9215289b6be,ea41b9215289b6be] [qtp1225114731-25]  INFO [aai-resources,67ea536b957a4e7eea41b9215289b6be,ea41b9215289b6be] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:47.788 [67ea536b957a4e7eea41b9215289b6be,ea41b9215289b6be] [qtp1225114731-25] DEBUG [aai-resources,67ea536b957a4e7eea41b9215289b6be,ea41b9215289b6be] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1052de9a-752b-4511-b05a-18a703813be6","status":"200","rqstDate":"250331-08:33:47:772","respDate":"250331-08:33:47:788","sourceId":"haproxy:1052de9a-752b-4511-b05a-18a703813be6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:47:772-87216\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[93972381-1ad9-4c9b-acc6-02745feb6af6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1052de9a-752b-4511-b05a-18a703813be6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:33:47.880 [67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] [qtp1225114731-20]  INFO [aai-resources,67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:47.885 [67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] [pool-136-thread-1]  INFO [aai-resources,67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] 1 --- [ol-136-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:47.886 [67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] [pool-136-thread-1]  INFO [aai-resources,67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] 1 --- [ol-136-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:47.886 [67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] [pool-136-thread-1]  INFO [aai-resources,67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] 1 --- [ol-136-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:47.886 [67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] [pool-136-thread-1]  INFO [aai-resources,67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] 1 --- [ol-136-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:47.917 [67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] [pool-136-thread-1]  INFO [aai-resources,67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] 1 --- [ol-136-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:47.918 [67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] [qtp1225114731-20] DEBUG [aai-resources,67ea536b94e5966fe7751aaadead8e0d,e7751aaadead8e0d] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c8e2b0e-9887-44cc-bb97-347c6bc6c353","status":"200","rqstDate":"250331-08:33:47:880","respDate":"250331-08:33:47:917","sourceId":"openECOMP:8c8e2b0e-9887-44cc-bb97-347c6bc6c353","resourceId":"http://aai.onap:35921/aai/v25/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:47:880-9533\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e4eb530e-46ba-4d6f-9548-4ef77475058b], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[8c8e2b0e-9887-44cc-bb97-347c6bc6c353], Host=[aai.onap:35921], Pragma=[no-cache], X-Forwarded-Port=[35921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[8c8e2b0e-9887-44cc-bb97-347c6bc6c353]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:47 +0000] "GET /aai/v25/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=1" 200 1042 REST 8c8e2b0e-9887-44cc-bb97-347c6bc6c353 openECOMP 127.0.0.6 - - - - - - - - - 41 - "logType": "access"
2025-03-31 08:33:48.529 [67ea536cbefb85af6949143104301edd,6949143104301edd] [qtp1225114731-25]  INFO [aai-resources,67ea536cbefb85af6949143104301edd,6949143104301edd] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:48.538 [67ea536cbefb85af6949143104301edd,6949143104301edd] [qtp1225114731-25]  INFO [aai-resources,67ea536cbefb85af6949143104301edd,6949143104301edd] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:48.538 [67ea536cbefb85af6949143104301edd,6949143104301edd] [qtp1225114731-25]  INFO [aai-resources,67ea536cbefb85af6949143104301edd,6949143104301edd] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:48.538 [67ea536cbefb85af6949143104301edd,6949143104301edd] [qtp1225114731-25]  INFO [aai-resources,67ea536cbefb85af6949143104301edd,6949143104301edd] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:48.539 [67ea536cbefb85af6949143104301edd,6949143104301edd] [qtp1225114731-25]  INFO [aai-resources,67ea536cbefb85af6949143104301edd,6949143104301edd] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:48.601 [67ea536cbefb85af6949143104301edd,6949143104301edd] [qtp1225114731-25]  INFO [aai-resources,67ea536cbefb85af6949143104301edd,6949143104301edd] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:48.628 [67ea536cbefb85af6949143104301edd,6949143104301edd] [qtp1225114731-25] DEBUG [aai-resources,67ea536cbefb85af6949143104301edd,6949143104301edd] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c8e2b0e-9887-44cc-bb97-347c6bc6c353","status":"200","rqstDate":"250331-08:33:48:529","respDate":"250331-08:33:48:627","sourceId":"openECOMP:8c8e2b0e-9887-44cc-bb97-347c6bc6c353","resourceId":"http://aai.onap:35921/aai/v25/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?resource-version=1743410027256","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:48:529-87870\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[c6cd4ca8-3738-49eb-a521-54096585a5e5], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[8c8e2b0e-9887-44cc-bb97-347c6bc6c353], Host=[aai.onap:35921], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[35921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[257], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[8c8e2b0e-9887-44cc-bb97-347c6bc6c353]}\",\"Payload\":\"{\\\"selflink\\\":\\\"rests/data/GENERIC-RESOURCE-API:services/service=29e722e3-8d97-410a-ab0b-1685ccb4a5af/service-data/service-topology?content=config\\\",\\\"resource-version\\\":\\\"1743410027256\\\",\\\"service-instance-name\\\":\\\"basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:33:48:529-87870\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[41201768], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:33:48:529-87870]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:48 +0000] "POST /aai/v25/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?resource-version=1743410027256" 200 0 REST 8c8e2b0e-9887-44cc-bb97-347c6bc6c353 openECOMP 127.0.0.6 - - - - - - - - - 102 - "logType": "access"
2025-03-31 08:33:48.924 [67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] [qtp1225114731-20]  INFO [aai-resources,67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:48.929 [67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] [pool-137-thread-1]  INFO [aai-resources,67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] 1 --- [ol-137-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:48.929 [67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] [pool-137-thread-1]  INFO [aai-resources,67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] 1 --- [ol-137-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:48.929 [67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] [pool-137-thread-1]  INFO [aai-resources,67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] 1 --- [ol-137-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:48.929 [67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] [pool-137-thread-1]  INFO [aai-resources,67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] 1 --- [ol-137-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:48.938 [67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] [pool-137-thread-1]  INFO [aai-resources,67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] 1 --- [ol-137-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:48.938 [67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] [qtp1225114731-20] DEBUG [aai-resources,67ea536c9d013b630ef67bc1b3fd32a2,0ef67bc1b3fd32a2] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:48:924","respDate":"250331-08:33:48:938","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:48:924-64\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[42fc744f-978e-4096-8055-b9544d2a0fff], Accept=[application/json], x-invocationid=[3255b007-d0fe-41ac-8319-df6e6d0c9514], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:48 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:33:48.966 [67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] [qtp1225114731-25]  INFO [aai-resources,67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:48.973 [67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] [qtp1225114731-25]  INFO [aai-resources,67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:48.973 [67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] [qtp1225114731-25]  INFO [aai-resources,67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:48.973 [67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] [qtp1225114731-25]  INFO [aai-resources,67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:48.974 [67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] [qtp1225114731-25]  INFO [aai-resources,67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:49.014 [67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] [qtp1225114731-25]  INFO [aai-resources,67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:49.041 [67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] [qtp1225114731-25] DEBUG [aai-resources,67ea536c737058b0fb1a46e822b24c75,fb1a46e822b24c75] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:48:967","respDate":"250331-08:33:49:041","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:48:967-20021\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[19b128c8-4321-436f-97a4-5f1285cb06b2], Accept=[application/json], x-invocationid=[b1c08679-2506-44e2-a85a-e70769b20cbe], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], Content-Length=[173], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\",\\\"service-instance-name\\\":\\\"basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:33:48:967-20021\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[41201768], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:33:48:967-20021]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:49 +0000] "POST /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af" 200 0 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 77 - "logType": "access"
2025-03-31 08:33:49.433 [67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] [qtp1225114731-20]  INFO [aai-resources,67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:49.437 [67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] [pool-138-thread-1]  INFO [aai-resources,67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] 1 --- [ol-138-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:49.437 [67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] [pool-138-thread-1]  INFO [aai-resources,67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] 1 --- [ol-138-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:49.437 [67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] [pool-138-thread-1]  INFO [aai-resources,67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] 1 --- [ol-138-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:49.437 [67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] [pool-138-thread-1]  INFO [aai-resources,67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] 1 --- [ol-138-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:49.440 [67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] [pool-138-thread-1]  INFO [aai-resources,67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] 1 --- [ol-138-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:49.441 [67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] [qtp1225114731-20] DEBUG [aai-resources,67ea536d1d5c976ea980c841d63ab9b9,a980c841d63ab9b9] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:49:433","respDate":"250331-08:33:49:441","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:49:433-68346\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[89441e5f-65b2-461d-817f-e8c04cbb2810], Accept=[application/json], x-invocationid=[bcb71859-b7c1-42e2-aec7-4f252118fd0f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:49 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer" 200 139 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:33:49.466 [67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] [qtp1225114731-25]  INFO [aai-resources,67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:49.470 [67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] [pool-139-thread-1]  INFO [aai-resources,67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] 1 --- [ol-139-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:49.470 [67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] [pool-139-thread-1]  INFO [aai-resources,67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] 1 --- [ol-139-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:49.470 [67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] [pool-139-thread-1]  INFO [aai-resources,67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] 1 --- [ol-139-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:49.471 [67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] [pool-139-thread-1]  INFO [aai-resources,67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] 1 --- [ol-139-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:49.479 [67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] [pool-139-thread-1]  INFO [aai-resources,67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] 1 --- [ol-139-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:49.480 [67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] [qtp1225114731-25] DEBUG [aai-resources,67ea536d478da92e56ef64a22f07d2f7,56ef64a22f07d2f7] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:49:466","respDate":"250331-08:33:49:480","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:49:466-8314\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[26e1c3d1-1b0d-4307-bcd6-47266d7f7497], Accept=[application/json], x-invocationid=[ea6a693f-e374-4802-87c9-4e68a19bdbc8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:49 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 200 739 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:33:49.536 [67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] [qtp1225114731-20]  INFO [aai-resources,67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:49.542 [67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] [pool-140-thread-1]  INFO [aai-resources,67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] 1 --- [ol-140-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:49.542 [67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] [pool-140-thread-1]  INFO [aai-resources,67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] 1 --- [ol-140-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:49.542 [67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] [pool-140-thread-1]  INFO [aai-resources,67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] 1 --- [ol-140-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:49.543 [67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] [pool-140-thread-1]  INFO [aai-resources,67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] 1 --- [ol-140-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:49.564 [67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] [pool-140-thread-1]  INFO [aai-resources,67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] 1 --- [ol-140-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:49.565 [67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] [qtp1225114731-20] DEBUG [aai-resources,67ea536de9abb4f70817d9ad13dabb4b,0817d9ad13dabb4b] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:49:536","respDate":"250331-08:33:49:565","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:49:536-57887\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4db41ef7-215d-91a9-afdb-878c362a1e1a], Accept=[application/json], x-invocationid=[67bd4eee-fc4f-4e6a-a59d-2ebf0c41c8fa], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:49 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1183 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 32 - "logType": "access"
2025-03-31 08:33:49.614 [67ea536df0bf9902b77063513012473a,b77063513012473a] [qtp1225114731-25]  INFO [aai-resources,67ea536df0bf9902b77063513012473a,b77063513012473a] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:49.639 [67ea536df0bf9902b77063513012473a,b77063513012473a] [pool-141-thread-1]  INFO [aai-resources,67ea536df0bf9902b77063513012473a,b77063513012473a] 1 --- [ol-141-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:49.639 [67ea536df0bf9902b77063513012473a,b77063513012473a] [pool-141-thread-1]  INFO [aai-resources,67ea536df0bf9902b77063513012473a,b77063513012473a] 1 --- [ol-141-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:49.639 [67ea536df0bf9902b77063513012473a,b77063513012473a] [pool-141-thread-1]  INFO [aai-resources,67ea536df0bf9902b77063513012473a,b77063513012473a] 1 --- [ol-141-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:49.639 [67ea536df0bf9902b77063513012473a,b77063513012473a] [pool-141-thread-1]  INFO [aai-resources,67ea536df0bf9902b77063513012473a,b77063513012473a] 1 --- [ol-141-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:49.647 [67ea536df0bf9902b77063513012473a,b77063513012473a] [pool-141-thread-1]  INFO [aai-resources,67ea536df0bf9902b77063513012473a,b77063513012473a] 1 --- [ol-141-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:49.649 [67ea536df0bf9902b77063513012473a,b77063513012473a] [qtp1225114731-25] DEBUG [aai-resources,67ea536df0bf9902b77063513012473a,b77063513012473a] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:49:614","respDate":"250331-08:33:49:649","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/projects/project/basicnw-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:49:614-77729\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[38aa69aa-2c0b-4b93-84d1-19e67865316b], Accept=[application/json], x-invocationid=[62c3129c-d326-4382-8064-914615c195a6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:49 +0000] "GET /aai/v24/business/projects/project/basicnw-project?nodes-only=" 200 69 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 37 - "logType": "access"
2025-03-31 08:33:49.676 [67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] [qtp1225114731-20]  INFO [aai-resources,67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:49.680 [67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] [pool-142-thread-1]  INFO [aai-resources,67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] 1 --- [ol-142-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:49.680 [67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] [pool-142-thread-1]  INFO [aai-resources,67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] 1 --- [ol-142-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:49.680 [67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] [pool-142-thread-1]  INFO [aai-resources,67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] 1 --- [ol-142-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:49.680 [67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] [pool-142-thread-1]  INFO [aai-resources,67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] 1 --- [ol-142-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:49.682 [67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] [pool-142-thread-1]  INFO [aai-resources,67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] 1 --- [ol-142-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:49.683 [67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] [qtp1225114731-20] DEBUG [aai-resources,67ea536df36822bc1f2bf80f6e4129ea,1f2bf80f6e4129ea] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:49:676","respDate":"250331-08:33:49:683","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:49:676-84342\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d53c368e-bb6e-4eac-9a20-23c1e5be6cac], Accept=[application/json], x-invocationid=[6d926ab9-fae0-436f-9b6f-d35f18753f8f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:49 +0000] "GET /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=" 200 128 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:33:49.712 [67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] [qtp1225114731-25]  INFO [aai-resources,67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:49.720 [67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] [pool-143-thread-1]  INFO [aai-resources,67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] 1 --- [ol-143-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:49.721 [67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] [pool-143-thread-1]  INFO [aai-resources,67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] 1 --- [ol-143-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:49.721 [67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] [pool-143-thread-1]  INFO [aai-resources,67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] 1 --- [ol-143-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:49.721 [67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] [pool-143-thread-1]  INFO [aai-resources,67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] 1 --- [ol-143-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:49.737 [67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] [pool-143-thread-1]  INFO [aai-resources,67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] 1 --- [ol-143-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:49.738 [67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] [qtp1225114731-25] DEBUG [aai-resources,67ea536d8a1986aadbc943ef7c6e9a2f,dbc943ef7c6e9a2f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:49:713","respDate":"250331-08:33:49:737","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:49:713-77035\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7d8a9225-495e-4f69-a9ed-c7f180a7e914], Accept=[application/json], x-invocationid=[6e7d4bb9-6111-4919-b2aa-4dbc35484230], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:49 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1183 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:33:49.764 [67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] [qtp1225114731-20]  INFO [aai-resources,67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:49.768 [67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] [pool-144-thread-1]  INFO [aai-resources,67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] 1 --- [ol-144-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:49.768 [67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] [pool-144-thread-1]  INFO [aai-resources,67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] 1 --- [ol-144-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:49.769 [67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] [pool-144-thread-1]  INFO [aai-resources,67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] 1 --- [ol-144-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:49.769 [67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] [pool-144-thread-1]  INFO [aai-resources,67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] 1 --- [ol-144-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:49.781 [67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] [pool-144-thread-1]  INFO [aai-resources,67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] 1 --- [ol-144-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:49.781 [67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] [qtp1225114731-20] DEBUG [aai-resources,67ea536d4b4ec344e51fe9e397fbc308,e51fe9e397fbc308] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:49:764","respDate":"250331-08:33:49:781","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:49:764-20776\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3611f6f8-1571-48b5-b8e8-7e8b76230b54], Accept=[application/json], x-invocationid=[ce680da3-3d9e-49e7-8bc1-6a8d9691bf00], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:49 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:33:49.793 [67ea536dc2fffb8e76c18702f4546c83,76c18702f4546c83] [qtp1225114731-25]  INFO [aai-resources,67ea536dc2fffb8e76c18702f4546c83,76c18702f4546c83] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:49.811 [67ea536dc2fffb8e76c18702f4546c83,76c18702f4546c83] [qtp1225114731-25] DEBUG [aai-resources,67ea536dc2fffb8e76c18702f4546c83,76c18702f4546c83] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5291f2c0-270b-4a2e-bd3e-333e12d6cf35","status":"200","rqstDate":"250331-08:33:49:793","respDate":"250331-08:33:49:811","sourceId":"haproxy:5291f2c0-270b-4a2e-bd3e-333e12d6cf35","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:49:793-27509\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d7f9e1bd-c1bf-4e2a-90b2-5436ba4b48ad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5291f2c0-270b-4a2e-bd3e-333e12d6cf35]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:33:49.855 [67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] [qtp1225114731-20]  INFO [aai-resources,67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:49.859 [67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] [pool-145-thread-1]  INFO [aai-resources,67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] 1 --- [ol-145-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:49.859 [67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] [pool-145-thread-1]  INFO [aai-resources,67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] 1 --- [ol-145-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:49.859 [67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] [pool-145-thread-1]  INFO [aai-resources,67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] 1 --- [ol-145-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:49.859 [67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] [pool-145-thread-1]  INFO [aai-resources,67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] 1 --- [ol-145-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:49.862 [67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] [pool-145-thread-1]  INFO [aai-resources,67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] 1 --- [ol-145-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:49.862 [67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] [qtp1225114731-20] DEBUG [aai-resources,67ea536d0a8759784e03c89476c8f2b6,4e03c89476c8f2b6] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:49:855","respDate":"250331-08:33:49:862","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:49:855-78442\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c887904b-fa10-45c8-8135-6baa0360596e], Accept=[application/json], x-invocationid=[6adc5a43-bdbb-4f05-afdf-9fef480c3f5b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:49 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:33:49.884 [67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] [qtp1225114731-25]  INFO [aai-resources,67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:49.891 [67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] [qtp1225114731-25]  INFO [aai-resources,67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:49.891 [67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] [qtp1225114731-25]  INFO [aai-resources,67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:49.891 [67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] [qtp1225114731-25]  INFO [aai-resources,67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:49.891 [67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] [qtp1225114731-25]  INFO [aai-resources,67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:49.918 [67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] [qtp1225114731-25]  INFO [aai-resources,67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:49.941 [67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] [qtp1225114731-25] DEBUG [aai-resources,67ea536de7f1ff57219efba0f00d9fd5,219efba0f00d9fd5] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f4f4edb-9624-400f-a378-36d767dd1ffb","status":"200","rqstDate":"250331-08:33:49:884","respDate":"250331-08:33:49:941","sourceId":"UNKNOWN:9f4f4edb-9624-400f-a378-36d767dd1ffb","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:49:884-89986\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[e0659ea6-ff05-47a9-86b3-ee370d3c1980], Accept=[application/json], x-invocationid=[145e2fe5-62df-4618-96a0-4c1292981757], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,9f4f4edb-9624-400f-a378-36d767dd1ffb], Host=[aai.onap:37055], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], x-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[9f4f4edb-9624-400f-a378-36d767dd1ffb], Content-Length=[171], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\",\\\"service-instance-name\\\":\\\"basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:33:49:884-89986\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[41201768], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:33:49:884-89986]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:49 +0000] "POST /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af" 200 0 REST ,9f4f4edb-9624-400f-a378-36d767dd1ffb MSO 127.0.0.6 - - - - - - - - - 60 - "logType": "access"
2025-03-31 08:33:51.818 [67ea536fee9b5ab5b59222912bc430c9,b59222912bc430c9] [qtp1225114731-20]  INFO [aai-resources,67ea536fee9b5ab5b59222912bc430c9,b59222912bc430c9] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:51.832 [67ea536fee9b5ab5b59222912bc430c9,b59222912bc430c9] [qtp1225114731-20] DEBUG [aai-resources,67ea536fee9b5ab5b59222912bc430c9,b59222912bc430c9] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f9ff4183-bd01-4142-8e38-744b7eaebffe","status":"200","rqstDate":"250331-08:33:51:818","respDate":"250331-08:33:51:832","sourceId":"haproxy:f9ff4183-bd01-4142-8e38-744b7eaebffe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:51:818-79881\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5b56453e-55ca-4653-a4bb-fd40aab82916], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f9ff4183-bd01-4142-8e38-744b7eaebffe]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:33:53.838 [67ea5371da9d11963dd9e86e8a9dc490,3dd9e86e8a9dc490] [qtp1225114731-25]  INFO [aai-resources,67ea5371da9d11963dd9e86e8a9dc490,3dd9e86e8a9dc490] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:53.853 [67ea5371da9d11963dd9e86e8a9dc490,3dd9e86e8a9dc490] [qtp1225114731-25] DEBUG [aai-resources,67ea5371da9d11963dd9e86e8a9dc490,3dd9e86e8a9dc490] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"09541519-c8c1-471d-a8df-c1452b9caadd","status":"200","rqstDate":"250331-08:33:53:838","respDate":"250331-08:33:53:853","sourceId":"haproxy:09541519-c8c1-471d-a8df-c1452b9caadd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:53:838-26840\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f0bef912-8933-4493-acf9-a77c7c5da512], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[09541519-c8c1-471d-a8df-c1452b9caadd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:33:55.860 [67ea5373c14994e4e7ba48c600ea0658,e7ba48c600ea0658] [qtp1225114731-20]  INFO [aai-resources,67ea5373c14994e4e7ba48c600ea0658,e7ba48c600ea0658] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:55.872 [67ea5373c14994e4e7ba48c600ea0658,e7ba48c600ea0658] [qtp1225114731-20] DEBUG [aai-resources,67ea5373c14994e4e7ba48c600ea0658,e7ba48c600ea0658] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d5eebe66-07df-4a47-a0d4-caa7cb465c20","status":"200","rqstDate":"250331-08:33:55:860","respDate":"250331-08:33:55:872","sourceId":"haproxy:d5eebe66-07df-4a47-a0d4-caa7cb465c20","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:55:860-56259\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c48a3148-7ed4-487e-b6ff-51d131336347], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d5eebe66-07df-4a47-a0d4-caa7cb465c20]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:33:57.879 [67ea5375f545a3b6b581669065cab7ba,b581669065cab7ba] [qtp1225114731-25]  INFO [aai-resources,67ea5375f545a3b6b581669065cab7ba,b581669065cab7ba] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:57.882 [67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] [qtp1225114731-270]  INFO [aai-resources,67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:57.890 [67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] [pool-146-thread-1]  INFO [aai-resources,67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] 1 --- [ol-146-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:57.890 [67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] [pool-146-thread-1]  INFO [aai-resources,67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] 1 --- [ol-146-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:57.890 [67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] [pool-146-thread-1]  INFO [aai-resources,67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] 1 --- [ol-146-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:57.890 [67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] [pool-146-thread-1]  INFO [aai-resources,67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] 1 --- [ol-146-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:57.893 [67ea5375f545a3b6b581669065cab7ba,b581669065cab7ba] [qtp1225114731-25] DEBUG [aai-resources,67ea5375f545a3b6b581669065cab7ba,b581669065cab7ba] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6e7aa2a9-c354-49cc-aa2a-1427806ad71a","status":"200","rqstDate":"250331-08:33:57:879","respDate":"250331-08:33:57:893","sourceId":"haproxy:6e7aa2a9-c354-49cc-aa2a-1427806ad71a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:57:879-66039\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b375040d-7936-4aa0-a287-ecdb67a96160], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6e7aa2a9-c354-49cc-aa2a-1427806ad71a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:33:57.900 [67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] [pool-146-thread-1]  INFO [aai-resources,67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] 1 --- [ol-146-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:57.900 [67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] [qtp1225114731-270] DEBUG [aai-resources,67ea5375bb3dfa0c7a6c141c7e21d818,7a6c141c7e21d818] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:33:57:883","respDate":"250331-08:33:57:900","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:37055/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:57:883-83895\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[0057ab9b-d0dc-4649-8e32-e5ef300ea472], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:33:57 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network" 200 766 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:33:57.933 [67ea5375af382346157b85bec988d87d,157b85bec988d87d] [qtp1225114731-26]  INFO [aai-resources,67ea5375af382346157b85bec988d87d,157b85bec988d87d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:57.938 [67ea5375af382346157b85bec988d87d,157b85bec988d87d] [pool-147-thread-1]  INFO [aai-resources,67ea5375af382346157b85bec988d87d,157b85bec988d87d] 1 --- [ol-147-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:57.938 [67ea5375af382346157b85bec988d87d,157b85bec988d87d] [pool-147-thread-1]  INFO [aai-resources,67ea5375af382346157b85bec988d87d,157b85bec988d87d] 1 --- [ol-147-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:57.938 [67ea5375af382346157b85bec988d87d,157b85bec988d87d] [pool-147-thread-1]  INFO [aai-resources,67ea5375af382346157b85bec988d87d,157b85bec988d87d] 1 --- [ol-147-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:57.938 [67ea5375af382346157b85bec988d87d,157b85bec988d87d] [pool-147-thread-1]  INFO [aai-resources,67ea5375af382346157b85bec988d87d,157b85bec988d87d] 1 --- [ol-147-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:57.974 [67ea5375af382346157b85bec988d87d,157b85bec988d87d] [pool-147-thread-1]  INFO [aai-resources,67ea5375af382346157b85bec988d87d,157b85bec988d87d] 1 --- [ol-147-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:57.974 [67ea5375af382346157b85bec988d87d,157b85bec988d87d] [qtp1225114731-26] DEBUG [aai-resources,67ea5375af382346157b85bec988d87d,157b85bec988d87d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:33:57:933","respDate":"250331-08:33:57:974","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:37055/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:57:933-22949\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[07af47df-ee9d-4f3d-ad3a-b18c4f1a64a7], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:33:57 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826" 200 1204 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 44 - "logType": "access"
2025-03-31 08:33:58.006 [67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] [qtp1225114731-270]  INFO [aai-resources,67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:58.013 [67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] [pool-148-thread-1]  INFO [aai-resources,67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] 1 --- [ol-148-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:58.013 [67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] [pool-148-thread-1]  INFO [aai-resources,67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] 1 --- [ol-148-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:58.013 [67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] [pool-148-thread-1]  INFO [aai-resources,67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] 1 --- [ol-148-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:58.013 [67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] [pool-148-thread-1]  INFO [aai-resources,67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] 1 --- [ol-148-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:58.017 [67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] [pool-148-thread-1]  INFO [aai-resources,67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] 1 --- [ol-148-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:58.017 [67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] [qtp1225114731-270] DEBUG [aai-resources,67ea5376dad022ccb65fade47a49678a,b65fade47a49678a] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:33:58:006","respDate":"250331-08:33:58:017","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:37055/aai/v27/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:33:58:006-15690\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8b403e16-8605-49d9-9a2c-b1e7f459ad86], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:33:58 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:33:58.047 [67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] [qtp1225114731-26]  INFO [aai-resources,67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:58.052 [67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] [pool-149-thread-1]  INFO [aai-resources,67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] 1 --- [ol-149-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:58.052 [67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] [pool-149-thread-1]  INFO [aai-resources,67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] 1 --- [ol-149-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:58.052 [67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] [pool-149-thread-1]  INFO [aai-resources,67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] 1 --- [ol-149-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:58.052 [67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] [pool-149-thread-1]  INFO [aai-resources,67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] 1 --- [ol-149-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:58.057 [67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] [pool-149-thread-1]  INFO [aai-resources,67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] 1 --- [ol-149-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:58.058 [67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] [qtp1225114731-26] DEBUG [aai-resources,67ea537643ad0b0d1279af49f28dfffd,1279af49f28dfffd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:33:58:047","respDate":"250331-08:33:58:058","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:37055/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:58:047-70609\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[fafe26c0-2634-9ae8-af30-251aa7eb8005], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:33:58 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network" 200 766 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:33:58.097 [67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] [qtp1225114731-270]  INFO [aai-resources,67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:58.103 [67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] [pool-150-thread-1]  INFO [aai-resources,67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] 1 --- [ol-150-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:58.103 [67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] [pool-150-thread-1]  INFO [aai-resources,67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] 1 --- [ol-150-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:58.103 [67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] [pool-150-thread-1]  INFO [aai-resources,67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] 1 --- [ol-150-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:58.103 [67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] [pool-150-thread-1]  INFO [aai-resources,67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] 1 --- [ol-150-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:58.137 [67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] [pool-150-thread-1]  INFO [aai-resources,67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] 1 --- [ol-150-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:58.137 [67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] [qtp1225114731-270] DEBUG [aai-resources,67ea537632c38afe0b02f11702e6be78,0b02f11702e6be78] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:33:58:098","respDate":"250331-08:33:58:137","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:37055/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:58:098-66287\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8cb5244e-c906-4f9a-9c0a-6b18acc3ac76], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:33:58 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826" 200 1204 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 43 - "logType": "access"
2025-03-31 08:33:58.967 [67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] [qtp1225114731-26]  INFO [aai-resources,67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:58.971 [67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] [pool-151-thread-1]  INFO [aai-resources,67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] 1 --- [ol-151-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:58.971 [67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] [pool-151-thread-1]  INFO [aai-resources,67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] 1 --- [ol-151-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:58.971 [67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] [pool-151-thread-1]  INFO [aai-resources,67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] 1 --- [ol-151-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:58.972 [67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] [pool-151-thread-1]  INFO [aai-resources,67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] 1 --- [ol-151-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:58.977 [67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] [pool-151-thread-1]  INFO [aai-resources,67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] 1 --- [ol-151-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/Xuah4x949gOaRUoSxRPr ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:33:58.978 [67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] [pool-151-thread-1]  INFO [aai-resources,67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] 1 --- [ol-151-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:58.978 [67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] [qtp1225114731-26] DEBUG [aai-resources,67ea5376eb275f81f985d1ab301ebc29,f985d1ab301ebc29] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e6f431c3-f9b0-4ec9-a1b4-ba6c4a00d17a","status":"404","rqstDate":"250331-08:33:58:967","respDate":"250331-08:33:58:978","sourceId":"robot-ete:e6f431c3-f9b0-4ec9-a1b4-ba6c4a00d17a","resourceId":"http://aai.onap:37055/aai/v19/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:58:967-28683\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7ad2b8ba-c5f9-4454-90e1-d004be67f62d], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[e6f431c3-f9b0-4ec9-a1b4-ba6c4a00d17a], Host=[aai.onap:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[e6f431c3-f9b0-4ec9-a1b4-ba6c4a00d17a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:58 +0000] "GET /aai/v19/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr" 404 285 REST e6f431c3-f9b0-4ec9-a1b4-ba6c4a00d17a robot-ete 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:33:59.023 [67ea53777e359f9741bb80af111b282d,41bb80af111b282d] [qtp1225114731-270]  INFO [aai-resources,67ea53777e359f9741bb80af111b282d,41bb80af111b282d] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:59.029 [67ea53777e359f9741bb80af111b282d,41bb80af111b282d] [qtp1225114731-270]  INFO [aai-resources,67ea53777e359f9741bb80af111b282d,41bb80af111b282d] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:59.029 [67ea53777e359f9741bb80af111b282d,41bb80af111b282d] [qtp1225114731-270]  INFO [aai-resources,67ea53777e359f9741bb80af111b282d,41bb80af111b282d] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:59.029 [67ea53777e359f9741bb80af111b282d,41bb80af111b282d] [qtp1225114731-270]  INFO [aai-resources,67ea53777e359f9741bb80af111b282d,41bb80af111b282d] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:59.029 [67ea53777e359f9741bb80af111b282d,41bb80af111b282d] [qtp1225114731-270]  INFO [aai-resources,67ea53777e359f9741bb80af111b282d,41bb80af111b282d] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:59.044 [67ea53777e359f9741bb80af111b282d,41bb80af111b282d] [qtp1225114731-270]  INFO [aai-resources,67ea53777e359f9741bb80af111b282d,41bb80af111b282d] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:59.057 [67ea53777e359f9741bb80af111b282d,41bb80af111b282d] [qtp1225114731-270] DEBUG [aai-resources,67ea53777e359f9741bb80af111b282d,41bb80af111b282d] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dee2e51f-fb77-4553-b554-f53a2d94e785","status":"201","rqstDate":"250331-08:33:59:023","respDate":"250331-08:33:59:057","sourceId":"robot-ete:dee2e51f-fb77-4553-b554-f53a2d94e785","resourceId":"http://aai.onap:37055/aai/v11/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:59:023-49452\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a975bec1-6316-4ad2-8368-cc546c2f2060], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[dee2e51f-fb77-4553-b554-f53a2d94e785], Host=[aai.onap:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[448], Content-Type=[application/json], X-ONAP-RequestID=[dee2e51f-fb77-4553-b554-f53a2d94e785]}\",\"Payload\":\"{\\n  \\\"pnf-name\\\": \\\"Xuah4x949gOaRUoSxRPr\\\",\\n  \\\"pnf-name2\\\": \\\"example-pnf-name2-val-78244\\\",\\n  \\\"pnf-name2-source\\\": \\\"example-pnf-name2-source-val-99275\\\",\\n  \\\"pnf-id\\\": \\\"example-pnf-id-val-7989\\\",\\n  \\\"equip-type\\\": \\\"example-equip-type-val-20348\\\",\\n  \\\"equip-vendor\\\": \\\"example-equip-vendor-val-52182\\\",\\n  \\\"equip-model\\\": \\\"example-equip-model-val-8370\\\",\\n  \\\"management-option\\\": \\\"example-management-option-val-72881\\\",\\n  \\\"ipaddress-v4-oam\\\": \\\"\\\",\\n  \\\"ipaddress-v6-oam\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:33:59:023-49452\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[131264], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:33:59:023-49452]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:59 +0000] "PUT /aai/v11/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr" 201 0 REST dee2e51f-fb77-4553-b554-f53a2d94e785 robot-ete 127.0.0.6 - - - - - - - - - 37 - "logType": "access"
2025-03-31 08:33:59.150 [67ea5377dcdf0452bdd764f265147310,bdd764f265147310] [qtp1225114731-26]  INFO [aai-resources,67ea5377dcdf0452bdd764f265147310,bdd764f265147310] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:59.156 [67ea5377dcdf0452bdd764f265147310,bdd764f265147310] [pool-152-thread-1]  INFO [aai-resources,67ea5377dcdf0452bdd764f265147310,bdd764f265147310] 1 --- [ol-152-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:33:59.156 [67ea5377dcdf0452bdd764f265147310,bdd764f265147310] [pool-152-thread-1]  INFO [aai-resources,67ea5377dcdf0452bdd764f265147310,bdd764f265147310] 1 --- [ol-152-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:33:59.156 [67ea5377dcdf0452bdd764f265147310,bdd764f265147310] [pool-152-thread-1]  INFO [aai-resources,67ea5377dcdf0452bdd764f265147310,bdd764f265147310] 1 --- [ol-152-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:33:59.157 [67ea5377dcdf0452bdd764f265147310,bdd764f265147310] [pool-152-thread-1]  INFO [aai-resources,67ea5377dcdf0452bdd764f265147310,bdd764f265147310] 1 --- [ol-152-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:33:59.173 [67ea5377dcdf0452bdd764f265147310,bdd764f265147310] [pool-152-thread-1]  INFO [aai-resources,67ea5377dcdf0452bdd764f265147310,bdd764f265147310] 1 --- [ol-152-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:33:59.174 [67ea5377dcdf0452bdd764f265147310,bdd764f265147310] [qtp1225114731-26] DEBUG [aai-resources,67ea5377dcdf0452bdd764f265147310,bdd764f265147310] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"08fb54af-fc95-4af1-9456-f99fc1aec8ea","status":"200","rqstDate":"250331-08:33:59:150","respDate":"250331-08:33:59:174","sourceId":"robot-ete:08fb54af-fc95-4af1-9456-f99fc1aec8ea","resourceId":"http://aai.onap:35921/aai/v11/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:33:59:150-57711\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9bf8fd00-77b8-4f4b-98c2-1a0e9a91625b], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[08fb54af-fc95-4af1-9456-f99fc1aec8ea], Host=[aai.onap:35921], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[35921], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[08fb54af-fc95-4af1-9456-f99fc1aec8ea]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:59 +0000] "GET /aai/v11/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr" 200 459 REST 08fb54af-fc95-4af1-9456-f99fc1aec8ea robot-ete 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:33:59.898 [67ea537750d38a2571dc93520cfd91b4,71dc93520cfd91b4] [qtp1225114731-270]  INFO [aai-resources,67ea537750d38a2571dc93520cfd91b4,71dc93520cfd91b4] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:33:59.908 [67ea537750d38a2571dc93520cfd91b4,71dc93520cfd91b4] [qtp1225114731-270] DEBUG [aai-resources,67ea537750d38a2571dc93520cfd91b4,71dc93520cfd91b4] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b7ffbaec-e1d0-4723-87c6-6c5fe6a8d69c","status":"200","rqstDate":"250331-08:33:59:899","respDate":"250331-08:33:59:908","sourceId":"haproxy:b7ffbaec-e1d0-4723-87c6-6c5fe6a8d69c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:33:59:899-60757\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2822aed7-d723-43a1-84fd-e21cae8923dc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b7ffbaec-e1d0-4723-87c6-6c5fe6a8d69c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:33:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:34:01.917 [67ea5379d352e12dc961a187b90d6b4a,c961a187b90d6b4a] [qtp1225114731-26]  INFO [aai-resources,67ea5379d352e12dc961a187b90d6b4a,c961a187b90d6b4a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:01.936 [67ea5379d352e12dc961a187b90d6b4a,c961a187b90d6b4a] [qtp1225114731-26] DEBUG [aai-resources,67ea5379d352e12dc961a187b90d6b4a,c961a187b90d6b4a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5354e81e-d2bb-4fc9-bbd0-619781180d00","status":"200","rqstDate":"250331-08:34:01:923","respDate":"250331-08:34:01:936","sourceId":"haproxy:5354e81e-d2bb-4fc9-bbd0-619781180d00","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:01:923-52694\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[021842f6-1d01-42ef-8428-a9edbcbcdabf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5354e81e-d2bb-4fc9-bbd0-619781180d00]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:34:02.841 [67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] [qtp1225114731-270]  INFO [aai-resources,67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:02.849 [67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] [pool-153-thread-1]  INFO [aai-resources,67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] 1 --- [ol-153-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:02.849 [67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] [pool-153-thread-1]  INFO [aai-resources,67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] 1 --- [ol-153-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:02.849 [67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] [pool-153-thread-1]  INFO [aai-resources,67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] 1 --- [ol-153-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:02.850 [67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] [pool-153-thread-1]  INFO [aai-resources,67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] 1 --- [ol-153-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:02.855 [67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] [pool-153-thread-1]  INFO [aai-resources,67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] 1 --- [ol-153-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:02.855 [67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] [qtp1225114731-270] DEBUG [aai-resources,67ea537a0bfeb1efdcd6067e75fa796a,dcd6067e75fa796a] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:34:02:841","respDate":"250331-08:34:02:855","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:37055/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:02:841-29084\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[fccdba12-53b4-402c-9378-d78603676665], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:34:02 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list" 200 651 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:34:02.886 [67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] [qtp1225114731-26]  INFO [aai-resources,67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:02.891 [67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] [pool-154-thread-1]  INFO [aai-resources,67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] 1 --- [ol-154-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:02.891 [67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] [pool-154-thread-1]  INFO [aai-resources,67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] 1 --- [ol-154-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:02.891 [67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] [pool-154-thread-1]  INFO [aai-resources,67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] 1 --- [ol-154-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:02.891 [67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] [pool-154-thread-1]  INFO [aai-resources,67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] 1 --- [ol-154-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:02.911 [67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] [pool-154-thread-1]  INFO [aai-resources,67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] 1 --- [ol-154-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:02.912 [67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] [qtp1225114731-26] DEBUG [aai-resources,67ea537a6d45c13fd747a6454bfe4efc,d747a6454bfe4efc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:34:02:886","respDate":"250331-08:34:02:912","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:37055/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:02:886-28381\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[bde388c3-e69b-406d-8a61-05888f7f8209], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:34:02 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne" 200 686 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:34:02.953 [67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] [qtp1225114731-270]  INFO [aai-resources,67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:02.959 [67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] [pool-155-thread-1]  INFO [aai-resources,67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] 1 --- [ol-155-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:02.960 [67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] [pool-155-thread-1]  INFO [aai-resources,67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] 1 --- [ol-155-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:02.960 [67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] [pool-155-thread-1]  INFO [aai-resources,67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] 1 --- [ol-155-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:02.960 [67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] [pool-155-thread-1]  INFO [aai-resources,67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] 1 --- [ol-155-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:02.964 [67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] [pool-155-thread-1]  INFO [aai-resources,67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] 1 --- [ol-155-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:02.965 [67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] [qtp1225114731-270] DEBUG [aai-resources,67ea537af4f3fc7ecc6cb9d0128aac45,cc6cb9d0128aac45] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:34:02:953","respDate":"250331-08:34:02:965","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:37055/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:02:953-38713\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[52cf497f-4211-49b5-a356-0bb0101a0dec], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:34:02 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list" 200 651 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:34:03.000 [67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] [qtp1225114731-26]  INFO [aai-resources,67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:03.005 [67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] [pool-156-thread-1]  INFO [aai-resources,67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] 1 --- [ol-156-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:03.005 [67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] [pool-156-thread-1]  INFO [aai-resources,67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] 1 --- [ol-156-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:03.005 [67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] [pool-156-thread-1]  INFO [aai-resources,67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] 1 --- [ol-156-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:03.005 [67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] [pool-156-thread-1]  INFO [aai-resources,67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] 1 --- [ol-156-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:03.013 [67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] [pool-156-thread-1]  INFO [aai-resources,67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] 1 --- [ol-156-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:03.014 [67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] [qtp1225114731-26] DEBUG [aai-resources,67ea537ab5e69760d9d7c08116284277,d9d7c08116284277] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:34:03:000","respDate":"250331-08:34:03:014","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:37055/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:03:000-60532\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[4e617cad-612c-484e-badd-455cc450a6ec], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:34:03 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne" 200 686 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:34:03.050 [67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] [qtp1225114731-270]  INFO [aai-resources,67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:03.059 [67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] [pool-157-thread-1]  INFO [aai-resources,67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] 1 --- [ol-157-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:03.059 [67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] [pool-157-thread-1]  INFO [aai-resources,67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] 1 --- [ol-157-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:03.059 [67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] [pool-157-thread-1]  INFO [aai-resources,67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] 1 --- [ol-157-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:03.059 [67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] [pool-157-thread-1]  INFO [aai-resources,67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] 1 --- [ol-157-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:03.071 [67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] [pool-157-thread-1]  INFO [aai-resources,67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] 1 --- [ol-157-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:03.073 [67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] [qtp1225114731-270] DEBUG [aai-resources,67ea537bd1fc11c8b71de84f7b31a4f3,b71de84f7b31a4f3] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:34:03:050","respDate":"250331-08:34:03:073","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:37055/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:03:050-96503\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[25ca1df6-14ca-4f4a-ba2e-c4f86c12a27f], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:34:03 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 617 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:34:03.358 [67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] [qtp1225114731-26]  INFO [aai-resources,67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:03.365 [67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] [pool-158-thread-1]  INFO [aai-resources,67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] 1 --- [ol-158-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:03.365 [67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] [pool-158-thread-1]  INFO [aai-resources,67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] 1 --- [ol-158-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:03.365 [67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] [pool-158-thread-1]  INFO [aai-resources,67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] 1 --- [ol-158-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:03.366 [67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] [pool-158-thread-1]  INFO [aai-resources,67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] 1 --- [ol-158-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:03.372 [67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] [pool-158-thread-1]  INFO [aai-resources,67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] 1 --- [ol-158-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service found at: service-design-and-creation/services/service/e72870c3-3a30-439e-b2bc-8507f1c72e13 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:34:03.373 [67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] [pool-158-thread-1]  INFO [aai-resources,67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] 1 --- [ol-158-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:03.374 [67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] [qtp1225114731-26] DEBUG [aai-resources,67ea537ba02c2363ae18435ecba586fa,ae18435ecba586fa] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"404","rqstDate":"250331-08:34:03:358","respDate":"250331-08:34:03:373","sourceId":"SO:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:35921/aai/v24/service-design-and-creation/services/service/e72870c3-3a30-439e-b2bc-8507f1c72e13","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:03:358-98356\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5ad7532e-31e3-49b1-8db7-2497e1ef6429], Accept=[application/json], x-invocationid=[6479b5a5-4b8c-4d9a-94d9-6f1040f55de9], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:35921], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[35921], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:03 +0000] "GET /aai/v24/service-design-and-creation/services/service/e72870c3-3a30-439e-b2bc-8507f1c72e13" 404 377 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:34:03.491 [67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] [qtp1225114731-270]  INFO [aai-resources,67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:03.495 [67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] [pool-159-thread-1]  INFO [aai-resources,67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] 1 --- [ol-159-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:03.495 [67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] [pool-159-thread-1]  INFO [aai-resources,67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] 1 --- [ol-159-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:03.495 [67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] [pool-159-thread-1]  INFO [aai-resources,67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] 1 --- [ol-159-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:03.495 [67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] [pool-159-thread-1]  INFO [aai-resources,67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] 1 --- [ol-159-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:03.496 [67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] [pool-159-thread-1]  INFO [aai-resources,67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] 1 --- [ol-159-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service found at: service-design-and-creation/services/service/e72870c3-3a30-439e-b2bc-8507f1c72e13 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:34:03.497 [67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] [pool-159-thread-1]  INFO [aai-resources,67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] 1 --- [ol-159-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:03.497 [67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] [qtp1225114731-270] DEBUG [aai-resources,67ea537bfc793cfad4e007c45ff82895,d4e007c45ff82895] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"404","rqstDate":"250331-08:34:03:491","respDate":"250331-08:34:03:497","sourceId":"SO:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:35921/aai/v24/service-design-and-creation/services/service/e72870c3-3a30-439e-b2bc-8507f1c72e13","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:03:491-86407\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7e431784-e169-4a05-8900-9309298b3f87], Accept=[application/json], x-invocationid=[f3fc0aaf-368a-4d80-bc21-507f0ebf847d], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:35921], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[35921], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:03 +0000] "GET /aai/v24/service-design-and-creation/services/service/e72870c3-3a30-439e-b2bc-8507f1c72e13" 404 377 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:34:03.576 [67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] [qtp1225114731-26]  INFO [aai-resources,67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:03.581 [67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] [pool-160-thread-1]  INFO [aai-resources,67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] 1 --- [ol-160-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:03.581 [67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] [pool-160-thread-1]  INFO [aai-resources,67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] 1 --- [ol-160-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:03.581 [67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] [pool-160-thread-1]  INFO [aai-resources,67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] 1 --- [ol-160-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:03.582 [67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] [pool-160-thread-1]  INFO [aai-resources,67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] 1 --- [ol-160-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:03.587 [67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] [pool-160-thread-1]  INFO [aai-resources,67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] 1 --- [ol-160-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:03.587 [67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] [qtp1225114731-26] DEBUG [aai-resources,67ea537bd7df8ba5c9be8fcd5edc8274,c9be8fcd5edc8274] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:03:576","respDate":"250331-08:34:03:587","sourceId":"SO:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:35921/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:03:576-34122\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[90276438-db81-4661-b54d-0ebba444615e], Accept=[application/json], x-invocationid=[de7de6da-d346-4c37-8fac-be0ce71e2c69], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:35921], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[35921], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:03 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 617 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:34:03.944 [67ea537bdfe2ab2114c1125f24137f69,14c1125f24137f69] [qtp1225114731-270]  INFO [aai-resources,67ea537bdfe2ab2114c1125f24137f69,14c1125f24137f69] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:03.956 [67ea537bdfe2ab2114c1125f24137f69,14c1125f24137f69] [qtp1225114731-270] DEBUG [aai-resources,67ea537bdfe2ab2114c1125f24137f69,14c1125f24137f69] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e145cb2-c284-4d7b-8419-c27422da4405","status":"200","rqstDate":"250331-08:34:03:944","respDate":"250331-08:34:03:955","sourceId":"haproxy:5e145cb2-c284-4d7b-8419-c27422da4405","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:03:944-19807\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[08b668bc-95aa-4a48-9161-bd9dca205dbe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5e145cb2-c284-4d7b-8419-c27422da4405]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:34:04.008 [67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] [qtp1225114731-26]  INFO [aai-resources,67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:04.014 [67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] [pool-161-thread-1]  INFO [aai-resources,67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] 1 --- [ol-161-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:04.014 [67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] [pool-161-thread-1]  INFO [aai-resources,67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] 1 --- [ol-161-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:04.014 [67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] [pool-161-thread-1]  INFO [aai-resources,67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] 1 --- [ol-161-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:04.014 [67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] [pool-161-thread-1]  INFO [aai-resources,67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] 1 --- [ol-161-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:04.022 [67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] [pool-161-thread-1]  INFO [aai-resources,67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] 1 --- [ol-161-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:04.023 [67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] [qtp1225114731-26] DEBUG [aai-resources,67ea537c2f3a12f939cbcd3c14f3dad1,39cbcd3c14f3dad1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:04:008","respDate":"250331-08:34:04:023","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:37055/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:04:008-24004\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[75ba0543-e8c5-43e1-bcc0-0f43455a9649], Accept=[application/json], x-invocationid=[d0846636-50af-4f15-b9b6-c58f5a4a85fd], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:04 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:34:04.054 [67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] [qtp1225114731-270]  INFO [aai-resources,67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:04.063 [67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] [pool-162-thread-1]  INFO [aai-resources,67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] 1 --- [ol-162-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:04.063 [67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] [pool-162-thread-1]  INFO [aai-resources,67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] 1 --- [ol-162-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:04.063 [67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] [pool-162-thread-1]  INFO [aai-resources,67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] 1 --- [ol-162-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:04.063 [67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] [pool-162-thread-1]  INFO [aai-resources,67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] 1 --- [ol-162-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:04.089 [67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] [pool-162-thread-1]  INFO [aai-resources,67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] 1 --- [ol-162-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type l3-network found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/l3-networks ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:34:04.089 [67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] [pool-162-thread-1]  INFO [aai-resources,67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] 1 --- [ol-162-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:04.090 [67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] [qtp1225114731-270] DEBUG [aai-resources,67ea537cb101d21edd6a7e1622082ca5,dd6a7e1622082ca5] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"404","rqstDate":"250331-08:34:04:054","respDate":"250331-08:34:04:090","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:37055/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/l3-networks?network-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826_net_0","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:04:054-23031\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5ba07e21-7141-42b5-b829-954c6bcdc3e1], Accept=[application/json], x-invocationid=[10ec7f18-620b-4c09-83bf-855cc6efd87b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:04 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/l3-networks?network-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826_net_0" 404 610 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 38 - "logType": "access"
2025-03-31 08:34:04.115 [67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] [qtp1225114731-26]  INFO [aai-resources,67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:04.123 [67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] [pool-163-thread-1]  INFO [aai-resources,67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] 1 --- [ol-163-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:04.123 [67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] [pool-163-thread-1]  INFO [aai-resources,67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] 1 --- [ol-163-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:04.123 [67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] [pool-163-thread-1]  INFO [aai-resources,67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] 1 --- [ol-163-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:04.123 [67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] [pool-163-thread-1]  INFO [aai-resources,67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] 1 --- [ol-163-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:04.136 [67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] [pool-163-thread-1]  INFO [aai-resources,67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] 1 --- [ol-163-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type l3-network found at: network/l3-networks ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:34:04.137 [67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] [pool-163-thread-1]  INFO [aai-resources,67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] 1 --- [ol-163-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:04.139 [67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] [qtp1225114731-26] DEBUG [aai-resources,67ea537c62c023be0ce9705c7e874775,0ce9705c7e874775] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"404","rqstDate":"250331-08:34:04:115","respDate":"250331-08:34:04:137","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:37055/aai/v24/network/l3-networks?resultIndex=0&resultSize=1&format=count&network-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826_net_0","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:04:115-15349\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c479d034-fbc9-4fd9-8005-5702951ec14c], Accept=[application/json], x-invocationid=[75642bf3-7868-43a3-b2a5-099c408ea6cb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:37055], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:04 +0000] "GET /aai/v24/network/l3-networks?resultIndex=0&resultSize=1&format=count&network-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826_net_0" 404 256 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:34:04.219 [67ea537cb9452edc6a51233109753e78,6a51233109753e78] [qtp1225114731-270]  INFO [aai-resources,67ea537cb9452edc6a51233109753e78,6a51233109753e78] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:04.223 [67ea537cb9452edc6a51233109753e78,6a51233109753e78] [pool-164-thread-1]  INFO [aai-resources,67ea537cb9452edc6a51233109753e78,6a51233109753e78] 1 --- [ol-164-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:04.223 [67ea537cb9452edc6a51233109753e78,6a51233109753e78] [pool-164-thread-1]  INFO [aai-resources,67ea537cb9452edc6a51233109753e78,6a51233109753e78] 1 --- [ol-164-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:04.223 [67ea537cb9452edc6a51233109753e78,6a51233109753e78] [pool-164-thread-1]  INFO [aai-resources,67ea537cb9452edc6a51233109753e78,6a51233109753e78] 1 --- [ol-164-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:04.223 [67ea537cb9452edc6a51233109753e78,6a51233109753e78] [pool-164-thread-1]  INFO [aai-resources,67ea537cb9452edc6a51233109753e78,6a51233109753e78] 1 --- [ol-164-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:04.237 [67ea537cb9452edc6a51233109753e78,6a51233109753e78] [pool-164-thread-1]  INFO [aai-resources,67ea537cb9452edc6a51233109753e78,6a51233109753e78] 1 --- [ol-164-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:04.238 [67ea537cb9452edc6a51233109753e78,6a51233109753e78] [qtp1225114731-270] DEBUG [aai-resources,67ea537cb9452edc6a51233109753e78,6a51233109753e78] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7f06b8c4-4a7d-447b-a50e-c04ae8978061","status":"200","rqstDate":"250331-08:34:04:219","respDate":"250331-08:34:04:238","sourceId":"robot-ete:7f06b8c4-4a7d-447b-a50e-c04ae8978061","resourceId":"http://aai.onap:35921/aai/v11/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:04:219-75272\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7ea32be6-54eb-45ad-b30c-cc6eadc79cd6], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[7f06b8c4-4a7d-447b-a50e-c04ae8978061], Host=[aai.onap:35921], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[35921], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[7f06b8c4-4a7d-447b-a50e-c04ae8978061]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:04 +0000] "GET /aai/v11/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr" 200 459 REST 7f06b8c4-4a7d-447b-a50e-c04ae8978061 robot-ete 127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:34:05.963 [67ea537d9afd90f7560f3da512e3be6a,560f3da512e3be6a] [qtp1225114731-26]  INFO [aai-resources,67ea537d9afd90f7560f3da512e3be6a,560f3da512e3be6a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:05.977 [67ea537d9afd90f7560f3da512e3be6a,560f3da512e3be6a] [qtp1225114731-26] DEBUG [aai-resources,67ea537d9afd90f7560f3da512e3be6a,560f3da512e3be6a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"42fe4367-23fd-4299-b3e5-fcac8e876462","status":"200","rqstDate":"250331-08:34:05:964","respDate":"250331-08:34:05:977","sourceId":"haproxy:42fe4367-23fd-4299-b3e5-fcac8e876462","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:05:964-67025\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5a3039c5-72c1-444f-9fdc-913bf0f17ad2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[42fe4367-23fd-4299-b3e5-fcac8e876462]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:34:06.926 [67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] [qtp1225114731-270]  INFO [aai-resources,67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:06.933 [67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] [pool-165-thread-1]  INFO [aai-resources,67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] 1 --- [ol-165-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:06.933 [67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] [pool-165-thread-1]  INFO [aai-resources,67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] 1 --- [ol-165-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:06.934 [67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] [pool-165-thread-1]  INFO [aai-resources,67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] 1 --- [ol-165-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:06.934 [67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] [pool-165-thread-1]  INFO [aai-resources,67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] 1 --- [ol-165-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:06.947 [67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] [pool-165-thread-1]  INFO [aai-resources,67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] 1 --- [ol-165-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:06.948 [67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] [qtp1225114731-270] DEBUG [aai-resources,67ea537edf11d27edebacd696e35bdb8,debacd696e35bdb8] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"323b573f-c86b-4de7-8488-682a96435fc2","status":"200","rqstDate":"250331-08:34:06:926","respDate":"250331-08:34:06:948","sourceId":"prh:323b573f-c86b-4de7-8488-682a96435fc2","resourceId":"http://aai-internal.onap.svc.cluster.local:37055/aai/v23/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:06:926-27100\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1565c063-e6c8-4964-9da4-b28308238d52], Accept=[application/json], x-invocationid=[84df451e-dcab-47c0-ba5c-a43e293fe61c], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:37055], x-requestid=[323b573f-c86b-4de7-8488-682a96435fc2], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[323b573f-c86b-4de7-8488-682a96435fc2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:06 +0000] "GET /aai/v23/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr" 200 493 REST 9999 prh 127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:34:06.973 [67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] [qtp1225114731-26]  INFO [aai-resources,67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:06.981 [67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] [qtp1225114731-26]  INFO [aai-resources,67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:06.981 [67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] [qtp1225114731-26]  INFO [aai-resources,67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:06.981 [67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] [qtp1225114731-26]  INFO [aai-resources,67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:06.981 [67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] [qtp1225114731-26]  INFO [aai-resources,67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:07.015 [67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] [qtp1225114731-26]  INFO [aai-resources,67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:07.041 [67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] [qtp1225114731-26] DEBUG [aai-resources,67ea537e6785c35d70bfdb4bb8d4b1c4,70bfdb4bb8d4b1c4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4115d600-d9b8-4107-89de-3b9c92ea28f4","status":"200","rqstDate":"250331-08:34:06:973","respDate":"250331-08:34:07:041","sourceId":"prh:4115d600-d9b8-4107-89de-3b9c92ea28f4","resourceId":"http://aai-internal.onap.svc.cluster.local:37055/aai/v23/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:06:973-45249\",\"Http-Method\":\"PATCH\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[238f0730-45b5-4f7a-b904-d68ff71da31a], Accept=[application/json], x-invocationid=[e6950180-9220-4ed8-b941-363f28fa4a83], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:37055], x-requestid=[4115d600-d9b8-4107-89de-3b9c92ea28f4], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[248], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[4115d600-d9b8-4107-89de-3b9c92ea28f4]}\",\"Payload\":\"{\\\"correlationId\\\":\\\"Xuah4x949gOaRUoSxRPr\\\",\\\"ipaddress-v4-oam\\\":\\\"13.13.13.13\\\",\\\"ipaddress-v6-oam\\\":\\\"2001:0db8:0:0:0:0:1428:57ab\\\",\\\"serial-number\\\":\\\"6061ZW3\\\",\\\"equip-vendor\\\":\\\"Nokia\\\",\\\"equip-model\\\":\\\"val6\\\",\\\"equip-type\\\":\\\"val8\\\",\\\"nf-role\\\":\\\"gNB\\\",\\\"sw-version\\\":\\\"val7\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:34:06:973-45249\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[131264], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:34:06:973-45249]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:07 +0000] "PATCH /aai/v23/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr" 200 0 REST 9999 prh 127.0.0.6 - - - - - - - - - 70 - "logType": "access"
2025-03-31 08:34:07.985 [67ea537f5ae8f48c1deb663651635a2d,1deb663651635a2d] [qtp1225114731-270]  INFO [aai-resources,67ea537f5ae8f48c1deb663651635a2d,1deb663651635a2d] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:07.997 [67ea537f5ae8f48c1deb663651635a2d,1deb663651635a2d] [qtp1225114731-270] DEBUG [aai-resources,67ea537f5ae8f48c1deb663651635a2d,1deb663651635a2d] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"81cf5c70-2995-430a-92f2-af6d237e28da","status":"200","rqstDate":"250331-08:34:07:985","respDate":"250331-08:34:07:997","sourceId":"haproxy:81cf5c70-2995-430a-92f2-af6d237e28da","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:07:985-85622\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[30374492-3dc3-442e-8af5-48b25b04599f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[81cf5c70-2995-430a-92f2-af6d237e28da]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:34:09.290 [67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] [qtp1225114731-26]  INFO [aai-resources,67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:09.295 [67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] [pool-166-thread-1]  INFO [aai-resources,67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] 1 --- [ol-166-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:09.295 [67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] [pool-166-thread-1]  INFO [aai-resources,67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] 1 --- [ol-166-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:09.295 [67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] [pool-166-thread-1]  INFO [aai-resources,67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] 1 --- [ol-166-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:09.295 [67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] [pool-166-thread-1]  INFO [aai-resources,67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] 1 --- [ol-166-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:09.316 [67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] [pool-166-thread-1]  INFO [aai-resources,67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] 1 --- [ol-166-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:09.317 [67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] [qtp1225114731-26] DEBUG [aai-resources,67ea5381d86625fca5be5b308fe39a0a,a5be5b308fe39a0a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5850ca22-0ab2-452b-a1c0-b0b879e7b019","status":"200","rqstDate":"250331-08:34:09:290","respDate":"250331-08:34:09:316","sourceId":"robot-ete:5850ca22-0ab2-452b-a1c0-b0b879e7b019","resourceId":"http://aai.onap:37055/aai/v11/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:09:290-24604\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a3c90a06-601d-4564-b15b-64890dc2d590], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[5850ca22-0ab2-452b-a1c0-b0b879e7b019], Host=[aai.onap:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[5850ca22-0ab2-452b-a1c0-b0b879e7b019]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:09 +0000] "GET /aai/v11/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr" 200 486 REST 5850ca22-0ab2-452b-a1c0-b0b879e7b019 robot-ete 127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:34:09.362 [67ea5381785950e9f4647b9a017de584,f4647b9a017de584] [qtp1225114731-270]  INFO [aai-resources,67ea5381785950e9f4647b9a017de584,f4647b9a017de584] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:09.368 [67ea5381785950e9f4647b9a017de584,f4647b9a017de584] [pool-167-thread-1]  INFO [aai-resources,67ea5381785950e9f4647b9a017de584,f4647b9a017de584] 1 --- [ol-167-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:09.368 [67ea5381785950e9f4647b9a017de584,f4647b9a017de584] [pool-167-thread-1]  INFO [aai-resources,67ea5381785950e9f4647b9a017de584,f4647b9a017de584] 1 --- [ol-167-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:09.368 [67ea5381785950e9f4647b9a017de584,f4647b9a017de584] [pool-167-thread-1]  INFO [aai-resources,67ea5381785950e9f4647b9a017de584,f4647b9a017de584] 1 --- [ol-167-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:09.368 [67ea5381785950e9f4647b9a017de584,f4647b9a017de584] [pool-167-thread-1]  INFO [aai-resources,67ea5381785950e9f4647b9a017de584,f4647b9a017de584] 1 --- [ol-167-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:09.384 [67ea5381785950e9f4647b9a017de584,f4647b9a017de584] [pool-167-thread-1]  INFO [aai-resources,67ea5381785950e9f4647b9a017de584,f4647b9a017de584] 1 --- [ol-167-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:09.384 [67ea5381785950e9f4647b9a017de584,f4647b9a017de584] [qtp1225114731-270] DEBUG [aai-resources,67ea5381785950e9f4647b9a017de584,f4647b9a017de584] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"06fbd8f4-57e2-43b4-ad0f-2751c325a438","status":"200","rqstDate":"250331-08:34:09:362","respDate":"250331-08:34:09:384","sourceId":"robot-ete:06fbd8f4-57e2-43b4-ad0f-2751c325a438","resourceId":"http://aai.onap:37055/aai/v19/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:09:362-24247\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[457daaea-6fcc-4348-9b56-84f7090dae05], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[06fbd8f4-57e2-43b4-ad0f-2751c325a438], Host=[aai.onap:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Type=[application/json], X-ONAP-RequestID=[06fbd8f4-57e2-43b4-ad0f-2751c325a438]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:09 +0000] "GET /aai/v19/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr" 200 486 REST 06fbd8f4-57e2-43b4-ad0f-2751c325a438 robot-ete 127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:34:09.420 [67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] [qtp1225114731-26]  INFO [aai-resources,67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:09.424 [67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] [qtp1225114731-26]  INFO [aai-resources,67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:09.424 [67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] [qtp1225114731-26]  INFO [aai-resources,67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:09.424 [67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] [qtp1225114731-26]  INFO [aai-resources,67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:09.424 [67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] [qtp1225114731-26]  INFO [aai-resources,67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:09.458 [67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] [qtp1225114731-26]  INFO [aai-resources,67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:09.674 [67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] [qtp1225114731-20]  INFO [aai-resources,67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:09.683 [67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] [pool-168-thread-1]  INFO [aai-resources,67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] 1 --- [ol-168-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:09.683 [67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] [pool-168-thread-1]  INFO [aai-resources,67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] 1 --- [ol-168-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:09.683 [67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] [pool-168-thread-1]  INFO [aai-resources,67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] 1 --- [ol-168-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:09.684 [67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] [pool-168-thread-1]  INFO [aai-resources,67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] 1 --- [ol-168-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:09.686 [67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] [pool-168-thread-1]  INFO [aai-resources,67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] 1 --- [ol-168-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:09.687 [67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] [qtp1225114731-20] DEBUG [aai-resources,67ea5381732dff23a71e9ebb5b66232e,a71e9ebb5b66232e] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:09:675","respDate":"250331-08:34:09:686","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:09:675-4742\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2632a5fb-4493-4fa8-9efb-a3b428710311], Accept=[application/json], x-invocationid=[acd3196e-7925-4df8-8093-e234d0ef873f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:09 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:34:09.718 [67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] [qtp1225114731-25]  INFO [aai-resources,67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:09.724 [67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] [pool-169-thread-1]  INFO [aai-resources,67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] 1 --- [ol-169-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:09.724 [67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] [pool-169-thread-1]  INFO [aai-resources,67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] 1 --- [ol-169-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:09.724 [67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] [pool-169-thread-1]  INFO [aai-resources,67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] 1 --- [ol-169-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:09.724 [67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] [pool-169-thread-1]  INFO [aai-resources,67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] 1 --- [ol-169-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:09.739 [67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] [pool-169-thread-1]  INFO [aai-resources,67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] 1 --- [ol-169-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:09.740 [67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] [qtp1225114731-25] DEBUG [aai-resources,67ea5381178331c7e8724e12cf08b8c4,e8724e12cf08b8c4] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:09:718","respDate":"250331-08:34:09:740","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:09:718-94954\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f4b72397-1b30-448a-857f-02caaf5f985a], Accept=[application/json], x-invocationid=[b1ba7db6-f8cd-43a4-ae77-f3d2dcd8f619], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:09 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1181 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:34:09.793 [67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] [qtp1225114731-26] DEBUG [aai-resources,67ea53810c2f6a3fb57415640e2c4fe9,b57415640e2c4fe9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"16604dc3-00e4-4868-817d-a20735ad2b3a","status":"204","rqstDate":"250331-08:34:09:420","respDate":"250331-08:34:09:792","sourceId":"robot-ete:16604dc3-00e4-4868-817d-a20735ad2b3a","resourceId":"http://aai.onap:37055/aai/v19/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr?resource-version=1743410046981","resourceType":"DELETE","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:09:420-18021\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[62523ed8-afda-4324-ae2b-9c8d1d991e53], Accept=[application/json], User-Agent=[python-requests/2.25.1], X-Forwarded-Proto=[http], x-transactionid=[16604dc3-00e4-4868-817d-a20735ad2b3a], Host=[aai.onap:37055], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[37055], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[0], Content-Type=[application/json], X-ONAP-RequestID=[16604dc3-00e4-4868-817d-a20735ad2b3a]}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:34:09:420-18021\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:34:09:420-18021]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:09 +0000] "DELETE /aai/v19/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr?resource-version=1743410046981" 204 0 REST 16604dc3-00e4-4868-817d-a20735ad2b3a robot-ete 127.0.0.6 - - - - - - - - - 376 - "logType": "access"
2025-03-31 08:34:09.799 [67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] [qtp1225114731-270]  INFO [aai-resources,67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:09.803 [67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] [pool-170-thread-1]  INFO [aai-resources,67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] 1 --- [ol-170-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:09.803 [67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] [pool-170-thread-1]  INFO [aai-resources,67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] 1 --- [ol-170-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:09.803 [67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] [pool-170-thread-1]  INFO [aai-resources,67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] 1 --- [ol-170-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:09.803 [67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] [pool-170-thread-1]  INFO [aai-resources,67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] 1 --- [ol-170-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:09.805 [67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] [pool-170-thread-1]  INFO [aai-resources,67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] 1 --- [ol-170-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:09.806 [67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] [qtp1225114731-270] DEBUG [aai-resources,67ea53811c645df5c9c6bfa41f918d39,c9c6bfa41f918d39] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:09:799","respDate":"250331-08:34:09:806","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/projects/project/basicnw-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:09:799-82843\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[796e6f98-6828-4d9e-b011-a49d6dc16429], Accept=[application/json], x-invocationid=[b65d44f1-0d85-40d4-a9ad-ebc89bff03aa], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:09 +0000] "GET /aai/v24/business/projects/project/basicnw-project?nodes-only=" 200 69 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:34:09.829 [67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] [qtp1225114731-26]  INFO [aai-resources,67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:09.834 [67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] [pool-171-thread-1]  INFO [aai-resources,67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] 1 --- [ol-171-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:09.834 [67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] [pool-171-thread-1]  INFO [aai-resources,67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] 1 --- [ol-171-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:09.834 [67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] [pool-171-thread-1]  INFO [aai-resources,67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] 1 --- [ol-171-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:09.834 [67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] [pool-171-thread-1]  INFO [aai-resources,67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] 1 --- [ol-171-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:09.836 [67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] [pool-171-thread-1]  INFO [aai-resources,67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] 1 --- [ol-171-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:09.837 [67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] [qtp1225114731-26] DEBUG [aai-resources,67ea5381543b82ab40b7c53e66910222,40b7c53e66910222] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:09:829","respDate":"250331-08:34:09:837","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:09:829-70019\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[369b638d-59ea-4a52-a452-61e846318218], Accept=[application/json], x-invocationid=[44c9676f-183d-40d5-bcc7-a0be7985b77f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:09 +0000] "GET /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=" 200 128 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:34:09.947 [67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] [qtp1225114731-270]  INFO [aai-resources,67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:09.952 [67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] [pool-172-thread-1]  INFO [aai-resources,67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] 1 --- [ol-172-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:09.952 [67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] [pool-172-thread-1]  INFO [aai-resources,67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] 1 --- [ol-172-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:09.952 [67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] [pool-172-thread-1]  INFO [aai-resources,67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] 1 --- [ol-172-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:09.952 [67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] [pool-172-thread-1]  INFO [aai-resources,67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] 1 --- [ol-172-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:09.967 [67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] [pool-172-thread-1]  INFO [aai-resources,67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] 1 --- [ol-172-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:09.968 [67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] [qtp1225114731-270] DEBUG [aai-resources,67ea538192e6e62f52b842523b29dd12,52b842523b29dd12] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:09:947","respDate":"250331-08:34:09:968","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:09:947-21331\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d462e685-3108-4bc1-a31f-9a033b935e57], Accept=[application/json], x-invocationid=[0fda13ac-d07b-4e43-bfbf-08f2f95f162f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:09 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:34:10.004 [67ea538225de7a4202234c907c9c1618,02234c907c9c1618] [qtp1225114731-20]  INFO [aai-resources,67ea538225de7a4202234c907c9c1618,02234c907c9c1618] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:10.004 [67ea53827db2573cdb90c0b942b339ac,db90c0b942b339ac] [qtp1225114731-26]  INFO [aai-resources,67ea53827db2573cdb90c0b942b339ac,db90c0b942b339ac] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:10.008 [67ea538225de7a4202234c907c9c1618,02234c907c9c1618] [pool-173-thread-1]  INFO [aai-resources,67ea538225de7a4202234c907c9c1618,02234c907c9c1618] 1 --- [ol-173-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:10.008 [67ea538225de7a4202234c907c9c1618,02234c907c9c1618] [pool-173-thread-1]  INFO [aai-resources,67ea538225de7a4202234c907c9c1618,02234c907c9c1618] 1 --- [ol-173-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:10.009 [67ea538225de7a4202234c907c9c1618,02234c907c9c1618] [pool-173-thread-1]  INFO [aai-resources,67ea538225de7a4202234c907c9c1618,02234c907c9c1618] 1 --- [ol-173-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:10.009 [67ea538225de7a4202234c907c9c1618,02234c907c9c1618] [pool-173-thread-1]  INFO [aai-resources,67ea538225de7a4202234c907c9c1618,02234c907c9c1618] 1 --- [ol-173-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:10.011 [67ea538225de7a4202234c907c9c1618,02234c907c9c1618] [pool-173-thread-1]  INFO [aai-resources,67ea538225de7a4202234c907c9c1618,02234c907c9c1618] 1 --- [ol-173-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:10.012 [67ea538225de7a4202234c907c9c1618,02234c907c9c1618] [qtp1225114731-20] DEBUG [aai-resources,67ea538225de7a4202234c907c9c1618,02234c907c9c1618] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:10:004","respDate":"250331-08:34:10:012","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:10:004-88140\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4663fddd-7a9c-4515-b950-f8219f9b8187], Accept=[application/json], x-invocationid=[15f90058-4b5e-4c5e-b629-6e1f81276881], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:10 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:34:10.016 [67ea53827db2573cdb90c0b942b339ac,db90c0b942b339ac] [qtp1225114731-26] DEBUG [aai-resources,67ea53827db2573cdb90c0b942b339ac,db90c0b942b339ac] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a512f4ae-8409-4b59-a10b-569736ae65d6","status":"200","rqstDate":"250331-08:34:10:004","respDate":"250331-08:34:10:016","sourceId":"haproxy:a512f4ae-8409-4b59-a10b-569736ae65d6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:10:004-47490\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e527ac31-416d-4d84-b881-e3e7794f318d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a512f4ae-8409-4b59-a10b-569736ae65d6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:34:10.042 [67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] [qtp1225114731-25]  INFO [aai-resources,67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:10.046 [67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] [pool-174-thread-1]  INFO [aai-resources,67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] 1 --- [ol-174-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:10.046 [67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] [pool-174-thread-1]  INFO [aai-resources,67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] 1 --- [ol-174-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:10.047 [67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] [pool-174-thread-1]  INFO [aai-resources,67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] 1 --- [ol-174-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:10.047 [67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] [pool-174-thread-1]  INFO [aai-resources,67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] 1 --- [ol-174-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:10.050 [67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] [pool-174-thread-1]  INFO [aai-resources,67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] 1 --- [ol-174-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:10.050 [67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] [qtp1225114731-25] DEBUG [aai-resources,67ea538207f302b8dfb3d64462a88d20,dfb3d64462a88d20] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:10:042","respDate":"250331-08:34:10:050","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:10:042-3940\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e5380109-28da-4414-9f5f-53159fe75378], Accept=[application/json], x-invocationid=[9a4aa108-c2a7-424b-b6ba-7f5ff2938abb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:10 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer" 200 139 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:34:10.070 [67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] [qtp1225114731-26]  INFO [aai-resources,67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:10.075 [67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] [pool-175-thread-1]  INFO [aai-resources,67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] 1 --- [ol-175-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:10.075 [67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] [pool-175-thread-1]  INFO [aai-resources,67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] 1 --- [ol-175-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:10.075 [67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] [pool-175-thread-1]  INFO [aai-resources,67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] 1 --- [ol-175-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:10.075 [67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] [pool-175-thread-1]  INFO [aai-resources,67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] 1 --- [ol-175-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:10.079 [67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] [pool-175-thread-1]  INFO [aai-resources,67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] 1 --- [ol-175-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:10.080 [67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] [qtp1225114731-26] DEBUG [aai-resources,67ea538234b877aeadf988c8a958e1cb,adf988c8a958e1cb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:10:070","respDate":"250331-08:34:10:080","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:10:070-89364\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1340bad2-8d0b-4820-8089-fb373e8b51c8], Accept=[application/json], x-invocationid=[d86cadec-85b3-44d9-b2b3-9c45e89a5116], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:10 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 200 739 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:34:10.276 [67ea53825d343a927928d146277c068e,7928d146277c068e] [qtp1225114731-25]  INFO [aai-resources,67ea53825d343a927928d146277c068e,7928d146277c068e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:10.281 [67ea53825d343a927928d146277c068e,7928d146277c068e] [pool-176-thread-1]  INFO [aai-resources,67ea53825d343a927928d146277c068e,7928d146277c068e] 1 --- [ol-176-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:10.281 [67ea53825d343a927928d146277c068e,7928d146277c068e] [pool-176-thread-1]  INFO [aai-resources,67ea53825d343a927928d146277c068e,7928d146277c068e] 1 --- [ol-176-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:10.281 [67ea53825d343a927928d146277c068e,7928d146277c068e] [pool-176-thread-1]  INFO [aai-resources,67ea53825d343a927928d146277c068e,7928d146277c068e] 1 --- [ol-176-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:10.281 [67ea53825d343a927928d146277c068e,7928d146277c068e] [pool-176-thread-1]  INFO [aai-resources,67ea53825d343a927928d146277c068e,7928d146277c068e] 1 --- [ol-176-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:10.288 [67ea53825d343a927928d146277c068e,7928d146277c068e] [pool-176-thread-1]  INFO [aai-resources,67ea53825d343a927928d146277c068e,7928d146277c068e] 1 --- [ol-176-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type l3-network found at: network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:34:10.289 [67ea53825d343a927928d146277c068e,7928d146277c068e] [pool-176-thread-1]  INFO [aai-resources,67ea53825d343a927928d146277c068e,7928d146277c068e] 1 --- [ol-176-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:10.289 [67ea53825d343a927928d146277c068e,7928d146277c068e] [qtp1225114731-25] DEBUG [aai-resources,67ea53825d343a927928d146277c068e,7928d146277c068e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"404","rqstDate":"250331-08:34:10:276","respDate":"250331-08:34:10:289","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:10:276-3839\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0d11512a-8db7-44b1-a082-4e1a5a77c2d9], Accept=[application/json], x-invocationid=[7f0f7124-5c23-494e-aaff-8b64b086a5cb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:10 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?resultIndex=0&resultSize=1&format=count" 404 352 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:34:10.322 [67ea5382df81665847fede03f1affd61,47fede03f1affd61] [qtp1225114731-25]  INFO [aai-resources,67ea5382df81665847fede03f1affd61,47fede03f1affd61] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:10.329 [67ea5382df81665847fede03f1affd61,47fede03f1affd61] [qtp1225114731-25]  INFO [aai-resources,67ea5382df81665847fede03f1affd61,47fede03f1affd61] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:10.329 [67ea5382df81665847fede03f1affd61,47fede03f1affd61] [qtp1225114731-25]  INFO [aai-resources,67ea5382df81665847fede03f1affd61,47fede03f1affd61] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:10.329 [67ea5382df81665847fede03f1affd61,47fede03f1affd61] [qtp1225114731-25]  INFO [aai-resources,67ea5382df81665847fede03f1affd61,47fede03f1affd61] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:10.329 [67ea5382df81665847fede03f1affd61,47fede03f1affd61] [qtp1225114731-25]  INFO [aai-resources,67ea5382df81665847fede03f1affd61,47fede03f1affd61] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:10.527 [67ea5382df81665847fede03f1affd61,47fede03f1affd61] [qtp1225114731-25]  INFO [aai-resources,67ea5382df81665847fede03f1affd61,47fede03f1affd61] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:10.869 [67ea5382df81665847fede03f1affd61,47fede03f1affd61] [qtp1225114731-25] DEBUG [aai-resources,67ea5382df81665847fede03f1affd61,47fede03f1affd61] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"201","rqstDate":"250331-08:34:10:322","respDate":"250331-08:34:10:869","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:10:322-13469\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3fe99fe4-216f-4297-80c5-98c2e6cb4e58], Accept=[application/json], x-invocationid=[d87bf53a-c6a2-4d90-a06c-5b7294a55653], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[426], Content-Type=[application/json]}\",\"Payload\":\"{\\\"network-id\\\":\\\"5887238f-2b0b-4f40-8971-447a2105263b\\\",\\\"network-name\\\":\\\"basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826_net_0\\\",\\\"network-type\\\":\\\"NEUTRON\\\",\\\"network-technology\\\":\\\"NEUTRON\\\",\\\"is-bound-to-vpn\\\":false,\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"model-invariant-id\\\":\\\"909df535-8955-4bda-818f-1b5484559539\\\",\\\"model-version-id\\\":\\\"8779f7c6-5219-4c8f-b3a9-86ee966bb53f\\\",\\\"model-customization-id\\\":\\\"4dcc81b3-a2db-4160-a3c5-8f5578acaf71\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:34:10:322-13469\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[168000], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:34:10:322-13469]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:10 +0000] "PUT /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b" 201 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 550 - "logType": "access"
2025-03-31 08:34:10.898 [67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] [qtp1225114731-26]  INFO [aai-resources,67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:10.903 [67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] [pool-177-thread-1]  INFO [aai-resources,67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] 1 --- [ol-177-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:10.903 [67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] [pool-177-thread-1]  INFO [aai-resources,67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] 1 --- [ol-177-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:10.903 [67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] [pool-177-thread-1]  INFO [aai-resources,67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] 1 --- [ol-177-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:10.903 [67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] [pool-177-thread-1]  INFO [aai-resources,67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] 1 --- [ol-177-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:10.905 [67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] [pool-177-thread-1]  INFO [aai-resources,67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] 1 --- [ol-177-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:10.906 [67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] [qtp1225114731-26] DEBUG [aai-resources,67ea53826a4639bfa9a3dcc80969530e,a9a3dcc80969530e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:10:898","respDate":"250331-08:34:10:906","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:10:898-81478\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[23f62e56-f748-4816-8947-ff06170ad7ac], Accept=[application/json], x-invocationid=[f2ca43b3-3073-438a-affb-1b4d7fdbf1b7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:10 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:34:10.928 [67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] [qtp1225114731-25]  INFO [aai-resources,67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:10.933 [67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] [qtp1225114731-25]  INFO [aai-resources,67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:10.933 [67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] [qtp1225114731-25]  INFO [aai-resources,67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:10.933 [67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] [qtp1225114731-25]  INFO [aai-resources,67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:10.934 [67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] [qtp1225114731-25]  INFO [aai-resources,67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:10.956 [67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] [qtp1225114731-25]  INFO [aai-resources,67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:11.169 [67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] [qtp1225114731-25] DEBUG [aai-resources,67ea53826fc638a509cbbfeab1f7155a,09cbbfeab1f7155a] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:10:928","respDate":"250331-08:34:11:169","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:10:928-30419\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[974cced7-efe4-4dfa-931e-10cc4d5cc3c8], Accept=[application/json], x-invocationid=[8653f22c-e1cd-4689-a9bd-66827709826b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[193], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:34:10:928-30419\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:34:10:928-30419]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:11 +0000] "PUT /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/relationship-list/relationship" 200 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 244 - "logType": "access"
2025-03-31 08:34:11.200 [67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] [qtp1225114731-26]  INFO [aai-resources,67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:11.207 [67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] [qtp1225114731-26]  INFO [aai-resources,67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:11.207 [67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] [qtp1225114731-26]  INFO [aai-resources,67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:11.207 [67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] [qtp1225114731-26]  INFO [aai-resources,67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:11.208 [67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] [qtp1225114731-26]  INFO [aai-resources,67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:11.228 [67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] [qtp1225114731-26]  INFO [aai-resources,67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:11.286 [67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] [qtp1225114731-26] DEBUG [aai-resources,67ea5383076b60834ca7a590f9ff06f2,4ca7a590f9ff06f2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:11:201","respDate":"250331-08:34:11:286","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:11:201-35952\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[19837536-905a-45bc-a9a5-b5bc6b3a9b4f], Accept=[application/json], x-invocationid=[b28c706a-d585-48a1-ba5c-728f3a9b0674], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[87], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:34:11:201-35952\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:34:11:201-35952]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:11 +0000] "PUT /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/relationship-list/relationship" 200 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 90 - "logType": "access"
2025-03-31 08:34:11.312 [67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] [qtp1225114731-25]  INFO [aai-resources,67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:11.317 [67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] [qtp1225114731-25]  INFO [aai-resources,67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:11.317 [67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] [qtp1225114731-25]  INFO [aai-resources,67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:11.317 [67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] [qtp1225114731-25]  INFO [aai-resources,67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:11.317 [67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] [qtp1225114731-25]  INFO [aai-resources,67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:11.351 [67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] [qtp1225114731-25]  INFO [aai-resources,67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:11.409 [67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] [qtp1225114731-25] DEBUG [aai-resources,67ea538343e54b2f308adcacea50bc79,308adcacea50bc79] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:11:312","respDate":"250331-08:34:11:408","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:11:312-21152\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[25520edd-b02b-42d0-92e0-5d220dbcceaa], Accept=[application/json], x-invocationid=[06150e59-a277-46a1-a46a-63a8ace134bb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[97], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:34:11:312-21152\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:34:11:312-21152]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:11 +0000] "PUT /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/relationship-list/relationship" 200 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 98 - "logType": "access"
2025-03-31 08:34:11.432 [67ea5383f600dd8b15305732781d703a,15305732781d703a] [qtp1225114731-26]  INFO [aai-resources,67ea5383f600dd8b15305732781d703a,15305732781d703a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:11.437 [67ea5383f600dd8b15305732781d703a,15305732781d703a] [pool-178-thread-1]  INFO [aai-resources,67ea5383f600dd8b15305732781d703a,15305732781d703a] 1 --- [ol-178-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:11.437 [67ea5383f600dd8b15305732781d703a,15305732781d703a] [pool-178-thread-1]  INFO [aai-resources,67ea5383f600dd8b15305732781d703a,15305732781d703a] 1 --- [ol-178-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:11.437 [67ea5383f600dd8b15305732781d703a,15305732781d703a] [pool-178-thread-1]  INFO [aai-resources,67ea5383f600dd8b15305732781d703a,15305732781d703a] 1 --- [ol-178-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:11.437 [67ea5383f600dd8b15305732781d703a,15305732781d703a] [pool-178-thread-1]  INFO [aai-resources,67ea5383f600dd8b15305732781d703a,15305732781d703a] 1 --- [ol-178-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:11.439 [67ea5383f600dd8b15305732781d703a,15305732781d703a] [pool-178-thread-1]  INFO [aai-resources,67ea5383f600dd8b15305732781d703a,15305732781d703a] 1 --- [ol-178-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:11.439 [67ea5383f600dd8b15305732781d703a,15305732781d703a] [qtp1225114731-26] DEBUG [aai-resources,67ea5383f600dd8b15305732781d703a,15305732781d703a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:11:432","respDate":"250331-08:34:11:439","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:11:432-74201\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[76bf79e0-53be-96ad-8c08-bc7987768138], Accept=[application/json], x-invocationid=[bf791cdd-8995-49a3-9f7e-19bf5a1b729d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:11 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:34:11.462 [67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] [qtp1225114731-25]  INFO [aai-resources,67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:11.469 [67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] [qtp1225114731-25]  INFO [aai-resources,67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:11.469 [67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] [qtp1225114731-25]  INFO [aai-resources,67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:11.469 [67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] [qtp1225114731-25]  INFO [aai-resources,67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:11.469 [67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] [qtp1225114731-25]  INFO [aai-resources,67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:11.491 [67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] [qtp1225114731-25]  INFO [aai-resources,67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:11.545 [67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] [qtp1225114731-25] DEBUG [aai-resources,67ea538368b5590c56b609a8e0fb34e6,56b609a8e0fb34e6] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:11:462","respDate":"250331-08:34:11:545","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:11:462-35094\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[74513475-3357-4085-a03d-5b91ab8e77f4], Accept=[application/json], x-invocationid=[894d2c04-8ddd-4c1d-9ba1-9fcd1bfda249], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[87], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:34:11:462-35094\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:34:11:462-35094]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:11 +0000] "PUT /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/relationship-list/relationship" 200 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 85 - "logType": "access"
2025-03-31 08:34:11.570 [67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] [qtp1225114731-26]  INFO [aai-resources,67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:11.575 [67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] [pool-179-thread-1]  INFO [aai-resources,67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] 1 --- [ol-179-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:11.575 [67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] [pool-179-thread-1]  INFO [aai-resources,67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] 1 --- [ol-179-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:11.575 [67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] [pool-179-thread-1]  INFO [aai-resources,67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] 1 --- [ol-179-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:11.575 [67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] [pool-179-thread-1]  INFO [aai-resources,67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] 1 --- [ol-179-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:11.581 [67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] [pool-179-thread-1]  INFO [aai-resources,67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] 1 --- [ol-179-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type platform found at: business/platforms/platform/basicnw-platform ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:34:11.582 [67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] [pool-179-thread-1]  INFO [aai-resources,67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] 1 --- [ol-179-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:11.583 [67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] [qtp1225114731-26] DEBUG [aai-resources,67ea538371f91ece544f819988d3eb8f,544f819988d3eb8f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"404","rqstDate":"250331-08:34:11:571","respDate":"250331-08:34:11:583","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/platforms/platform/basicnw-platform?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:11:571-23505\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7bb6b457-b6d2-4f70-80c0-680cff6bee5c], Accept=[application/json], x-invocationid=[52a205a1-a0eb-4a36-8747-8971ea8306f9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:11 +0000] "GET /aai/v24/business/platforms/platform/basicnw-platform?resultIndex=0&resultSize=1&format=count" 404 304 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:34:11.625 [67ea538360ad58d81079f827a762571a,1079f827a762571a] [qtp1225114731-25]  INFO [aai-resources,67ea538360ad58d81079f827a762571a,1079f827a762571a] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:11.631 [67ea538360ad58d81079f827a762571a,1079f827a762571a] [qtp1225114731-25]  INFO [aai-resources,67ea538360ad58d81079f827a762571a,1079f827a762571a] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:11.631 [67ea538360ad58d81079f827a762571a,1079f827a762571a] [qtp1225114731-25]  INFO [aai-resources,67ea538360ad58d81079f827a762571a,1079f827a762571a] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:11.631 [67ea538360ad58d81079f827a762571a,1079f827a762571a] [qtp1225114731-25]  INFO [aai-resources,67ea538360ad58d81079f827a762571a,1079f827a762571a] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:11.631 [67ea538360ad58d81079f827a762571a,1079f827a762571a] [qtp1225114731-25]  INFO [aai-resources,67ea538360ad58d81079f827a762571a,1079f827a762571a] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:11.680 [67ea538360ad58d81079f827a762571a,1079f827a762571a] [qtp1225114731-25]  INFO [aai-resources,67ea538360ad58d81079f827a762571a,1079f827a762571a] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:12.015 [67ea538360ad58d81079f827a762571a,1079f827a762571a] [qtp1225114731-25] DEBUG [aai-resources,67ea538360ad58d81079f827a762571a,1079f827a762571a] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"201","rqstDate":"250331-08:34:11:625","respDate":"250331-08:34:12:015","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/platforms/platform/basicnw-platform","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:11:625-98902\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ff784d0d-8030-447a-98d7-8daa37868e86], Accept=[application/json], x-invocationid=[515b9626-5afc-4bdd-846e-0c50ea396491], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[36], Content-Type=[application/json]}\",\"Payload\":\"{\\\"platform-name\\\":\\\"basicnw-platform\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:34:11:625-98902\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[225448], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:34:11:625-98902]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:12 +0000] "PUT /aai/v24/business/platforms/platform/basicnw-platform" 201 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 394 - "logType": "access"
2025-03-31 08:34:12.021 [67ea5384f5d074fa5d7e1d5be2fafd9b,5d7e1d5be2fafd9b] [qtp1225114731-26]  INFO [aai-resources,67ea5384f5d074fa5d7e1d5be2fafd9b,5d7e1d5be2fafd9b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:12.034 [67ea5384f5d074fa5d7e1d5be2fafd9b,5d7e1d5be2fafd9b] [qtp1225114731-26] DEBUG [aai-resources,67ea5384f5d074fa5d7e1d5be2fafd9b,5d7e1d5be2fafd9b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"87bf0d03-b710-4325-a873-1e21eea41289","status":"200","rqstDate":"250331-08:34:12:021","respDate":"250331-08:34:12:034","sourceId":"haproxy:87bf0d03-b710-4325-a873-1e21eea41289","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:12:021-48336\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f34523c7-e51c-4a64-a231-0be7d07c2aea], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[87bf0d03-b710-4325-a873-1e21eea41289]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:34:12.042 [67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] [qtp1225114731-25]  INFO [aai-resources,67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:12.049 [67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] [qtp1225114731-25]  INFO [aai-resources,67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:12.049 [67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] [qtp1225114731-25]  INFO [aai-resources,67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:12.049 [67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] [qtp1225114731-25]  INFO [aai-resources,67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:12.050 [67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] [qtp1225114731-25]  INFO [aai-resources,67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:12.080 [67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] [qtp1225114731-25]  INFO [aai-resources,67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:12.146 [67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] [qtp1225114731-25] DEBUG [aai-resources,67ea5384e286d904dbda551434cf67b6,dbda551434cf67b6] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:12:042","respDate":"250331-08:34:12:146","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:12:042-41287\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[1f8540fb-3370-40f1-9b7e-9bf6c2325416], Accept=[application/json], x-invocationid=[e56ce884-e9b4-460e-a901-f8d969923d34], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[64], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/platforms/platform/basicnw-platform\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:34:12:042-41287\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:34:12:042-41287]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:12 +0000] "PUT /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/relationship-list/relationship" 200 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 106 - "logType": "access"
2025-03-31 08:34:12.175 [67ea538456f0333e720dbfff61052531,720dbfff61052531] [qtp1225114731-26]  INFO [aai-resources,67ea538456f0333e720dbfff61052531,720dbfff61052531] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:12.181 [67ea538456f0333e720dbfff61052531,720dbfff61052531] [pool-180-thread-1]  INFO [aai-resources,67ea538456f0333e720dbfff61052531,720dbfff61052531] 1 --- [ol-180-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:12.181 [67ea538456f0333e720dbfff61052531,720dbfff61052531] [pool-180-thread-1]  INFO [aai-resources,67ea538456f0333e720dbfff61052531,720dbfff61052531] 1 --- [ol-180-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:12.181 [67ea538456f0333e720dbfff61052531,720dbfff61052531] [pool-180-thread-1]  INFO [aai-resources,67ea538456f0333e720dbfff61052531,720dbfff61052531] 1 --- [ol-180-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:12.182 [67ea538456f0333e720dbfff61052531,720dbfff61052531] [pool-180-thread-1]  INFO [aai-resources,67ea538456f0333e720dbfff61052531,720dbfff61052531] 1 --- [ol-180-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:12.189 [67ea538456f0333e720dbfff61052531,720dbfff61052531] [pool-180-thread-1]  INFO [aai-resources,67ea538456f0333e720dbfff61052531,720dbfff61052531] 1 --- [ol-180-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type line-of-business found at: business/lines-of-business/line-of-business/basicnw-lob ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:34:12.190 [67ea538456f0333e720dbfff61052531,720dbfff61052531] [pool-180-thread-1]  INFO [aai-resources,67ea538456f0333e720dbfff61052531,720dbfff61052531] 1 --- [ol-180-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:12.190 [67ea538456f0333e720dbfff61052531,720dbfff61052531] [qtp1225114731-26] DEBUG [aai-resources,67ea538456f0333e720dbfff61052531,720dbfff61052531] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"404","rqstDate":"250331-08:34:12:175","respDate":"250331-08:34:12:190","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/lines-of-business/line-of-business/basicnw-lob?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:12:175-30867\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ad4b9b97-bb48-4968-9de3-f2241319305b], Accept=[application/json], x-invocationid=[5d5556e0-0a8e-4595-a3ea-685bf98354b5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:12 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicnw-lob?resultIndex=0&resultSize=1&format=count" 404 334 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:34:12.226 [67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] [qtp1225114731-25]  INFO [aai-resources,67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:12.236 [67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] [qtp1225114731-25]  INFO [aai-resources,67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:12.236 [67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] [qtp1225114731-25]  INFO [aai-resources,67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:12.236 [67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] [qtp1225114731-25]  INFO [aai-resources,67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:12.237 [67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] [qtp1225114731-25]  INFO [aai-resources,67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:12.297 [67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] [qtp1225114731-25]  INFO [aai-resources,67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:12.625 [67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] [qtp1225114731-25] DEBUG [aai-resources,67ea538467e5866fdb0bebb87468cc53,db0bebb87468cc53] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"201","rqstDate":"250331-08:34:12:226","respDate":"250331-08:34:12:624","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/lines-of-business/line-of-business/basicnw-lob","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:12:226-13259\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[468259f6-8a2e-4334-b2ad-8e66d821d4a3], Accept=[application/json], x-invocationid=[6ab1eeb8-5f4b-4f42-b0cb-62c0c9f49952], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[39], Content-Type=[application/json]}\",\"Payload\":\"{\\\"line-of-business-name\\\":\\\"basicnw-lob\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:34:12:226-13259\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[229544], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:34:12:226-13259]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:12 +0000] "PUT /aai/v24/business/lines-of-business/line-of-business/basicnw-lob" 201 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 401 - "logType": "access"
2025-03-31 08:34:12.652 [67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] [qtp1225114731-26]  INFO [aai-resources,67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:12.658 [67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] [qtp1225114731-26]  INFO [aai-resources,67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:12.658 [67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] [qtp1225114731-26]  INFO [aai-resources,67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:12.658 [67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] [qtp1225114731-26]  INFO [aai-resources,67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:12.659 [67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] [qtp1225114731-26]  INFO [aai-resources,67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:12.688 [67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] [qtp1225114731-26]  INFO [aai-resources,67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:12.735 [67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] [qtp1225114731-26] DEBUG [aai-resources,67ea53841681292368729ef8cd7bcb89,68729ef8cd7bcb89] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:12:652","respDate":"250331-08:34:12:735","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:12:652-18323\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[901c7241-8966-41ee-9f5f-39121c178e1e], Accept=[application/json], x-invocationid=[48bd3b81-adeb-449f-9145-0beec07564b6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[75], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/lines-of-business/line-of-business/basicnw-lob\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:34:12:652-18323\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:34:12:652-18323]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:12 +0000] "PUT /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/relationship-list/relationship" 200 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 86 - "logType": "access"
2025-03-31 08:34:13.082 [67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] [qtp1225114731-25]  INFO [aai-resources,67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:13.087 [67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] [pool-181-thread-1]  INFO [aai-resources,67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] 1 --- [ol-181-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:13.087 [67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] [pool-181-thread-1]  INFO [aai-resources,67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] 1 --- [ol-181-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:13.087 [67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] [pool-181-thread-1]  INFO [aai-resources,67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] 1 --- [ol-181-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:13.087 [67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] [pool-181-thread-1]  INFO [aai-resources,67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] 1 --- [ol-181-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:13.112 [67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] [pool-181-thread-1]  INFO [aai-resources,67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] 1 --- [ol-181-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:13.114 [67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] [qtp1225114731-25] DEBUG [aai-resources,67ea53857817b2ff699eb3e0857656db,699eb3e0857656db] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","status":"200","rqstDate":"250331-08:34:13:082","respDate":"250331-08:34:13:113","sourceId":"openECOMP:4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","resourceId":"http://aai.onap:35921/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:13:082-23356\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ccb34680-512b-4c65-8da7-ed68908b4517], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b], Host=[aai.onap:35921], Pragma=[no-cache], X-Forwarded-Port=[35921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:13 +0000] "GET /aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8?depth=1" 200 1070 REST 4a1f7ccf-b8ac-481e-80dc-ab9232dab23b openECOMP 127.0.0.6 - - - - - - - - - 34 - "logType": "access"
2025-03-31 08:34:13.653 [67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] [qtp1225114731-26]  INFO [aai-resources,67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:13.659 [67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] [pool-182-thread-1]  INFO [aai-resources,67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] 1 --- [ol-182-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:13.659 [67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] [pool-182-thread-1]  INFO [aai-resources,67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] 1 --- [ol-182-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:13.659 [67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] [pool-182-thread-1]  INFO [aai-resources,67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] 1 --- [ol-182-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:13.659 [67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] [pool-182-thread-1]  INFO [aai-resources,67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] 1 --- [ol-182-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:13.717 [67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] [pool-182-thread-1]  INFO [aai-resources,67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] 1 --- [ol-182-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:13.719 [67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] [qtp1225114731-26] DEBUG [aai-resources,67ea53854820078faa6b09f35f81b60f,aa6b09f35f81b60f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","status":"200","rqstDate":"250331-08:34:13:653","respDate":"250331-08:34:13:719","sourceId":"openECOMP:4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","resourceId":"http://aai.onap:35921/aai/v25/network/l3-networks/l3-network?network-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826_net_0&depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:13:653-31451\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3561b2f3-10fe-4060-9a9a-8c0a4b48efbd], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b], Host=[aai.onap:35921], Pragma=[no-cache], X-Forwarded-Port=[35921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:13 +0000] "GET /aai/v25/network/l3-networks/l3-network?network-name=basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826_net_0&depth=1" 200 3048 REST 4a1f7ccf-b8ac-481e-80dc-ab9232dab23b openECOMP 127.0.0.6 - - - - - - - - - 70 - "logType": "access"
2025-03-31 08:34:13.945 [67ea538549d10551052500d12fed506f,052500d12fed506f] [qtp1225114731-25]  INFO [aai-resources,67ea538549d10551052500d12fed506f,052500d12fed506f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:13.950 [67ea538549d10551052500d12fed506f,052500d12fed506f] [pool-183-thread-1]  INFO [aai-resources,67ea538549d10551052500d12fed506f,052500d12fed506f] 1 --- [ol-183-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:13.950 [67ea538549d10551052500d12fed506f,052500d12fed506f] [pool-183-thread-1]  INFO [aai-resources,67ea538549d10551052500d12fed506f,052500d12fed506f] 1 --- [ol-183-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:13.950 [67ea538549d10551052500d12fed506f,052500d12fed506f] [pool-183-thread-1]  INFO [aai-resources,67ea538549d10551052500d12fed506f,052500d12fed506f] 1 --- [ol-183-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:13.951 [67ea538549d10551052500d12fed506f,052500d12fed506f] [pool-183-thread-1]  INFO [aai-resources,67ea538549d10551052500d12fed506f,052500d12fed506f] 1 --- [ol-183-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:13.957 [67ea538549d10551052500d12fed506f,052500d12fed506f] [pool-183-thread-1]  INFO [aai-resources,67ea538549d10551052500d12fed506f,052500d12fed506f] 1 --- [ol-183-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type subnet found at: network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:34:13.958 [67ea538549d10551052500d12fed506f,052500d12fed506f] [pool-183-thread-1]  INFO [aai-resources,67ea538549d10551052500d12fed506f,052500d12fed506f] 1 --- [ol-183-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:13.958 [67ea538549d10551052500d12fed506f,052500d12fed506f] [qtp1225114731-25] DEBUG [aai-resources,67ea538549d10551052500d12fed506f,052500d12fed506f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","status":"404","rqstDate":"250331-08:34:13:945","respDate":"250331-08:34:13:958","sourceId":"openECOMP:4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","resourceId":"http://aai.onap:35921/aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:13:945-6788\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[61f26f52-33dd-43d3-b942-6f854ebed2b2], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b], Host=[aai.onap:35921], Pragma=[no-cache], X-Forwarded-Port=[35921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:13 +0000] "GET /aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340?depth=1" 404 452 REST 4a1f7ccf-b8ac-481e-80dc-ab9232dab23b openECOMP 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:34:14.041 [67ea53862fce2330a0341187ef50e8e8,a0341187ef50e8e8] [qtp1225114731-26]  INFO [aai-resources,67ea53862fce2330a0341187ef50e8e8,a0341187ef50e8e8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:14.053 [67ea53862fce2330a0341187ef50e8e8,a0341187ef50e8e8] [qtp1225114731-26] DEBUG [aai-resources,67ea53862fce2330a0341187ef50e8e8,a0341187ef50e8e8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"59584339-d03b-4b3a-a5f8-01c3d2793966","status":"200","rqstDate":"250331-08:34:14:041","respDate":"250331-08:34:14:053","sourceId":"haproxy:59584339-d03b-4b3a-a5f8-01c3d2793966","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:14:041-29553\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3a43b80a-4aae-4d98-8a58-351b32969bda], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[59584339-d03b-4b3a-a5f8-01c3d2793966]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:34:14.098 [67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] [qtp1225114731-25]  INFO [aai-resources,67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:14.105 [67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] [qtp1225114731-25]  INFO [aai-resources,67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:14.105 [67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] [qtp1225114731-25]  INFO [aai-resources,67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:14.105 [67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] [qtp1225114731-25]  INFO [aai-resources,67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:14.106 [67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] [qtp1225114731-25]  INFO [aai-resources,67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:14.418 [67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] [qtp1225114731-25]  INFO [aai-resources,67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:14.761 [67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] [qtp1225114731-25] DEBUG [aai-resources,67ea538697ef019c3628ee72ebf7bec6,3628ee72ebf7bec6] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","status":"201","rqstDate":"250331-08:34:14:099","respDate":"250331-08:34:14:761","sourceId":"openECOMP:4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","resourceId":"http://aai.onap:35921/aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:14:099-8739\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[06de9507-f03e-420d-9d68-6b5c2a4cf295], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b], Host=[aai.onap:35921], Pragma=[no-cache], X-Forwarded-Port=[35921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[330], Content-Type=[application/json], X-ONAP-RequestID=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b]}\",\"Payload\":\"{\\\"subnet-id\\\":\\\"b1233f8f-99c1-46d4-9a6d-e56d72135340\\\",\\\"subnet-name\\\":\\\"net_internal-subnet\\\",\\\"gateway-address\\\":\\\"10.200.0.1\\\",\\\"network-start-address\\\":\\\"10.200.0.0\\\",\\\"cidr-mask\\\":\\\"24\\\",\\\"ip-version\\\":\\\"4\\\",\\\"orchestration-status\\\":\\\"PendingCreate\\\",\\\"dhcp-enabled\\\":false,\\\"dhcp-start\\\":\\\"\\\",\\\"dhcp-end\\\":\\\"\\\",\\\"subnet-role\\\":\\\"\\\",\\\"ip-assignment-direction\\\":\\\"true\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:34:14:099-8739\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[241824], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:34:14:099-8739]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:14 +0000] "PUT /aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340" 201 0 REST 4a1f7ccf-b8ac-481e-80dc-ab9232dab23b openECOMP 127.0.0.6 - - - - - - - - - 665 - "logType": "access"
2025-03-31 08:34:14.788 [67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] [qtp1225114731-26]  INFO [aai-resources,67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:14.793 [67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] [pool-184-thread-1]  INFO [aai-resources,67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] 1 --- [ol-184-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:14.793 [67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] [pool-184-thread-1]  INFO [aai-resources,67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] 1 --- [ol-184-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:14.793 [67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] [pool-184-thread-1]  INFO [aai-resources,67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] 1 --- [ol-184-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:14.793 [67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] [pool-184-thread-1]  INFO [aai-resources,67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] 1 --- [ol-184-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:14.936 [67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] [pool-184-thread-1]  INFO [aai-resources,67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] 1 --- [ol-184-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:14.937 [67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] [qtp1225114731-26] DEBUG [aai-resources,67ea53861a0cd59b8d60e2fdb5385326,8d60e2fdb5385326] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","status":"200","rqstDate":"250331-08:34:14:788","respDate":"250331-08:34:14:937","sourceId":"openECOMP:4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","resourceId":"http://aai.onap:35921/aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:14:788-85409\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9783e668-369f-4c18-a611-19f1fcbed189], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b], Host=[aai.onap:35921], Pragma=[no-cache], X-Forwarded-Port=[35921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:14 +0000] "GET /aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=1" 200 3437 REST 4a1f7ccf-b8ac-481e-80dc-ab9232dab23b openECOMP 127.0.0.6 - - - - - - - - - 151 - "logType": "access"
2025-03-31 08:34:15.101 [67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] [qtp1225114731-25]  INFO [aai-resources,67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:15.110 [67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] [qtp1225114731-25]  INFO [aai-resources,67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:15.110 [67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] [qtp1225114731-25]  INFO [aai-resources,67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:15.110 [67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] [qtp1225114731-25]  INFO [aai-resources,67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:15.111 [67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] [qtp1225114731-25]  INFO [aai-resources,67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:15.176 [67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] [qtp1225114731-25]  INFO [aai-resources,67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:15.209 [67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] [qtp1225114731-25] DEBUG [aai-resources,67ea5387f3144fc11c6c56bbd16c1926,1c6c56bbd16c1926] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","status":"200","rqstDate":"250331-08:34:15:101","respDate":"250331-08:34:15:209","sourceId":"openECOMP:4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","resourceId":"http://aai.onap:35921/aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?resource-version=1743410052657","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:15:101-88211\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e851504c-ccbf-4535-8f6b-1755f7e95c33], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b], Host=[aai.onap:35921], Pragma=[no-cache], X-Forwarded-Port=[35921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[4239], Content-Type=[application/json], X-ONAP-RequestID=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b]}\",\"Payload\":\"{\\\"network-id\\\":\\\"5887238f-2b0b-4f40-8971-447a2105263b\\\",\\\"network-name\\\":\\\"basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826_net_0\\\",\\\"network-type\\\":\\\"NEUTRON\\\",\\\"network-technology\\\":\\\"NEUTRON\\\",\\\"is-bound-to-vpn\\\":false,\\\"resource-version\\\":\\\"1743410052657\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"model-invariant-id\\\":\\\"909df535-8955-4bda-818f-1b5484559539\\\",\\\"model-version-id\\\":\\\"8779f7c6-5219-4c8f-b3a9-86ee966bb53f\\\",\\\"model-customization-id\\\":\\\"4dcc81b3-a2db-4160-a3c5-8f5578acaf71\\\",\\\"is-provider-network\\\":false,\\\"is-shared-network\\\":false,\\\"is-external-network\\\":false,\\\"subnets\\\":{\\\"subnet\\\":[{\\\"subnet-id\\\":\\\"b1233f8f-99c1-46d4-9a6d-e56d72135340\\\",\\\"subnet-name\\\":\\\"net_internal-subnet\\\",\\\"gateway-address\\\":\\\"10.200.0.1\\\",\\\"network-start-address\\\":\\\"10.200.0.0\\\",\\\"cidr-mask\\\":\\\"24\\\",\\\"ip-version\\\":\\\"4\\\",\\\"orchestration-status\\\":\\\"PendingCreate\\\",\\\"dhcp-enabled\\\":false,\\\"dhcp-start\\\":\\\"\\\",\\\"dhcp-end\\\":\\\"\\\",\\\"subnet-role\\\":\\\"\\\",\\\"ip-assignment-direction\\\":\\\"true\\\",\\\"resource-version\\\":\\\"1743410054105\\\"}]},\\\"relationship-list\\\":{\\\"relationship\\\":[{\\\"related-to\\\":\\\"service-instance\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.ComposedOf\\\",\\\"related-link\\\":\\\"/aai/v25/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"customer.global-customer-id\\\",\\\"relationship-value\\\":\\\"basicnw-customer\\\"},{\\\"relationship-key\\\":\\\"service-subscription.service-type\\\",\\\"relationship-value\\\":\\\"basic_network\\\"},{\\\"relationship-key\\\":\\\"service-instance.service-instance-id\\\",\\\"relationship-value\\\":\\\"29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\"}],\\\"related-to-property\\\":[{\\\"property-key\\\":\\\"service-instance.service-instance-name\\\",\\\"property-value\\\":\\\"basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826\\\"}]},{\\\"related-to\\\":\\\"cloud-region\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.Uses\\\",\\\"related-link\\\":\\\"/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"cloud-region.cloud-owner\\\",\\\"relationship-value\\\":\\\"basicnw-cloud-owner\\\"},{\\\"relationship-key\\\":\\\"cloud-region.cloud-region-id\\\",\\\"relationship-value\\\":\\\"RegionOne\\\"}],\\\"related-to-property\\\":[{\\\"property-key\\\":\\\"cloud-region.owner-defined-type\\\",\\\"property-value\\\":\\\"N/A\\\"}]},{\\\"related-to\\\":\\\"tenant\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.Uses\\\",\\\"related-link\\\":\\\"/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"cloud-region.cloud-owner\\\",\\\"relationship-value\\\":\\\"basicnw-cloud-owner\\\"},{\\\"relationship-key\\\":\\\"cloud-region.cloud-region-id\\\",\\\"relationship-value\\\":\\\"RegionOne\\\"},{\\\"relationship-key\\\":\\\"tenant.tenant-id\\\",\\\"relationship-value\\\":\\\"5d082e34040e4f62a4bdf5b11f4bb2a8\\\"}],\\\"related-to-property\\\":[{\\\"property-key\\\":\\\"tenant.tenant-name\\\",\\\"property-value\\\":\\\"onap-daily-master-sm\\\"}]},{\\\"related-to\\\":\\\"platform\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.Uses\\\",\\\"related-link\\\":\\\"/aai/v25/business/platforms/platform/basicnw-platform\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"platform.platform-name\\\",\\\"relationship-value\\\":\\\"basicnw-platform\\\"}]},{\\\"related-to\\\":\\\"line-of-business\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.Uses\\\",\\\"related-link\\\":\\\"/aai/v25/business/lines-of-business/line-of-business/basicnw-lob\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"line-of-business.line-of-business-name\\\",\\\"relationship-value\\\":\\\"basicnw-lob\\\"}]},{\\\"related-to\\\":\\\"tenant\\\",\\\"related-link\\\":\\\"/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"cloud-region.cloud-owner\\\",\\\"relationship-value\\\":\\\"basicnw-cloud-owner\\\"},{\\\"relationship-key\\\":\\\"cloud-region.cloud-region-id\\\",\\\"relationship-value\\\":\\\"RegionOne\\\"},{\\\"relationship-key\\\":\\\"tenant.tenant-id\\\",\\\"relationship-value\\\":\\\"5d082e34040e4f62a4bdf5b11f4bb2a8\\\"}]},{\\\"related-to\\\":\\\"cloud-region\\\",\\\"related-link\\\":\\\"/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"cloud-region.cloud-owner\\\",\\\"relationship-value\\\":\\\"basicnw-cloud-owner\\\"},{\\\"relationship-key\\\":\\\"cloud-region.cloud-region-id\\\",\\\"relationship-value\\\":\\\"RegionOne\\\"}]}]}}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:34:15:101-88211\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[168000], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:34:15:101-88211]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:15 +0000] "PUT /aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?resource-version=1743410052657" 200 0 REST 4a1f7ccf-b8ac-481e-80dc-ab9232dab23b openECOMP 127.0.0.6 - - - - - - - - - 110 - "logType": "access"
2025-03-31 08:34:15.239 [67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] [qtp1225114731-26]  INFO [aai-resources,67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:15.243 [67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] [pool-185-thread-1]  INFO [aai-resources,67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] 1 --- [ol-185-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:15.243 [67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] [pool-185-thread-1]  INFO [aai-resources,67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] 1 --- [ol-185-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:15.243 [67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] [pool-185-thread-1]  INFO [aai-resources,67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] 1 --- [ol-185-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:15.243 [67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] [pool-185-thread-1]  INFO [aai-resources,67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] 1 --- [ol-185-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:15.288 [67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] [pool-185-thread-1]  INFO [aai-resources,67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] 1 --- [ol-185-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:15.288 [67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] [qtp1225114731-26] DEBUG [aai-resources,67ea538761b90b8029eadc78f9de2a96,29eadc78f9de2a96] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","status":"200","rqstDate":"250331-08:34:15:239","respDate":"250331-08:34:15:288","sourceId":"openECOMP:4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","resourceId":"http://aai.onap:35921/aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:15:239-56038\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cbe07bad-df1a-43bf-b4a0-4235df71b1c1], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b], Host=[aai.onap:35921], Pragma=[no-cache], X-Forwarded-Port=[35921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:15 +0000] "GET /aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=1" 200 3437 REST 4a1f7ccf-b8ac-481e-80dc-ab9232dab23b openECOMP 127.0.0.6 - - - - - - - - - 51 - "logType": "access"
2025-03-31 08:34:15.443 [67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] [qtp1225114731-25]  INFO [aai-resources,67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:15.452 [67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] [qtp1225114731-25]  INFO [aai-resources,67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:15.453 [67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] [qtp1225114731-25]  INFO [aai-resources,67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:15.453 [67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] [qtp1225114731-25]  INFO [aai-resources,67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:15.453 [67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] [qtp1225114731-25]  INFO [aai-resources,67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:15.502 [67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] [qtp1225114731-25]  INFO [aai-resources,67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:15.532 [67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] [qtp1225114731-25] DEBUG [aai-resources,67ea53877ec50758f648fb2dfe7e5542,f648fb2dfe7e5542] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","status":"200","rqstDate":"250331-08:34:15:443","respDate":"250331-08:34:15:532","sourceId":"openECOMP:4a1f7ccf-b8ac-481e-80dc-ab9232dab23b","resourceId":"http://aai.onap:35921/aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?resource-version=1743410055110","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:15:443-84150\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[67f8bc54-1fdd-4966-ab88-273090e79c8d], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b], Host=[aai.onap:35921], Pragma=[no-cache], X-Forwarded-Port=[35921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[3998], Content-Type=[application/json], X-ONAP-RequestID=[4a1f7ccf-b8ac-481e-80dc-ab9232dab23b]}\",\"Payload\":\"{\\\"network-id\\\":\\\"5887238f-2b0b-4f40-8971-447a2105263b\\\",\\\"network-name\\\":\\\"basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826_net_0\\\",\\\"network-type\\\":\\\"NEUTRON\\\",\\\"network-technology\\\":\\\"NEUTRON\\\",\\\"is-bound-to-vpn\\\":false,\\\"resource-version\\\":\\\"1743410055110\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"model-invariant-id\\\":\\\"909df535-8955-4bda-818f-1b5484559539\\\",\\\"model-version-id\\\":\\\"8779f7c6-5219-4c8f-b3a9-86ee966bb53f\\\",\\\"model-customization-id\\\":\\\"4dcc81b3-a2db-4160-a3c5-8f5578acaf71\\\",\\\"is-provider-network\\\":false,\\\"is-shared-network\\\":false,\\\"is-external-network\\\":false,\\\"subnets\\\":{\\\"subnet\\\":[{\\\"subnet-id\\\":\\\"b1233f8f-99c1-46d4-9a6d-e56d72135340\\\",\\\"subnet-name\\\":\\\"net_internal-subnet\\\",\\\"gateway-address\\\":\\\"10.200.0.1\\\",\\\"network-start-address\\\":\\\"10.200.0.0\\\",\\\"cidr-mask\\\":\\\"24\\\",\\\"ip-version\\\":\\\"4\\\",\\\"orchestration-status\\\":\\\"PendingCreate\\\",\\\"dhcp-enabled\\\":false,\\\"dhcp-start\\\":\\\"\\\",\\\"dhcp-end\\\":\\\"\\\",\\\"subnet-role\\\":\\\"\\\",\\\"ip-assignment-direction\\\":\\\"true\\\",\\\"resource-version\\\":\\\"1743410055110\\\"}]},\\\"relationship-list\\\":{\\\"relationship\\\":[{\\\"related-to\\\":\\\"service-instance\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.ComposedOf\\\",\\\"related-link\\\":\\\"/aai/v25/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"customer.global-customer-id\\\",\\\"relationship-value\\\":\\\"basicnw-customer\\\"},{\\\"relationship-key\\\":\\\"service-subscription.service-type\\\",\\\"relationship-value\\\":\\\"basic_network\\\"},{\\\"relationship-key\\\":\\\"service-instance.service-instance-id\\\",\\\"relationship-value\\\":\\\"29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\"}],\\\"related-to-property\\\":[{\\\"property-key\\\":\\\"service-instance.service-instance-name\\\",\\\"property-value\\\":\\\"basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826\\\"}]},{\\\"related-to\\\":\\\"cloud-region\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.Uses\\\",\\\"related-link\\\":\\\"/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"cloud-region.cloud-owner\\\",\\\"relationship-value\\\":\\\"basicnw-cloud-owner\\\"},{\\\"relationship-key\\\":\\\"cloud-region.cloud-region-id\\\",\\\"relationship-value\\\":\\\"RegionOne\\\"}],\\\"related-to-property\\\":[{\\\"property-key\\\":\\\"cloud-region.owner-defined-type\\\",\\\"property-value\\\":\\\"N/A\\\"}]},{\\\"related-to\\\":\\\"tenant\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.Uses\\\",\\\"related-link\\\":\\\"/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"cloud-region.cloud-owner\\\",\\\"relationship-value\\\":\\\"basicnw-cloud-owner\\\"},{\\\"relationship-key\\\":\\\"cloud-region.cloud-region-id\\\",\\\"relationship-value\\\":\\\"RegionOne\\\"},{\\\"relationship-key\\\":\\\"tenant.tenant-id\\\",\\\"relationship-value\\\":\\\"5d082e34040e4f62a4bdf5b11f4bb2a8\\\"}],\\\"related-to-property\\\":[{\\\"property-key\\\":\\\"tenant.tenant-name\\\",\\\"property-value\\\":\\\"onap-daily-master-sm\\\"}]},{\\\"related-to\\\":\\\"platform\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.Uses\\\",\\\"related-link\\\":\\\"/aai/v25/business/platforms/platform/basicnw-platform\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"platform.platform-name\\\",\\\"relationship-value\\\":\\\"basicnw-platform\\\"}]},{\\\"related-to\\\":\\\"line-of-business\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.Uses\\\",\\\"related-link\\\":\\\"/aai/v25/business/lines-of-business/line-of-business/basicnw-lob\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"line-of-business.line-of-business-name\\\",\\\"relationship-value\\\":\\\"basicnw-lob\\\"}]},{\\\"related-to\\\":\\\"service-instance\\\",\\\"related-link\\\":\\\"/aai/v25/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"customer.global-customer-id\\\",\\\"relationship-value\\\":\\\"basicnw-customer\\\"},{\\\"relationship-key\\\":\\\"service-subscription.service-type\\\",\\\"relationship-value\\\":\\\"basic_network\\\"},{\\\"relationship-key\\\":\\\"service-instance.service-instance-id\\\",\\\"relationship-value\\\":\\\"29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\"}]}]}}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:34:15:443-84150\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[168000], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:34:15:443-84150]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:15 +0000] "PUT /aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?resource-version=1743410055110" 200 0 REST 4a1f7ccf-b8ac-481e-80dc-ab9232dab23b openECOMP 127.0.0.6 - - - - - - - - - 91 - "logType": "access"
2025-03-31 08:34:15.759 [67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] [qtp1225114731-26]  INFO [aai-resources,67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:15.765 [67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] [qtp1225114731-26]  INFO [aai-resources,67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:15.765 [67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] [qtp1225114731-26]  INFO [aai-resources,67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:15.765 [67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] [qtp1225114731-26]  INFO [aai-resources,67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:15.765 [67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] [qtp1225114731-26]  INFO [aai-resources,67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:15.810 [67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] [qtp1225114731-26]  INFO [aai-resources,67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:15.848 [67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] [qtp1225114731-26] DEBUG [aai-resources,67ea53879909c45545850b7b3b0b18a8,45850b7b3b0b18a8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:15:759","respDate":"250331-08:34:15:847","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:15:759-62885\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[1898f037-478d-49a1-917d-4f3ee94647bc], Accept=[application/json], x-invocationid=[416627a9-98a0-4353-b157-3be1af4db96f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[87], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"network-id\\\":\\\"5887238f-2b0b-4f40-8971-447a2105263b\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:34:15:759-62885\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[168000], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:34:15:759-62885]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:15 +0000] "POST /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b" 200 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 92 - "logType": "access"
2025-03-31 08:34:16.060 [67ea5388bd750bf4cdd336cffd5bea2c,cdd336cffd5bea2c] [qtp1225114731-25]  INFO [aai-resources,67ea5388bd750bf4cdd336cffd5bea2c,cdd336cffd5bea2c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:16.071 [67ea5388bd750bf4cdd336cffd5bea2c,cdd336cffd5bea2c] [qtp1225114731-25] DEBUG [aai-resources,67ea5388bd750bf4cdd336cffd5bea2c,cdd336cffd5bea2c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6ee6521d-a045-45e4-9b8e-f7302e347e19","status":"200","rqstDate":"250331-08:34:16:060","respDate":"250331-08:34:16:071","sourceId":"haproxy:6ee6521d-a045-45e4-9b8e-f7302e347e19","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:16:060-93435\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a843a6da-2022-472c-931b-3f3cdcf7e5a2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6ee6521d-a045-45e4-9b8e-f7302e347e19]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:34:16.542 [67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] [qtp1225114731-26]  INFO [aai-resources,67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:16.547 [67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] [pool-186-thread-1]  INFO [aai-resources,67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] 1 --- [ol-186-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:16.547 [67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] [pool-186-thread-1]  INFO [aai-resources,67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] 1 --- [ol-186-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:16.547 [67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] [pool-186-thread-1]  INFO [aai-resources,67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] 1 --- [ol-186-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:16.547 [67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] [pool-186-thread-1]  INFO [aai-resources,67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] 1 --- [ol-186-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:16.549 [67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] [pool-186-thread-1]  INFO [aai-resources,67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] 1 --- [ol-186-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:16.549 [67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] [qtp1225114731-26] DEBUG [aai-resources,67ea5388f3b872dc78fd48492d557c77,78fd48492d557c77] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:16:542","respDate":"250331-08:34:16:549","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:16:542-69957\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8036a67a-7054-4c30-97e0-49f4f8c00d61], Accept=[application/json], x-invocationid=[bfcb5ff6-7950-4d3f-8682-24fa0a5668e9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:16 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:34:16.572 [67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] [qtp1225114731-25]  INFO [aai-resources,67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:16.578 [67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] [pool-187-thread-1]  INFO [aai-resources,67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] 1 --- [ol-187-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:16.578 [67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] [pool-187-thread-1]  INFO [aai-resources,67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] 1 --- [ol-187-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:16.578 [67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] [pool-187-thread-1]  INFO [aai-resources,67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] 1 --- [ol-187-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:16.579 [67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] [pool-187-thread-1]  INFO [aai-resources,67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] 1 --- [ol-187-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:16.607 [67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] [pool-187-thread-1]  INFO [aai-resources,67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] 1 --- [ol-187-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:16.608 [67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] [qtp1225114731-25] DEBUG [aai-resources,67ea5388612dc219830a17dfe1411ee9,830a17dfe1411ee9] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:16:572","respDate":"250331-08:34:16:608","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:16:572-21647\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[61725d18-3460-4069-b528-e8bec333e4bc], Accept=[application/json], x-invocationid=[144fd036-1ab2-4990-af08-ac849d992b2a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:16 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1640 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 38 - "logType": "access"
2025-03-31 08:34:16.665 [67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] [qtp1225114731-26]  INFO [aai-resources,67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:16.670 [67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] [pool-188-thread-1]  INFO [aai-resources,67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] 1 --- [ol-188-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:16.670 [67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] [pool-188-thread-1]  INFO [aai-resources,67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] 1 --- [ol-188-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:16.670 [67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] [pool-188-thread-1]  INFO [aai-resources,67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] 1 --- [ol-188-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:16.670 [67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] [pool-188-thread-1]  INFO [aai-resources,67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] 1 --- [ol-188-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:16.673 [67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] [pool-188-thread-1]  INFO [aai-resources,67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] 1 --- [ol-188-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:16.673 [67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] [qtp1225114731-26] DEBUG [aai-resources,67ea53881b7ee5f6f8752bd927d65674,f8752bd927d65674] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:16:665","respDate":"250331-08:34:16:673","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/projects/project/basicnw-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:16:665-7235\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a931be2e-b9fb-4449-a337-ba1338b20e66], Accept=[application/json], x-invocationid=[e80e47c9-28b5-48bd-bb0c-e22ed93ac0e0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:16 +0000] "GET /aai/v24/business/projects/project/basicnw-project?nodes-only=" 200 69 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:34:16.694 [67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] [qtp1225114731-25]  INFO [aai-resources,67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:16.698 [67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] [pool-189-thread-1]  INFO [aai-resources,67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] 1 --- [ol-189-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:16.698 [67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] [pool-189-thread-1]  INFO [aai-resources,67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] 1 --- [ol-189-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:16.698 [67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] [pool-189-thread-1]  INFO [aai-resources,67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] 1 --- [ol-189-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:16.698 [67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] [pool-189-thread-1]  INFO [aai-resources,67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] 1 --- [ol-189-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:16.702 [67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] [pool-189-thread-1]  INFO [aai-resources,67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] 1 --- [ol-189-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:16.703 [67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] [qtp1225114731-25] DEBUG [aai-resources,67ea5388865d9bb1b31b08672a11cef3,b31b08672a11cef3] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:16:694","respDate":"250331-08:34:16:703","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:16:694-48490\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b4d6483c-4f3d-4948-be8f-c025cdbd806c], Accept=[application/json], x-invocationid=[a51ef8fa-30c2-4865-9d85-cb2bb5353ba1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:16 +0000] "GET /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=" 200 128 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:34:16.725 [67ea538897f037165f744dae78398f6c,5f744dae78398f6c] [qtp1225114731-26]  INFO [aai-resources,67ea538897f037165f744dae78398f6c,5f744dae78398f6c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:16.729 [67ea538897f037165f744dae78398f6c,5f744dae78398f6c] [pool-190-thread-1]  INFO [aai-resources,67ea538897f037165f744dae78398f6c,5f744dae78398f6c] 1 --- [ol-190-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:16.729 [67ea538897f037165f744dae78398f6c,5f744dae78398f6c] [pool-190-thread-1]  INFO [aai-resources,67ea538897f037165f744dae78398f6c,5f744dae78398f6c] 1 --- [ol-190-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:16.729 [67ea538897f037165f744dae78398f6c,5f744dae78398f6c] [pool-190-thread-1]  INFO [aai-resources,67ea538897f037165f744dae78398f6c,5f744dae78398f6c] 1 --- [ol-190-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:16.730 [67ea538897f037165f744dae78398f6c,5f744dae78398f6c] [pool-190-thread-1]  INFO [aai-resources,67ea538897f037165f744dae78398f6c,5f744dae78398f6c] 1 --- [ol-190-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:16.775 [67ea538897f037165f744dae78398f6c,5f744dae78398f6c] [pool-190-thread-1]  INFO [aai-resources,67ea538897f037165f744dae78398f6c,5f744dae78398f6c] 1 --- [ol-190-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:16.776 [67ea538897f037165f744dae78398f6c,5f744dae78398f6c] [qtp1225114731-26] DEBUG [aai-resources,67ea538897f037165f744dae78398f6c,5f744dae78398f6c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:16:725","respDate":"250331-08:34:16:776","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:16:725-21654\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ce3a8ead-45a3-4e2e-ba6f-a4d2b514ad67], Accept=[application/json], x-invocationid=[e140a868-f793-40ee-8f63-f58916355de0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:16 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=2" 200 3434 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 53 - "logType": "access"
2025-03-31 08:34:16.875 [67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] [qtp1225114731-25]  INFO [aai-resources,67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:16.880 [67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] [pool-191-thread-1]  INFO [aai-resources,67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] 1 --- [ol-191-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:16.880 [67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] [pool-191-thread-1]  INFO [aai-resources,67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] 1 --- [ol-191-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:16.880 [67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] [pool-191-thread-1]  INFO [aai-resources,67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] 1 --- [ol-191-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:16.881 [67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] [pool-191-thread-1]  INFO [aai-resources,67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] 1 --- [ol-191-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:16.899 [67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] [pool-191-thread-1]  INFO [aai-resources,67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] 1 --- [ol-191-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:16.900 [67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] [qtp1225114731-25] DEBUG [aai-resources,67ea53882ca03021d36b16cd207c802e,d36b16cd207c802e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:16:875","respDate":"250331-08:34:16:900","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:16:875-83346\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a7f69db5-68f1-42ce-a502-abf415571552], Accept=[application/json], x-invocationid=[59d541eb-cc07-4652-80d5-b9245e68e207], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:16 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:34:16.924 [67ea53884bc5709708a11591019c533f,08a11591019c533f] [qtp1225114731-26]  INFO [aai-resources,67ea53884bc5709708a11591019c533f,08a11591019c533f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:16.928 [67ea53884bc5709708a11591019c533f,08a11591019c533f] [pool-192-thread-1]  INFO [aai-resources,67ea53884bc5709708a11591019c533f,08a11591019c533f] 1 --- [ol-192-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:16.929 [67ea53884bc5709708a11591019c533f,08a11591019c533f] [pool-192-thread-1]  INFO [aai-resources,67ea53884bc5709708a11591019c533f,08a11591019c533f] 1 --- [ol-192-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:16.929 [67ea53884bc5709708a11591019c533f,08a11591019c533f] [pool-192-thread-1]  INFO [aai-resources,67ea53884bc5709708a11591019c533f,08a11591019c533f] 1 --- [ol-192-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:16.929 [67ea53884bc5709708a11591019c533f,08a11591019c533f] [pool-192-thread-1]  INFO [aai-resources,67ea53884bc5709708a11591019c533f,08a11591019c533f] 1 --- [ol-192-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:16.931 [67ea53884bc5709708a11591019c533f,08a11591019c533f] [pool-192-thread-1]  INFO [aai-resources,67ea53884bc5709708a11591019c533f,08a11591019c533f] 1 --- [ol-192-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:16.931 [67ea53884bc5709708a11591019c533f,08a11591019c533f] [qtp1225114731-26] DEBUG [aai-resources,67ea53884bc5709708a11591019c533f,08a11591019c533f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:16:924","respDate":"250331-08:34:16:931","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:16:924-4264\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a044ed62-09e7-4f94-ba95-687c4f1b66bf], Accept=[application/json], x-invocationid=[117a2b67-0f33-4a85-88ac-555bc9007ed9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:16 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:34:16.953 [67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] [qtp1225114731-25]  INFO [aai-resources,67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:16.957 [67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] [pool-193-thread-1]  INFO [aai-resources,67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] 1 --- [ol-193-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:16.957 [67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] [pool-193-thread-1]  INFO [aai-resources,67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] 1 --- [ol-193-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:16.957 [67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] [pool-193-thread-1]  INFO [aai-resources,67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] 1 --- [ol-193-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:16.957 [67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] [pool-193-thread-1]  INFO [aai-resources,67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] 1 --- [ol-193-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:16.960 [67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] [pool-193-thread-1]  INFO [aai-resources,67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] 1 --- [ol-193-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:16.961 [67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] [qtp1225114731-25] DEBUG [aai-resources,67ea538807c2867251cbf4f4f0cf5aef,51cbf4f4f0cf5aef] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:16:953","respDate":"250331-08:34:16:961","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:16:953-11458\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[50052a0a-f261-4975-a444-4d9421d4dc74], Accept=[application/json], x-invocationid=[39b947ea-aa1f-46b2-bfc8-4f06a8c36982], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:16 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer" 200 139 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:34:16.984 [67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] [qtp1225114731-26]  INFO [aai-resources,67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:16.988 [67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] [pool-194-thread-1]  INFO [aai-resources,67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] 1 --- [ol-194-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:16.988 [67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] [pool-194-thread-1]  INFO [aai-resources,67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] 1 --- [ol-194-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:16.988 [67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] [pool-194-thread-1]  INFO [aai-resources,67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] 1 --- [ol-194-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:16.988 [67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] [pool-194-thread-1]  INFO [aai-resources,67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] 1 --- [ol-194-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:16.991 [67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] [pool-194-thread-1]  INFO [aai-resources,67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] 1 --- [ol-194-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:16.992 [67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] [qtp1225114731-26] DEBUG [aai-resources,67ea53884fb37cc30709b945e743fe1a,0709b945e743fe1a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:16:984","respDate":"250331-08:34:16:992","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:16:984-76423\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5596d3fd-222a-4b96-9c08-da5b6c593598], Accept=[application/json], x-invocationid=[b3b03fe0-50db-46a0-9803-28f2b810240a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:16 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 200 739 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:34:17.063 [67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] [qtp1225114731-25]  INFO [aai-resources,67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:17.065 [67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] [qtp1225114731-270]  INFO [aai-resources,67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:17.068 [67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] [pool-195-thread-1]  INFO [aai-resources,67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] 1 --- [ol-195-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:17.068 [67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] [pool-195-thread-1]  INFO [aai-resources,67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] 1 --- [ol-195-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:17.068 [67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] [pool-195-thread-1]  INFO [aai-resources,67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] 1 --- [ol-195-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:17.068 [67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] [pool-195-thread-1]  INFO [aai-resources,67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] 1 --- [ol-195-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:17.069 [67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] [pool-196-thread-1]  INFO [aai-resources,67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] 1 --- [ol-196-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:17.069 [67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] [pool-196-thread-1]  INFO [aai-resources,67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] 1 --- [ol-196-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:17.069 [67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] [pool-196-thread-1]  INFO [aai-resources,67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] 1 --- [ol-196-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:17.069 [67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] [pool-196-thread-1]  INFO [aai-resources,67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] 1 --- [ol-196-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:17.075 [67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] [pool-196-thread-1]  INFO [aai-resources,67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] 1 --- [ol-196-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/Xuah4x949gOaRUoSxRPr ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:34:17.075 [67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] [pool-196-thread-1]  INFO [aai-resources,67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] 1 --- [ol-196-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:17.076 [67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] [qtp1225114731-270] DEBUG [aai-resources,67ea538924f18da227a8392551ce8cf6,27a8392551ce8cf6] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5697069a-c966-4203-8d8e-8f8945bd3674","status":"404","rqstDate":"250331-08:34:17:065","respDate":"250331-08:34:17:075","sourceId":"prh:5697069a-c966-4203-8d8e-8f8945bd3674","resourceId":"http://aai-internal.onap.svc.cluster.local:37055/aai/v23/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:17:065-71433\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4a3fcb37-d411-4bdb-b3dc-6b177aee21fa], Accept=[application/json], x-invocationid=[ea09362d-eb94-4ea5-a2bf-4de302f0ebec], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:37055], x-requestid=[5697069a-c966-4203-8d8e-8f8945bd3674], X-Forwarded-Port=[37055], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[5697069a-c966-4203-8d8e-8f8945bd3674]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:17 +0000] "GET /aai/v23/network/pnfs/pnf/Xuah4x949gOaRUoSxRPr" 404 285 REST 9999 prh 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:34:17.097 [67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] [pool-195-thread-1]  INFO [aai-resources,67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] 1 --- [ol-195-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:17.097 [67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] [qtp1225114731-25] DEBUG [aai-resources,67ea538978d71a572cf17ca4d6ea02df,2cf17ca4d6ea02df] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:17:063","respDate":"250331-08:34:17:097","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=all","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:17:063-25688\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6e3f6749-2a8b-423d-a3c5-d011dabe87fc], Accept=[application/json], x-invocationid=[f5ec8767-27e6-4b59-bc36-d0bde2d42703], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:17 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=all" 200 3434 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:34:17.123 [67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] [qtp1225114731-26]  INFO [aai-resources,67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:17.128 [67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] [pool-197-thread-1]  INFO [aai-resources,67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] 1 --- [ol-197-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:17.128 [67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] [pool-197-thread-1]  INFO [aai-resources,67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] 1 --- [ol-197-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:17.128 [67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] [pool-197-thread-1]  INFO [aai-resources,67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] 1 --- [ol-197-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:17.128 [67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] [pool-197-thread-1]  INFO [aai-resources,67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] 1 --- [ol-197-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:17.149 [67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] [pool-197-thread-1]  INFO [aai-resources,67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] 1 --- [ol-197-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:17.149 [67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] [qtp1225114731-26] DEBUG [aai-resources,67ea53895eda54cd238dd3eb395e49f2,238dd3eb395e49f2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:17:123","respDate":"250331-08:34:17:149","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=all","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:17:123-15147\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[80ded46b-2840-47d3-a132-7d392d7c4c64], Accept=[application/json], x-invocationid=[5047cacd-67b2-491a-bf79-9a23f6d258bc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:17 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=all" 200 3434 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:34:17.176 [67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] [qtp1225114731-25]  INFO [aai-resources,67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:17.180 [67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] [pool-198-thread-1]  INFO [aai-resources,67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] 1 --- [ol-198-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:17.180 [67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] [pool-198-thread-1]  INFO [aai-resources,67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] 1 --- [ol-198-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:17.180 [67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] [pool-198-thread-1]  INFO [aai-resources,67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] 1 --- [ol-198-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:17.180 [67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] [pool-198-thread-1]  INFO [aai-resources,67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] 1 --- [ol-198-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:17.191 [67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] [pool-198-thread-1]  INFO [aai-resources,67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] 1 --- [ol-198-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:17.192 [67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] [qtp1225114731-25] DEBUG [aai-resources,67ea53892d51a5c8733e7388e55bb6fc,733e7388e55bb6fc] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:17:176","respDate":"250331-08:34:17:192","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=all","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:17:176-93901\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5a26347c-ff38-48c2-b776-271da4b3e273], Accept=[application/json], x-invocationid=[ca2a6ba4-cae5-4ed6-9ea3-f28ef606f5db], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:17 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=all" 200 3434 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:34:17.218 [67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] [qtp1225114731-26]  INFO [aai-resources,67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:17.222 [67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] [pool-199-thread-1]  INFO [aai-resources,67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] 1 --- [ol-199-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:17.222 [67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] [pool-199-thread-1]  INFO [aai-resources,67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] 1 --- [ol-199-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:17.222 [67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] [pool-199-thread-1]  INFO [aai-resources,67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] 1 --- [ol-199-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:17.222 [67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] [pool-199-thread-1]  INFO [aai-resources,67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] 1 --- [ol-199-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:17.233 [67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] [pool-199-thread-1]  INFO [aai-resources,67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] 1 --- [ol-199-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:17.233 [67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] [qtp1225114731-26] DEBUG [aai-resources,67ea5389594640052d3abe3c2f31063a,2d3abe3c2f31063a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:17:218","respDate":"250331-08:34:17:233","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=all","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:17:218-6647\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8581d21a-c68a-43dd-86fe-899f1ecf5caf], Accept=[application/json], x-invocationid=[52fb25ee-306f-498b-bbc5-d6f4d019bd1b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:17 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=all" 200 3434 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:34:18.082 [67ea538a03f3f89b9d1a9c07d98d3907,9d1a9c07d98d3907] [qtp1225114731-25]  INFO [aai-resources,67ea538a03f3f89b9d1a9c07d98d3907,9d1a9c07d98d3907] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:18.097 [67ea538a03f3f89b9d1a9c07d98d3907,9d1a9c07d98d3907] [qtp1225114731-25] DEBUG [aai-resources,67ea538a03f3f89b9d1a9c07d98d3907,9d1a9c07d98d3907] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9fa09e3a-f61d-42ca-9bc2-6033bb157521","status":"200","rqstDate":"250331-08:34:18:082","respDate":"250331-08:34:18:097","sourceId":"haproxy:9fa09e3a-f61d-42ca-9bc2-6033bb157521","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:18:082-93888\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a0324b41-eed0-49e6-9258-a2d37f66a5f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9fa09e3a-f61d-42ca-9bc2-6033bb157521]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:34:20.104 [67ea538cd8cfb81a41122ee2bc1fd991,41122ee2bc1fd991] [qtp1225114731-26]  INFO [aai-resources,67ea538cd8cfb81a41122ee2bc1fd991,41122ee2bc1fd991] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:20.119 [67ea538cd8cfb81a41122ee2bc1fd991,41122ee2bc1fd991] [qtp1225114731-26] DEBUG [aai-resources,67ea538cd8cfb81a41122ee2bc1fd991,41122ee2bc1fd991] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f2109fb1-b187-4f19-89c0-4c982bf3397f","status":"200","rqstDate":"250331-08:34:20:104","respDate":"250331-08:34:20:119","sourceId":"haproxy:f2109fb1-b187-4f19-89c0-4c982bf3397f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:20:104-17292\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[026e2f62-933b-4d81-bc39-810c1780ee57], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f2109fb1-b187-4f19-89c0-4c982bf3397f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:34:22.125 [67ea538eb6b23ab37ec52cec53ba6c6a,7ec52cec53ba6c6a] [qtp1225114731-25]  INFO [aai-resources,67ea538eb6b23ab37ec52cec53ba6c6a,7ec52cec53ba6c6a] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:22.135 [67ea538eb6b23ab37ec52cec53ba6c6a,7ec52cec53ba6c6a] [qtp1225114731-25] DEBUG [aai-resources,67ea538eb6b23ab37ec52cec53ba6c6a,7ec52cec53ba6c6a] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"29a28035-6ca7-4620-b631-04ea1aa90cb8","status":"200","rqstDate":"250331-08:34:22:126","respDate":"250331-08:34:22:135","sourceId":"haproxy:29a28035-6ca7-4620-b631-04ea1aa90cb8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:22:126-94759\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a6cc82f8-dc71-4f10-843a-664df338ad4c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[29a28035-6ca7-4620-b631-04ea1aa90cb8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:34:24.142 [67ea539089547a837a7ea86c081c9f33,7a7ea86c081c9f33] [qtp1225114731-26]  INFO [aai-resources,67ea539089547a837a7ea86c081c9f33,7a7ea86c081c9f33] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:24.156 [67ea539089547a837a7ea86c081c9f33,7a7ea86c081c9f33] [qtp1225114731-26] DEBUG [aai-resources,67ea539089547a837a7ea86c081c9f33,7a7ea86c081c9f33] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"01a5df8c-9db6-4c4f-810e-f98304addc8a","status":"200","rqstDate":"250331-08:34:24:142","respDate":"250331-08:34:24:156","sourceId":"haproxy:01a5df8c-9db6-4c4f-810e-f98304addc8a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:24:142-43383\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0706e366-8a5c-4ef7-a754-687ce451765a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[01a5df8c-9db6-4c4f-810e-f98304addc8a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:34:26.163 [67ea539283138f2a95151a739373b92f,95151a739373b92f] [qtp1225114731-25]  INFO [aai-resources,67ea539283138f2a95151a739373b92f,95151a739373b92f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:26.177 [67ea539283138f2a95151a739373b92f,95151a739373b92f] [qtp1225114731-25] DEBUG [aai-resources,67ea539283138f2a95151a739373b92f,95151a739373b92f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b773235e-9397-4d73-8527-75fbecebe257","status":"200","rqstDate":"250331-08:34:26:163","respDate":"250331-08:34:26:177","sourceId":"haproxy:b773235e-9397-4d73-8527-75fbecebe257","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:26:163-44794\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[efbc2f5e-8a96-4ede-809f-536d25532c77], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b773235e-9397-4d73-8527-75fbecebe257]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:34:28.183 [67ea53947f1143448daf9ee117ee6c06,8daf9ee117ee6c06] [qtp1225114731-26]  INFO [aai-resources,67ea53947f1143448daf9ee117ee6c06,8daf9ee117ee6c06] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:28.199 [67ea53947f1143448daf9ee117ee6c06,8daf9ee117ee6c06] [qtp1225114731-26] DEBUG [aai-resources,67ea53947f1143448daf9ee117ee6c06,8daf9ee117ee6c06] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"08f99e0d-0289-4f84-acf1-fa999d5e7331","status":"200","rqstDate":"250331-08:34:28:183","respDate":"250331-08:34:28:199","sourceId":"haproxy:08f99e0d-0289-4f84-acf1-fa999d5e7331","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:28:183-95395\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[349d96e0-d38c-410f-9395-e3718c6ad55a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[08f99e0d-0289-4f84-acf1-fa999d5e7331]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:34:30.207 [67ea5396940b5232a9fd6313d98ad774,a9fd6313d98ad774] [qtp1225114731-25]  INFO [aai-resources,67ea5396940b5232a9fd6313d98ad774,a9fd6313d98ad774] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:30.220 [67ea5396940b5232a9fd6313d98ad774,a9fd6313d98ad774] [qtp1225114731-25] DEBUG [aai-resources,67ea5396940b5232a9fd6313d98ad774,a9fd6313d98ad774] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"74e1c353-1c33-436b-945c-92a8bef44cd3","status":"200","rqstDate":"250331-08:34:30:207","respDate":"250331-08:34:30:220","sourceId":"haproxy:74e1c353-1c33-436b-945c-92a8bef44cd3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:30:207-72559\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9dd9e948-3b92-4be7-9868-25f8732b895a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[74e1c353-1c33-436b-945c-92a8bef44cd3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:34:32.226 [67ea53985fd0a85102f93ca0500e8842,02f93ca0500e8842] [qtp1225114731-26]  INFO [aai-resources,67ea53985fd0a85102f93ca0500e8842,02f93ca0500e8842] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:32.242 [67ea53985fd0a85102f93ca0500e8842,02f93ca0500e8842] [qtp1225114731-26] DEBUG [aai-resources,67ea53985fd0a85102f93ca0500e8842,02f93ca0500e8842] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e055e1b8-15e5-4b85-8f7f-a23b5313c2b5","status":"200","rqstDate":"250331-08:34:32:227","respDate":"250331-08:34:32:241","sourceId":"haproxy:e055e1b8-15e5-4b85-8f7f-a23b5313c2b5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:32:227-70223\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[774c1b47-e050-40c1-948b-e14b917d8257], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e055e1b8-15e5-4b85-8f7f-a23b5313c2b5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:34:34.248 [67ea539ada644a5b8eba2f7f7b3795fb,8eba2f7f7b3795fb] [qtp1225114731-25]  INFO [aai-resources,67ea539ada644a5b8eba2f7f7b3795fb,8eba2f7f7b3795fb] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:34.258 [67ea539ada644a5b8eba2f7f7b3795fb,8eba2f7f7b3795fb] [qtp1225114731-25] DEBUG [aai-resources,67ea539ada644a5b8eba2f7f7b3795fb,8eba2f7f7b3795fb] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b29295c0-1264-4b90-bac0-3098408f6720","status":"200","rqstDate":"250331-08:34:34:249","respDate":"250331-08:34:34:258","sourceId":"haproxy:b29295c0-1264-4b90-bac0-3098408f6720","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:34:249-73045\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[08fb065f-c1ae-4e23-af54-73b4a27a90d2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b29295c0-1264-4b90-bac0-3098408f6720]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:34:36.265 [67ea539c62d6cc82dc54be633533aa18,dc54be633533aa18] [qtp1225114731-26]  INFO [aai-resources,67ea539c62d6cc82dc54be633533aa18,dc54be633533aa18] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:36.279 [67ea539c62d6cc82dc54be633533aa18,dc54be633533aa18] [qtp1225114731-26] DEBUG [aai-resources,67ea539c62d6cc82dc54be633533aa18,dc54be633533aa18] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"40a4eda0-c65a-421a-a6a2-e8a7821c41b4","status":"200","rqstDate":"250331-08:34:36:265","respDate":"250331-08:34:36:279","sourceId":"haproxy:40a4eda0-c65a-421a-a6a2-e8a7821c41b4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:36:265-45806\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[063a90ac-b419-4d52-ab79-f82cf2ea053f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[40a4eda0-c65a-421a-a6a2-e8a7821c41b4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:34:38.292 [67ea539ee22d5350641611cc1b14237a,641611cc1b14237a] [qtp1225114731-25]  INFO [aai-resources,67ea539ee22d5350641611cc1b14237a,641611cc1b14237a] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:38.303 [67ea539ee22d5350641611cc1b14237a,641611cc1b14237a] [qtp1225114731-25] DEBUG [aai-resources,67ea539ee22d5350641611cc1b14237a,641611cc1b14237a] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"06f5e600-b19d-4e53-b770-72fd24418669","status":"200","rqstDate":"250331-08:34:38:292","respDate":"250331-08:34:38:303","sourceId":"haproxy:06f5e600-b19d-4e53-b770-72fd24418669","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:38:292-87005\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2c29943c-5241-4653-8625-a659da4545da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[06f5e600-b19d-4e53-b770-72fd24418669]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:34:40.310 [67ea53a0433d7c14cfc30624485e4a3b,cfc30624485e4a3b] [qtp1225114731-26]  INFO [aai-resources,67ea53a0433d7c14cfc30624485e4a3b,cfc30624485e4a3b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:40.324 [67ea53a0433d7c14cfc30624485e4a3b,cfc30624485e4a3b] [qtp1225114731-26] DEBUG [aai-resources,67ea53a0433d7c14cfc30624485e4a3b,cfc30624485e4a3b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2523778c-7471-4e90-b9c0-eab3e94f6ea3","status":"200","rqstDate":"250331-08:34:40:310","respDate":"250331-08:34:40:324","sourceId":"haproxy:2523778c-7471-4e90-b9c0-eab3e94f6ea3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:40:310-80872\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5bd310df-9ce3-4309-a237-d571361ef575], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2523778c-7471-4e90-b9c0-eab3e94f6ea3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:34:42.330 [67ea53a2b010213f2c6e24e348d58d6b,2c6e24e348d58d6b] [qtp1225114731-25]  INFO [aai-resources,67ea53a2b010213f2c6e24e348d58d6b,2c6e24e348d58d6b] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:42.344 [67ea53a2b010213f2c6e24e348d58d6b,2c6e24e348d58d6b] [qtp1225114731-25] DEBUG [aai-resources,67ea53a2b010213f2c6e24e348d58d6b,2c6e24e348d58d6b] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e96a102c-a70e-4bb9-b559-314690fc3225","status":"200","rqstDate":"250331-08:34:42:330","respDate":"250331-08:34:42:344","sourceId":"haproxy:e96a102c-a70e-4bb9-b559-314690fc3225","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:42:330-37364\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8637083e-9cd6-411b-93b5-5a50f806b750], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e96a102c-a70e-4bb9-b559-314690fc3225]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:34:44.351 [67ea53a4f8d7c7860ab6300fcb0ab120,0ab6300fcb0ab120] [qtp1225114731-26]  INFO [aai-resources,67ea53a4f8d7c7860ab6300fcb0ab120,0ab6300fcb0ab120] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:44.366 [67ea53a4f8d7c7860ab6300fcb0ab120,0ab6300fcb0ab120] [qtp1225114731-26] DEBUG [aai-resources,67ea53a4f8d7c7860ab6300fcb0ab120,0ab6300fcb0ab120] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c057f31-0285-47bc-b47e-4ee3fcd94508","status":"200","rqstDate":"250331-08:34:44:352","respDate":"250331-08:34:44:366","sourceId":"haproxy:8c057f31-0285-47bc-b47e-4ee3fcd94508","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:44:352-70993\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a15a709c-cd98-451c-a232-4c0f97accde6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8c057f31-0285-47bc-b47e-4ee3fcd94508]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:34:44.478 [67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] [qtp1225114731-25]  INFO [aai-resources,67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:44.485 [67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] [qtp1225114731-25]  INFO [aai-resources,67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:44.485 [67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] [qtp1225114731-25]  INFO [aai-resources,67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:44.485 [67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] [qtp1225114731-25]  INFO [aai-resources,67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:44.485 [67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] [qtp1225114731-25]  INFO [aai-resources,67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:44.559 [67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] [qtp1225114731-25]  INFO [aai-resources,67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:44.584 [67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] [qtp1225114731-25] DEBUG [aai-resources,67ea53a4418274aa011301eaea6674c8,011301eaea6674c8] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:44:478","respDate":"250331-08:34:44:583","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:44:478-15023\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[c636faad-5c68-4703-ab8a-632ef03ad114], Accept=[application/json], x-invocationid=[f17b192f-92cb-4e6d-b151-9a1d786d5c92], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[258], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"network-id\\\":\\\"5887238f-2b0b-4f40-8971-447a2105263b\\\",\\\"neutron-network-id\\\":\\\"be0527b5-3a82-4ca6-ad08-da1c75dedbab\\\",\\\"orchestration-status\\\":\\\"Created\\\",\\\"heat-stack-id\\\":\\\"basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826_net_0/8c1efe2a-9b06-48cc-b751-b42e2860d99a\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:34:44:478-15023\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[168000], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:34:44:478-15023]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:44 +0000] "POST /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b" 200 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 108 - "logType": "access"
2025-03-31 08:34:44.617 [67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] [qtp1225114731-26]  INFO [aai-resources,67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:44.625 [67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] [qtp1225114731-26]  INFO [aai-resources,67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:44.625 [67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] [qtp1225114731-26]  INFO [aai-resources,67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:44.625 [67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] [qtp1225114731-26]  INFO [aai-resources,67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:44.625 [67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] [qtp1225114731-26]  INFO [aai-resources,67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:44.665 [67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] [qtp1225114731-26]  INFO [aai-resources,67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:44.686 [67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] [qtp1225114731-26] DEBUG [aai-resources,67ea53a46a390e48b764c2bc4f9534b7,b764c2bc4f9534b7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:44:617","respDate":"250331-08:34:44:686","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:44:617-33682\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[ca4923b0-2d18-4db3-85bf-790352e12572], Accept=[application/json], x-invocationid=[ec200d9a-a749-4b3d-a36c-5423ba974c26], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[144], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"subnet-id\\\":\\\"b1233f8f-99c1-46d4-9a6d-e56d72135340\\\",\\\"neutron-subnet-id\\\":\\\"17960a54-1ec2-434f-b508-56c71069907f\\\",\\\"orchestration-status\\\":\\\"Created\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:34:44:617-33682\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[241824], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:34:44:617-33682]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:44 +0000] "POST /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340" 200 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 72 - "logType": "access"
2025-03-31 08:34:46.373 [67ea53a681934d7bffa77ac2ac4290ea,ffa77ac2ac4290ea] [qtp1225114731-25]  INFO [aai-resources,67ea53a681934d7bffa77ac2ac4290ea,ffa77ac2ac4290ea] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:46.381 [67ea53a681934d7bffa77ac2ac4290ea,ffa77ac2ac4290ea] [qtp1225114731-25] DEBUG [aai-resources,67ea53a681934d7bffa77ac2ac4290ea,ffa77ac2ac4290ea] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e0b70215-8288-4e16-9c68-e89387d6b284","status":"200","rqstDate":"250331-08:34:46:373","respDate":"250331-08:34:46:381","sourceId":"haproxy:e0b70215-8288-4e16-9c68-e89387d6b284","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:46:373-42509\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a8d38fcc-bac9-4824-a264-fa2ff15844cf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e0b70215-8288-4e16-9c68-e89387d6b284]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:34:48.388 [67ea53a8e4992f18cc77e3cf4df1f485,cc77e3cf4df1f485] [qtp1225114731-26]  INFO [aai-resources,67ea53a8e4992f18cc77e3cf4df1f485,cc77e3cf4df1f485] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:48.402 [67ea53a8e4992f18cc77e3cf4df1f485,cc77e3cf4df1f485] [qtp1225114731-26] DEBUG [aai-resources,67ea53a8e4992f18cc77e3cf4df1f485,cc77e3cf4df1f485] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"461ddcad-b246-42c2-98f7-1f63a2b1c1a3","status":"200","rqstDate":"250331-08:34:48:388","respDate":"250331-08:34:48:402","sourceId":"haproxy:461ddcad-b246-42c2-98f7-1f63a2b1c1a3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:48:388-75853\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[02ed640d-9944-4d2e-a0c5-1885c96ce484], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[461ddcad-b246-42c2-98f7-1f63a2b1c1a3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:34:50.226 [67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] [qtp1225114731-20]  INFO [aai-resources,67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:50.230 [67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] [pool-200-thread-1]  INFO [aai-resources,67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] 1 --- [ol-200-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:50.230 [67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] [pool-200-thread-1]  INFO [aai-resources,67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] 1 --- [ol-200-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:50.230 [67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] [pool-200-thread-1]  INFO [aai-resources,67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] 1 --- [ol-200-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:50.230 [67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] [pool-200-thread-1]  INFO [aai-resources,67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] 1 --- [ol-200-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:50.233 [67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] [pool-200-thread-1]  INFO [aai-resources,67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] 1 --- [ol-200-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:50.233 [67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] [qtp1225114731-20] DEBUG [aai-resources,67ea53aa1a2bd560f55beb798e6d9039,f55beb798e6d9039] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:50:226","respDate":"250331-08:34:50:233","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:50:226-32494\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2966a4eb-7a74-49a2-9117-ce9f67eb4b0d], Accept=[application/json], x-invocationid=[751a18ea-456f-4033-b0cb-1fcf69f08d27], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:50 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:34:50.257 [67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] [qtp1225114731-26]  INFO [aai-resources,67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:50.261 [67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] [pool-201-thread-1]  INFO [aai-resources,67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] 1 --- [ol-201-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:50.261 [67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] [pool-201-thread-1]  INFO [aai-resources,67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] 1 --- [ol-201-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:50.261 [67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] [pool-201-thread-1]  INFO [aai-resources,67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] 1 --- [ol-201-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:50.262 [67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] [pool-201-thread-1]  INFO [aai-resources,67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] 1 --- [ol-201-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:50.276 [67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] [pool-201-thread-1]  INFO [aai-resources,67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] 1 --- [ol-201-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:50.276 [67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] [qtp1225114731-26] DEBUG [aai-resources,67ea53aa2d0dd99bede9df816999c8e5,ede9df816999c8e5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:50:258","respDate":"250331-08:34:50:276","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:50:258-8831\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[075e22d6-f3e8-4892-9843-402ec4aadddc], Accept=[application/json], x-invocationid=[a1efbebc-d46c-45bc-bafe-964b98045d36], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:50 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1640 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:34:50.334 [67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] [qtp1225114731-20]  INFO [aai-resources,67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:50.341 [67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] [pool-202-thread-1]  INFO [aai-resources,67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] 1 --- [ol-202-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:50.341 [67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] [pool-202-thread-1]  INFO [aai-resources,67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] 1 --- [ol-202-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:50.341 [67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] [pool-202-thread-1]  INFO [aai-resources,67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] 1 --- [ol-202-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:50.341 [67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] [pool-202-thread-1]  INFO [aai-resources,67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] 1 --- [ol-202-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:50.344 [67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] [pool-202-thread-1]  INFO [aai-resources,67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] 1 --- [ol-202-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:50.345 [67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] [qtp1225114731-20] DEBUG [aai-resources,67ea53aa6c545d439594305f11e0bdcf,9594305f11e0bdcf] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:50:334","respDate":"250331-08:34:50:345","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/projects/project/basicnw-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:50:334-19724\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5a1efb61-9e80-40f7-af3c-72bbc6d42ee7], Accept=[application/json], x-invocationid=[56018d16-f225-47fe-9c62-da836e8326ef], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:50 +0000] "GET /aai/v24/business/projects/project/basicnw-project?nodes-only=" 200 69 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:34:50.370 [67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] [qtp1225114731-26]  INFO [aai-resources,67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:50.381 [67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] [pool-203-thread-1]  INFO [aai-resources,67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] 1 --- [ol-203-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:50.381 [67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] [pool-203-thread-1]  INFO [aai-resources,67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] 1 --- [ol-203-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:50.381 [67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] [pool-203-thread-1]  INFO [aai-resources,67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] 1 --- [ol-203-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:50.381 [67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] [pool-203-thread-1]  INFO [aai-resources,67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] 1 --- [ol-203-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:50.384 [67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] [pool-203-thread-1]  INFO [aai-resources,67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] 1 --- [ol-203-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:50.385 [67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] [qtp1225114731-26] DEBUG [aai-resources,67ea53aaf2b69cf8ac86eec70cc7beaa,ac86eec70cc7beaa] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:50:370","respDate":"250331-08:34:50:385","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:50:370-40392\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f94dc623-9465-49e9-ad82-5c6bbe2d6d41], Accept=[application/json], x-invocationid=[93bf3638-0049-44b3-9d53-8fc10613167d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:50 +0000] "GET /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=" 200 128 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:34:50.406 [67ea53aabded6af45a773e1090de8846,5a773e1090de8846] [qtp1225114731-20]  INFO [aai-resources,67ea53aabded6af45a773e1090de8846,5a773e1090de8846] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:50.409 [67ea53aa336b33053e53fe5fbf7737dc,3e53fe5fbf7737dc] [qtp1225114731-24]  INFO [aai-resources,67ea53aa336b33053e53fe5fbf7737dc,3e53fe5fbf7737dc] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:50.411 [67ea53aabded6af45a773e1090de8846,5a773e1090de8846] [pool-204-thread-1]  INFO [aai-resources,67ea53aabded6af45a773e1090de8846,5a773e1090de8846] 1 --- [ol-204-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:50.411 [67ea53aabded6af45a773e1090de8846,5a773e1090de8846] [pool-204-thread-1]  INFO [aai-resources,67ea53aabded6af45a773e1090de8846,5a773e1090de8846] 1 --- [ol-204-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:50.411 [67ea53aabded6af45a773e1090de8846,5a773e1090de8846] [pool-204-thread-1]  INFO [aai-resources,67ea53aabded6af45a773e1090de8846,5a773e1090de8846] 1 --- [ol-204-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:50.412 [67ea53aabded6af45a773e1090de8846,5a773e1090de8846] [pool-204-thread-1]  INFO [aai-resources,67ea53aabded6af45a773e1090de8846,5a773e1090de8846] 1 --- [ol-204-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:50.428 [67ea53aa336b33053e53fe5fbf7737dc,3e53fe5fbf7737dc] [qtp1225114731-24] DEBUG [aai-resources,67ea53aa336b33053e53fe5fbf7737dc,3e53fe5fbf7737dc] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bcf64bc8-7d36-41c3-b9b8-6b6b284ec2ad","status":"200","rqstDate":"250331-08:34:50:409","respDate":"250331-08:34:50:428","sourceId":"haproxy:bcf64bc8-7d36-41c3-b9b8-6b6b284ec2ad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:50:409-42401\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cb766940-1231-412a-b75b-7ee79e61ffe6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bcf64bc8-7d36-41c3-b9b8-6b6b284ec2ad]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:34:50.459 [67ea53aabded6af45a773e1090de8846,5a773e1090de8846] [pool-204-thread-1]  INFO [aai-resources,67ea53aabded6af45a773e1090de8846,5a773e1090de8846] 1 --- [ol-204-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:50.460 [67ea53aabded6af45a773e1090de8846,5a773e1090de8846] [qtp1225114731-20] DEBUG [aai-resources,67ea53aabded6af45a773e1090de8846,5a773e1090de8846] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:50:406","respDate":"250331-08:34:50:460","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:50:406-96451\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c109d942-d8af-4e18-b79c-d7670c7fdd6b], Accept=[application/json], x-invocationid=[649e4797-21e7-448b-89fe-b8624b5e71a2], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:50 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=2" 200 3658 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 08:34:50.569 [67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] [qtp1225114731-26]  INFO [aai-resources,67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:50.574 [67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] [pool-205-thread-1]  INFO [aai-resources,67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] 1 --- [ol-205-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:50.574 [67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] [pool-205-thread-1]  INFO [aai-resources,67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] 1 --- [ol-205-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:50.574 [67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] [pool-205-thread-1]  INFO [aai-resources,67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] 1 --- [ol-205-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:50.574 [67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] [pool-205-thread-1]  INFO [aai-resources,67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] 1 --- [ol-205-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:50.585 [67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] [pool-205-thread-1]  INFO [aai-resources,67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] 1 --- [ol-205-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:50.586 [67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] [qtp1225114731-26] DEBUG [aai-resources,67ea53aa832d7943116f8a512fc8fc26,116f8a512fc8fc26] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:50:570","respDate":"250331-08:34:50:586","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:50:570-8555\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c83a17b7-8f77-45b2-8cda-a4cfa40f6555], Accept=[application/json], x-invocationid=[55659495-e270-4c1b-91fd-102f26f3a583], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:50 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:34:50.608 [67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] [qtp1225114731-20]  INFO [aai-resources,67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:50.612 [67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] [pool-206-thread-1]  INFO [aai-resources,67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] 1 --- [ol-206-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:50.612 [67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] [pool-206-thread-1]  INFO [aai-resources,67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] 1 --- [ol-206-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:50.612 [67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] [pool-206-thread-1]  INFO [aai-resources,67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] 1 --- [ol-206-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:50.612 [67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] [pool-206-thread-1]  INFO [aai-resources,67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] 1 --- [ol-206-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:50.614 [67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] [pool-206-thread-1]  INFO [aai-resources,67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] 1 --- [ol-206-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:50.615 [67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] [qtp1225114731-20] DEBUG [aai-resources,67ea53aa27666a2fa6907e1c36ec9c79,a6907e1c36ec9c79] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:50:608","respDate":"250331-08:34:50:615","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:50:608-17935\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[642a8ce5-2fb8-4f50-89de-ba2ffcfbed4d], Accept=[application/json], x-invocationid=[8dc4ec91-9882-4ad8-b80c-31d0a017a37a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:50 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:34:50.635 [67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] [qtp1225114731-26]  INFO [aai-resources,67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:50.638 [67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] [pool-207-thread-1]  INFO [aai-resources,67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] 1 --- [ol-207-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:50.638 [67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] [pool-207-thread-1]  INFO [aai-resources,67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] 1 --- [ol-207-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:50.638 [67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] [pool-207-thread-1]  INFO [aai-resources,67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] 1 --- [ol-207-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:50.638 [67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] [pool-207-thread-1]  INFO [aai-resources,67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] 1 --- [ol-207-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:50.642 [67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] [pool-207-thread-1]  INFO [aai-resources,67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] 1 --- [ol-207-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:50.642 [67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] [qtp1225114731-26] DEBUG [aai-resources,67ea53aa6ffc8668f7ad59d346b91fd9,f7ad59d346b91fd9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:50:635","respDate":"250331-08:34:50:642","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:50:635-19242\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8fc15c10-15dc-41ba-8b35-1744d310d757], Accept=[application/json], x-invocationid=[5f3b414a-7572-47c9-a6bd-b452227906fa], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:50 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer" 200 139 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:34:50.664 [67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] [qtp1225114731-20]  INFO [aai-resources,67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:50.668 [67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] [pool-208-thread-1]  INFO [aai-resources,67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] 1 --- [ol-208-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:50.668 [67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] [pool-208-thread-1]  INFO [aai-resources,67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] 1 --- [ol-208-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:50.668 [67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] [pool-208-thread-1]  INFO [aai-resources,67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] 1 --- [ol-208-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:50.669 [67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] [pool-208-thread-1]  INFO [aai-resources,67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] 1 --- [ol-208-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:50.674 [67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] [pool-208-thread-1]  INFO [aai-resources,67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] 1 --- [ol-208-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:50.674 [67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] [qtp1225114731-20] DEBUG [aai-resources,67ea53aaf0ceb2bee4662c12d7211b8c,e4662c12d7211b8c] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:50:664","respDate":"250331-08:34:50:674","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:50:664-57300\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6f67c2cc-e6d8-4159-a889-632126d97540], Accept=[application/json], x-invocationid=[1a481d69-a778-4308-9dbe-6f27d936a505], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:50 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 200 739 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:34:50.911 [67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] [qtp1225114731-26]  INFO [aai-resources,67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:50.917 [67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] [qtp1225114731-26]  INFO [aai-resources,67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:50.917 [67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] [qtp1225114731-26]  INFO [aai-resources,67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:50.917 [67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] [qtp1225114731-26]  INFO [aai-resources,67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:50.917 [67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] [qtp1225114731-26]  INFO [aai-resources,67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:50.945 [67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] [qtp1225114731-26]  INFO [aai-resources,67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:50.974 [67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] [qtp1225114731-26] DEBUG [aai-resources,67ea53aae0d5170baaa2d0f759e3560e,aaa2d0f759e3560e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:50:911","respDate":"250331-08:34:50:974","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:50:911-15816\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[d840a27d-cde8-4972-b6f7-fde719167cad], Accept=[application/json], x-invocationid=[8ade016d-c089-483f-9fd8-ed730bb1ce9f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[85], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"network-id\\\":\\\"5887238f-2b0b-4f40-8971-447a2105263b\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:34:50:911-15816\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[168000], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:34:50:911-15816]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:50 +0000] "POST /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b" 200 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 65 - "logType": "access"
2025-03-31 08:34:50.998 [67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] [qtp1225114731-20]  INFO [aai-resources,67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:51.007 [67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] [qtp1225114731-20]  INFO [aai-resources,67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:34:51.007 [67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] [qtp1225114731-20]  INFO [aai-resources,67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:34:51.008 [67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] [qtp1225114731-20]  INFO [aai-resources,67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:34:51.008 [67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] [qtp1225114731-20]  INFO [aai-resources,67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:34:51.035 [67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] [qtp1225114731-20]  INFO [aai-resources,67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:34:51.056 [67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] [qtp1225114731-20] DEBUG [aai-resources,67ea53aa594f2628484cfc5dacc68293,484cfc5dacc68293] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b6d0c9c-772f-4276-a033-8545a457ed72","status":"200","rqstDate":"250331-08:34:50:998","respDate":"250331-08:34:51:056","sourceId":"UNKNOWN:2b6d0c9c-772f-4276-a033-8545a457ed72","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:34:50:998-65944\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[b9aaf4a8-79d4-445c-b015-55e52fe64a54], Accept=[application/json], x-invocationid=[766993a5-19ab-4474-a9eb-4cc239611bad], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,2b6d0c9c-772f-4276-a033-8545a457ed72], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], x-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[2b6d0c9c-772f-4276-a033-8545a457ed72], Content-Length=[84], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"subnet-id\\\":\\\"b1233f8f-99c1-46d4-9a6d-e56d72135340\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:34:50:998-65944\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[241824], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:34:50:998-65944]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:51 +0000] "POST /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340" 200 0 REST ,2b6d0c9c-772f-4276-a033-8545a457ed72 MSO 127.0.0.6 - - - - - - - - - 60 - "logType": "access"
2025-03-31 08:34:52.434 [67ea53acc956bb45af57aa4dc1e86466,af57aa4dc1e86466] [qtp1225114731-26]  INFO [aai-resources,67ea53acc956bb45af57aa4dc1e86466,af57aa4dc1e86466] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:52.443 [67ea53acc956bb45af57aa4dc1e86466,af57aa4dc1e86466] [qtp1225114731-26] DEBUG [aai-resources,67ea53acc956bb45af57aa4dc1e86466,af57aa4dc1e86466] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"609a5217-21fe-473a-a4b4-2bc741088477","status":"200","rqstDate":"250331-08:34:52:434","respDate":"250331-08:34:52:443","sourceId":"haproxy:609a5217-21fe-473a-a4b4-2bc741088477","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:52:434-75853\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3d916605-0764-4c4a-b2aa-dd25cb5bd315], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[609a5217-21fe-473a-a4b4-2bc741088477]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:34:54.449 [67ea53ae158ace834569a8b9eb6c978a,4569a8b9eb6c978a] [qtp1225114731-20]  INFO [aai-resources,67ea53ae158ace834569a8b9eb6c978a,4569a8b9eb6c978a] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:54.463 [67ea53ae158ace834569a8b9eb6c978a,4569a8b9eb6c978a] [qtp1225114731-20] DEBUG [aai-resources,67ea53ae158ace834569a8b9eb6c978a,4569a8b9eb6c978a] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d05bb76a-ccbb-4ac4-aafe-a5c4911294af","status":"200","rqstDate":"250331-08:34:54:449","respDate":"250331-08:34:54:463","sourceId":"haproxy:d05bb76a-ccbb-4ac4-aafe-a5c4911294af","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:54:449-20386\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[421daf03-5283-47a9-9276-c8f32e31c7ce], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d05bb76a-ccbb-4ac4-aafe-a5c4911294af]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:34:56.470 [67ea53b067e38df6258c45c4b3aaae22,258c45c4b3aaae22] [qtp1225114731-26]  INFO [aai-resources,67ea53b067e38df6258c45c4b3aaae22,258c45c4b3aaae22] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:56.485 [67ea53b067e38df6258c45c4b3aaae22,258c45c4b3aaae22] [qtp1225114731-26] DEBUG [aai-resources,67ea53b067e38df6258c45c4b3aaae22,258c45c4b3aaae22] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"56e6e71f-dd34-4beb-aa78-208bad8cfcd0","status":"200","rqstDate":"250331-08:34:56:470","respDate":"250331-08:34:56:485","sourceId":"haproxy:56e6e71f-dd34-4beb-aa78-208bad8cfcd0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:34:56:470-88615\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[41dcaa76-fb10-4429-b08f-d984f44f6e39], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[56e6e71f-dd34-4beb-aa78-208bad8cfcd0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:34:58.491 [67ea53b20092cb3a11e7ef83b15b6997,11e7ef83b15b6997] [qtp1225114731-20]  INFO [aai-resources,67ea53b20092cb3a11e7ef83b15b6997,11e7ef83b15b6997] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:34:58.507 [67ea53b20092cb3a11e7ef83b15b6997,11e7ef83b15b6997] [qtp1225114731-20] DEBUG [aai-resources,67ea53b20092cb3a11e7ef83b15b6997,11e7ef83b15b6997] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"64692176-cda0-49aa-aaee-e0ec30cface2","status":"200","rqstDate":"250331-08:34:58:492","respDate":"250331-08:34:58:506","sourceId":"haproxy:64692176-cda0-49aa-aaee-e0ec30cface2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:34:58:492-75601\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[32d5b97e-2b48-4520-ac4e-66675d2c3028], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[64692176-cda0-49aa-aaee-e0ec30cface2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:34:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:35:00.512 [67ea53b4c023844207dc423ef31a55f8,07dc423ef31a55f8] [qtp1225114731-26]  INFO [aai-resources,67ea53b4c023844207dc423ef31a55f8,07dc423ef31a55f8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:00.522 [67ea53b4c023844207dc423ef31a55f8,07dc423ef31a55f8] [qtp1225114731-26] DEBUG [aai-resources,67ea53b4c023844207dc423ef31a55f8,07dc423ef31a55f8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"78d113f3-746b-4c5f-8bb7-fb8fd5cd4bc4","status":"200","rqstDate":"250331-08:35:00:513","respDate":"250331-08:35:00:522","sourceId":"haproxy:78d113f3-746b-4c5f-8bb7-fb8fd5cd4bc4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:00:513-34910\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fc162400-cc4c-49b2-8f79-ba301ec4e941], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[78d113f3-746b-4c5f-8bb7-fb8fd5cd4bc4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:02.529 [67ea53b6a484de270f4303e8f4953a7c,0f4303e8f4953a7c] [qtp1225114731-20]  INFO [aai-resources,67ea53b6a484de270f4303e8f4953a7c,0f4303e8f4953a7c] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:02.559 [67ea53b6a484de270f4303e8f4953a7c,0f4303e8f4953a7c] [qtp1225114731-20] DEBUG [aai-resources,67ea53b6a484de270f4303e8f4953a7c,0f4303e8f4953a7c] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b84344e5-3572-4a9e-be3a-2e8672ec469b","status":"200","rqstDate":"250331-08:35:02:529","respDate":"250331-08:35:02:559","sourceId":"haproxy:b84344e5-3572-4a9e-be3a-2e8672ec469b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:02:529-75480\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b70b9d27-1f4e-4731-98e4-dd58db323318], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b84344e5-3572-4a9e-be3a-2e8672ec469b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 32 - "logType": "access"
2025-03-31 08:35:04.566 [67ea53b820741c0c9aced8bd9e95bb2c,9aced8bd9e95bb2c] [qtp1225114731-26]  INFO [aai-resources,67ea53b820741c0c9aced8bd9e95bb2c,9aced8bd9e95bb2c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:04.579 [67ea53b820741c0c9aced8bd9e95bb2c,9aced8bd9e95bb2c] [qtp1225114731-26] DEBUG [aai-resources,67ea53b820741c0c9aced8bd9e95bb2c,9aced8bd9e95bb2c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"26778ce0-d81f-4cb7-8269-27f67db96b2e","status":"200","rqstDate":"250331-08:35:04:566","respDate":"250331-08:35:04:579","sourceId":"haproxy:26778ce0-d81f-4cb7-8269-27f67db96b2e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:04:566-99377\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[440219bc-eba1-4fe1-960d-33662cf9d6e7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[26778ce0-d81f-4cb7-8269-27f67db96b2e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:06.586 [67ea53ba3e58887d182d878db5d7ac60,182d878db5d7ac60] [qtp1225114731-20]  INFO [aai-resources,67ea53ba3e58887d182d878db5d7ac60,182d878db5d7ac60] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:06.602 [67ea53ba3e58887d182d878db5d7ac60,182d878db5d7ac60] [qtp1225114731-20] DEBUG [aai-resources,67ea53ba3e58887d182d878db5d7ac60,182d878db5d7ac60] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a027e0d-7660-4305-b368-412afed143e2","status":"200","rqstDate":"250331-08:35:06:587","respDate":"250331-08:35:06:602","sourceId":"haproxy:3a027e0d-7660-4305-b368-412afed143e2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:06:587-54260\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c7f3e472-6248-42e2-b67b-b76cd525ec5d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3a027e0d-7660-4305-b368-412afed143e2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:35:08.369 [67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] [qtp1225114731-26]  INFO [aai-resources,67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:08.375 [67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] [pool-209-thread-1]  INFO [aai-resources,67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] 1 --- [ol-209-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:08.376 [67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] [pool-209-thread-1]  INFO [aai-resources,67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] 1 --- [ol-209-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:08.376 [67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] [pool-209-thread-1]  INFO [aai-resources,67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] 1 --- [ol-209-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:08.376 [67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] [pool-209-thread-1]  INFO [aai-resources,67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] 1 --- [ol-209-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:08.389 [67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] [pool-209-thread-1]  INFO [aai-resources,67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] 1 --- [ol-209-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:08.389 [67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] [qtp1225114731-26] DEBUG [aai-resources,67ea53bcb071892c73ea23f1edd14b73,73ea23f1edd14b73] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:08:369","respDate":"250331-08:35:08:389","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:08:369-67388\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[edac744c-e71c-4810-bc4f-5a13ddd01cd9], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:08 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/relationship-list" 200 1071 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:35:08.421 [67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] [qtp1225114731-20]  INFO [aai-resources,67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:08.426 [67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] [pool-210-thread-1]  INFO [aai-resources,67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] 1 --- [ol-210-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:08.426 [67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] [pool-210-thread-1]  INFO [aai-resources,67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] 1 --- [ol-210-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:08.426 [67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] [pool-210-thread-1]  INFO [aai-resources,67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] 1 --- [ol-210-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:08.426 [67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] [pool-210-thread-1]  INFO [aai-resources,67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] 1 --- [ol-210-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:08.447 [67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] [pool-210-thread-1]  INFO [aai-resources,67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] 1 --- [ol-210-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:08.448 [67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] [qtp1225114731-20] DEBUG [aai-resources,67ea53bc1afcf0e673ffaf45ff7e3a0e,73ffaf45ff7e3a0e] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:08:421","respDate":"250331-08:35:08:448","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v30/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:08:421-64871\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d9fe0e4a-44d4-4723-88d9-b52e47921319], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:08 +0000] "GET /aai/v30/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b" 200 3215 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:35:08.482 [67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] [qtp1225114731-26]  INFO [aai-resources,67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:08.486 [67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] [pool-211-thread-1]  INFO [aai-resources,67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] 1 --- [ol-211-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:08.486 [67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] [pool-211-thread-1]  INFO [aai-resources,67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] 1 --- [ol-211-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:08.486 [67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] [pool-211-thread-1]  INFO [aai-resources,67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] 1 --- [ol-211-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:08.486 [67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] [pool-211-thread-1]  INFO [aai-resources,67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] 1 --- [ol-211-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:08.489 [67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] [pool-211-thread-1]  INFO [aai-resources,67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] 1 --- [ol-211-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:08.490 [67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] [qtp1225114731-26] DEBUG [aai-resources,67ea53bc13af4390a784e2f77c873dc2,a784e2f77c873dc2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:08:482","respDate":"250331-08:35:08:490","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:08:482-82531\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[60a4b5c5-8878-4bc8-bc02-805691d0ce7d], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:08 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list" 200 651 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:08.519 [67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] [qtp1225114731-20]  INFO [aai-resources,67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:08.523 [67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] [pool-212-thread-1]  INFO [aai-resources,67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] 1 --- [ol-212-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:08.523 [67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] [pool-212-thread-1]  INFO [aai-resources,67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] 1 --- [ol-212-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:08.523 [67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] [pool-212-thread-1]  INFO [aai-resources,67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] 1 --- [ol-212-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:08.523 [67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] [pool-212-thread-1]  INFO [aai-resources,67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] 1 --- [ol-212-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:08.555 [67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] [pool-212-thread-1]  INFO [aai-resources,67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] 1 --- [ol-212-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:08.555 [67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] [qtp1225114731-20] DEBUG [aai-resources,67ea53bcb811af1ff9a531b8b910fce8,f9a531b8b910fce8] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:08:519","respDate":"250331-08:35:08:555","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:08:519-9326\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3b59d4f4-a28e-4d32-8d0f-fd392108cc44], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:08 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne" 200 1139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 39 - "logType": "access"
2025-03-31 08:35:08.593 [67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] [qtp1225114731-26]  INFO [aai-resources,67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:08.598 [67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] [pool-213-thread-1]  INFO [aai-resources,67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] 1 --- [ol-213-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:08.598 [67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] [pool-213-thread-1]  INFO [aai-resources,67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] 1 --- [ol-213-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:08.598 [67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] [pool-213-thread-1]  INFO [aai-resources,67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] 1 --- [ol-213-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:08.598 [67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] [pool-213-thread-1]  INFO [aai-resources,67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] 1 --- [ol-213-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:08.602 [67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] [pool-213-thread-1]  INFO [aai-resources,67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] 1 --- [ol-213-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:08.603 [67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] [qtp1225114731-26] DEBUG [aai-resources,67ea53bc09f4ad318dd5f287281db728,8dd5f287281db728] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:08:593","respDate":"250331-08:35:08:603","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:08:593-29569\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e3e445fe-f701-4b18-9cac-9bc8a0c65f68], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:08 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list" 200 651 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:08.607 [67ea53bc724f9963643bb464d47a11e9,643bb464d47a11e9] [qtp1225114731-20]  INFO [aai-resources,67ea53bc724f9963643bb464d47a11e9,643bb464d47a11e9] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:08.615 [67ea53bc724f9963643bb464d47a11e9,643bb464d47a11e9] [qtp1225114731-20] DEBUG [aai-resources,67ea53bc724f9963643bb464d47a11e9,643bb464d47a11e9] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b2b71897-d5af-49a4-b119-ec3a20fd6948","status":"200","rqstDate":"250331-08:35:08:607","respDate":"250331-08:35:08:615","sourceId":"haproxy:b2b71897-d5af-49a4-b119-ec3a20fd6948","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:08:607-49651\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99e6fb9a-5eb7-4933-94ab-9507c907806f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b2b71897-d5af-49a4-b119-ec3a20fd6948]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:35:08.632 [67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] [qtp1225114731-26]  INFO [aai-resources,67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:08.636 [67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] [pool-214-thread-1]  INFO [aai-resources,67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] 1 --- [ol-214-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:08.636 [67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] [pool-214-thread-1]  INFO [aai-resources,67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] 1 --- [ol-214-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:08.636 [67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] [pool-214-thread-1]  INFO [aai-resources,67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] 1 --- [ol-214-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:08.636 [67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] [pool-214-thread-1]  INFO [aai-resources,67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] 1 --- [ol-214-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:08.651 [67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] [pool-214-thread-1]  INFO [aai-resources,67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] 1 --- [ol-214-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:08.652 [67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] [qtp1225114731-26] DEBUG [aai-resources,67ea53bc3700215c7202e49ee58723fc,7202e49ee58723fc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:08:632","respDate":"250331-08:35:08:652","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:08:632-47241\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[308d88b5-245a-46de-99ed-87b705212d2e], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:08 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne" 200 1139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:35:08.681 [67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] [qtp1225114731-20]  INFO [aai-resources,67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:08.687 [67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] [pool-215-thread-1]  INFO [aai-resources,67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] 1 --- [ol-215-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:08.687 [67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] [pool-215-thread-1]  INFO [aai-resources,67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] 1 --- [ol-215-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:08.687 [67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] [pool-215-thread-1]  INFO [aai-resources,67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] 1 --- [ol-215-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:08.688 [67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] [pool-215-thread-1]  INFO [aai-resources,67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] 1 --- [ol-215-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:08.691 [67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] [pool-215-thread-1]  INFO [aai-resources,67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] 1 --- [ol-215-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:08.692 [67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] [qtp1225114731-20] DEBUG [aai-resources,67ea53bcdbbc668fc91cfbf6c40cc6d8,c91cfbf6c40cc6d8] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:08:682","respDate":"250331-08:35:08:692","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:08:682-59767\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cf20fe3d-5cca-4c37-a411-984c38ff7290], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:08 +0000] "GET /aai/v27/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list" 200 651 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:35:08.721 [67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] [qtp1225114731-26]  INFO [aai-resources,67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:08.726 [67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] [pool-216-thread-1]  INFO [aai-resources,67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] 1 --- [ol-216-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:08.726 [67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] [pool-216-thread-1]  INFO [aai-resources,67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] 1 --- [ol-216-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:08.727 [67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] [pool-216-thread-1]  INFO [aai-resources,67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] 1 --- [ol-216-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:08.727 [67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] [pool-216-thread-1]  INFO [aai-resources,67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] 1 --- [ol-216-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:08.735 [67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] [pool-216-thread-1]  INFO [aai-resources,67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] 1 --- [ol-216-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:08.735 [67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] [qtp1225114731-26] DEBUG [aai-resources,67ea53bc261445f192dad8a44d88756c,92dad8a44d88756c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:08:721","respDate":"250331-08:35:08:735","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:08:721-44827\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[189ed0d8-05c3-4a10-833f-4f44d5362155], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:08 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne" 200 1139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:35:08.765 [67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] [qtp1225114731-20]  INFO [aai-resources,67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:08.771 [67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] [pool-217-thread-1]  INFO [aai-resources,67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] 1 --- [ol-217-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:08.771 [67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] [pool-217-thread-1]  INFO [aai-resources,67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] 1 --- [ol-217-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:08.771 [67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] [pool-217-thread-1]  INFO [aai-resources,67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] 1 --- [ol-217-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:08.772 [67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] [pool-217-thread-1]  INFO [aai-resources,67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] 1 --- [ol-217-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:08.780 [67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] [pool-217-thread-1]  INFO [aai-resources,67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] 1 --- [ol-217-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:08.780 [67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] [qtp1225114731-20] DEBUG [aai-resources,67ea53bca58aeeec6e27f738e80e4b5e,6e27f738e80e4b5e] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:08:765","respDate":"250331-08:35:08:780","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:08:765-90065\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f445b826-4752-4993-bbef-12aa3f4d4b15], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:08 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1070 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:35:10.154 [67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] [qtp1225114731-26]  INFO [aai-resources,67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:10.162 [67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] [pool-218-thread-1]  INFO [aai-resources,67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] 1 --- [ol-218-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:10.162 [67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] [pool-218-thread-1]  INFO [aai-resources,67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] 1 --- [ol-218-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:10.162 [67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] [pool-218-thread-1]  INFO [aai-resources,67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] 1 --- [ol-218-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:10.162 [67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] [pool-218-thread-1]  INFO [aai-resources,67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] 1 --- [ol-218-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:10.192 [67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] [pool-218-thread-1]  INFO [aai-resources,67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] 1 --- [ol-218-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type vf-module found at: network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/related-to/vf-modules ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:10.193 [67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] [pool-218-thread-1]  INFO [aai-resources,67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] 1 --- [ol-218-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:10.193 [67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] [qtp1225114731-26] DEBUG [aai-resources,67ea53bef0a2f41b40a8654fb4193d06,40a8654fb4193d06] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"404","rqstDate":"250331-08:35:10:154","respDate":"250331-08:35:10:193","sourceId":"SO:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:54623/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/related-to/vf-modules?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:10:154-69996\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1d87d5bb-7c64-4f19-a0e6-4aead14c4b8b], Accept=[application/json], x-invocationid=[50ac4837-574d-4272-9806-a58ee4b66f86], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:54623], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:10 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/related-to/vf-modules?resultIndex=0&resultSize=1&format=count" 404 395 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 44 - "logType": "access"
2025-03-31 08:35:10.256 [67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] [qtp1225114731-20]  INFO [aai-resources,67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:10.262 [67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] [pool-219-thread-1]  INFO [aai-resources,67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] 1 --- [ol-219-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:10.262 [67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] [pool-219-thread-1]  INFO [aai-resources,67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] 1 --- [ol-219-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:10.262 [67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] [pool-219-thread-1]  INFO [aai-resources,67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] 1 --- [ol-219-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:10.262 [67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] [pool-219-thread-1]  INFO [aai-resources,67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] 1 --- [ol-219-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:10.270 [67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] [pool-219-thread-1]  INFO [aai-resources,67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] 1 --- [ol-219-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:10.271 [67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] [qtp1225114731-20] DEBUG [aai-resources,67ea53bed79ec4805638f455e3d683cd,5638f455e3d683cd] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:10:256","respDate":"250331-08:35:10:271","sourceId":"SO:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:54623/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:10:256-88416\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1ba90dbf-ef16-4932-8a5a-5798bc67c9bd], Accept=[application/json], x-invocationid=[44668c45-8b99-4e9a-bcca-7e13faf1be4e], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:54623], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:10 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1070 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:35:10.606 [67ea53bea36b78c4ad91766fda563955,ad91766fda563955] [qtp1225114731-26]  INFO [aai-resources,67ea53bea36b78c4ad91766fda563955,ad91766fda563955] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:10.612 [67ea53bea36b78c4ad91766fda563955,ad91766fda563955] [pool-220-thread-1]  INFO [aai-resources,67ea53bea36b78c4ad91766fda563955,ad91766fda563955] 1 --- [ol-220-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:10.612 [67ea53bea36b78c4ad91766fda563955,ad91766fda563955] [pool-220-thread-1]  INFO [aai-resources,67ea53bea36b78c4ad91766fda563955,ad91766fda563955] 1 --- [ol-220-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:10.612 [67ea53bea36b78c4ad91766fda563955,ad91766fda563955] [pool-220-thread-1]  INFO [aai-resources,67ea53bea36b78c4ad91766fda563955,ad91766fda563955] 1 --- [ol-220-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:10.612 [67ea53bea36b78c4ad91766fda563955,ad91766fda563955] [pool-220-thread-1]  INFO [aai-resources,67ea53bea36b78c4ad91766fda563955,ad91766fda563955] 1 --- [ol-220-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:10.621 [67ea53be05b3b4a768ee8731834fdb3d,68ee8731834fdb3d] [qtp1225114731-329]  INFO [aai-resources,67ea53be05b3b4a768ee8731834fdb3d,68ee8731834fdb3d] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:10.632 [67ea53be05b3b4a768ee8731834fdb3d,68ee8731834fdb3d] [qtp1225114731-329] DEBUG [aai-resources,67ea53be05b3b4a768ee8731834fdb3d,68ee8731834fdb3d] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a173eb06-ed3f-42d0-b29d-c41717030bc8","status":"200","rqstDate":"250331-08:35:10:621","respDate":"250331-08:35:10:632","sourceId":"haproxy:a173eb06-ed3f-42d0-b29d-c41717030bc8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:10:621-85513\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8bef4f4e-9cfa-40dd-9e2c-cb37b24572d9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a173eb06-ed3f-42d0-b29d-c41717030bc8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:35:10.648 [67ea53bea36b78c4ad91766fda563955,ad91766fda563955] [pool-220-thread-1]  INFO [aai-resources,67ea53bea36b78c4ad91766fda563955,ad91766fda563955] 1 --- [ol-220-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:10.649 [67ea53bea36b78c4ad91766fda563955,ad91766fda563955] [qtp1225114731-26] DEBUG [aai-resources,67ea53bea36b78c4ad91766fda563955,ad91766fda563955] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:10:606","respDate":"250331-08:35:10:649","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:10:606-88300\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[481fb003-f0dc-4931-8059-39b388faf8a4], Accept=[application/json], x-invocationid=[816fc2db-0747-4eb9-844e-6ee792a6f0b4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:10 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=1" 200 3656 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 46 - "logType": "access"
2025-03-31 08:35:12.639 [67ea53c0678454122cc7491dfe36d777,2cc7491dfe36d777] [qtp1225114731-20]  INFO [aai-resources,67ea53c0678454122cc7491dfe36d777,2cc7491dfe36d777] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:12.653 [67ea53c0678454122cc7491dfe36d777,2cc7491dfe36d777] [qtp1225114731-20] DEBUG [aai-resources,67ea53c0678454122cc7491dfe36d777,2cc7491dfe36d777] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"80615a47-2494-49ef-ad9a-782591d331b6","status":"200","rqstDate":"250331-08:35:12:639","respDate":"250331-08:35:12:653","sourceId":"haproxy:80615a47-2494-49ef-ad9a-782591d331b6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:12:639-54765\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b6b05ee2-8baf-49e2-a299-ef1675742d5f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[80615a47-2494-49ef-ad9a-782591d331b6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:35:14.660 [67ea53c2b74a9e99218d35cb4e9b5f24,218d35cb4e9b5f24] [qtp1225114731-26]  INFO [aai-resources,67ea53c2b74a9e99218d35cb4e9b5f24,218d35cb4e9b5f24] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:14.678 [67ea53c2b74a9e99218d35cb4e9b5f24,218d35cb4e9b5f24] [qtp1225114731-26] DEBUG [aai-resources,67ea53c2b74a9e99218d35cb4e9b5f24,218d35cb4e9b5f24] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b9e2a15-831e-443b-9ba4-2492dbbb5482","status":"200","rqstDate":"250331-08:35:14:661","respDate":"250331-08:35:14:678","sourceId":"haproxy:2b9e2a15-831e-443b-9ba4-2492dbbb5482","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:14:661-40357\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a4c1dfe1-c207-4d86-a72e-b254c348d34d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2b9e2a15-831e-443b-9ba4-2492dbbb5482]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:35:16.075 [67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] [qtp1225114731-20]  INFO [aai-resources,67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.082 [67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] [pool-221-thread-1]  INFO [aai-resources,67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] 1 --- [ol-221-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:16.082 [67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] [pool-221-thread-1]  INFO [aai-resources,67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] 1 --- [ol-221-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:16.082 [67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] [pool-221-thread-1]  INFO [aai-resources,67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] 1 --- [ol-221-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:16.082 [67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] [pool-221-thread-1]  INFO [aai-resources,67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] 1 --- [ol-221-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:16.086 [67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] [pool-221-thread-1]  INFO [aai-resources,67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] 1 --- [ol-221-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:16.086 [67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] [qtp1225114731-20] DEBUG [aai-resources,67ea53c43faac800185acc9e6eb4348f,185acc9e6eb4348f] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:16:075","respDate":"250331-08:35:16:086","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:16:075-93396\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4bd0ef4e-c3b4-4f6f-9091-a9f04691fcbd], Accept=[application/json], x-invocationid=[b29519d3-3940-4c62-a87d-800a4e1ea4e7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:16.111 [67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] [qtp1225114731-26]  INFO [aai-resources,67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.117 [67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] [pool-222-thread-1]  INFO [aai-resources,67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] 1 --- [ol-222-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:16.117 [67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] [pool-222-thread-1]  INFO [aai-resources,67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] 1 --- [ol-222-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:16.117 [67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] [pool-222-thread-1]  INFO [aai-resources,67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] 1 --- [ol-222-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:16.117 [67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] [pool-222-thread-1]  INFO [aai-resources,67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] 1 --- [ol-222-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:16.126 [67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] [pool-222-thread-1]  INFO [aai-resources,67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] 1 --- [ol-222-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:16.127 [67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] [qtp1225114731-26] DEBUG [aai-resources,67ea53c4a2642864cdb3bfcfd095d67f,cdb3bfcfd095d67f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:16:111","respDate":"250331-08:35:16:126","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:16:111-42249\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8ae058ab-10ef-4c87-a691-55d67b18824a], Accept=[application/json], x-invocationid=[1b32c635-b5f8-49f9-a879-0cc0350a0eaf], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1640 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:35:16.194 [67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] [qtp1225114731-20]  INFO [aai-resources,67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.200 [67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] [pool-223-thread-1]  INFO [aai-resources,67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] 1 --- [ol-223-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:16.200 [67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] [pool-223-thread-1]  INFO [aai-resources,67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] 1 --- [ol-223-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:16.200 [67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] [pool-223-thread-1]  INFO [aai-resources,67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] 1 --- [ol-223-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:16.200 [67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] [pool-223-thread-1]  INFO [aai-resources,67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] 1 --- [ol-223-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:16.202 [67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] [pool-223-thread-1]  INFO [aai-resources,67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] 1 --- [ol-223-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:16.203 [67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] [qtp1225114731-20] DEBUG [aai-resources,67ea53c4cfe209735c1ffdb076b6db21,5c1ffdb076b6db21] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:16:194","respDate":"250331-08:35:16:202","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/business/projects/project/basicnw-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:16:194-31524\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2671133d-3fe0-4c15-9da3-d2c7ba25e39f], Accept=[application/json], x-invocationid=[feacd4e1-d950-4f7e-b44b-6b293bd5f20d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "GET /aai/v24/business/projects/project/basicnw-project?nodes-only=" 200 69 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:35:16.226 [67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] [qtp1225114731-26]  INFO [aai-resources,67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.231 [67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] [pool-224-thread-1]  INFO [aai-resources,67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] 1 --- [ol-224-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:16.231 [67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] [pool-224-thread-1]  INFO [aai-resources,67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] 1 --- [ol-224-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:16.231 [67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] [pool-224-thread-1]  INFO [aai-resources,67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] 1 --- [ol-224-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:16.231 [67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] [pool-224-thread-1]  INFO [aai-resources,67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] 1 --- [ol-224-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:16.233 [67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] [pool-224-thread-1]  INFO [aai-resources,67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] 1 --- [ol-224-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:16.234 [67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] [qtp1225114731-26] DEBUG [aai-resources,67ea53c4d7621c489b7fdb35b067ea3c,9b7fdb35b067ea3c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:16:226","respDate":"250331-08:35:16:234","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:16:226-5631\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b22d191f-6cd7-4509-8a60-43010e8648d4], Accept=[application/json], x-invocationid=[c19a80c7-6409-4daf-a09e-d5ecfae8ff4c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "GET /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=" 200 128 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:16.259 [67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] [qtp1225114731-20]  INFO [aai-resources,67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.266 [67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] [pool-225-thread-1]  INFO [aai-resources,67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] 1 --- [ol-225-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:16.266 [67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] [pool-225-thread-1]  INFO [aai-resources,67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] 1 --- [ol-225-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:16.266 [67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] [pool-225-thread-1]  INFO [aai-resources,67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] 1 --- [ol-225-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:16.266 [67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] [pool-225-thread-1]  INFO [aai-resources,67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] 1 --- [ol-225-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:16.290 [67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] [pool-225-thread-1]  INFO [aai-resources,67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] 1 --- [ol-225-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:16.291 [67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] [qtp1225114731-20] DEBUG [aai-resources,67ea53c4d1474d45e1079ff0ff39db76,e1079ff0ff39db76] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:16:259","respDate":"250331-08:35:16:291","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:16:259-45624\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3b1774a1-4cef-4653-b1c9-6cff9651b6e8], Accept=[application/json], x-invocationid=[c1f3aa31-80e7-4ee4-b0d1-4acd5be678cb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=2" 200 3656 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:35:16.344 [67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] [qtp1225114731-26]  INFO [aai-resources,67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.349 [67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] [pool-226-thread-1]  INFO [aai-resources,67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] 1 --- [ol-226-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:16.349 [67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] [pool-226-thread-1]  INFO [aai-resources,67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] 1 --- [ol-226-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:16.349 [67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] [pool-226-thread-1]  INFO [aai-resources,67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] 1 --- [ol-226-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:16.349 [67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] [pool-226-thread-1]  INFO [aai-resources,67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] 1 --- [ol-226-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:16.361 [67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] [pool-226-thread-1]  INFO [aai-resources,67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] 1 --- [ol-226-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:16.362 [67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] [qtp1225114731-26] DEBUG [aai-resources,67ea53c4a846e78fef384543f13a8c07,ef384543f13a8c07] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:16:344","respDate":"250331-08:35:16:362","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:16:344-48095\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[84fc2bbe-905b-4f8e-833e-7e5480a78d6b], Accept=[application/json], x-invocationid=[9824a2ca-8d12-4ff8-9d5f-5a3a7dc21100], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:35:16.384 [67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] [qtp1225114731-20]  INFO [aai-resources,67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.391 [67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] [pool-227-thread-1]  INFO [aai-resources,67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] 1 --- [ol-227-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:16.391 [67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] [pool-227-thread-1]  INFO [aai-resources,67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] 1 --- [ol-227-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:16.391 [67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] [pool-227-thread-1]  INFO [aai-resources,67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] 1 --- [ol-227-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:16.391 [67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] [pool-227-thread-1]  INFO [aai-resources,67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] 1 --- [ol-227-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:16.394 [67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] [pool-227-thread-1]  INFO [aai-resources,67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] 1 --- [ol-227-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:16.395 [67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] [qtp1225114731-20] DEBUG [aai-resources,67ea53c4a8200ed77ed52dd3992ae9f6,7ed52dd3992ae9f6] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:16:384","respDate":"250331-08:35:16:395","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:16:384-21644\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ee4c6151-43f2-4552-8c05-6e8025246769], Accept=[application/json], x-invocationid=[4bb93878-4c03-4e75-b4a8-87722c02d9d1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:35:16.418 [67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] [qtp1225114731-26]  INFO [aai-resources,67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.423 [67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] [pool-228-thread-1]  INFO [aai-resources,67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] 1 --- [ol-228-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:16.423 [67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] [pool-228-thread-1]  INFO [aai-resources,67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] 1 --- [ol-228-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:16.423 [67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] [pool-228-thread-1]  INFO [aai-resources,67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] 1 --- [ol-228-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:16.424 [67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] [pool-228-thread-1]  INFO [aai-resources,67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] 1 --- [ol-228-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:16.427 [67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] [pool-228-thread-1]  INFO [aai-resources,67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] 1 --- [ol-228-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:16.427 [67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] [qtp1225114731-26] DEBUG [aai-resources,67ea53c482dccc841856b9195b1ce3b7,1856b9195b1ce3b7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:16:419","respDate":"250331-08:35:16:427","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:16:419-19242\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6a7bd7c4-a856-42df-a5ec-4317101e893f], Accept=[application/json], x-invocationid=[098192cc-8606-4676-a432-4b33c21c782d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer" 200 139 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:16.450 [67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] [qtp1225114731-20]  INFO [aai-resources,67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.455 [67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] [pool-229-thread-1]  INFO [aai-resources,67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] 1 --- [ol-229-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:16.455 [67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] [pool-229-thread-1]  INFO [aai-resources,67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] 1 --- [ol-229-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:16.455 [67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] [pool-229-thread-1]  INFO [aai-resources,67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] 1 --- [ol-229-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:16.456 [67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] [pool-229-thread-1]  INFO [aai-resources,67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] 1 --- [ol-229-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:16.460 [67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] [pool-229-thread-1]  INFO [aai-resources,67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] 1 --- [ol-229-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:16.461 [67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] [qtp1225114731-20] DEBUG [aai-resources,67ea53c4126d47c2ea2e749a2ae86c48,ea2e749a2ae86c48] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:16:450","respDate":"250331-08:35:16:461","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:16:450-63493\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[423013dd-8571-47be-843c-7f53ee78e2ea], Accept=[application/json], x-invocationid=[5fee1f5c-de27-4882-ac25-751409395419], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 200 739 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:35:16.686 [67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] [qtp1225114731-26]  INFO [aai-resources,67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.686 [67ea53c4871dd26e9cc8c08e78bdd7ec,9cc8c08e78bdd7ec] [qtp1225114731-24]  INFO [aai-resources,67ea53c4871dd26e9cc8c08e78bdd7ec,9cc8c08e78bdd7ec] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.695 [67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] [qtp1225114731-26]  INFO [aai-resources,67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:16.695 [67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] [qtp1225114731-26]  INFO [aai-resources,67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:16.695 [67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] [qtp1225114731-26]  INFO [aai-resources,67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:16.696 [67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] [qtp1225114731-26]  INFO [aai-resources,67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:16.699 [67ea53c4871dd26e9cc8c08e78bdd7ec,9cc8c08e78bdd7ec] [qtp1225114731-24] DEBUG [aai-resources,67ea53c4871dd26e9cc8c08e78bdd7ec,9cc8c08e78bdd7ec] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"10d1e42d-ba55-4abc-8b4f-4eddf93663af","status":"200","rqstDate":"250331-08:35:16:686","respDate":"250331-08:35:16:699","sourceId":"haproxy:10d1e42d-ba55-4abc-8b4f-4eddf93663af","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:16:686-23456\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eb0dc2e6-28ed-4a8b-bb69-37424babb4a3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[10d1e42d-ba55-4abc-8b4f-4eddf93663af]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:16.732 [67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] [qtp1225114731-26]  INFO [aai-resources,67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:16.757 [67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] [qtp1225114731-26] DEBUG [aai-resources,67ea53c418b21cac9fa1c8f935cb9eae,9fa1c8f935cb9eae] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:16:686","respDate":"250331-08:35:16:756","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:16:686-37002\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[26d855b3-e3ad-41d3-abc8-9d6cf007ff76], Accept=[application/json], x-invocationid=[2938afd9-fd01-4e15-a64a-9edc49f81b67], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Content-Length=[86], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"network-id\\\":\\\"5887238f-2b0b-4f40-8971-447a2105263b\\\",\\\"orchestration-status\\\":\\\"Created\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:35:16:686-37002\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[168000], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:35:16:686-37002]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "POST /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b" 200 0 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 74 - "logType": "access"
2025-03-31 08:35:16.784 [67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] [qtp1225114731-20]  INFO [aai-resources,67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:16.792 [67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] [qtp1225114731-20]  INFO [aai-resources,67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:16.793 [67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] [qtp1225114731-20]  INFO [aai-resources,67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:16.793 [67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] [qtp1225114731-20]  INFO [aai-resources,67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:16.793 [67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] [qtp1225114731-20]  INFO [aai-resources,67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:16.817 [67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] [qtp1225114731-20]  INFO [aai-resources,67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:16.837 [67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] [qtp1225114731-20] DEBUG [aai-resources,67ea53c457a886ff652a752a441dbc5c,652a752a441dbc5c] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:16:784","respDate":"250331-08:35:16:837","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:16:784-15046\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[5ecf1e3d-3425-46a8-ae1b-8eedef38907a], Accept=[application/json], x-invocationid=[eac4a174-974a-4865-bd1d-493f0008b9e5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Content-Length=[85], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"subnet-id\\\":\\\"b1233f8f-99c1-46d4-9a6d-e56d72135340\\\",\\\"orchestration-status\\\":\\\"Created\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:35:16:784-15046\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[241824], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:35:16:784-15046]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:16 +0000] "POST /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340" 200 0 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 08:35:17.225 [67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] [qtp1225114731-26]  INFO [aai-resources,67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:17.230 [67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] [pool-230-thread-1]  INFO [aai-resources,67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] 1 --- [ol-230-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:17.231 [67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] [pool-230-thread-1]  INFO [aai-resources,67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] 1 --- [ol-230-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:17.231 [67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] [pool-230-thread-1]  INFO [aai-resources,67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] 1 --- [ol-230-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:17.231 [67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] [pool-230-thread-1]  INFO [aai-resources,67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] 1 --- [ol-230-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:17.234 [67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] [pool-230-thread-1]  INFO [aai-resources,67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] 1 --- [ol-230-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:17.235 [67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] [qtp1225114731-26] DEBUG [aai-resources,67ea53c580c0fe2cedc767a457554ef4,edc767a457554ef4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:17:225","respDate":"250331-08:35:17:235","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:17:225-79402\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c85d67f6-f58d-40e4-9a13-912775dcced7], Accept=[application/json], x-invocationid=[7517bc54-d866-4be7-bed0-77a911e0ff2a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:17 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:17.259 [67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] [qtp1225114731-20]  INFO [aai-resources,67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:17.265 [67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] [pool-231-thread-1]  INFO [aai-resources,67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] 1 --- [ol-231-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:17.265 [67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] [pool-231-thread-1]  INFO [aai-resources,67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] 1 --- [ol-231-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:17.265 [67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] [pool-231-thread-1]  INFO [aai-resources,67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] 1 --- [ol-231-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:17.265 [67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] [pool-231-thread-1]  INFO [aai-resources,67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] 1 --- [ol-231-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:17.281 [67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] [pool-231-thread-1]  INFO [aai-resources,67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] 1 --- [ol-231-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:17.282 [67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] [qtp1225114731-20] DEBUG [aai-resources,67ea53c533a15e9257709eb9cb6863cd,57709eb9cb6863cd] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:17:259","respDate":"250331-08:35:17:282","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:17:259-28852\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f28c7da6-428c-4f3c-b9b0-24d65fb1e0ed], Accept=[application/json], x-invocationid=[11eb9460-e745-4b70-bb83-b77afc55da67], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:17 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1640 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:35:17.339 [67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] [qtp1225114731-26]  INFO [aai-resources,67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:17.344 [67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] [pool-232-thread-1]  INFO [aai-resources,67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] 1 --- [ol-232-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:17.344 [67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] [pool-232-thread-1]  INFO [aai-resources,67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] 1 --- [ol-232-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:17.344 [67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] [pool-232-thread-1]  INFO [aai-resources,67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] 1 --- [ol-232-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:17.345 [67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] [pool-232-thread-1]  INFO [aai-resources,67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] 1 --- [ol-232-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:17.347 [67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] [pool-232-thread-1]  INFO [aai-resources,67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] 1 --- [ol-232-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:17.348 [67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] [qtp1225114731-26] DEBUG [aai-resources,67ea53c5e46f59d6d575a2e85a8b3dff,d575a2e85a8b3dff] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:17:339","respDate":"250331-08:35:17:348","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/business/projects/project/basicnw-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:17:339-69163\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9d384c5f-9422-4107-b20b-7fe4a8ee3d98], Accept=[application/json], x-invocationid=[cb84a6b2-9417-44a3-b70d-23be6b150f5c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:17 +0000] "GET /aai/v24/business/projects/project/basicnw-project?nodes-only=" 200 69 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:17.370 [67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] [qtp1225114731-20]  INFO [aai-resources,67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:17.376 [67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] [pool-233-thread-1]  INFO [aai-resources,67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] 1 --- [ol-233-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:17.376 [67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] [pool-233-thread-1]  INFO [aai-resources,67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] 1 --- [ol-233-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:17.376 [67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] [pool-233-thread-1]  INFO [aai-resources,67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] 1 --- [ol-233-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:17.376 [67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] [pool-233-thread-1]  INFO [aai-resources,67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] 1 --- [ol-233-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:17.378 [67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] [pool-233-thread-1]  INFO [aai-resources,67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] 1 --- [ol-233-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:17.379 [67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] [qtp1225114731-20] DEBUG [aai-resources,67ea53c5b7ba1e20bb34760499a076e8,bb34760499a076e8] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:17:370","respDate":"250331-08:35:17:379","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:17:370-54563\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[00da7bab-cce2-4c27-9d75-a86803a2c0d3], Accept=[application/json], x-invocationid=[46e286b6-9882-4fcc-b05b-6065f3c77774], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:17 +0000] "GET /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=" 200 128 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:35:17.401 [67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] [qtp1225114731-26]  INFO [aai-resources,67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:17.406 [67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] [pool-234-thread-1]  INFO [aai-resources,67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] 1 --- [ol-234-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:17.406 [67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] [pool-234-thread-1]  INFO [aai-resources,67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] 1 --- [ol-234-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:17.407 [67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] [pool-234-thread-1]  INFO [aai-resources,67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] 1 --- [ol-234-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:17.407 [67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] [pool-234-thread-1]  INFO [aai-resources,67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] 1 --- [ol-234-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:17.458 [67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] [pool-234-thread-1]  INFO [aai-resources,67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] 1 --- [ol-234-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:17.459 [67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] [qtp1225114731-26] DEBUG [aai-resources,67ea53c54cc9244234f26d860fb86e51,34f26d860fb86e51] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:17:401","respDate":"250331-08:35:17:459","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:17:401-66075\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[39fbada6-1de6-424e-9562-391bdb0742bd], Accept=[application/json], x-invocationid=[63dde2e8-1b2a-4069-9e6f-e0728c706aa7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:17 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=2" 200 3658 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 61 - "logType": "access"
2025-03-31 08:35:17.521 [67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] [qtp1225114731-20]  INFO [aai-resources,67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:17.526 [67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] [pool-235-thread-1]  INFO [aai-resources,67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] 1 --- [ol-235-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:17.526 [67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] [pool-235-thread-1]  INFO [aai-resources,67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] 1 --- [ol-235-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:17.526 [67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] [pool-235-thread-1]  INFO [aai-resources,67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] 1 --- [ol-235-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:17.526 [67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] [pool-235-thread-1]  INFO [aai-resources,67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] 1 --- [ol-235-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:17.539 [67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] [pool-235-thread-1]  INFO [aai-resources,67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] 1 --- [ol-235-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:17.540 [67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] [qtp1225114731-20] DEBUG [aai-resources,67ea53c53fc472d087ecaf06c186942d,87ecaf06c186942d] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:17:522","respDate":"250331-08:35:17:540","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:17:522-50313\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[110d3a24-82f6-451c-ab4c-72f6f113a58c], Accept=[application/json], x-invocationid=[006f0db2-bfc6-4bd7-a954-63f02323a32d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:17 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:35:17.563 [67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] [qtp1225114731-26]  INFO [aai-resources,67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:17.567 [67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] [pool-236-thread-1]  INFO [aai-resources,67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] 1 --- [ol-236-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:17.567 [67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] [pool-236-thread-1]  INFO [aai-resources,67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] 1 --- [ol-236-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:17.567 [67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] [pool-236-thread-1]  INFO [aai-resources,67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] 1 --- [ol-236-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:17.567 [67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] [pool-236-thread-1]  INFO [aai-resources,67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] 1 --- [ol-236-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:17.570 [67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] [pool-236-thread-1]  INFO [aai-resources,67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] 1 --- [ol-236-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:17.571 [67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] [qtp1225114731-26] DEBUG [aai-resources,67ea53c5f93e93cb87e667a9f920d3da,87e667a9f920d3da] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:17:563","respDate":"250331-08:35:17:570","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:17:563-95351\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e092ed1e-b7c0-4590-a090-1f5e0bd36393], Accept=[application/json], x-invocationid=[acf3cc9f-7347-4502-822a-2dcff56dbe60], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:17 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:35:17.593 [67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] [qtp1225114731-20]  INFO [aai-resources,67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:17.599 [67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] [pool-237-thread-1]  INFO [aai-resources,67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] 1 --- [ol-237-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:17.599 [67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] [pool-237-thread-1]  INFO [aai-resources,67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] 1 --- [ol-237-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:17.599 [67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] [pool-237-thread-1]  INFO [aai-resources,67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] 1 --- [ol-237-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:17.599 [67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] [pool-237-thread-1]  INFO [aai-resources,67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] 1 --- [ol-237-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:17.602 [67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] [pool-237-thread-1]  INFO [aai-resources,67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] 1 --- [ol-237-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:17.603 [67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] [qtp1225114731-20] DEBUG [aai-resources,67ea53c5a6a8ba279b0393f31cb87a34,9b0393f31cb87a34] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:17:594","respDate":"250331-08:35:17:602","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:17:594-81199\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[49bb4a05-bb5b-44bc-8e2e-3896e1b438f5], Accept=[application/json], x-invocationid=[dade7676-5d95-41ad-a7c3-c698e204393f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:17 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer" 200 139 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:35:17.625 [67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] [qtp1225114731-26]  INFO [aai-resources,67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:17.630 [67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] [pool-238-thread-1]  INFO [aai-resources,67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] 1 --- [ol-238-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:17.630 [67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] [pool-238-thread-1]  INFO [aai-resources,67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] 1 --- [ol-238-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:17.630 [67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] [pool-238-thread-1]  INFO [aai-resources,67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] 1 --- [ol-238-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:17.630 [67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] [pool-238-thread-1]  INFO [aai-resources,67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] 1 --- [ol-238-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:17.642 [67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] [pool-238-thread-1]  INFO [aai-resources,67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] 1 --- [ol-238-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:17.643 [67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] [qtp1225114731-26] DEBUG [aai-resources,67ea53c54c981cfb62030b10d3b235da,62030b10d3b235da] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:17:625","respDate":"250331-08:35:17:643","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:17:625-96212\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d948237f-c065-406c-b89c-2f632cdca3f0], Accept=[application/json], x-invocationid=[d25ab64e-3400-4964-aa71-d99b16d35c4a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:17 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 200 739 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:35:18.706 [67ea53c6024830243e945bd0c4e40ef2,3e945bd0c4e40ef2] [qtp1225114731-20]  INFO [aai-resources,67ea53c6024830243e945bd0c4e40ef2,3e945bd0c4e40ef2] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:18.719 [67ea53c6024830243e945bd0c4e40ef2,3e945bd0c4e40ef2] [qtp1225114731-20] DEBUG [aai-resources,67ea53c6024830243e945bd0c4e40ef2,3e945bd0c4e40ef2] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ce14153a-002a-4e90-aba8-beaee4ff70c0","status":"200","rqstDate":"250331-08:35:18:706","respDate":"250331-08:35:18:719","sourceId":"haproxy:ce14153a-002a-4e90-aba8-beaee4ff70c0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:18:706-60254\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[42305fbc-1503-4493-b6ff-37c74e8de8ad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ce14153a-002a-4e90-aba8-beaee4ff70c0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:20.727 [67ea53c8f2acb5e3035ee16fa7833f82,035ee16fa7833f82] [qtp1225114731-26]  INFO [aai-resources,67ea53c8f2acb5e3035ee16fa7833f82,035ee16fa7833f82] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:20.740 [67ea53c8f2acb5e3035ee16fa7833f82,035ee16fa7833f82] [qtp1225114731-26] DEBUG [aai-resources,67ea53c8f2acb5e3035ee16fa7833f82,035ee16fa7833f82] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5ed20892-783d-42d7-9084-a40557d4b373","status":"200","rqstDate":"250331-08:35:20:727","respDate":"250331-08:35:20:740","sourceId":"haproxy:5ed20892-783d-42d7-9084-a40557d4b373","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:20:727-37016\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3c3f3bd8-dd20-4c94-8667-368f3ddabc80], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5ed20892-783d-42d7-9084-a40557d4b373]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:35:22.746 [67ea53ca89ea433cef9aa8cec77d6576,ef9aa8cec77d6576] [qtp1225114731-20]  INFO [aai-resources,67ea53ca89ea433cef9aa8cec77d6576,ef9aa8cec77d6576] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:22.757 [67ea53ca89ea433cef9aa8cec77d6576,ef9aa8cec77d6576] [qtp1225114731-20] DEBUG [aai-resources,67ea53ca89ea433cef9aa8cec77d6576,ef9aa8cec77d6576] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b95b3a53-5d2b-4d83-8066-54a68c1f1652","status":"200","rqstDate":"250331-08:35:22:747","respDate":"250331-08:35:22:757","sourceId":"haproxy:b95b3a53-5d2b-4d83-8066-54a68c1f1652","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:22:747-94316\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[86d7fe90-1acb-4c1c-8d0b-68a414c1c5c6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b95b3a53-5d2b-4d83-8066-54a68c1f1652]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:24.764 [67ea53cca452507621b144af8e6991d9,21b144af8e6991d9] [qtp1225114731-26]  INFO [aai-resources,67ea53cca452507621b144af8e6991d9,21b144af8e6991d9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:24.779 [67ea53cca452507621b144af8e6991d9,21b144af8e6991d9] [qtp1225114731-26] DEBUG [aai-resources,67ea53cca452507621b144af8e6991d9,21b144af8e6991d9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7a961538-b051-4077-9bd1-4064a256a5eb","status":"200","rqstDate":"250331-08:35:24:764","respDate":"250331-08:35:24:778","sourceId":"haproxy:7a961538-b051-4077-9bd1-4064a256a5eb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:24:764-92095\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bb376ef3-0059-4ffd-b4ba-b9a3da25ff27], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7a961538-b051-4077-9bd1-4064a256a5eb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:35:26.787 [67ea53ce263e8962b0ba4fa89a9d79a3,b0ba4fa89a9d79a3] [qtp1225114731-20]  INFO [aai-resources,67ea53ce263e8962b0ba4fa89a9d79a3,b0ba4fa89a9d79a3] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:26.795 [67ea53ce263e8962b0ba4fa89a9d79a3,b0ba4fa89a9d79a3] [qtp1225114731-20] DEBUG [aai-resources,67ea53ce263e8962b0ba4fa89a9d79a3,b0ba4fa89a9d79a3] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d234857e-ab2f-4500-8325-772bef4a424c","status":"200","rqstDate":"250331-08:35:26:787","respDate":"250331-08:35:26:795","sourceId":"haproxy:d234857e-ab2f-4500-8325-772bef4a424c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:26:787-63019\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[42d3580a-9d26-4ff2-a1bf-71a1e0f9660b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d234857e-ab2f-4500-8325-772bef4a424c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:35:28.800 [67ea53d0cda55d6116f69e2f9b094a9a,16f69e2f9b094a9a] [qtp1225114731-26]  INFO [aai-resources,67ea53d0cda55d6116f69e2f9b094a9a,16f69e2f9b094a9a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:28.813 [67ea53d0cda55d6116f69e2f9b094a9a,16f69e2f9b094a9a] [qtp1225114731-26] DEBUG [aai-resources,67ea53d0cda55d6116f69e2f9b094a9a,16f69e2f9b094a9a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a7a1106-6cab-469f-9ec2-cb64d69563c5","status":"200","rqstDate":"250331-08:35:28:801","respDate":"250331-08:35:28:813","sourceId":"haproxy:0a7a1106-6cab-469f-9ec2-cb64d69563c5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:28:801-29519\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a7647258-6654-4df0-8418-9e2f8dfc1bdf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0a7a1106-6cab-469f-9ec2-cb64d69563c5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:35:30.539 [67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] [qtp1225114731-20]  INFO [aai-resources,67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:30.544 [67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] [pool-239-thread-1]  INFO [aai-resources,67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] 1 --- [ol-239-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:30.544 [67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] [pool-239-thread-1]  INFO [aai-resources,67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] 1 --- [ol-239-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:30.544 [67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] [pool-239-thread-1]  INFO [aai-resources,67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] 1 --- [ol-239-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:30.544 [67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] [pool-239-thread-1]  INFO [aai-resources,67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] 1 --- [ol-239-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:30.562 [67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] [pool-239-thread-1]  INFO [aai-resources,67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] 1 --- [ol-239-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:30.563 [67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] [qtp1225114731-20] DEBUG [aai-resources,67ea53d2a6b572af841ff9d80835f623,841ff9d80835f623] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:30:539","respDate":"250331-08:35:30:563","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/service-design-and-creation/models?model-invariant-id=ae1509ec-1937-4e7c-a880-76df253cb706","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:30:539-95998\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[fd61e543-793a-4683-abf3-9dd03a9f0070], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:30 +0000] "GET /aai/v27/service-design-and-creation/models?model-invariant-id=ae1509ec-1937-4e7c-a880-76df253cb706" 200 162 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:35:30.655 [67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] [qtp1225114731-26]  INFO [aai-resources,67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:30.660 [67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] [pool-240-thread-1]  INFO [aai-resources,67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] 1 --- [ol-240-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:30.660 [67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] [pool-240-thread-1]  INFO [aai-resources,67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] 1 --- [ol-240-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:30.660 [67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] [pool-240-thread-1]  INFO [aai-resources,67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] 1 --- [ol-240-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:30.660 [67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] [pool-240-thread-1]  INFO [aai-resources,67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] 1 --- [ol-240-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:30.677 [67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] [pool-240-thread-1]  INFO [aai-resources,67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] 1 --- [ol-240-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:30.677 [67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] [qtp1225114731-26] DEBUG [aai-resources,67ea53d2a4d4e232c328dcb11d55e199,c328dcb11d55e199] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:30:655","respDate":"250331-08:35:30:677","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:30:655-85633\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9edb657f-9574-41a1-9b83-984cfd1436ce], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:30 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:35:30.709 [67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] [qtp1225114731-20]  INFO [aai-resources,67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:30.714 [67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] [pool-241-thread-1]  INFO [aai-resources,67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] 1 --- [ol-241-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:30.714 [67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] [pool-241-thread-1]  INFO [aai-resources,67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] 1 --- [ol-241-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:30.714 [67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] [pool-241-thread-1]  INFO [aai-resources,67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] 1 --- [ol-241-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:30.714 [67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] [pool-241-thread-1]  INFO [aai-resources,67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] 1 --- [ol-241-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:30.740 [67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] [pool-241-thread-1]  INFO [aai-resources,67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] 1 --- [ol-241-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:30.740 [67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] [qtp1225114731-20] DEBUG [aai-resources,67ea53d2b0423305fae4ae1aabb9b2b6,fae4ae1aabb9b2b6] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:30:709","respDate":"250331-08:35:30:740","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:30:709-95562\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3fa7a48a-6996-48f6-800d-c0857d4c9248], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:30 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm" 200 761 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 34 - "logType": "access"
2025-03-31 08:35:30.780 [67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] [qtp1225114731-26]  INFO [aai-resources,67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:30.785 [67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] [pool-242-thread-1]  INFO [aai-resources,67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] 1 --- [ol-242-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:30.785 [67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] [pool-242-thread-1]  INFO [aai-resources,67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] 1 --- [ol-242-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:30.785 [67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] [pool-242-thread-1]  INFO [aai-resources,67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] 1 --- [ol-242-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:30.785 [67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] [pool-242-thread-1]  INFO [aai-resources,67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] 1 --- [ol-242-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:30.797 [67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] [pool-242-thread-1]  INFO [aai-resources,67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] 1 --- [ol-242-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:30.797 [67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] [pool-242-thread-1]  INFO [aai-resources,67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] 1 --- [ol-242-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:30.798 [67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] [qtp1225114731-26] DEBUG [aai-resources,67ea53d21ba2dc1dceec7d4d379804b1,ceec7d4d379804b1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:35:30:780","respDate":"250331-08:35:30:798","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:30:780-2453\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5372e874-a4a0-400c-9b7c-7d884ccd0195], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:30 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084" 404 452 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:35:30.818 [67ea53d2e0ebdc6fe401b74c21c3b860,e401b74c21c3b860] [qtp1225114731-20]  INFO [aai-resources,67ea53d2e0ebdc6fe401b74c21c3b860,e401b74c21c3b860] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:30.827 [67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] [qtp1225114731-329]  INFO [aai-resources,67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:30.831 [67ea53d2e0ebdc6fe401b74c21c3b860,e401b74c21c3b860] [qtp1225114731-20] DEBUG [aai-resources,67ea53d2e0ebdc6fe401b74c21c3b860,e401b74c21c3b860] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"044f7d8a-d258-44cb-b16f-a27cffaf3cf1","status":"200","rqstDate":"250331-08:35:30:818","respDate":"250331-08:35:30:831","sourceId":"haproxy:044f7d8a-d258-44cb-b16f-a27cffaf3cf1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:30:818-65667\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b6f60c6f-23dc-4655-9ba5-241208897cf8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[044f7d8a-d258-44cb-b16f-a27cffaf3cf1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:30.833 [67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] [pool-243-thread-1]  INFO [aai-resources,67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] 1 --- [ol-243-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:30.833 [67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] [pool-243-thread-1]  INFO [aai-resources,67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] 1 --- [ol-243-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:30.833 [67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] [pool-243-thread-1]  INFO [aai-resources,67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] 1 --- [ol-243-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:30.833 [67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] [pool-243-thread-1]  INFO [aai-resources,67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] 1 --- [ol-243-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:30.852 [67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] [pool-243-thread-1]  INFO [aai-resources,67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] 1 --- [ol-243-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:30.855 [67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] [qtp1225114731-329] DEBUG [aai-resources,67ea53d2860062d27b9ef5703a27dc3f,7b9ef5703a27dc3f] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:30:827","respDate":"250331-08:35:30:855","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:30:827-87082\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[92b71cad-1f02-4b39-9c45-cf4d764e3a73], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:30 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 686 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:35:30.883 [67ea53d204345e33a17544dff65c885d,a17544dff65c885d] [qtp1225114731-24]  INFO [aai-resources,67ea53d204345e33a17544dff65c885d,a17544dff65c885d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:30.889 [67ea53d204345e33a17544dff65c885d,a17544dff65c885d] [pool-244-thread-1]  INFO [aai-resources,67ea53d204345e33a17544dff65c885d,a17544dff65c885d] 1 --- [ol-244-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:30.889 [67ea53d204345e33a17544dff65c885d,a17544dff65c885d] [pool-244-thread-1]  INFO [aai-resources,67ea53d204345e33a17544dff65c885d,a17544dff65c885d] 1 --- [ol-244-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:30.889 [67ea53d204345e33a17544dff65c885d,a17544dff65c885d] [pool-244-thread-1]  INFO [aai-resources,67ea53d204345e33a17544dff65c885d,a17544dff65c885d] 1 --- [ol-244-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:30.889 [67ea53d204345e33a17544dff65c885d,a17544dff65c885d] [pool-244-thread-1]  INFO [aai-resources,67ea53d204345e33a17544dff65c885d,a17544dff65c885d] 1 --- [ol-244-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:30.900 [67ea53d204345e33a17544dff65c885d,a17544dff65c885d] [pool-244-thread-1]  INFO [aai-resources,67ea53d204345e33a17544dff65c885d,a17544dff65c885d] 1 --- [ol-244-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:30.901 [67ea53d204345e33a17544dff65c885d,a17544dff65c885d] [qtp1225114731-24] DEBUG [aai-resources,67ea53d204345e33a17544dff65c885d,a17544dff65c885d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:30:883","respDate":"250331-08:35:30:901","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:30:883-65784\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[914d5403-2e0d-4fe9-8f71-8749b0b2fc02], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:30 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 607 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:35:30.929 [67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] [qtp1225114731-329]  INFO [aai-resources,67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:30.933 [67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] [pool-245-thread-1]  INFO [aai-resources,67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] 1 --- [ol-245-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:30.934 [67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] [pool-245-thread-1]  INFO [aai-resources,67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] 1 --- [ol-245-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:30.934 [67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] [pool-245-thread-1]  INFO [aai-resources,67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] 1 --- [ol-245-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:30.934 [67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] [pool-245-thread-1]  INFO [aai-resources,67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] 1 --- [ol-245-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:30.948 [67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] [pool-245-thread-1]  INFO [aai-resources,67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] 1 --- [ol-245-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:30.949 [67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] [qtp1225114731-329] DEBUG [aai-resources,67ea53d2828e3305cce6f61276b60399,cce6f61276b60399] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:30:930","respDate":"250331-08:35:30:949","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/owning-entities","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:30:930-86536\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[13480b5c-8f2e-47fe-9d26-f63e3986b366], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:30 +0000] "GET /aai/v27/business/owning-entities" 200 966 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:35:30.978 [67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] [qtp1225114731-24]  INFO [aai-resources,67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:30.987 [67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] [qtp1225114731-24]  INFO [aai-resources,67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:30.987 [67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] [qtp1225114731-24]  INFO [aai-resources,67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:30.987 [67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] [qtp1225114731-24]  INFO [aai-resources,67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:30.987 [67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] [qtp1225114731-24]  INFO [aai-resources,67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:31.018 [67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] [qtp1225114731-24]  INFO [aai-resources,67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:31.029 [67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] [qtp1225114731-24] DEBUG [aai-resources,67ea53d2b276265b436d6dcbc52257ff,436d6dcbc52257ff] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:35:30:978","respDate":"250331-08:35:31:028","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:30:978-73479\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9a245b49-281f-45b9-a632-40863af1b144], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[106], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"owning-entity-name\\\": \\\"basicvm-oe\\\",\\n    \\\"owning-entity-id\\\": \\\"dafd4abf-161d-4f6d-a5af-d423a24cf2a5\\\"\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:35:30:978-73479\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[209072], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:35:30:978-73479]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:31 +0000] "PUT /aai/v27/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 53 - "logType": "access"
2025-03-31 08:35:31.056 [67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] [qtp1225114731-329]  INFO [aai-resources,67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:31.060 [67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] [pool-246-thread-1]  INFO [aai-resources,67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] 1 --- [ol-246-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:31.061 [67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] [pool-246-thread-1]  INFO [aai-resources,67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] 1 --- [ol-246-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:31.061 [67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] [pool-246-thread-1]  INFO [aai-resources,67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] 1 --- [ol-246-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:31.061 [67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] [pool-246-thread-1]  INFO [aai-resources,67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] 1 --- [ol-246-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:31.075 [67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] [pool-246-thread-1]  INFO [aai-resources,67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] 1 --- [ol-246-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:31.076 [67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] [qtp1225114731-329] DEBUG [aai-resources,67ea53d3a48b60bbae6f7b9db3f3e24e,ae6f7b9db3f3e24e] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:31:056","respDate":"250331-08:35:31:076","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:31:056-90804\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[80f0b277-670a-4075-bc56-90f6bacac7ef], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:31 +0000] "GET /aai/v27/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5" 200 128 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:35:32.837 [67ea53d4704c6b2e5dc088f73a76a34b,5dc088f73a76a34b] [qtp1225114731-24]  INFO [aai-resources,67ea53d4704c6b2e5dc088f73a76a34b,5dc088f73a76a34b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:32.850 [67ea53d4704c6b2e5dc088f73a76a34b,5dc088f73a76a34b] [qtp1225114731-24] DEBUG [aai-resources,67ea53d4704c6b2e5dc088f73a76a34b,5dc088f73a76a34b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"167b8fe5-8a4e-4152-96f5-3e0f6f1a1e55","status":"200","rqstDate":"250331-08:35:32:837","respDate":"250331-08:35:32:850","sourceId":"haproxy:167b8fe5-8a4e-4152-96f5-3e0f6f1a1e55","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:32:837-242\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[31752df5-df77-4116-bd49-cf69a9d55e1b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[167b8fe5-8a4e-4152-96f5-3e0f6f1a1e55]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:33.518 [67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] [qtp1225114731-329]  INFO [aai-resources,67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:33.523 [67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] [pool-247-thread-1]  INFO [aai-resources,67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] 1 --- [ol-247-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:33.523 [67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] [pool-247-thread-1]  INFO [aai-resources,67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] 1 --- [ol-247-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:33.523 [67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] [pool-247-thread-1]  INFO [aai-resources,67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] 1 --- [ol-247-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:33.523 [67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] [pool-247-thread-1]  INFO [aai-resources,67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] 1 --- [ol-247-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:33.527 [67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] [pool-247-thread-1]  INFO [aai-resources,67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] 1 --- [ol-247-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:33.528 [67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] [qtp1225114731-329] DEBUG [aai-resources,67ea53d5eb54e2daaa93183ec0733c16,aa93183ec0733c16] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:33:518","respDate":"250331-08:35:33:528","sourceId":"SO:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:54623/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:33:518-81838\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e55aa422-0bd2-4437-b3ad-716f9e49a10e], Accept=[application/json], x-invocationid=[1221f791-1275-4436-b3c7-e0448fbc80f3], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:54623], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:33 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 607 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:33.825 [67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] [qtp1225114731-24]  INFO [aai-resources,67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:33.830 [67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] [pool-248-thread-1]  INFO [aai-resources,67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] 1 --- [ol-248-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:33.831 [67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] [pool-248-thread-1]  INFO [aai-resources,67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] 1 --- [ol-248-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:33.831 [67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] [pool-248-thread-1]  INFO [aai-resources,67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] 1 --- [ol-248-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:33.831 [67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] [pool-248-thread-1]  INFO [aai-resources,67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] 1 --- [ol-248-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:33.833 [67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] [pool-248-thread-1]  INFO [aai-resources,67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] 1 --- [ol-248-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:33.833 [67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] [pool-248-thread-1]  INFO [aai-resources,67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] 1 --- [ol-248-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:33.834 [67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] [qtp1225114731-24] DEBUG [aai-resources,67ea53d5b4235e4ae93ecc63ae256fe3,e93ecc63ae256fe3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"404","rqstDate":"250331-08:35:33:826","respDate":"250331-08:35:33:833","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:33:826-91017\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[216199d8-2c7d-4875-bccd-208affe623f6], Accept=[application/json], x-invocationid=[130f66dc-03ca-4199-8cb0-2ba55be3660d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:33 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084" 404 452 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:35:33.857 [67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] [qtp1225114731-329]  INFO [aai-resources,67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:33.862 [67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] [pool-249-thread-1]  INFO [aai-resources,67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] 1 --- [ol-249-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:33.862 [67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] [pool-249-thread-1]  INFO [aai-resources,67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] 1 --- [ol-249-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:33.862 [67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] [pool-249-thread-1]  INFO [aai-resources,67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] 1 --- [ol-249-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:33.862 [67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] [pool-249-thread-1]  INFO [aai-resources,67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] 1 --- [ol-249-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:33.868 [67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] [pool-249-thread-1]  INFO [aai-resources,67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] 1 --- [ol-249-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: nodes/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:33.868 [67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] [pool-249-thread-1]  INFO [aai-resources,67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] 1 --- [ol-249-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:33.869 [67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] [qtp1225114731-329] DEBUG [aai-resources,67ea53d5db221d2a45eeff973989d7b7,45eeff973989d7b7] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"404","rqstDate":"250331-08:35:33:857","respDate":"250331-08:35:33:869","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances?service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:33:857-79617\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[33e451d1-aafa-4ef5-a351-213c030432ae], Accept=[application/json], x-invocationid=[afd1b0ae-6f00-458c-b5b2-f49e490d5437], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:33 +0000] "GET /aai/v24/nodes/service-instances?service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084" 404 270 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:34.857 [67ea53d6f2778a783f0619ef83d3817d,3f0619ef83d3817d] [qtp1225114731-24]  INFO [aai-resources,67ea53d6f2778a783f0619ef83d3817d,3f0619ef83d3817d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:34.869 [67ea53d6f2778a783f0619ef83d3817d,3f0619ef83d3817d] [qtp1225114731-24] DEBUG [aai-resources,67ea53d6f2778a783f0619ef83d3817d,3f0619ef83d3817d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6b181f72-34ce-4177-96e6-9347a9fda4c7","status":"200","rqstDate":"250331-08:35:34:857","respDate":"250331-08:35:34:869","sourceId":"haproxy:6b181f72-34ce-4177-96e6-9347a9fda4c7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:34:857-91552\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[00a05180-849e-4195-9467-fc20a4929fe6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6b181f72-34ce-4177-96e6-9347a9fda4c7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:35:36.875 [67ea53d80b2fc39ef99a69303b18870b,f99a69303b18870b] [qtp1225114731-329]  INFO [aai-resources,67ea53d80b2fc39ef99a69303b18870b,f99a69303b18870b] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:36.887 [67ea53d80b2fc39ef99a69303b18870b,f99a69303b18870b] [qtp1225114731-329] DEBUG [aai-resources,67ea53d80b2fc39ef99a69303b18870b,f99a69303b18870b] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dbaaecbe-4967-46a6-afa6-4fcf8c593adc","status":"200","rqstDate":"250331-08:35:36:876","respDate":"250331-08:35:36:887","sourceId":"haproxy:dbaaecbe-4967-46a6-afa6-4fcf8c593adc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:36:876-21696\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[336fc718-7533-4fd9-a998-66b0fe80aa9e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dbaaecbe-4967-46a6-afa6-4fcf8c593adc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:35:37.002 [67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] [qtp1225114731-24]  INFO [aai-resources,67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.009 [67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] [qtp1225114731-24]  INFO [aai-resources,67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.009 [67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] [qtp1225114731-24]  INFO [aai-resources,67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.009 [67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] [qtp1225114731-24]  INFO [aai-resources,67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.009 [67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] [qtp1225114731-24]  INFO [aai-resources,67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.041 [67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] [qtp1225114731-24]  INFO [aai-resources,67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.069 [67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] [qtp1225114731-24] DEBUG [aai-resources,67ea53d937bb7fcad9d66be8e475dc90,d9d66be8e475dc90] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:37:002","respDate":"250331-08:35:37:069","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:53465/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:37:002-39856\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[3f64455e-44e1-4ddf-a06e-00c1f6088229], Accept=[application/json], x-invocationid=[67441237-8cbb-48a7-9bbc-ff3edd6e6355], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Content-Length=[87], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"network-id\\\":\\\"5887238f-2b0b-4f40-8971-447a2105263b\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:35:37:002-39856\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[168000], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:35:37:002-39856]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "POST /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b" 200 0 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 70 - "logType": "access"
2025-03-31 08:35:37.082 [67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] [qtp1225114731-329]  INFO [aai-resources,67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.086 [67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] [pool-250-thread-1]  INFO [aai-resources,67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] 1 --- [ol-250-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.086 [67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] [pool-250-thread-1]  INFO [aai-resources,67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] 1 --- [ol-250-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.086 [67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] [pool-250-thread-1]  INFO [aai-resources,67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] 1 --- [ol-250-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.086 [67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] [pool-250-thread-1]  INFO [aai-resources,67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] 1 --- [ol-250-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.089 [67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] [pool-250-thread-1]  INFO [aai-resources,67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] 1 --- [ol-250-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.089 [67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] [qtp1225114731-329] DEBUG [aai-resources,67ea53d9d913fbb5526c52bb2a584088,526c52bb2a584088] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:37:082","respDate":"250331-08:35:37:089","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:37:082-21877\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[389ada37-7b02-4a23-ae5a-3af72609eb3e], Accept=[application/json], x-invocationid=[28167866-693a-4ff1-b94f-8bcaa3ea75b9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:37.091 [67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] [qtp1225114731-26]  INFO [aai-resources,67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.099 [67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] [qtp1225114731-26]  INFO [aai-resources,67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.099 [67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] [qtp1225114731-26]  INFO [aai-resources,67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.099 [67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] [qtp1225114731-26]  INFO [aai-resources,67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.099 [67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] [qtp1225114731-26]  INFO [aai-resources,67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.110 [67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] [qtp1225114731-24]  INFO [aai-resources,67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.115 [67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] [pool-251-thread-1]  INFO [aai-resources,67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] 1 --- [ol-251-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.115 [67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] [pool-251-thread-1]  INFO [aai-resources,67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] 1 --- [ol-251-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.115 [67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] [pool-251-thread-1]  INFO [aai-resources,67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] 1 --- [ol-251-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.115 [67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] [pool-251-thread-1]  INFO [aai-resources,67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] 1 --- [ol-251-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.119 [67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] [pool-251-thread-1]  INFO [aai-resources,67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] 1 --- [ol-251-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.121 [67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] [qtp1225114731-24] DEBUG [aai-resources,67ea53d9b6d7cae6926aea70f3837624,926aea70f3837624] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:37:110","respDate":"250331-08:35:37:121","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:37:110-32207\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8b93abbd-ae80-4819-8295-0bb6b2c9104a], Accept=[application/json], x-invocationid=[5c5b52b5-9c33-4c34-bbf9-a72627479d1d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:37.123 [67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] [qtp1225114731-26]  INFO [aai-resources,67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.142 [67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] [qtp1225114731-26] DEBUG [aai-resources,67ea53d923983e246a350d5cd1856a78,6a350d5cd1856a78] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:37:092","respDate":"250331-08:35:37:142","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:37:092-3928\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[b2e5e934-f85e-4862-879a-340998519fec], Accept=[application/json], x-invocationid=[349ec282-7a28-4fa4-9c87-a1f721c5e260], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Content-Length=[86], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"subnet-id\\\":\\\"b1233f8f-99c1-46d4-9a6d-e56d72135340\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:37:092-3928\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[241824], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:37:092-3928]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "POST /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b/subnets/subnet/b1233f8f-99c1-46d4-9a6d-e56d72135340" 200 0 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 52 - "logType": "access"
2025-03-31 08:35:37.171 [67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] [qtp1225114731-20]  INFO [aai-resources,67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.175 [67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] [pool-252-thread-1]  INFO [aai-resources,67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] 1 --- [ol-252-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.175 [67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] [pool-252-thread-1]  INFO [aai-resources,67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] 1 --- [ol-252-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.175 [67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] [pool-252-thread-1]  INFO [aai-resources,67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] 1 --- [ol-252-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.176 [67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] [pool-252-thread-1]  INFO [aai-resources,67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] 1 --- [ol-252-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.178 [67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] [pool-252-thread-1]  INFO [aai-resources,67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] 1 --- [ol-252-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:37.179 [67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] [pool-252-thread-1]  INFO [aai-resources,67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] 1 --- [ol-252-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.180 [67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] [qtp1225114731-20] DEBUG [aai-resources,67ea53d9fe1f2f2ab8eb582d96052828,b8eb582d96052828] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"404","rqstDate":"250331-08:35:37:171","respDate":"250331-08:35:37:180","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:37:171-33940\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8bdbf478-f3b5-469e-bb85-9901463b9572], Accept=[application/json], x-invocationid=[109fba33-09bd-4880-af42-43af82b95473], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084" 404 452 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:35:37.204 [67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] [qtp1225114731-26]  INFO [aai-resources,67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.210 [67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] [pool-253-thread-1]  INFO [aai-resources,67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] 1 --- [ol-253-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.210 [67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] [pool-253-thread-1]  INFO [aai-resources,67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] 1 --- [ol-253-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.210 [67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] [pool-253-thread-1]  INFO [aai-resources,67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] 1 --- [ol-253-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.211 [67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] [pool-253-thread-1]  INFO [aai-resources,67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] 1 --- [ol-253-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.216 [67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] [pool-253-thread-1]  INFO [aai-resources,67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] 1 --- [ol-253-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:37.216 [67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] [pool-253-thread-1]  INFO [aai-resources,67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] 1 --- [ol-253-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.217 [67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] [qtp1225114731-26] DEBUG [aai-resources,67ea53d979eebd7abd42f6c7b3bde63d,bd42f6c7b3bde63d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"404","rqstDate":"250331-08:35:37:205","respDate":"250331-08:35:37:217","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:37:205-29695\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bcc88fd2-5283-4f4d-b6d2-81e56f8c0411], Accept=[application/json], x-invocationid=[1884b3da-c775-480f-a818-4924151f3fc8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 404 560 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:37.241 [67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] [qtp1225114731-20]  INFO [aai-resources,67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.246 [67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] [pool-254-thread-1]  INFO [aai-resources,67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] 1 --- [ol-254-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.247 [67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] [pool-254-thread-1]  INFO [aai-resources,67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] 1 --- [ol-254-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.247 [67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] [pool-254-thread-1]  INFO [aai-resources,67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] 1 --- [ol-254-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.248 [67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] [pool-254-thread-1]  INFO [aai-resources,67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] 1 --- [ol-254-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.252 [67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] [pool-254-thread-1]  INFO [aai-resources,67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] 1 --- [ol-254-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:37.253 [67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] [pool-254-thread-1]  INFO [aai-resources,67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] 1 --- [ol-254-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.253 [67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] [qtp1225114731-20] DEBUG [aai-resources,67ea53d98442749e42a83d0b941f5819,42a83d0b941f5819] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"404","rqstDate":"250331-08:35:37:242","respDate":"250331-08:35:37:253","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:37:242-59659\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6b509fa4-6499-46c2-9cae-794fe691e18c], Accept=[application/json], x-invocationid=[ee2629e1-83b1-4383-b06b-a4a55d9e2297], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 404 560 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:35:37.281 [67ea53d919a27f8671299f57817b164e,71299f57817b164e] [qtp1225114731-26]  INFO [aai-resources,67ea53d919a27f8671299f57817b164e,71299f57817b164e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.286 [67ea53d919a27f8671299f57817b164e,71299f57817b164e] [pool-255-thread-1]  INFO [aai-resources,67ea53d919a27f8671299f57817b164e,71299f57817b164e] 1 --- [ol-255-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.286 [67ea53d919a27f8671299f57817b164e,71299f57817b164e] [pool-255-thread-1]  INFO [aai-resources,67ea53d919a27f8671299f57817b164e,71299f57817b164e] 1 --- [ol-255-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.286 [67ea53d919a27f8671299f57817b164e,71299f57817b164e] [pool-255-thread-1]  INFO [aai-resources,67ea53d919a27f8671299f57817b164e,71299f57817b164e] 1 --- [ol-255-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.286 [67ea53d919a27f8671299f57817b164e,71299f57817b164e] [pool-255-thread-1]  INFO [aai-resources,67ea53d919a27f8671299f57817b164e,71299f57817b164e] 1 --- [ol-255-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.332 [67ea53d919a27f8671299f57817b164e,71299f57817b164e] [pool-255-thread-1]  INFO [aai-resources,67ea53d919a27f8671299f57817b164e,71299f57817b164e] 1 --- [ol-255-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.333 [67ea53d919a27f8671299f57817b164e,71299f57817b164e] [qtp1225114731-26] DEBUG [aai-resources,67ea53d919a27f8671299f57817b164e,71299f57817b164e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:37:281","respDate":"250331-08:35:37:333","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:37:281-12032\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[854f59c4-521b-9f82-9aba-8e14ae9dad97], Accept=[application/json], x-invocationid=[59e5571a-b4fd-4fc4-8ae2-d05828b7bb15], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 08:35:37.405 [67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] [qtp1225114731-20]  INFO [aai-resources,67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.411 [67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] [pool-256-thread-1]  INFO [aai-resources,67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] 1 --- [ol-256-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.411 [67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] [pool-256-thread-1]  INFO [aai-resources,67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] 1 --- [ol-256-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.411 [67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] [pool-256-thread-1]  INFO [aai-resources,67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] 1 --- [ol-256-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.411 [67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] [pool-256-thread-1]  INFO [aai-resources,67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] 1 --- [ol-256-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.413 [67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] [pool-256-thread-1]  INFO [aai-resources,67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] 1 --- [ol-256-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.414 [67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] [qtp1225114731-20] DEBUG [aai-resources,67ea53d93e7741665807d7593b08bff8,5807d7593b08bff8] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:37:405","respDate":"250331-08:35:37:414","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:37:405-31707\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b35df68c-53cc-4b09-84c9-1329e960b807], Accept=[application/json], x-invocationid=[430a8f2f-1440-4fec-b667-40616e6a833c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm?resultIndex=0&resultSize=1&format=count" 200 40 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:35:37.437 [67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] [qtp1225114731-26]  INFO [aai-resources,67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.444 [67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] [pool-257-thread-1]  INFO [aai-resources,67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] 1 --- [ol-257-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.444 [67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] [pool-257-thread-1]  INFO [aai-resources,67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] 1 --- [ol-257-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.444 [67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] [pool-257-thread-1]  INFO [aai-resources,67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] 1 --- [ol-257-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.444 [67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] [pool-257-thread-1]  INFO [aai-resources,67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] 1 --- [ol-257-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.446 [67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] [pool-257-thread-1]  INFO [aai-resources,67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] 1 --- [ol-257-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:37.446 [67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] [pool-257-thread-1]  INFO [aai-resources,67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] 1 --- [ol-257-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.447 [67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] [qtp1225114731-26] DEBUG [aai-resources,67ea53d91281198b4735fbee8ced9075,4735fbee8ced9075] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"404","rqstDate":"250331-08:35:37:438","respDate":"250331-08:35:37:447","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:37:438-41281\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b43a5276-0492-482b-b04d-c9745259289b], Accept=[application/json], x-invocationid=[17b387a9-086b-4501-898a-16416f77b2fe], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?resultIndex=0&resultSize=1&format=count" 404 560 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:37.473 [67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] [qtp1225114731-20]  INFO [aai-resources,67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.480 [67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] [qtp1225114731-20]  INFO [aai-resources,67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.481 [67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] [qtp1225114731-20]  INFO [aai-resources,67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.481 [67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] [qtp1225114731-20]  INFO [aai-resources,67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.481 [67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] [qtp1225114731-20]  INFO [aai-resources,67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.516 [67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] [qtp1225114731-20]  INFO [aai-resources,67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.546 [67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] [qtp1225114731-20] DEBUG [aai-resources,67ea53d9dde46bb62f88ff9d692713f6,2f88ff9d692713f6] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"201","rqstDate":"250331-08:35:37:473","respDate":"250331-08:35:37:546","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:37:473-13301\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b579cb96-5ded-47bf-a7a7-2ea78ca32248], Accept=[application/json], x-invocationid=[8817ddd8-19ad-486b-b7eb-0d39929d566d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], Content-Length=[369], Content-Type=[application/json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"e6db5320-e62b-45de-b572-6ce82266a8c6\\\",\\\"service-instance-name\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084\\\",\\\"environment-context\\\":\\\"General_Revenue-Bearing\\\",\\\"workload-context\\\":\\\"Production\\\",\\\"model-invariant-id\\\":\\\"ae1509ec-1937-4e7c-a880-76df253cb706\\\",\\\"model-version-id\\\":\\\"616f04bd-a89b-4244-95cb-94e1d9e39b29\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:37:473-13301\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[172096], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:37:473-13301]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "PUT /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6" 201 0 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 77 - "logType": "access"
2025-03-31 08:35:37.571 [67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] [qtp1225114731-26]  INFO [aai-resources,67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.576 [67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] [pool-258-thread-1]  INFO [aai-resources,67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] 1 --- [ol-258-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.576 [67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] [pool-258-thread-1]  INFO [aai-resources,67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] 1 --- [ol-258-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.576 [67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] [pool-258-thread-1]  INFO [aai-resources,67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] 1 --- [ol-258-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.576 [67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] [pool-258-thread-1]  INFO [aai-resources,67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] 1 --- [ol-258-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.581 [67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] [pool-258-thread-1]  INFO [aai-resources,67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] 1 --- [ol-258-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type project found at: business/projects/project/basicvm-project ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:37.582 [67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] [pool-258-thread-1]  INFO [aai-resources,67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] 1 --- [ol-258-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.583 [67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] [qtp1225114731-26] DEBUG [aai-resources,67ea53d9f2d49ebfa1e2d45705ee8f6f,a1e2d45705ee8f6f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"404","rqstDate":"250331-08:35:37:572","respDate":"250331-08:35:37:582","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/projects/project/basicvm-project?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:37:572-83982\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[cec553b7-e1a7-4ab1-ab9f-feee02653e34], Accept=[application/json], x-invocationid=[bc84f4b6-ebfd-4436-8c3a-0ef91320d702], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/business/projects/project/basicvm-project?resultIndex=0&resultSize=1&format=count" 404 297 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:35:37.607 [67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] [qtp1225114731-20]  INFO [aai-resources,67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.612 [67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] [qtp1225114731-20]  INFO [aai-resources,67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.612 [67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] [qtp1225114731-20]  INFO [aai-resources,67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.612 [67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] [qtp1225114731-20]  INFO [aai-resources,67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.612 [67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] [qtp1225114731-20]  INFO [aai-resources,67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.654 [67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] [qtp1225114731-20]  INFO [aai-resources,67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.664 [67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] [qtp1225114731-20] DEBUG [aai-resources,67ea53d9c8d36c1d283ac64532ec8281,283ac64532ec8281] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"201","rqstDate":"250331-08:35:37:607","respDate":"250331-08:35:37:664","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/projects/project/basicvm-project","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:37:607-76131\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a1b4389c-ec1c-41a0-b1c9-e0ef7c013cf2], Accept=[application/json], x-invocationid=[a9145bef-f608-4946-aa82-7ac41027c815], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], Content-Length=[34], Content-Type=[application/json]}\",\"Payload\":\"{\\\"project-name\\\":\\\"basicvm-project\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:35:37:607-76131\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[209112], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:35:37:607-76131]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "PUT /aai/v24/business/projects/project/basicvm-project" 201 0 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 59 - "logType": "access"
2025-03-31 08:35:37.686 [67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] [qtp1225114731-26]  INFO [aai-resources,67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.691 [67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] [pool-259-thread-1]  INFO [aai-resources,67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] 1 --- [ol-259-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.691 [67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] [pool-259-thread-1]  INFO [aai-resources,67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] 1 --- [ol-259-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.691 [67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] [pool-259-thread-1]  INFO [aai-resources,67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] 1 --- [ol-259-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.691 [67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] [pool-259-thread-1]  INFO [aai-resources,67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] 1 --- [ol-259-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.703 [67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] [pool-259-thread-1]  INFO [aai-resources,67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] 1 --- [ol-259-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.703 [67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] [qtp1225114731-26] DEBUG [aai-resources,67ea53d9fc3bdf7cc7d968ce8cb7392c,c7d968ce8cb7392c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:37:687","respDate":"250331-08:35:37:703","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:37:687-95419\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fd700b5c-a88f-4adb-b402-23bc90eec275], Accept=[application/json], x-invocationid=[a9ec7d13-673f-449f-a819-c9b256f6a183], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:35:37.725 [67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] [qtp1225114731-20]  INFO [aai-resources,67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.730 [67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] [qtp1225114731-20]  INFO [aai-resources,67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.731 [67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] [qtp1225114731-20]  INFO [aai-resources,67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.731 [67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] [qtp1225114731-20]  INFO [aai-resources,67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.731 [67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] [qtp1225114731-20]  INFO [aai-resources,67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.766 [67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] [qtp1225114731-20]  INFO [aai-resources,67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.807 [67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] [qtp1225114731-20] DEBUG [aai-resources,67ea53d90ce4f548cbfe37d7e604c5fa,cbfe37d7e604c5fa] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:37:725","respDate":"250331-08:35:37:807","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/projects/project/basicvm-project/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:37:725-86473\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e8ac2486-d75b-4438-b7e6-2462bb97a81b], Accept=[application/json], x-invocationid=[b0a8eda8-72b0-469d-858a-93900fd87263], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], Content-Length=[188], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:35:37:725-86473\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:35:37:725-86473]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "PUT /aai/v24/business/projects/project/basicvm-project/relationship-list/relationship" 200 0 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 84 - "logType": "access"
2025-03-31 08:35:37.831 [67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] [qtp1225114731-26]  INFO [aai-resources,67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.835 [67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] [pool-260-thread-1]  INFO [aai-resources,67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] 1 --- [ol-260-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.835 [67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] [pool-260-thread-1]  INFO [aai-resources,67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] 1 --- [ol-260-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.835 [67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] [pool-260-thread-1]  INFO [aai-resources,67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] 1 --- [ol-260-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.835 [67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] [pool-260-thread-1]  INFO [aai-resources,67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] 1 --- [ol-260-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.844 [67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] [pool-260-thread-1]  INFO [aai-resources,67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] 1 --- [ol-260-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.845 [67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] [qtp1225114731-26] DEBUG [aai-resources,67ea53d91ed68fa82bad9d133e01758d,2bad9d133e01758d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:37:831","respDate":"250331-08:35:37:845","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:37:831-47741\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b567f412-802a-4aa6-a35c-a5fa7ff954f9], Accept=[application/json], x-invocationid=[dfaad4eb-06a6-48e9-814c-b851f724dcb5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?resultIndex=0&resultSize=1&format=count" 200 33 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:35:37.866 [67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] [qtp1225114731-20]  INFO [aai-resources,67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.870 [67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] [pool-261-thread-1]  INFO [aai-resources,67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] 1 --- [ol-261-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.870 [67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] [pool-261-thread-1]  INFO [aai-resources,67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] 1 --- [ol-261-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.870 [67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] [pool-261-thread-1]  INFO [aai-resources,67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] 1 --- [ol-261-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.871 [67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] [pool-261-thread-1]  INFO [aai-resources,67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] 1 --- [ol-261-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.885 [67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] [pool-261-thread-1]  INFO [aai-resources,67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] 1 --- [ol-261-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.886 [67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] [qtp1225114731-20] DEBUG [aai-resources,67ea53d9eb3d5dc3d5b41202d55914da,d5b41202d55914da] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:37:867","respDate":"250331-08:35:37:886","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:37:867-33215\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[891f5549-b01a-45ea-b492-9325c6c9a7ea], Accept=[application/json], x-invocationid=[4998fd3f-afdb-4153-bb0f-a80248e1c9d0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:35:37.910 [67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] [qtp1225114731-26]  INFO [aai-resources,67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:37.915 [67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] [qtp1225114731-26]  INFO [aai-resources,67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:37.915 [67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] [qtp1225114731-26]  INFO [aai-resources,67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:37.915 [67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] [qtp1225114731-26]  INFO [aai-resources,67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:37.916 [67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] [qtp1225114731-26]  INFO [aai-resources,67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:37.941 [67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] [qtp1225114731-26]  INFO [aai-resources,67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:37.985 [67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] [qtp1225114731-26] DEBUG [aai-resources,67ea53d9f71535301dd14f23170b4e3f,1dd14f23170b4e3f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:37:910","respDate":"250331-08:35:37:985","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:37:910-83802\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f97c04a7-278c-4e45-97c9-153211e70358], Accept=[application/json], x-invocationid=[5631c716-ec7b-434e-b858-23e0b77a38d9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], Content-Length=[188], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:37:910-83802\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:37:910-83802]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:37 +0000] "PUT /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5/relationship-list/relationship" 200 0 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 77 - "logType": "access"
2025-03-31 08:35:38.140 [67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] [qtp1225114731-20]  INFO [aai-resources,67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:38.147 [67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] [pool-262-thread-1]  INFO [aai-resources,67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] 1 --- [ol-262-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:38.147 [67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] [pool-262-thread-1]  INFO [aai-resources,67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] 1 --- [ol-262-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:38.148 [67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] [pool-262-thread-1]  INFO [aai-resources,67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] 1 --- [ol-262-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:38.148 [67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] [pool-262-thread-1]  INFO [aai-resources,67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] 1 --- [ol-262-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:38.180 [67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] [pool-262-thread-1]  INFO [aai-resources,67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] 1 --- [ol-262-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:38.181 [67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] [qtp1225114731-20] DEBUG [aai-resources,67ea53dad8f1c157048ecad23047f4c5,048ecad23047f4c5] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a8e1b51-af01-4401-99d9-3ed05d152ace","status":"200","rqstDate":"250331-08:35:38:140","respDate":"250331-08:35:38:181","sourceId":"openECOMP:0a8e1b51-af01-4401-99d9-3ed05d152ace","resourceId":"http://aai.onap:54623/aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:38:140-8053\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7c4677d6-9b85-4c17-9826-6bc27709e24a], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[0a8e1b51-af01-4401-99d9-3ed05d152ace], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[0a8e1b51-af01-4401-99d9-3ed05d152ace]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:38 +0000] "GET /aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=1" 200 1037 REST 0a8e1b51-af01-4401-99d9-3ed05d152ace openECOMP 127.0.0.6 - - - - - - - - - 45 - "logType": "access"
2025-03-31 08:35:38.296 [67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] [qtp1225114731-26]  INFO [aai-resources,67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:38.306 [67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] [qtp1225114731-26]  INFO [aai-resources,67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:38.306 [67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] [qtp1225114731-26]  INFO [aai-resources,67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:38.306 [67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] [qtp1225114731-26]  INFO [aai-resources,67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:38.306 [67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] [qtp1225114731-26]  INFO [aai-resources,67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:38.365 [67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] [qtp1225114731-26]  INFO [aai-resources,67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:38.393 [67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] [qtp1225114731-26] DEBUG [aai-resources,67ea53da54e79a088791e3dabcae699a,8791e3dabcae699a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a8e1b51-af01-4401-99d9-3ed05d152ace","status":"200","rqstDate":"250331-08:35:38:296","respDate":"250331-08:35:38:393","sourceId":"openECOMP:0a8e1b51-af01-4401-99d9-3ed05d152ace","resourceId":"http://aai.onap:54623/aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?resource-version=1743410137915","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:38:296-38808\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[c33917e8-e11c-4f40-9c09-c770bea3e12f], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[0a8e1b51-af01-4401-99d9-3ed05d152ace], Host=[aai.onap:54623], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[252], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[0a8e1b51-af01-4401-99d9-3ed05d152ace]}\",\"Payload\":\"{\\\"selflink\\\":\\\"rests/data/GENERIC-RESOURCE-API:services/service=e6db5320-e62b-45de-b572-6ce82266a8c6/service-data/service-topology?content=config\\\",\\\"resource-version\\\":\\\"1743410137915\\\",\\\"service-instance-name\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:38:296-38808\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[172096], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:38:296-38808]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:38 +0000] "POST /aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?resource-version=1743410137915" 200 0 REST 0a8e1b51-af01-4401-99d9-3ed05d152ace openECOMP 127.0.0.6 - - - - - - - - - 99 - "logType": "access"
2025-03-31 08:35:38.487 [67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] [qtp1225114731-20]  INFO [aai-resources,67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:38.491 [67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] [pool-263-thread-1]  INFO [aai-resources,67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] 1 --- [ol-263-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:38.491 [67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] [pool-263-thread-1]  INFO [aai-resources,67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] 1 --- [ol-263-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:38.491 [67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] [pool-263-thread-1]  INFO [aai-resources,67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] 1 --- [ol-263-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:38.491 [67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] [pool-263-thread-1]  INFO [aai-resources,67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] 1 --- [ol-263-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:38.503 [67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] [pool-263-thread-1]  INFO [aai-resources,67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] 1 --- [ol-263-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:38.503 [67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] [qtp1225114731-20] DEBUG [aai-resources,67ea53da654ac6fe4398dd3b627595db,4398dd3b627595db] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:38:487","respDate":"250331-08:35:38:503","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:38:487-45447\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[304ef474-9fbb-4250-acce-abbae9b536ce], Accept=[application/json], x-invocationid=[9f0e888b-4d59-4787-ac8c-0a9d18859901], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:38 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:35:38.527 [67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] [qtp1225114731-26]  INFO [aai-resources,67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:38.533 [67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] [qtp1225114731-26]  INFO [aai-resources,67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:38.533 [67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] [qtp1225114731-26]  INFO [aai-resources,67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:38.533 [67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] [qtp1225114731-26]  INFO [aai-resources,67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:38.533 [67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] [qtp1225114731-26]  INFO [aai-resources,67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:38.565 [67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] [qtp1225114731-26]  INFO [aai-resources,67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:38.585 [67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] [qtp1225114731-26] DEBUG [aai-resources,67ea53da8c140c147299228d561ba9d8,7299228d561ba9d8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:38:527","respDate":"250331-08:35:38:585","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:38:527-65303\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[5b3bf3c2-b8d3-4e6b-ad3f-4e810195d4f9], Accept=[application/json], x-invocationid=[2e39aae0-2ec6-4112-a561-e4784633a09e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], Content-Length=[168], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"e6db5320-e62b-45de-b572-6ce82266a8c6\\\",\\\"service-instance-name\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:38:527-65303\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[172096], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:38:527-65303]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:38 +0000] "POST /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6" 200 0 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 60 - "logType": "access"
2025-03-31 08:35:38.893 [67ea53da7e1bb36a4fdab79dd2fbc6b0,4fdab79dd2fbc6b0] [qtp1225114731-20]  INFO [aai-resources,67ea53da7e1bb36a4fdab79dd2fbc6b0,4fdab79dd2fbc6b0] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:38.913 [67ea53da7e1bb36a4fdab79dd2fbc6b0,4fdab79dd2fbc6b0] [qtp1225114731-20] DEBUG [aai-resources,67ea53da7e1bb36a4fdab79dd2fbc6b0,4fdab79dd2fbc6b0] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"554059e1-e551-4001-bcf8-9d8b22ab31ca","status":"200","rqstDate":"250331-08:35:38:894","respDate":"250331-08:35:38:913","sourceId":"haproxy:554059e1-e551-4001-bcf8-9d8b22ab31ca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:38:894-88308\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[12172fac-cd57-47fa-805b-03630c0931d7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[554059e1-e551-4001-bcf8-9d8b22ab31ca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:35:39.143 [67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] [qtp1225114731-26]  INFO [aai-resources,67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:39.149 [67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] [pool-264-thread-1]  INFO [aai-resources,67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] 1 --- [ol-264-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:39.150 [67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] [pool-264-thread-1]  INFO [aai-resources,67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] 1 --- [ol-264-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:39.150 [67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] [pool-264-thread-1]  INFO [aai-resources,67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] 1 --- [ol-264-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:39.151 [67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] [pool-264-thread-1]  INFO [aai-resources,67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] 1 --- [ol-264-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:39.154 [67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] [pool-264-thread-1]  INFO [aai-resources,67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] 1 --- [ol-264-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:39.154 [67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] [qtp1225114731-26] DEBUG [aai-resources,67ea53db20cc656219875ca20aa1f1cf,19875ca20aa1f1cf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:39:144","respDate":"250331-08:35:39:154","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:39:144-73152\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[460e50af-4f1b-4e23-9e8c-ad77bf9f6cc8], Accept=[application/json], x-invocationid=[822d256e-05b0-49f3-b69f-b81e58a0f67d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:39 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:39.176 [67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] [qtp1225114731-20]  INFO [aai-resources,67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:39.181 [67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] [pool-265-thread-1]  INFO [aai-resources,67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] 1 --- [ol-265-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:39.181 [67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] [pool-265-thread-1]  INFO [aai-resources,67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] 1 --- [ol-265-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:39.181 [67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] [pool-265-thread-1]  INFO [aai-resources,67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] 1 --- [ol-265-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:39.181 [67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] [pool-265-thread-1]  INFO [aai-resources,67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] 1 --- [ol-265-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:39.193 [67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] [pool-265-thread-1]  INFO [aai-resources,67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] 1 --- [ol-265-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:39.194 [67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] [qtp1225114731-20] DEBUG [aai-resources,67ea53db78f8230e757abd22a7f76ab6,757abd22a7f76ab6] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:39:176","respDate":"250331-08:35:39:194","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:39:176-12560\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[24372efb-25ce-40a9-ab2c-f5a24d84c036], Accept=[application/json], x-invocationid=[544e4dd0-6e8d-41b2-8c37-28d07f60a52f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:39 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:35:39.243 [67ea53db4c2a2dba697a290da811a004,697a290da811a004] [qtp1225114731-26]  INFO [aai-resources,67ea53db4c2a2dba697a290da811a004,697a290da811a004] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:39.248 [67ea53db4c2a2dba697a290da811a004,697a290da811a004] [pool-266-thread-1]  INFO [aai-resources,67ea53db4c2a2dba697a290da811a004,697a290da811a004] 1 --- [ol-266-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:39.248 [67ea53db4c2a2dba697a290da811a004,697a290da811a004] [pool-266-thread-1]  INFO [aai-resources,67ea53db4c2a2dba697a290da811a004,697a290da811a004] 1 --- [ol-266-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:39.248 [67ea53db4c2a2dba697a290da811a004,697a290da811a004] [pool-266-thread-1]  INFO [aai-resources,67ea53db4c2a2dba697a290da811a004,697a290da811a004] 1 --- [ol-266-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:39.249 [67ea53db4c2a2dba697a290da811a004,697a290da811a004] [pool-266-thread-1]  INFO [aai-resources,67ea53db4c2a2dba697a290da811a004,697a290da811a004] 1 --- [ol-266-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:39.269 [67ea53db4c2a2dba697a290da811a004,697a290da811a004] [pool-266-thread-1]  INFO [aai-resources,67ea53db4c2a2dba697a290da811a004,697a290da811a004] 1 --- [ol-266-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:39.270 [67ea53db4c2a2dba697a290da811a004,697a290da811a004] [qtp1225114731-26] DEBUG [aai-resources,67ea53db4c2a2dba697a290da811a004,697a290da811a004] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:39:243","respDate":"250331-08:35:39:270","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:39:243-42623\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3f164df5-286a-4cff-b36f-38e6175e1fd6], Accept=[application/json], x-invocationid=[6272227b-1e42-4ea2-a18b-bc98996ea9c4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:39 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1178 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:35:39.294 [67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] [qtp1225114731-20]  INFO [aai-resources,67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:39.298 [67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] [pool-267-thread-1]  INFO [aai-resources,67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] 1 --- [ol-267-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:39.299 [67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] [pool-267-thread-1]  INFO [aai-resources,67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] 1 --- [ol-267-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:39.299 [67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] [pool-267-thread-1]  INFO [aai-resources,67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] 1 --- [ol-267-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:39.299 [67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] [pool-267-thread-1]  INFO [aai-resources,67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] 1 --- [ol-267-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:39.305 [67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] [pool-267-thread-1]  INFO [aai-resources,67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] 1 --- [ol-267-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:39.306 [67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] [qtp1225114731-20] DEBUG [aai-resources,67ea53db8adefcaa672c4735f2c18d7b,672c4735f2c18d7b] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:39:294","respDate":"250331-08:35:39:306","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:39:294-49160\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ff595bcb-00c1-45c6-b8ec-2a249e28e8a5], Accept=[application/json], x-invocationid=[431a4eee-c2af-49b1-8978-4a4dee69b791], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:39 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:39.328 [67ea53db7214dd80374a496230ef271f,374a496230ef271f] [qtp1225114731-26]  INFO [aai-resources,67ea53db7214dd80374a496230ef271f,374a496230ef271f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:39.333 [67ea53db7214dd80374a496230ef271f,374a496230ef271f] [pool-268-thread-1]  INFO [aai-resources,67ea53db7214dd80374a496230ef271f,374a496230ef271f] 1 --- [ol-268-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:39.333 [67ea53db7214dd80374a496230ef271f,374a496230ef271f] [pool-268-thread-1]  INFO [aai-resources,67ea53db7214dd80374a496230ef271f,374a496230ef271f] 1 --- [ol-268-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:39.333 [67ea53db7214dd80374a496230ef271f,374a496230ef271f] [pool-268-thread-1]  INFO [aai-resources,67ea53db7214dd80374a496230ef271f,374a496230ef271f] 1 --- [ol-268-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:39.333 [67ea53db7214dd80374a496230ef271f,374a496230ef271f] [pool-268-thread-1]  INFO [aai-resources,67ea53db7214dd80374a496230ef271f,374a496230ef271f] 1 --- [ol-268-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:39.335 [67ea53db7214dd80374a496230ef271f,374a496230ef271f] [pool-268-thread-1]  INFO [aai-resources,67ea53db7214dd80374a496230ef271f,374a496230ef271f] 1 --- [ol-268-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:39.335 [67ea53db7214dd80374a496230ef271f,374a496230ef271f] [qtp1225114731-26] DEBUG [aai-resources,67ea53db7214dd80374a496230ef271f,374a496230ef271f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:39:328","respDate":"250331-08:35:39:335","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:39:328-56162\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[83590763-8d4d-4f38-b947-ce9e9d0d786e], Accept=[application/json], x-invocationid=[477f405c-35ac-4278-9bd9-59981d35a75a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:39 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:39.358 [67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] [qtp1225114731-20]  INFO [aai-resources,67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:39.363 [67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] [pool-269-thread-1]  INFO [aai-resources,67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] 1 --- [ol-269-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:39.363 [67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] [pool-269-thread-1]  INFO [aai-resources,67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] 1 --- [ol-269-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:39.363 [67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] [pool-269-thread-1]  INFO [aai-resources,67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] 1 --- [ol-269-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:39.363 [67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] [pool-269-thread-1]  INFO [aai-resources,67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] 1 --- [ol-269-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:39.378 [67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] [pool-269-thread-1]  INFO [aai-resources,67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] 1 --- [ol-269-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:39.379 [67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] [qtp1225114731-20] DEBUG [aai-resources,67ea53db225f1d78ac0c1ce68146b1a4,ac0c1ce68146b1a4] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:39:358","respDate":"250331-08:35:39:379","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:39:358-32289\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[24018732-fc57-4462-b97d-32a79aba3baf], Accept=[application/json], x-invocationid=[6fa9c969-66a3-41ca-b23b-55853b7b0e54], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:39 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1178 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:35:39.401 [67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] [qtp1225114731-26]  INFO [aai-resources,67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:39.405 [67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] [pool-270-thread-1]  INFO [aai-resources,67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] 1 --- [ol-270-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:39.405 [67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] [pool-270-thread-1]  INFO [aai-resources,67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] 1 --- [ol-270-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:39.405 [67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] [pool-270-thread-1]  INFO [aai-resources,67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] 1 --- [ol-270-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:39.406 [67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] [pool-270-thread-1]  INFO [aai-resources,67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] 1 --- [ol-270-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:39.418 [67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] [pool-270-thread-1]  INFO [aai-resources,67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] 1 --- [ol-270-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:39.419 [67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] [qtp1225114731-26] DEBUG [aai-resources,67ea53dbba4e485fd58cec8439fa3845,d58cec8439fa3845] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:39:401","respDate":"250331-08:35:39:419","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:39:401-81065\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[df340276-31d1-4a18-a905-84c3987638c4], Accept=[application/json], x-invocationid=[7d9c0586-e87f-414f-b04e-cbb90b04d9e7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:39 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:35:39.477 [67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] [qtp1225114731-20]  INFO [aai-resources,67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:39.482 [67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] [pool-271-thread-1]  INFO [aai-resources,67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] 1 --- [ol-271-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:39.482 [67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] [pool-271-thread-1]  INFO [aai-resources,67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] 1 --- [ol-271-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:39.482 [67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] [pool-271-thread-1]  INFO [aai-resources,67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] 1 --- [ol-271-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:39.482 [67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] [pool-271-thread-1]  INFO [aai-resources,67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] 1 --- [ol-271-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:39.484 [67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] [pool-271-thread-1]  INFO [aai-resources,67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] 1 --- [ol-271-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:39.485 [67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] [qtp1225114731-20] DEBUG [aai-resources,67ea53db2fb40940e10251d413ae8be3,e10251d413ae8be3] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:39:477","respDate":"250331-08:35:39:485","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:39:477-67356\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[87e4ab9e-8582-4caf-8fa9-4ed6bf037d4f], Accept=[application/json], x-invocationid=[0c6c54d4-0507-48af-8fe6-b9ae6a403674], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:39 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:35:39.506 [67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] [qtp1225114731-26]  INFO [aai-resources,67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:39.516 [67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] [qtp1225114731-26]  INFO [aai-resources,67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:39.516 [67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] [qtp1225114731-26]  INFO [aai-resources,67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:39.516 [67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] [qtp1225114731-26]  INFO [aai-resources,67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:39.516 [67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] [qtp1225114731-26]  INFO [aai-resources,67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:39.540 [67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] [qtp1225114731-26]  INFO [aai-resources,67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:39.577 [67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] [qtp1225114731-26] DEBUG [aai-resources,67ea53db6feb5fa4af7ccb91f3e8a224,af7ccb91f3e8a224] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70b4a49e-cae9-40a9-8711-7666971a3711","status":"200","rqstDate":"250331-08:35:39:507","respDate":"250331-08:35:39:576","sourceId":"UNKNOWN:70b4a49e-cae9-40a9-8711-7666971a3711","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:39:507-51366\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[0b9f71db-189e-4be8-8c9a-60abd4749274], Accept=[application/json], x-invocationid=[4e429bba-eb36-41ee-b237-3eb9d5529390], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,70b4a49e-cae9-40a9-8711-7666971a3711], Host=[aai.onap:46733], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], x-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[70b4a49e-cae9-40a9-8711-7666971a3711], Content-Length=[166], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"e6db5320-e62b-45de-b572-6ce82266a8c6\\\",\\\"service-instance-name\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:35:39:507-51366\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[172096], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:35:39:507-51366]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:39 +0000] "POST /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6" 200 0 REST ,70b4a49e-cae9-40a9-8711-7666971a3711 MSO 127.0.0.6 - - - - - - - - - 72 - "logType": "access"
2025-03-31 08:35:40.052 [67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] [qtp1225114731-20]  INFO [aai-resources,67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.056 [67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] [pool-272-thread-1]  INFO [aai-resources,67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] 1 --- [ol-272-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.056 [67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] [pool-272-thread-1]  INFO [aai-resources,67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] 1 --- [ol-272-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.056 [67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] [pool-272-thread-1]  INFO [aai-resources,67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] 1 --- [ol-272-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.056 [67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] [pool-272-thread-1]  INFO [aai-resources,67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] 1 --- [ol-272-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:40.058 [67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] [pool-272-thread-1]  INFO [aai-resources,67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] 1 --- [ol-272-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.058 [67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] [qtp1225114731-20] DEBUG [aai-resources,67ea53dc613562d3e9063de126d5257d,e9063de126d5257d] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:40:052","respDate":"250331-08:35:40:058","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:40:052-17089\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f402be8e-c4df-4a83-9755-e7f01b7e6d6b], Accept=[application/json], x-invocationid=[d41b4c43-810b-42a1-bd05-d208e172abeb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:35:40.089 [67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] [qtp1225114731-26]  INFO [aai-resources,67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.094 [67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] [pool-273-thread-1]  INFO [aai-resources,67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] 1 --- [ol-273-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.094 [67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] [pool-273-thread-1]  INFO [aai-resources,67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] 1 --- [ol-273-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.094 [67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] [pool-273-thread-1]  INFO [aai-resources,67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] 1 --- [ol-273-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.094 [67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] [pool-273-thread-1]  INFO [aai-resources,67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] 1 --- [ol-273-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:40.165 [67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] [pool-273-thread-1]  INFO [aai-resources,67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] 1 --- [ol-273-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.166 [67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] [qtp1225114731-26] DEBUG [aai-resources,67ea53dc39dfff645320c892a583daeb,5320c892a583daeb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:40:089","respDate":"250331-08:35:40:166","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:40:089-57250\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[498ca0c4-dbf5-4f3e-9976-2dabb864341e], Accept=[application/json], x-invocationid=[2e55c106-868e-4a7e-81bf-886c5c6afe5c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1640 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 80 - "logType": "access"
2025-03-31 08:35:40.276 [67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] [qtp1225114731-20]  INFO [aai-resources,67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.283 [67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] [pool-274-thread-1]  INFO [aai-resources,67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] 1 --- [ol-274-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.283 [67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] [pool-274-thread-1]  INFO [aai-resources,67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] 1 --- [ol-274-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.283 [67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] [pool-274-thread-1]  INFO [aai-resources,67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] 1 --- [ol-274-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.283 [67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] [pool-274-thread-1]  INFO [aai-resources,67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] 1 --- [ol-274-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:40.285 [67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] [pool-274-thread-1]  INFO [aai-resources,67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] 1 --- [ol-274-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.286 [67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] [qtp1225114731-20] DEBUG [aai-resources,67ea53dc92a974bb65adab78e13854a6,65adab78e13854a6] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:40:276","respDate":"250331-08:35:40:286","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/business/projects/project/basicnw-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:40:276-31085\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c51e72c5-fdde-4b84-9f40-6f7bb2a0881a], Accept=[application/json], x-invocationid=[6e64ceba-19b1-4b11-909b-c95563b637ab], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v24/business/projects/project/basicnw-project?nodes-only=" 200 69 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:40.321 [67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] [qtp1225114731-26]  INFO [aai-resources,67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.326 [67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] [pool-275-thread-1]  INFO [aai-resources,67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] 1 --- [ol-275-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.326 [67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] [pool-275-thread-1]  INFO [aai-resources,67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] 1 --- [ol-275-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.326 [67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] [pool-275-thread-1]  INFO [aai-resources,67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] 1 --- [ol-275-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.326 [67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] [pool-275-thread-1]  INFO [aai-resources,67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] 1 --- [ol-275-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:40.328 [67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] [pool-275-thread-1]  INFO [aai-resources,67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] 1 --- [ol-275-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.328 [67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] [qtp1225114731-26] DEBUG [aai-resources,67ea53dc9f22a8ef54a665a57dc48188,54a665a57dc48188] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:40:322","respDate":"250331-08:35:40:328","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:40:322-9341\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8600a2ad-90a7-41c3-a9ca-e607d79c8e63], Accept=[application/json], x-invocationid=[fedb2f4d-0e74-4f76-9b1a-2eb72018b88a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=" 200 128 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:35:40.359 [67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] [qtp1225114731-20]  INFO [aai-resources,67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.363 [67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] [pool-276-thread-1]  INFO [aai-resources,67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] 1 --- [ol-276-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.363 [67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] [pool-276-thread-1]  INFO [aai-resources,67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] 1 --- [ol-276-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.363 [67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] [pool-276-thread-1]  INFO [aai-resources,67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] 1 --- [ol-276-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.364 [67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] [pool-276-thread-1]  INFO [aai-resources,67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] 1 --- [ol-276-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:40.396 [67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] [pool-276-thread-1]  INFO [aai-resources,67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] 1 --- [ol-276-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.397 [67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] [qtp1225114731-20] DEBUG [aai-resources,67ea53dcaf63447ee845c37c90cb5199,e845c37c90cb5199] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:40:359","respDate":"250331-08:35:40:397","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:40:359-95617\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e5cc3098-1fc7-448d-9faf-5824a628a581], Accept=[application/json], x-invocationid=[c49dbe61-7f76-478a-b0f3-f441e2732b70], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=2" 200 3660 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 40 - "logType": "access"
2025-03-31 08:35:40.477 [67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] [qtp1225114731-26]  INFO [aai-resources,67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.490 [67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] [pool-277-thread-1]  INFO [aai-resources,67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] 1 --- [ol-277-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.490 [67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] [pool-277-thread-1]  INFO [aai-resources,67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] 1 --- [ol-277-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.490 [67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] [pool-277-thread-1]  INFO [aai-resources,67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] 1 --- [ol-277-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.490 [67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] [pool-277-thread-1]  INFO [aai-resources,67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] 1 --- [ol-277-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:40.503 [67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] [pool-277-thread-1]  INFO [aai-resources,67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] 1 --- [ol-277-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.504 [67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] [qtp1225114731-26] DEBUG [aai-resources,67ea53dcbe886246ca5221c2b854c2c4,ca5221c2b854c2c4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:40:477","respDate":"250331-08:35:40:504","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:40:477-87242\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4c6f9480-61ef-49c0-9ecd-912d750d755a], Accept=[application/json], x-invocationid=[2b9e899c-447c-4730-9886-de76abc5dbbf], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:35:40.526 [67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] [qtp1225114731-20]  INFO [aai-resources,67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.530 [67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] [pool-278-thread-1]  INFO [aai-resources,67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] 1 --- [ol-278-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.530 [67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] [pool-278-thread-1]  INFO [aai-resources,67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] 1 --- [ol-278-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.530 [67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] [pool-278-thread-1]  INFO [aai-resources,67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] 1 --- [ol-278-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.531 [67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] [pool-278-thread-1]  INFO [aai-resources,67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] 1 --- [ol-278-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:40.532 [67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] [pool-278-thread-1]  INFO [aai-resources,67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] 1 --- [ol-278-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.533 [67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] [qtp1225114731-20] DEBUG [aai-resources,67ea53dc45e66544c9e0d43c25b176eb,c9e0d43c25b176eb] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:40:526","respDate":"250331-08:35:40:533","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:40:526-58983\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2cc2a0f1-816f-4198-a240-efadc6763fa1], Accept=[application/json], x-invocationid=[c5c89bb0-7c5a-4767-9b35-aef36df009e2], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:35:40.557 [67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] [qtp1225114731-26]  INFO [aai-resources,67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.561 [67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] [pool-279-thread-1]  INFO [aai-resources,67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] 1 --- [ol-279-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.562 [67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] [pool-279-thread-1]  INFO [aai-resources,67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] 1 --- [ol-279-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.562 [67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] [pool-279-thread-1]  INFO [aai-resources,67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] 1 --- [ol-279-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.562 [67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] [pool-279-thread-1]  INFO [aai-resources,67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] 1 --- [ol-279-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:40.565 [67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] [pool-279-thread-1]  INFO [aai-resources,67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] 1 --- [ol-279-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.565 [67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] [qtp1225114731-26] DEBUG [aai-resources,67ea53dc965fd27846ce9af4e17206c1,46ce9af4e17206c1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:40:558","respDate":"250331-08:35:40:565","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:40:558-33132\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b7838913-fd1a-4384-ac59-cecce3c13e0e], Accept=[application/json], x-invocationid=[0b8f8455-fb58-4243-9673-64854a6167e9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer" 200 139 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:40.587 [67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] [qtp1225114731-20]  INFO [aai-resources,67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.592 [67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] [pool-280-thread-1]  INFO [aai-resources,67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] 1 --- [ol-280-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.592 [67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] [pool-280-thread-1]  INFO [aai-resources,67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] 1 --- [ol-280-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.592 [67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] [pool-280-thread-1]  INFO [aai-resources,67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] 1 --- [ol-280-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.592 [67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] [pool-280-thread-1]  INFO [aai-resources,67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] 1 --- [ol-280-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:40.596 [67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] [pool-280-thread-1]  INFO [aai-resources,67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] 1 --- [ol-280-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.597 [67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] [qtp1225114731-20] DEBUG [aai-resources,67ea53dc4798175a2b80d5cc27bd164f,2b80d5cc27bd164f] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:40:587","respDate":"250331-08:35:40:596","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:40:587-33645\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b35054b7-b5b5-4bd7-bf1f-3813e417b4a4], Accept=[application/json], x-invocationid=[f15bdf90-72c4-414f-bcd9-e9a9092efd92], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 200 739 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:40.675 [67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] [qtp1225114731-26]  INFO [aai-resources,67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.679 [67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] [pool-281-thread-1]  INFO [aai-resources,67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] 1 --- [ol-281-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.680 [67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] [pool-281-thread-1]  INFO [aai-resources,67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] 1 --- [ol-281-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.680 [67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] [pool-281-thread-1]  INFO [aai-resources,67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] 1 --- [ol-281-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.680 [67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] [pool-281-thread-1]  INFO [aai-resources,67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] 1 --- [ol-281-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:40.690 [67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] [pool-281-thread-1]  INFO [aai-resources,67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] 1 --- [ol-281-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.691 [67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] [qtp1225114731-26] DEBUG [aai-resources,67ea53dc8a29e0bc4897a63b4e4929b2,4897a63b4e4929b2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:40:675","respDate":"250331-08:35:40:691","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=all","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:40:675-65243\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b1ce4001-bec2-4df7-95f2-fa3c395ccf87], Accept=[application/json], x-invocationid=[3f609984-635b-4e8c-bcb0-dc0ef9786f92], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=all" 200 3660 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:35:40.801 [67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] [qtp1225114731-20]  INFO [aai-resources,67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.806 [67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] [pool-282-thread-1]  INFO [aai-resources,67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] 1 --- [ol-282-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.806 [67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] [pool-282-thread-1]  INFO [aai-resources,67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] 1 --- [ol-282-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.806 [67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] [pool-282-thread-1]  INFO [aai-resources,67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] 1 --- [ol-282-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.807 [67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] [pool-282-thread-1]  INFO [aai-resources,67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] 1 --- [ol-282-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:40.822 [67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] [pool-282-thread-1]  INFO [aai-resources,67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] 1 --- [ol-282-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.823 [67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] [qtp1225114731-20] DEBUG [aai-resources,67ea53dc4b3014cb3d5cb73a8806ee8b,3d5cb73a8806ee8b] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f08855c1-4092-400a-8d3f-d6665974fece","status":"200","rqstDate":"250331-08:35:40:801","respDate":"250331-08:35:40:823","sourceId":"openECOMP:f08855c1-4092-400a-8d3f-d6665974fece","resourceId":"http://aai.onap:54623/aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:40:801-84361\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b05f9414-d76f-4a7a-a85f-c61ff62dd712], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[f08855c1-4092-400a-8d3f-d6665974fece], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[f08855c1-4092-400a-8d3f-d6665974fece]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=1" 200 3660 REST f08855c1-4092-400a-8d3f-d6665974fece openECOMP 127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:35:40.920 [67ea53dc025166fbe879bc50f6dcf626,e879bc50f6dcf626] [qtp1225114731-26]  INFO [aai-resources,67ea53dc025166fbe879bc50f6dcf626,e879bc50f6dcf626] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.929 [67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] [qtp1225114731-329]  INFO [aai-resources,67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:40.933 [67ea53dc025166fbe879bc50f6dcf626,e879bc50f6dcf626] [qtp1225114731-26] DEBUG [aai-resources,67ea53dc025166fbe879bc50f6dcf626,e879bc50f6dcf626] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a0940c9-b464-44ba-9235-9b87f29e18c1","status":"200","rqstDate":"250331-08:35:40:920","respDate":"250331-08:35:40:933","sourceId":"haproxy:5a0940c9-b464-44ba-9235-9b87f29e18c1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:40:920-73149\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0950006c-9e68-46e5-bd48-7ef7001b624c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5a0940c9-b464-44ba-9235-9b87f29e18c1]}\"}"}
2025-03-31 08:35:40.936 [67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] [pool-283-thread-1]  INFO [aai-resources,67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] 1 --- [ol-283-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:40.936 [67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] [pool-283-thread-1]  INFO [aai-resources,67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] 1 --- [ol-283-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:40.936 [67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] [pool-283-thread-1]  INFO [aai-resources,67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] 1 --- [ol-283-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:40.936 [67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] [pool-283-thread-1]  INFO [aai-resources,67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] 1 --- [ol-283-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:35:40.947 [67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] [pool-283-thread-1]  INFO [aai-resources,67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] 1 --- [ol-283-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:40.948 [67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] [qtp1225114731-329] DEBUG [aai-resources,67ea53dc8aceb1588a22d314c496c72a,8a22d314c496c72a] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f08855c1-4092-400a-8d3f-d6665974fece","status":"200","rqstDate":"250331-08:35:40:930","respDate":"250331-08:35:40:948","sourceId":"openECOMP:f08855c1-4092-400a-8d3f-d6665974fece","resourceId":"http://aai.onap:54623/aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:40:930-21978\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d67ca4cd-6257-45ff-a015-d9a189440698], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[f08855c1-4092-400a-8d3f-d6665974fece], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[f08855c1-4092-400a-8d3f-d6665974fece]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:40 +0000] "GET /aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?depth=1" 200 3660 REST f08855c1-4092-400a-8d3f-d6665974fece openECOMP 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:35:41.057 [67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] [qtp1225114731-24]  INFO [aai-resources,67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:41.061 [67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] [qtp1225114731-24]  INFO [aai-resources,67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:41.061 [67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] [qtp1225114731-24]  INFO [aai-resources,67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:41.061 [67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] [qtp1225114731-24]  INFO [aai-resources,67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:41.061 [67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] [qtp1225114731-24]  INFO [aai-resources,67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:41.127 [67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] [qtp1225114731-24]  INFO [aai-resources,67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:41.585 [67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] [qtp1225114731-24] DEBUG [aai-resources,67ea53dd40a3d6e018e84c0595f8d15c,18e84c0595f8d15c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f08855c1-4092-400a-8d3f-d6665974fece","status":"204","rqstDate":"250331-08:35:41:057","respDate":"250331-08:35:41:585","sourceId":"openECOMP:f08855c1-4092-400a-8d3f-d6665974fece","resourceId":"http://aai.onap:54623/aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?resource-version=1743410137009","resourceType":"DELETE","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:41:057-52525\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d9e598ef-56eb-4e04-bf7a-70ba57f66bf3], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[f08855c1-4092-400a-8d3f-d6665974fece], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[f08855c1-4092-400a-8d3f-d6665974fece]}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:41:057-52525\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:41:057-52525]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:41 +0000] "DELETE /aai/v25/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b?resource-version=1743410137009" 204 0 REST f08855c1-4092-400a-8d3f-d6665974fece openECOMP 127.0.0.6 - - - - - - - - - 530 - "logType": "access"
2025-03-31 08:35:41.648 [67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] [qtp1225114731-329]  INFO [aai-resources,67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:41.653 [67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] [pool-284-thread-1]  INFO [aai-resources,67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] 1 --- [ol-284-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:41.653 [67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] [pool-284-thread-1]  INFO [aai-resources,67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] 1 --- [ol-284-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:41.653 [67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] [pool-284-thread-1]  INFO [aai-resources,67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] 1 --- [ol-284-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:41.653 [67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] [pool-284-thread-1]  INFO [aai-resources,67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] 1 --- [ol-284-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:41.659 [67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] [pool-284-thread-1]  INFO [aai-resources,67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] 1 --- [ol-284-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type l3-network found at: network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:41.659 [67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] [pool-284-thread-1]  INFO [aai-resources,67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] 1 --- [ol-284-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:41.660 [67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] [qtp1225114731-329] DEBUG [aai-resources,67ea53dd8121893d80b7d1feb5fcf03e,80b7d1feb5fcf03e] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"404","rqstDate":"250331-08:35:41:649","respDate":"250331-08:35:41:660","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:41:649-9\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ac2de688-cef9-41c9-b7ea-04c5056ea1df], Accept=[application/json], x-invocationid=[9864646b-64ab-4c60-9309-216fb63b999a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:41 +0000] "GET /aai/v24/network/l3-networks/l3-network/5887238f-2b0b-4f40-8971-447a2105263b" 404 352 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:35:42.148 [67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] [qtp1225114731-24]  INFO [aai-resources,67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:42.155 [67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] [pool-285-thread-1]  INFO [aai-resources,67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] 1 --- [ol-285-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:42.155 [67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] [pool-285-thread-1]  INFO [aai-resources,67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] 1 --- [ol-285-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:42.155 [67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] [pool-285-thread-1]  INFO [aai-resources,67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] 1 --- [ol-285-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:42.155 [67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] [pool-285-thread-1]  INFO [aai-resources,67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] 1 --- [ol-285-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:42.161 [67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] [pool-285-thread-1]  INFO [aai-resources,67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] 1 --- [ol-285-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:42.162 [67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] [qtp1225114731-24] DEBUG [aai-resources,67ea53def625e2758444f853de3bcb37,8444f853de3bcb37] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:42:148","respDate":"250331-08:35:42:162","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:42:148-91866\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e6b2d54f-91fa-4f16-b864-3cea38ded6bf], Accept=[application/json], x-invocationid=[6a44a031-00d5-4181-a553-272fc8c6da80], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:42 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:35:42.184 [67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] [qtp1225114731-329]  INFO [aai-resources,67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:42.191 [67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] [pool-286-thread-1]  INFO [aai-resources,67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] 1 --- [ol-286-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:42.191 [67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] [pool-286-thread-1]  INFO [aai-resources,67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] 1 --- [ol-286-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:42.191 [67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] [pool-286-thread-1]  INFO [aai-resources,67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] 1 --- [ol-286-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:42.191 [67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] [pool-286-thread-1]  INFO [aai-resources,67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] 1 --- [ol-286-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:42.206 [67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] [pool-286-thread-1]  INFO [aai-resources,67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] 1 --- [ol-286-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:42.207 [67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] [qtp1225114731-329] DEBUG [aai-resources,67ea53de30fb695cc4d7b923c2ab8a35,c4d7b923c2ab8a35] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:42:185","respDate":"250331-08:35:42:207","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:42:185-51758\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[68689fd5-d3c7-44a4-b9fa-0af9d1958261], Accept=[application/json], x-invocationid=[a6aa4617-3010-420c-a82b-5be471d48e52], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:42 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1181 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:35:42.258 [67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] [qtp1225114731-24]  INFO [aai-resources,67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:42.262 [67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] [pool-287-thread-1]  INFO [aai-resources,67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] 1 --- [ol-287-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:42.262 [67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] [pool-287-thread-1]  INFO [aai-resources,67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] 1 --- [ol-287-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:42.262 [67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] [pool-287-thread-1]  INFO [aai-resources,67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] 1 --- [ol-287-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:42.262 [67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] [pool-287-thread-1]  INFO [aai-resources,67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] 1 --- [ol-287-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:42.265 [67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] [pool-287-thread-1]  INFO [aai-resources,67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] 1 --- [ol-287-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:42.265 [67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] [qtp1225114731-24] DEBUG [aai-resources,67ea53de215e656390b17a5113ed8e93,90b17a5113ed8e93] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:42:258","respDate":"250331-08:35:42:265","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/business/projects/project/basicnw-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:42:258-68279\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9346bc7b-b92e-4b25-88ce-b18204583fa1], Accept=[application/json], x-invocationid=[300f3039-adc4-4b49-9546-174e15c9478e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:42 +0000] "GET /aai/v24/business/projects/project/basicnw-project?nodes-only=" 200 69 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:35:42.289 [67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] [qtp1225114731-329]  INFO [aai-resources,67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:42.294 [67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] [pool-288-thread-1]  INFO [aai-resources,67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] 1 --- [ol-288-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:42.294 [67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] [pool-288-thread-1]  INFO [aai-resources,67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] 1 --- [ol-288-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:42.294 [67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] [pool-288-thread-1]  INFO [aai-resources,67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] 1 --- [ol-288-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:42.295 [67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] [pool-288-thread-1]  INFO [aai-resources,67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] 1 --- [ol-288-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:42.296 [67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] [pool-288-thread-1]  INFO [aai-resources,67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] 1 --- [ol-288-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:42.297 [67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] [qtp1225114731-329] DEBUG [aai-resources,67ea53deee5756ef5d3dcd5adefbf76d,5d3dcd5adefbf76d] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:42:290","respDate":"250331-08:35:42:297","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:42:290-335\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[de1f178b-37e7-4da8-896a-4451547ce9e5], Accept=[application/json], x-invocationid=[4729f3a1-10da-4214-b2d3-d5e31e008e95], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:42 +0000] "GET /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=" 200 128 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:42.320 [67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] [qtp1225114731-24]  INFO [aai-resources,67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:42.325 [67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] [pool-289-thread-1]  INFO [aai-resources,67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] 1 --- [ol-289-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:42.325 [67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] [pool-289-thread-1]  INFO [aai-resources,67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] 1 --- [ol-289-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:42.325 [67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] [pool-289-thread-1]  INFO [aai-resources,67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] 1 --- [ol-289-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:42.325 [67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] [pool-289-thread-1]  INFO [aai-resources,67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] 1 --- [ol-289-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:42.354 [67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] [pool-289-thread-1]  INFO [aai-resources,67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] 1 --- [ol-289-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:42.354 [67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] [qtp1225114731-24] DEBUG [aai-resources,67ea53de4274f610a0b1366c50542be6,a0b1366c50542be6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:42:321","respDate":"250331-08:35:42:354","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:42:321-68641\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f5e407ab-cfd2-4a1e-a1db-9157455fe5c5], Accept=[application/json], x-invocationid=[151f427d-fbee-4590-ac9e-6085b435ab94], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:42 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 37 - "logType": "access"
2025-03-31 08:35:42.380 [67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] [qtp1225114731-329]  INFO [aai-resources,67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:42.384 [67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] [pool-290-thread-1]  INFO [aai-resources,67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] 1 --- [ol-290-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:42.384 [67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] [pool-290-thread-1]  INFO [aai-resources,67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] 1 --- [ol-290-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:42.384 [67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] [pool-290-thread-1]  INFO [aai-resources,67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] 1 --- [ol-290-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:42.384 [67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] [pool-290-thread-1]  INFO [aai-resources,67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] 1 --- [ol-290-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:42.390 [67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] [pool-290-thread-1]  INFO [aai-resources,67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] 1 --- [ol-290-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:42.391 [67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] [qtp1225114731-329] DEBUG [aai-resources,67ea53de6e7a15b3c18400b6eb218117,c18400b6eb218117] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:42:380","respDate":"250331-08:35:42:391","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:42:380-29156\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[448f4ad4-a187-4380-ba48-8c252e458737], Accept=[application/json], x-invocationid=[c2428dbc-8b4d-45f9-8d8c-280a7a4a4808], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:42 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:42.417 [67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] [qtp1225114731-24]  INFO [aai-resources,67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:42.422 [67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] [pool-291-thread-1]  INFO [aai-resources,67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] 1 --- [ol-291-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:42.422 [67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] [pool-291-thread-1]  INFO [aai-resources,67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] 1 --- [ol-291-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:42.422 [67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] [pool-291-thread-1]  INFO [aai-resources,67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] 1 --- [ol-291-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:42.422 [67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] [pool-291-thread-1]  INFO [aai-resources,67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] 1 --- [ol-291-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:42.425 [67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] [pool-291-thread-1]  INFO [aai-resources,67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] 1 --- [ol-291-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:42.426 [67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] [qtp1225114731-24] DEBUG [aai-resources,67ea53defa51f8b6a4de5a8e498b43b9,a4de5a8e498b43b9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:42:418","respDate":"250331-08:35:42:426","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:42:418-71510\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0e5b6ff2-0a5b-4537-94bc-7224e4d88776], Accept=[application/json], x-invocationid=[d2096eaf-d970-4442-8ade-abfad1a5fc9a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:42 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer" 200 139 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:35:42.453 [67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] [qtp1225114731-329]  INFO [aai-resources,67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:42.458 [67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] [pool-292-thread-1]  INFO [aai-resources,67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] 1 --- [ol-292-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:42.458 [67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] [pool-292-thread-1]  INFO [aai-resources,67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] 1 --- [ol-292-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:42.458 [67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] [pool-292-thread-1]  INFO [aai-resources,67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] 1 --- [ol-292-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:42.458 [67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] [pool-292-thread-1]  INFO [aai-resources,67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] 1 --- [ol-292-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:42.462 [67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] [pool-292-thread-1]  INFO [aai-resources,67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] 1 --- [ol-292-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:42.463 [67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] [qtp1225114731-329] DEBUG [aai-resources,67ea53de3fff183155cb0295a0a239e0,55cb0295a0a239e0] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","status":"200","rqstDate":"250331-08:35:42:453","respDate":"250331-08:35:42:463","sourceId":"UNKNOWN:e7e087d7-8304-4d9d-8fb5-13c92dbcf57a","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:42:453-66296\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0014f4f4-e4f6-4cb3-8b3c-2c6331b5df8d], Accept=[application/json], x-invocationid=[df63888d-98b6-453e-a885-82a27956b024], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], x-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e7e087d7-8304-4d9d-8fb5-13c92dbcf57a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:42 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 200 739 REST ,e7e087d7-8304-4d9d-8fb5-13c92dbcf57a MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:42.942 [67ea53de0e2ada1681458ad2dce2d550,81458ad2dce2d550] [qtp1225114731-24]  INFO [aai-resources,67ea53de0e2ada1681458ad2dce2d550,81458ad2dce2d550] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:42.955 [67ea53de0e2ada1681458ad2dce2d550,81458ad2dce2d550] [qtp1225114731-24] DEBUG [aai-resources,67ea53de0e2ada1681458ad2dce2d550,81458ad2dce2d550] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cf3eaeec-5963-433a-9f19-5d2b47f95581","status":"200","rqstDate":"250331-08:35:42:942","respDate":"250331-08:35:42:954","sourceId":"haproxy:cf3eaeec-5963-433a-9f19-5d2b47f95581","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:42:942-82148\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0b6846e4-3c56-4166-b659-186674154d1a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cf3eaeec-5963-433a-9f19-5d2b47f95581]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:44.961 [67ea53e0a140071c79cbe7fe6433ad55,79cbe7fe6433ad55] [qtp1225114731-329]  INFO [aai-resources,67ea53e0a140071c79cbe7fe6433ad55,79cbe7fe6433ad55] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:44.978 [67ea53e0a140071c79cbe7fe6433ad55,79cbe7fe6433ad55] [qtp1225114731-329] DEBUG [aai-resources,67ea53e0a140071c79cbe7fe6433ad55,79cbe7fe6433ad55] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"05eb09c6-1871-418e-bc40-c66c08f69f77","status":"200","rqstDate":"250331-08:35:44:961","respDate":"250331-08:35:44:978","sourceId":"haproxy:05eb09c6-1871-418e-bc40-c66c08f69f77","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:44:961-88716\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[004259c4-8a8d-4283-8aa4-c86d7dc2d92b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[05eb09c6-1871-418e-bc40-c66c08f69f77]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:35:45.017 [67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] [qtp1225114731-24]  INFO [aai-resources,67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:45.021 [67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] [pool-293-thread-1]  INFO [aai-resources,67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] 1 --- [ol-293-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:45.021 [67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] [pool-293-thread-1]  INFO [aai-resources,67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] 1 --- [ol-293-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:45.022 [67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] [pool-293-thread-1]  INFO [aai-resources,67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] 1 --- [ol-293-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:45.022 [67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] [pool-293-thread-1]  INFO [aai-resources,67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] 1 --- [ol-293-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:45.024 [67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] [pool-293-thread-1]  INFO [aai-resources,67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] 1 --- [ol-293-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:45.024 [67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] [qtp1225114731-24] DEBUG [aai-resources,67ea53e1bf4f7a582c92e4e6f6a42eee,2c92e4e6f6a42eee] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:45:017","respDate":"250331-08:35:45:024","sourceId":"SO:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:54623/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:45:017-2847\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[388c9303-a2d4-4b92-bf2c-d0366ff41852], Accept=[application/json], x-invocationid=[fd5b5556-792b-4207-9eb8-2a37c5b8e3e0], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:54623], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:45 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:45.093 [67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] [qtp1225114731-329]  INFO [aai-resources,67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:45.100 [67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] [pool-294-thread-1]  INFO [aai-resources,67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] 1 --- [ol-294-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:45.101 [67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] [pool-294-thread-1]  INFO [aai-resources,67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] 1 --- [ol-294-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:45.101 [67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] [pool-294-thread-1]  INFO [aai-resources,67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] 1 --- [ol-294-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:45.101 [67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] [pool-294-thread-1]  INFO [aai-resources,67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] 1 --- [ol-294-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:45.109 [67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] [pool-294-thread-1]  INFO [aai-resources,67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] 1 --- [ol-294-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type generic-vnf found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/generic-vnfs ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:45.110 [67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] [pool-294-thread-1]  INFO [aai-resources,67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] 1 --- [ol-294-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:45.110 [67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] [qtp1225114731-329] DEBUG [aai-resources,67ea53e11cef6ee2ebdb255cb581f08c,ebdb255cb581f08c] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"404","rqstDate":"250331-08:35:45:093","respDate":"250331-08:35:45:110","sourceId":"SO:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:54623/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:45:093-60349\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0a626ec7-f34f-454b-abbc-18aa0238d1c2], Accept=[application/json], x-invocationid=[323d5879-1424-472d-b3f1-b6483923ea24], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:54623], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:45 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count" 404 613 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:35:45.172 [67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] [qtp1225114731-24]  INFO [aai-resources,67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:45.176 [67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] [pool-295-thread-1]  INFO [aai-resources,67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] 1 --- [ol-295-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:45.176 [67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] [pool-295-thread-1]  INFO [aai-resources,67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] 1 --- [ol-295-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:45.176 [67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] [pool-295-thread-1]  INFO [aai-resources,67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] 1 --- [ol-295-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:45.176 [67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] [pool-295-thread-1]  INFO [aai-resources,67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] 1 --- [ol-295-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:45.178 [67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] [pool-295-thread-1]  INFO [aai-resources,67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] 1 --- [ol-295-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:45.179 [67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] [qtp1225114731-24] DEBUG [aai-resources,67ea53e1abf939294cab4604aee3069c,4cab4604aee3069c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:45:172","respDate":"250331-08:35:45:179","sourceId":"SO:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:54623/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:45:172-39149\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2860f862-f0a6-4ed2-b0b3-dd61db466e70], Accept=[application/json], x-invocationid=[331f934e-e6ad-4315-b0d2-25e58edb3c32], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:54623], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:45 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:35:45.252 [67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] [qtp1225114731-329]  INFO [aai-resources,67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:45.257 [67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] [pool-296-thread-1]  INFO [aai-resources,67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] 1 --- [ol-296-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:45.257 [67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] [pool-296-thread-1]  INFO [aai-resources,67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] 1 --- [ol-296-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:45.257 [67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] [pool-296-thread-1]  INFO [aai-resources,67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] 1 --- [ol-296-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:45.257 [67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] [pool-296-thread-1]  INFO [aai-resources,67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] 1 --- [ol-296-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:45.259 [67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] [pool-296-thread-1]  INFO [aai-resources,67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] 1 --- [ol-296-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type l3-network found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/l3-networks ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:45.259 [67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] [pool-296-thread-1]  INFO [aai-resources,67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] 1 --- [ol-296-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:45.259 [67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] [qtp1225114731-329] DEBUG [aai-resources,67ea53e117fbeedcac2a56e05fe5efdd,ac2a56e05fe5efdd] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"404","rqstDate":"250331-08:35:45:252","respDate":"250331-08:35:45:259","sourceId":"SO:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:54623/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/l3-networks?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:45:252-13814\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[de649e05-c7b9-4be1-a437-298295d23a5b], Accept=[application/json], x-invocationid=[2b3a4328-b7c0-476a-90d7-29093614c1c5], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:54623], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:45 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/l3-networks?resultIndex=0&resultSize=1&format=count" 404 610 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:35:45.341 [67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] [qtp1225114731-24]  INFO [aai-resources,67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:45.345 [67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] [pool-297-thread-1]  INFO [aai-resources,67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] 1 --- [ol-297-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:45.345 [67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] [pool-297-thread-1]  INFO [aai-resources,67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] 1 --- [ol-297-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:45.345 [67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] [pool-297-thread-1]  INFO [aai-resources,67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] 1 --- [ol-297-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:45.346 [67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] [pool-297-thread-1]  INFO [aai-resources,67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] 1 --- [ol-297-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:45.347 [67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] [pool-297-thread-1]  INFO [aai-resources,67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] 1 --- [ol-297-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:45.348 [67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] [qtp1225114731-24] DEBUG [aai-resources,67ea53e132a905cf4650e28fd56df999,4650e28fd56df999] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:45:341","respDate":"250331-08:35:45:348","sourceId":"SO:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:54623/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:45:341-55092\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fe06e063-2e5d-4bd3-b52c-3ade3f399adf], Accept=[application/json], x-invocationid=[7c6af891-f4fb-4ce7-9f8c-0e20075df615], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:54623], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:45 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:45.402 [67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] [qtp1225114731-329]  INFO [aai-resources,67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:45.409 [67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] [pool-298-thread-1]  INFO [aai-resources,67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] 1 --- [ol-298-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:45.409 [67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] [pool-298-thread-1]  INFO [aai-resources,67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] 1 --- [ol-298-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:45.409 [67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] [pool-298-thread-1]  INFO [aai-resources,67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] 1 --- [ol-298-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:45.409 [67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] [pool-298-thread-1]  INFO [aai-resources,67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] 1 --- [ol-298-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:45.417 [67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] [pool-298-thread-1]  INFO [aai-resources,67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] 1 --- [ol-298-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type configuration found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/configurations ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:45.417 [67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] [pool-298-thread-1]  INFO [aai-resources,67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] 1 --- [ol-298-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:45.418 [67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] [qtp1225114731-329] DEBUG [aai-resources,67ea53e10da1976e87c63680fb2e0c85,87c63680fb2e0c85] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"404","rqstDate":"250331-08:35:45:402","respDate":"250331-08:35:45:418","sourceId":"SO:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:54623/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/configurations?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:45:402-64608\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e1bddc2c-0758-4800-8ced-9e5030a36f23], Accept=[application/json], x-invocationid=[ff313fb5-fb45-4e46-a7b2-41d945dd57a9], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:54623], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:45 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af/related-to/configurations?resultIndex=0&resultSize=1&format=count" 404 619 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:35:45.818 [67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] [qtp1225114731-24]  INFO [aai-resources,67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:45.823 [67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] [pool-299-thread-1]  INFO [aai-resources,67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] 1 --- [ol-299-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:45.823 [67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] [pool-299-thread-1]  INFO [aai-resources,67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] 1 --- [ol-299-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:45.823 [67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] [pool-299-thread-1]  INFO [aai-resources,67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] 1 --- [ol-299-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:45.823 [67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] [pool-299-thread-1]  INFO [aai-resources,67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] 1 --- [ol-299-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:45.825 [67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] [pool-299-thread-1]  INFO [aai-resources,67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] 1 --- [ol-299-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:45.826 [67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] [qtp1225114731-24] DEBUG [aai-resources,67ea53e16a8f6fa3cf4e3a8a1a386771,cf4e3a8a1a386771] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:45:819","respDate":"250331-08:35:45:826","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:45:819-7270\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[db15cd6c-9241-4605-bcd5-fa9c41bfc14e], Accept=[application/json], x-invocationid=[028c2507-ad72-4799-bdb5-73d860ec04e4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:45 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:45.849 [67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] [qtp1225114731-329]  INFO [aai-resources,67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:45.854 [67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] [pool-300-thread-1]  INFO [aai-resources,67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] 1 --- [ol-300-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:45.854 [67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] [pool-300-thread-1]  INFO [aai-resources,67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] 1 --- [ol-300-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:45.854 [67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] [pool-300-thread-1]  INFO [aai-resources,67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] 1 --- [ol-300-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:45.854 [67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] [pool-300-thread-1]  INFO [aai-resources,67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] 1 --- [ol-300-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:45.867 [67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] [pool-300-thread-1]  INFO [aai-resources,67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] 1 --- [ol-300-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:45.868 [67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] [qtp1225114731-329] DEBUG [aai-resources,67ea53e196e1a32d59c6fcc7af3e05e4,59c6fcc7af3e05e4] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:45:849","respDate":"250331-08:35:45:868","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:45:849-29763\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[dfc97693-a6de-4dfe-9843-c24663f9330a], Accept=[application/json], x-invocationid=[6de9f71c-5ccc-4eb3-999d-1eb783d36d1b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:45 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1181 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:35:46.255 [67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] [qtp1225114731-24]  INFO [aai-resources,67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:46.260 [67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] [pool-301-thread-1]  INFO [aai-resources,67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] 1 --- [ol-301-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:46.261 [67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] [pool-301-thread-1]  INFO [aai-resources,67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] 1 --- [ol-301-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:46.261 [67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] [pool-301-thread-1]  INFO [aai-resources,67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] 1 --- [ol-301-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:46.261 [67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] [pool-301-thread-1]  INFO [aai-resources,67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] 1 --- [ol-301-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:46.266 [67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] [pool-301-thread-1]  INFO [aai-resources,67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] 1 --- [ol-301-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:46.266 [67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] [qtp1225114731-24] DEBUG [aai-resources,67ea53e2290ab7ab80ea77a679c8cb0c,80ea77a679c8cb0c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:46:255","respDate":"250331-08:35:46:266","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:46733/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:46:255-54999\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[efb48051-476f-4633-86ee-985d9dee9468], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:46733], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[46733], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:46 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm" 200 761 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:46.298 [67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] [qtp1225114731-329]  INFO [aai-resources,67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:46.303 [67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] [pool-302-thread-1]  INFO [aai-resources,67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] 1 --- [ol-302-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:46.303 [67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] [pool-302-thread-1]  INFO [aai-resources,67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] 1 --- [ol-302-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:46.303 [67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] [pool-302-thread-1]  INFO [aai-resources,67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] 1 --- [ol-302-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:46.304 [67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] [pool-302-thread-1]  INFO [aai-resources,67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] 1 --- [ol-302-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:46.323 [67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] [pool-302-thread-1]  INFO [aai-resources,67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] 1 --- [ol-302-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:46.324 [67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] [qtp1225114731-329] DEBUG [aai-resources,67ea53e28c7b5937772fb42c966c1016,772fb42c966c1016] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:46:298","respDate":"250331-08:35:46:324","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:46733/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:46:298-18477\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[72fa7f6a-e72e-4720-ae89-7f658d801115], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:46733], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[46733], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:46 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084" 200 1199 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:35:46.355 [67ea53e21d8162f811a68e456703851d,11a68e456703851d] [qtp1225114731-24]  INFO [aai-resources,67ea53e21d8162f811a68e456703851d,11a68e456703851d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:46.360 [67ea53e21d8162f811a68e456703851d,11a68e456703851d] [pool-303-thread-1]  INFO [aai-resources,67ea53e21d8162f811a68e456703851d,11a68e456703851d] 1 --- [ol-303-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:46.360 [67ea53e21d8162f811a68e456703851d,11a68e456703851d] [pool-303-thread-1]  INFO [aai-resources,67ea53e21d8162f811a68e456703851d,11a68e456703851d] 1 --- [ol-303-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:46.360 [67ea53e21d8162f811a68e456703851d,11a68e456703851d] [pool-303-thread-1]  INFO [aai-resources,67ea53e21d8162f811a68e456703851d,11a68e456703851d] 1 --- [ol-303-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:46.360 [67ea53e21d8162f811a68e456703851d,11a68e456703851d] [pool-303-thread-1]  INFO [aai-resources,67ea53e21d8162f811a68e456703851d,11a68e456703851d] 1 --- [ol-303-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:46.362 [67ea53e21d8162f811a68e456703851d,11a68e456703851d] [pool-303-thread-1]  INFO [aai-resources,67ea53e21d8162f811a68e456703851d,11a68e456703851d] 1 --- [ol-303-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:46.365 [67ea53e21d8162f811a68e456703851d,11a68e456703851d] [qtp1225114731-24] DEBUG [aai-resources,67ea53e21d8162f811a68e456703851d,11a68e456703851d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:46:355","respDate":"250331-08:35:46:365","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:46733/aai/v27/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:46:355-36809\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[69ef876a-8ff6-4cad-be20-82358b840f29], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:46733], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[46733], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:46 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:46.398 [67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] [qtp1225114731-329]  INFO [aai-resources,67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:46.402 [67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] [pool-304-thread-1]  INFO [aai-resources,67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] 1 --- [ol-304-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:46.402 [67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] [pool-304-thread-1]  INFO [aai-resources,67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] 1 --- [ol-304-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:46.402 [67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] [pool-304-thread-1]  INFO [aai-resources,67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] 1 --- [ol-304-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:46.403 [67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] [pool-304-thread-1]  INFO [aai-resources,67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] 1 --- [ol-304-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:46.407 [67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] [pool-304-thread-1]  INFO [aai-resources,67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] 1 --- [ol-304-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:46.407 [67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] [qtp1225114731-329] DEBUG [aai-resources,67ea53e2bc43bf03564ebe36c635af24,564ebe36c635af24] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:46:398","respDate":"250331-08:35:46:407","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:46733/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:46:398-24007\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8e5a4f5e-f732-4e1c-bf32-82573719ee68], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:46733], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[46733], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:46 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm" 200 761 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:46.437 [67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] [qtp1225114731-24]  INFO [aai-resources,67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:46.442 [67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] [pool-305-thread-1]  INFO [aai-resources,67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] 1 --- [ol-305-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:46.442 [67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] [pool-305-thread-1]  INFO [aai-resources,67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] 1 --- [ol-305-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:46.442 [67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] [pool-305-thread-1]  INFO [aai-resources,67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] 1 --- [ol-305-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:46.443 [67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] [pool-305-thread-1]  INFO [aai-resources,67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] 1 --- [ol-305-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:46.449 [67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] [pool-305-thread-1]  INFO [aai-resources,67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] 1 --- [ol-305-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:46.450 [67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] [qtp1225114731-24] DEBUG [aai-resources,67ea53e243c9a05c3e423c1361d1964e,3e423c1361d1964e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:46:438","respDate":"250331-08:35:46:450","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:46733/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:46:438-23795\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6bbaba84-0425-4fab-9f67-0267b55425e0], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:46733], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[46733], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:46 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084" 200 1199 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:46.481 [67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] [qtp1225114731-329]  INFO [aai-resources,67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:46.485 [67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] [pool-306-thread-1]  INFO [aai-resources,67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] 1 --- [ol-306-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:46.485 [67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] [pool-306-thread-1]  INFO [aai-resources,67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] 1 --- [ol-306-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:46.485 [67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] [pool-306-thread-1]  INFO [aai-resources,67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] 1 --- [ol-306-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:46.485 [67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] [pool-306-thread-1]  INFO [aai-resources,67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] 1 --- [ol-306-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:46.492 [67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] [pool-306-thread-1]  INFO [aai-resources,67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] 1 --- [ol-306-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:46.492 [67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] [qtp1225114731-329] DEBUG [aai-resources,67ea53e29a5585700dff8696379f82f5,0dff8696379f82f5] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:46:481","respDate":"250331-08:35:46:492","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:46733/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:46:481-35542\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6c137bdd-c7ca-46a8-82ef-7dd0a4a28fa3], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:46733], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[46733], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:46 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 686 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:46.521 [67ea53e299915a5535e130a32f423331,35e130a32f423331] [qtp1225114731-24]  INFO [aai-resources,67ea53e299915a5535e130a32f423331,35e130a32f423331] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:46.527 [67ea53e299915a5535e130a32f423331,35e130a32f423331] [pool-307-thread-1]  INFO [aai-resources,67ea53e299915a5535e130a32f423331,35e130a32f423331] 1 --- [ol-307-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:46.527 [67ea53e299915a5535e130a32f423331,35e130a32f423331] [pool-307-thread-1]  INFO [aai-resources,67ea53e299915a5535e130a32f423331,35e130a32f423331] 1 --- [ol-307-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:46.527 [67ea53e299915a5535e130a32f423331,35e130a32f423331] [pool-307-thread-1]  INFO [aai-resources,67ea53e299915a5535e130a32f423331,35e130a32f423331] 1 --- [ol-307-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:46.527 [67ea53e299915a5535e130a32f423331,35e130a32f423331] [pool-307-thread-1]  INFO [aai-resources,67ea53e299915a5535e130a32f423331,35e130a32f423331] 1 --- [ol-307-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:46.531 [67ea53e299915a5535e130a32f423331,35e130a32f423331] [pool-307-thread-1]  INFO [aai-resources,67ea53e299915a5535e130a32f423331,35e130a32f423331] 1 --- [ol-307-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:46.531 [67ea53e299915a5535e130a32f423331,35e130a32f423331] [qtp1225114731-24] DEBUG [aai-resources,67ea53e299915a5535e130a32f423331,35e130a32f423331] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:35:46:522","respDate":"250331-08:35:46:531","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:46733/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:46:522-17334\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a7cef569-3505-4c2d-b810-751a861a5021], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:46733], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[46733], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:35:46 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 607 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:46.985 [67ea53e2cf8cfd29347799e8813166d7,347799e8813166d7] [qtp1225114731-329]  INFO [aai-resources,67ea53e2cf8cfd29347799e8813166d7,347799e8813166d7] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:46.996 [67ea53e2cf8cfd29347799e8813166d7,347799e8813166d7] [qtp1225114731-329] DEBUG [aai-resources,67ea53e2cf8cfd29347799e8813166d7,347799e8813166d7] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"83d33fa5-3f13-4ea4-8aea-17b0f5662b3f","status":"200","rqstDate":"250331-08:35:46:985","respDate":"250331-08:35:46:996","sourceId":"haproxy:83d33fa5-3f13-4ea4-8aea-17b0f5662b3f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:46:985-39305\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[194ab2b6-799b-4eda-8a19-336214240c18], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[83d33fa5-3f13-4ea4-8aea-17b0f5662b3f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:49.004 [67ea53e59694ace292b4ad9bbcf938df,92b4ad9bbcf938df] [qtp1225114731-24]  INFO [aai-resources,67ea53e59694ace292b4ad9bbcf938df,92b4ad9bbcf938df] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:49.013 [67ea53e59694ace292b4ad9bbcf938df,92b4ad9bbcf938df] [qtp1225114731-24] DEBUG [aai-resources,67ea53e59694ace292b4ad9bbcf938df,92b4ad9bbcf938df] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b076abd6-1003-43f0-828a-4c6b77caebad","status":"200","rqstDate":"250331-08:35:49:004","respDate":"250331-08:35:49:013","sourceId":"haproxy:b076abd6-1003-43f0-828a-4c6b77caebad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:49:004-25640\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[817257fa-a65b-41dc-a9e3-ee27edb1e60d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b076abd6-1003-43f0-828a-4c6b77caebad]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:51.019 [67ea53e7e0b04a61b6c44cff54d312c7,b6c44cff54d312c7] [qtp1225114731-329]  INFO [aai-resources,67ea53e7e0b04a61b6c44cff54d312c7,b6c44cff54d312c7] 1 --- [p1225114731-329] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.034 [67ea53e7e0b04a61b6c44cff54d312c7,b6c44cff54d312c7] [qtp1225114731-329] DEBUG [aai-resources,67ea53e7e0b04a61b6c44cff54d312c7,b6c44cff54d312c7] 1 --- [p1225114731-329] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4d95765c-32c1-4260-93f3-feb7a39122bc","status":"200","rqstDate":"250331-08:35:51:019","respDate":"250331-08:35:51:033","sourceId":"haproxy:4d95765c-32c1-4260-93f3-feb7a39122bc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:51:019-91035\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2be0a193-19bf-4ed4-aada-e5927efa0037], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4d95765c-32c1-4260-93f3-feb7a39122bc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:35:51.109 [67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] [qtp1225114731-24]  INFO [aai-resources,67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.115 [67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] [pool-308-thread-1]  INFO [aai-resources,67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] 1 --- [ol-308-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.115 [67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] [pool-308-thread-1]  INFO [aai-resources,67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] 1 --- [ol-308-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.115 [67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] [pool-308-thread-1]  INFO [aai-resources,67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] 1 --- [ol-308-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.115 [67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] [pool-308-thread-1]  INFO [aai-resources,67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] 1 --- [ol-308-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.121 [67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] [pool-308-thread-1]  INFO [aai-resources,67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] 1 --- [ol-308-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service found at: service-design-and-creation/services/service/ae1509ec-1937-4e7c-a880-76df253cb706 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:51.121 [67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] [pool-308-thread-1]  INFO [aai-resources,67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] 1 --- [ol-308-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.122 [67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] [qtp1225114731-24] DEBUG [aai-resources,67ea53e7554d47e4279fc0a9eb5fa80a,279fc0a9eb5fa80a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"404","rqstDate":"250331-08:35:51:110","respDate":"250331-08:35:51:122","sourceId":"SO:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:54623/aai/v24/service-design-and-creation/services/service/ae1509ec-1937-4e7c-a880-76df253cb706","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:51:110-28564\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4bf68caf-aaad-4c00-8934-2e07276e1f35], Accept=[application/json], x-invocationid=[48c2f844-9f5b-40ec-8b7b-d83bb014a39f], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:54623], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/service-design-and-creation/services/service/ae1509ec-1937-4e7c-a880-76df253cb706" 404 377 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:51.191 [67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] [qtp1225114731-26]  INFO [aai-resources,67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.197 [67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] [pool-309-thread-1]  INFO [aai-resources,67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] 1 --- [ol-309-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.197 [67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] [pool-309-thread-1]  INFO [aai-resources,67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] 1 --- [ol-309-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.197 [67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] [pool-309-thread-1]  INFO [aai-resources,67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] 1 --- [ol-309-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.197 [67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] [pool-309-thread-1]  INFO [aai-resources,67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] 1 --- [ol-309-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.199 [67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] [pool-309-thread-1]  INFO [aai-resources,67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] 1 --- [ol-309-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service found at: service-design-and-creation/services/service/ae1509ec-1937-4e7c-a880-76df253cb706 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:51.199 [67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] [pool-309-thread-1]  INFO [aai-resources,67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] 1 --- [ol-309-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.200 [67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] [qtp1225114731-26] DEBUG [aai-resources,67ea53e79e510d447d3abcd20b8fcb7b,7d3abcd20b8fcb7b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"404","rqstDate":"250331-08:35:51:191","respDate":"250331-08:35:51:200","sourceId":"SO:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:54623/aai/v24/service-design-and-creation/services/service/ae1509ec-1937-4e7c-a880-76df253cb706","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:51:191-64169\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1d1a4b3f-3022-41ab-ae49-9091194d2a32], Accept=[application/json], x-invocationid=[e4321332-3c8b-4a57-8daa-e40610a8fa5e], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:54623], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/service-design-and-creation/services/service/ae1509ec-1937-4e7c-a880-76df253cb706" 404 377 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:51.252 [67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] [qtp1225114731-24]  INFO [aai-resources,67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.256 [67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] [pool-310-thread-1]  INFO [aai-resources,67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] 1 --- [ol-310-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.256 [67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] [pool-310-thread-1]  INFO [aai-resources,67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] 1 --- [ol-310-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.257 [67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] [pool-310-thread-1]  INFO [aai-resources,67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] 1 --- [ol-310-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.257 [67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] [pool-310-thread-1]  INFO [aai-resources,67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] 1 --- [ol-310-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.261 [67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] [pool-310-thread-1]  INFO [aai-resources,67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] 1 --- [ol-310-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.262 [67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] [qtp1225114731-24] DEBUG [aai-resources,67ea53e7120073e9bc09721bd8dfe304,bc09721bd8dfe304] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:51:252","respDate":"250331-08:35:51:262","sourceId":"SO:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:54623/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:51:252-79573\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8838d044-8112-4a6e-87df-665da61f4f98], Accept=[application/json], x-invocationid=[ce1e6d4e-976a-4499-9583-084320f0df10], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:54623], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 607 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:51.338 [67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] [qtp1225114731-26]  INFO [aai-resources,67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.343 [67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] [pool-311-thread-1]  INFO [aai-resources,67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] 1 --- [ol-311-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.343 [67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] [pool-311-thread-1]  INFO [aai-resources,67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] 1 --- [ol-311-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.343 [67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] [pool-311-thread-1]  INFO [aai-resources,67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] 1 --- [ol-311-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.343 [67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] [pool-311-thread-1]  INFO [aai-resources,67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] 1 --- [ol-311-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.345 [67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] [pool-311-thread-1]  INFO [aai-resources,67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] 1 --- [ol-311-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.346 [67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] [qtp1225114731-26] DEBUG [aai-resources,67ea53e779cc1eebdf5faa7d60340f89,df5faa7d60340f89] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:51:338","respDate":"250331-08:35:51:346","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:51:338-98372\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e6665428-bb9a-4769-96d6-51cb7b722574], Accept=[application/json], x-invocationid=[157bfa95-c4a1-4953-a994-572e72329cbc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:51.367 [67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] [qtp1225114731-24]  INFO [aai-resources,67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.371 [67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] [pool-312-thread-1]  INFO [aai-resources,67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] 1 --- [ol-312-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.371 [67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] [pool-312-thread-1]  INFO [aai-resources,67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] 1 --- [ol-312-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.371 [67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] [pool-312-thread-1]  INFO [aai-resources,67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] 1 --- [ol-312-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.371 [67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] [pool-312-thread-1]  INFO [aai-resources,67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] 1 --- [ol-312-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.382 [67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] [pool-312-thread-1]  INFO [aai-resources,67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] 1 --- [ol-312-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.382 [67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] [qtp1225114731-24] DEBUG [aai-resources,67ea53e7e612591c9ef3571fcde7fae2,9ef3571fcde7fae2] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:51:368","respDate":"250331-08:35:51:382","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:51:368-25257\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[40045a75-e9fb-49e1-b8cc-eed378ddf1e4], Accept=[application/json], x-invocationid=[b448b4ee-d810-4710-a7cf-c3f70c259e66], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer" 200 139 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:35:51.404 [67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] [qtp1225114731-26]  INFO [aai-resources,67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.408 [67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] [pool-313-thread-1]  INFO [aai-resources,67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] 1 --- [ol-313-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.408 [67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] [pool-313-thread-1]  INFO [aai-resources,67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] 1 --- [ol-313-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.408 [67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] [pool-313-thread-1]  INFO [aai-resources,67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] 1 --- [ol-313-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.408 [67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] [pool-313-thread-1]  INFO [aai-resources,67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] 1 --- [ol-313-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.410 [67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] [pool-313-thread-1]  INFO [aai-resources,67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] 1 --- [ol-313-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.410 [67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] [qtp1225114731-26] DEBUG [aai-resources,67ea53e79eedc850006e4ea2868c6fcc,006e4ea2868c6fcc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:51:404","respDate":"250331-08:35:51:410","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:51:404-68145\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[cc543630-f357-4e30-a861-90a542d54cb5], Accept=[application/json], x-invocationid=[d7c75e4d-cc2e-4e14-b051-18e513a62f3f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:35:51.432 [67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] [qtp1225114731-24]  INFO [aai-resources,67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.436 [67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] [pool-314-thread-1]  INFO [aai-resources,67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] 1 --- [ol-314-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.436 [67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] [pool-314-thread-1]  INFO [aai-resources,67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] 1 --- [ol-314-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.436 [67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] [pool-314-thread-1]  INFO [aai-resources,67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] 1 --- [ol-314-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.436 [67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] [pool-314-thread-1]  INFO [aai-resources,67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] 1 --- [ol-314-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.444 [67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] [pool-314-thread-1]  INFO [aai-resources,67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] 1 --- [ol-314-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.445 [67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] [qtp1225114731-24] DEBUG [aai-resources,67ea53e71c65153081b98281ca0e6d61,81b98281ca0e6d61] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:51:432","respDate":"250331-08:35:51:445","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:51:432-35056\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[86217ab2-8cb7-44b7-8b6b-9b59bf33e325], Accept=[application/json], x-invocationid=[3e2bde3d-2003-41e9-9f7c-990388bf9b6d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 200 739 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:51.491 [67ea53e7542a774b93380463f4d03047,93380463f4d03047] [qtp1225114731-26]  INFO [aai-resources,67ea53e7542a774b93380463f4d03047,93380463f4d03047] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.496 [67ea53e7542a774b93380463f4d03047,93380463f4d03047] [pool-315-thread-1]  INFO [aai-resources,67ea53e7542a774b93380463f4d03047,93380463f4d03047] 1 --- [ol-315-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.496 [67ea53e7542a774b93380463f4d03047,93380463f4d03047] [pool-315-thread-1]  INFO [aai-resources,67ea53e7542a774b93380463f4d03047,93380463f4d03047] 1 --- [ol-315-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.496 [67ea53e7542a774b93380463f4d03047,93380463f4d03047] [pool-315-thread-1]  INFO [aai-resources,67ea53e7542a774b93380463f4d03047,93380463f4d03047] 1 --- [ol-315-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.496 [67ea53e7542a774b93380463f4d03047,93380463f4d03047] [pool-315-thread-1]  INFO [aai-resources,67ea53e7542a774b93380463f4d03047,93380463f4d03047] 1 --- [ol-315-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.503 [67ea53e7542a774b93380463f4d03047,93380463f4d03047] [pool-315-thread-1]  INFO [aai-resources,67ea53e7542a774b93380463f4d03047,93380463f4d03047] 1 --- [ol-315-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.504 [67ea53e7542a774b93380463f4d03047,93380463f4d03047] [qtp1225114731-26] DEBUG [aai-resources,67ea53e7542a774b93380463f4d03047,93380463f4d03047] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:51:491","respDate":"250331-08:35:51:504","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:51:491-73445\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5f7f6692-e4b0-4c97-9140-edbb3ee17d92], Accept=[application/json], x-invocationid=[e640dbe7-ac58-42aa-8189-3c17565c1aa5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1181 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:51.526 [67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] [qtp1225114731-24]  INFO [aai-resources,67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.531 [67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] [pool-316-thread-1]  INFO [aai-resources,67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] 1 --- [ol-316-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.531 [67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] [pool-316-thread-1]  INFO [aai-resources,67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] 1 --- [ol-316-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.531 [67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] [pool-316-thread-1]  INFO [aai-resources,67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] 1 --- [ol-316-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.531 [67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] [pool-316-thread-1]  INFO [aai-resources,67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] 1 --- [ol-316-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.533 [67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] [pool-316-thread-1]  INFO [aai-resources,67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] 1 --- [ol-316-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.534 [67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] [qtp1225114731-24] DEBUG [aai-resources,67ea53e7f1f77acacba2f2c4567e6597,cba2f2c4567e6597] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:51:526","respDate":"250331-08:35:51:534","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:46733/aai/v24/business/projects/project/basicnw-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:51:526-64695\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f389b965-b12b-4a66-8c30-3756a0d8e162], Accept=[application/json], x-invocationid=[00e0a7cb-3953-4cb8-b2e6-4935679658ba], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/business/projects/project/basicnw-project?nodes-only=" 200 69 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:51.556 [67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] [qtp1225114731-26]  INFO [aai-resources,67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.560 [67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] [pool-317-thread-1]  INFO [aai-resources,67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] 1 --- [ol-317-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.560 [67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] [pool-317-thread-1]  INFO [aai-resources,67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] 1 --- [ol-317-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.560 [67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] [pool-317-thread-1]  INFO [aai-resources,67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] 1 --- [ol-317-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.560 [67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] [pool-317-thread-1]  INFO [aai-resources,67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] 1 --- [ol-317-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.562 [67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] [pool-317-thread-1]  INFO [aai-resources,67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] 1 --- [ol-317-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.562 [67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] [qtp1225114731-26] DEBUG [aai-resources,67ea53e7a3e406db2573bf1fb754e2f9,2573bf1fb754e2f9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:51:556","respDate":"250331-08:35:51:562","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:46733/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:51:556-40012\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5b783589-efea-41ef-b84a-037c3dfead6a], Accept=[application/json], x-invocationid=[b4eb069a-116d-4be8-933d-07c9f4bf51ea], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=" 200 128 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:35:51.567 [67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] [qtp1225114731-24]  INFO [aai-resources,67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.571 [67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] [pool-318-thread-1]  INFO [aai-resources,67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] 1 --- [ol-318-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.571 [67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] [pool-318-thread-1]  INFO [aai-resources,67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] 1 --- [ol-318-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.572 [67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] [pool-318-thread-1]  INFO [aai-resources,67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] 1 --- [ol-318-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.572 [67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] [pool-318-thread-1]  INFO [aai-resources,67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] 1 --- [ol-318-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.575 [67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] [pool-318-thread-1]  INFO [aai-resources,67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] 1 --- [ol-318-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.575 [67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] [qtp1225114731-24] DEBUG [aai-resources,67ea53e7452118bc81ef7f994b7b10a7,81ef7f994b7b10a7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:51:567","respDate":"250331-08:35:51:575","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:46733/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:51:567-77752\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[71f94fd2-d473-4831-8dde-6fb493508213], Accept=[application/json], x-invocationid=[82cf99a7-f35b-4816-94a4-cf7a4592d840], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:35:51.584 [67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] [qtp1225114731-26]  INFO [aai-resources,67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.589 [67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] [pool-319-thread-1]  INFO [aai-resources,67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] 1 --- [ol-319-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.589 [67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] [pool-319-thread-1]  INFO [aai-resources,67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] 1 --- [ol-319-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.589 [67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] [pool-319-thread-1]  INFO [aai-resources,67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] 1 --- [ol-319-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.589 [67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] [pool-319-thread-1]  INFO [aai-resources,67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] 1 --- [ol-319-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.596 [67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] [pool-319-thread-1]  INFO [aai-resources,67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] 1 --- [ol-319-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.597 [67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] [qtp1225114731-26] DEBUG [aai-resources,67ea53e76d5ed8ee9f2208325ed87f1e,9f2208325ed87f1e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:51:584","respDate":"250331-08:35:51:597","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:46733/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:51:584-9605\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3694ede3-cbef-4c7c-878c-9dad101b740f], Accept=[application/json], x-invocationid=[f8159d89-8aae-4ba4-a897-27dedd2e2cd6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:46733], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[46733], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
2025-03-31 08:35:51.597 [67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] [qtp1225114731-20]  INFO [aai-resources,67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1181 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:51.602 [67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] [pool-320-thread-1]  INFO [aai-resources,67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] 1 --- [ol-320-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.602 [67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] [pool-320-thread-1]  INFO [aai-resources,67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] 1 --- [ol-320-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.602 [67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] [pool-320-thread-1]  INFO [aai-resources,67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] 1 --- [ol-320-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.602 [67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] [pool-320-thread-1]  INFO [aai-resources,67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] 1 --- [ol-320-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.629 [67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] [pool-320-thread-1]  INFO [aai-resources,67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] 1 --- [ol-320-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type generic-vnf found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/generic-vnfs ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:51.630 [67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] [pool-320-thread-1]  INFO [aai-resources,67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] 1 --- [ol-320-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.630 [67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] [qtp1225114731-20] DEBUG [aai-resources,67ea53e7c5e97f82e7d94159ceb93439,e7d94159ceb93439] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"404","rqstDate":"250331-08:35:51:597","respDate":"250331-08:35:51:630","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/generic-vnfs?resultIndex=0&resultSize=1&vnf-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:51:597-89458\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[83231d7f-7469-4899-9bff-168ea6031071], Accept=[application/json], x-invocationid=[5e15d161-d6b4-4dbc-b013-b6bb54a88125], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/generic-vnfs?resultIndex=0&resultSize=1&vnf-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0" 404 603 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 35 - "logType": "access"
2025-03-31 08:35:51.651 [67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] [qtp1225114731-25]  INFO [aai-resources,67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.656 [67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] [pool-321-thread-1]  INFO [aai-resources,67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] 1 --- [ol-321-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.656 [67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] [pool-321-thread-1]  INFO [aai-resources,67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] 1 --- [ol-321-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.656 [67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] [pool-321-thread-1]  INFO [aai-resources,67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] 1 --- [ol-321-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.656 [67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] [pool-321-thread-1]  INFO [aai-resources,67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] 1 --- [ol-321-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.668 [67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] [pool-321-thread-1]  INFO [aai-resources,67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] 1 --- [ol-321-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type generic-vnf found at: nodes/generic-vnfs ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:51.669 [67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] [pool-321-thread-1]  INFO [aai-resources,67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] 1 --- [ol-321-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.670 [67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] [qtp1225114731-25] DEBUG [aai-resources,67ea53e713ff09ea68c4892ca2d131c9,68c4892ca2d131c9] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"404","rqstDate":"250331-08:35:51:651","respDate":"250331-08:35:51:670","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/nodes/generic-vnfs?vnf-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:51:651-73993\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[34c9800a-e65f-4610-9742-d3a749c7f32e], Accept=[application/json], x-invocationid=[d9e9998a-09e2-479a-84f7-8e5d4f7e96c9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v24/nodes/generic-vnfs?vnf-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0" 404 255 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:35:51.765 [67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] [qtp1225114731-20]  INFO [aai-resources,67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.772 [67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] [pool-322-thread-1]  INFO [aai-resources,67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] 1 --- [ol-322-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.772 [67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] [pool-322-thread-1]  INFO [aai-resources,67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] 1 --- [ol-322-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.772 [67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] [pool-322-thread-1]  INFO [aai-resources,67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] 1 --- [ol-322-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.772 [67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] [pool-322-thread-1]  INFO [aai-resources,67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] 1 --- [ol-322-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.779 [67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] [pool-322-thread-1]  INFO [aai-resources,67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] 1 --- [ol-322-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.780 [67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] [qtp1225114731-20] DEBUG [aai-resources,67ea53e7d7e24a202c23d7ee8d2c355f,2c23d7ee8d2c355f] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"65bfca0d-0b86-4dde-b824-6936893d421e","status":"200","rqstDate":"250331-08:35:51:765","respDate":"250331-08:35:51:780","sourceId":"openECOMP:65bfca0d-0b86-4dde-b824-6936893d421e","resourceId":"http://aai.onap:54623/aai/v25/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:51:765-44140\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[456f2431-b3d9-42e5-acad-39f3b9a089ef], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[65bfca0d-0b86-4dde-b824-6936893d421e], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[65bfca0d-0b86-4dde-b824-6936893d421e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "GET /aai/v25/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=1" 200 1181 REST 65bfca0d-0b86-4dde-b824-6936893d421e openECOMP 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:35:51.887 [67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] [qtp1225114731-25]  INFO [aai-resources,67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:51.895 [67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] [qtp1225114731-25]  INFO [aai-resources,67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:51.895 [67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] [qtp1225114731-25]  INFO [aai-resources,67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:51.895 [67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] [qtp1225114731-25]  INFO [aai-resources,67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:51.895 [67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] [qtp1225114731-25]  INFO [aai-resources,67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:51.924 [67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] [qtp1225114731-25]  INFO [aai-resources,67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:51.947 [67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] [qtp1225114731-25] DEBUG [aai-resources,67ea53e78e2824c251b5f3f2b6fb13e4,51b5f3f2b6fb13e4] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"65bfca0d-0b86-4dde-b824-6936893d421e","status":"200","rqstDate":"250331-08:35:51:887","respDate":"250331-08:35:51:946","sourceId":"openECOMP:65bfca0d-0b86-4dde-b824-6936893d421e","resourceId":"http://aai.onap:54623/aai/v25/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?resource-version=1743410141060","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:51:887-17653\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[986d76b1-53d6-489d-80d4-f5457dfae36f], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[65bfca0d-0b86-4dde-b824-6936893d421e], Host=[aai.onap:54623], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[75], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[65bfca0d-0b86-4dde-b824-6936893d421e]}\",\"Payload\":\"{\\\"resource-version\\\":\\\"1743410141060\\\",\\\"orchestration-status\\\":\\\"PendingDelete\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:35:51:887-17653\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[41201768], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:35:51:887-17653]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:51 +0000] "POST /aai/v25/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?resource-version=1743410141060" 200 0 REST 65bfca0d-0b86-4dde-b824-6936893d421e openECOMP 127.0.0.6 - - - - - - - - - 61 - "logType": "access"
2025-03-31 08:35:52.024 [67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] [qtp1225114731-20]  INFO [aai-resources,67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:52.029 [67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] [pool-323-thread-1]  INFO [aai-resources,67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] 1 --- [ol-323-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:52.029 [67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] [pool-323-thread-1]  INFO [aai-resources,67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] 1 --- [ol-323-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:52.030 [67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] [pool-323-thread-1]  INFO [aai-resources,67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] 1 --- [ol-323-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:52.030 [67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] [pool-323-thread-1]  INFO [aai-resources,67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] 1 --- [ol-323-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:52.039 [67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] [pool-323-thread-1]  INFO [aai-resources,67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] 1 --- [ol-323-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:52.040 [67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] [qtp1225114731-20] DEBUG [aai-resources,67ea53e8881f68667715ba55cd09b73d,7715ba55cd09b73d] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:52:025","respDate":"250331-08:35:52:040","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:52:025-89712\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c9312433-66ff-4e87-8d23-f2bca3031a86], Accept=[application/json], x-invocationid=[d26eb926-cbb3-4df9-8daa-6d8d505bdcc1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:52 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:35:52.093 [67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] [qtp1225114731-25]  INFO [aai-resources,67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:52.103 [67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] [qtp1225114731-25]  INFO [aai-resources,67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:52.103 [67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] [qtp1225114731-25]  INFO [aai-resources,67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:52.103 [67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] [qtp1225114731-25]  INFO [aai-resources,67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:52.103 [67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] [qtp1225114731-25]  INFO [aai-resources,67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:52.142 [67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] [qtp1225114731-25]  INFO [aai-resources,67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:52.180 [67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] [qtp1225114731-25] DEBUG [aai-resources,67ea53e8faabd97ce5b16f77f9392349,e5b16f77f9392349] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:52:093","respDate":"250331-08:35:52:180","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:52:093-50813\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[78124157-b723-4cd8-bd15-019b1e236e37], Accept=[application/json], x-invocationid=[06b65772-ca2a-4059-baa8-3bf7dd3b944d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], Content-Length=[173], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"29e722e3-8d97-410a-ab0b-1685ccb4a5af\\\",\\\"service-instance-name\\\":\\\"basic_network-b6f90dd9-9b78-4df5-9c5c-89b6491e2826\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:35:52:093-50813\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[41201768], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:35:52:093-50813]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:52 +0000] "POST /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af" 200 0 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 90 - "logType": "access"
2025-03-31 08:35:52.493 [67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] [qtp1225114731-20]  INFO [aai-resources,67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:52.499 [67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] [pool-324-thread-1]  INFO [aai-resources,67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] 1 --- [ol-324-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:52.499 [67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] [pool-324-thread-1]  INFO [aai-resources,67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] 1 --- [ol-324-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:52.499 [67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] [pool-324-thread-1]  INFO [aai-resources,67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] 1 --- [ol-324-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:52.499 [67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] [pool-324-thread-1]  INFO [aai-resources,67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] 1 --- [ol-324-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:52.508 [67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] [pool-324-thread-1]  INFO [aai-resources,67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] 1 --- [ol-324-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:52.508 [67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] [qtp1225114731-20] DEBUG [aai-resources,67ea53e80bfb71edada738994ee6d6f5,ada738994ee6d6f5] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:52:493","respDate":"250331-08:35:52:508","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:52:493-68907\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c5a0795a-64cf-4efa-96db-f4604cf705d5], Accept=[application/json], x-invocationid=[32101619-41a4-463f-94be-9d552712480c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:52 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:35:52.531 [67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] [qtp1225114731-25]  INFO [aai-resources,67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:52.535 [67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] [pool-325-thread-1]  INFO [aai-resources,67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] 1 --- [ol-325-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:52.535 [67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] [pool-325-thread-1]  INFO [aai-resources,67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] 1 --- [ol-325-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:52.536 [67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] [pool-325-thread-1]  INFO [aai-resources,67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] 1 --- [ol-325-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:52.536 [67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] [pool-325-thread-1]  INFO [aai-resources,67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] 1 --- [ol-325-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:52.538 [67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] [pool-325-thread-1]  INFO [aai-resources,67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] 1 --- [ol-325-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:52.539 [67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] [qtp1225114731-25] DEBUG [aai-resources,67ea53e88e757f442e9db879db7c936e,2e9db879db7c936e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:52:531","respDate":"250331-08:35:52:539","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:52:531-21636\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6bf81d11-e4aa-43b7-b5a9-35edcee7702e], Accept=[application/json], x-invocationid=[3f5e8c7f-d39e-480c-8e2f-87669fad9c59], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:52 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer" 200 139 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:35:52.560 [67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] [qtp1225114731-20]  INFO [aai-resources,67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:52.565 [67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] [pool-326-thread-1]  INFO [aai-resources,67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] 1 --- [ol-326-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:52.565 [67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] [pool-326-thread-1]  INFO [aai-resources,67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] 1 --- [ol-326-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:52.565 [67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] [pool-326-thread-1]  INFO [aai-resources,67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] 1 --- [ol-326-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:52.565 [67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] [pool-326-thread-1]  INFO [aai-resources,67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] 1 --- [ol-326-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:52.571 [67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] [pool-326-thread-1]  INFO [aai-resources,67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] 1 --- [ol-326-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:52.572 [67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] [qtp1225114731-20] DEBUG [aai-resources,67ea53e8262d06faecc3d6244da1b3d4,ecc3d6244da1b3d4] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:52:560","respDate":"250331-08:35:52:572","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:52:560-17910\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[534f3c24-3a84-4b9a-a0ff-09c2d4f0fe6b], Accept=[application/json], x-invocationid=[6ee73710-b6e7-441e-9801-889f1bc48b9f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:52 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:52.594 [67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] [qtp1225114731-25]  INFO [aai-resources,67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:52.598 [67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] [pool-327-thread-1]  INFO [aai-resources,67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] 1 --- [ol-327-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:52.598 [67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] [pool-327-thread-1]  INFO [aai-resources,67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] 1 --- [ol-327-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:52.599 [67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] [pool-327-thread-1]  INFO [aai-resources,67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] 1 --- [ol-327-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:52.599 [67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] [pool-327-thread-1]  INFO [aai-resources,67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] 1 --- [ol-327-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:52.604 [67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] [pool-327-thread-1]  INFO [aai-resources,67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] 1 --- [ol-327-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:52.605 [67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] [qtp1225114731-25] DEBUG [aai-resources,67ea53e8bbfbb6f58025460fb966f04b,8025460fb966f04b] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:52:594","respDate":"250331-08:35:52:605","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:52:594-63686\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[cc33afea-98bb-4ea8-91ce-fd2d6c0e58f8], Accept=[application/json], x-invocationid=[da17d880-c8f8-4a68-81e8-92ed04e92401], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:52 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network" 200 739 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:52.655 [67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] [qtp1225114731-20]  INFO [aai-resources,67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:52.661 [67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] [pool-328-thread-1]  INFO [aai-resources,67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] 1 --- [ol-328-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:52.661 [67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] [pool-328-thread-1]  INFO [aai-resources,67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] 1 --- [ol-328-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:52.661 [67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] [pool-328-thread-1]  INFO [aai-resources,67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] 1 --- [ol-328-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:52.661 [67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] [pool-328-thread-1]  INFO [aai-resources,67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] 1 --- [ol-328-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:52.683 [67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] [pool-328-thread-1]  INFO [aai-resources,67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] 1 --- [ol-328-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:52.684 [67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] [qtp1225114731-20] DEBUG [aai-resources,67ea53e8a94c9c4d176a5d49b4babe35,176a5d49b4babe35] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:52:656","respDate":"250331-08:35:52:684","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:52:656-93350\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c228efb8-cbd8-41f7-a42b-26b813c3255b], Accept=[application/json], x-invocationid=[4836d06f-74ba-49a5-b6e1-3988c02715c2], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:52 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1183 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:35:52.709 [67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] [qtp1225114731-25]  INFO [aai-resources,67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:52.713 [67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] [pool-329-thread-1]  INFO [aai-resources,67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] 1 --- [ol-329-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:52.713 [67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] [pool-329-thread-1]  INFO [aai-resources,67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] 1 --- [ol-329-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:52.713 [67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] [pool-329-thread-1]  INFO [aai-resources,67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] 1 --- [ol-329-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:52.713 [67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] [pool-329-thread-1]  INFO [aai-resources,67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] 1 --- [ol-329-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:52.715 [67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] [pool-329-thread-1]  INFO [aai-resources,67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] 1 --- [ol-329-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:52.715 [67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] [qtp1225114731-25] DEBUG [aai-resources,67ea53e81452fe4769ef5105246f369f,69ef5105246f369f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:52:709","respDate":"250331-08:35:52:715","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/business/projects/project/basicnw-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:52:709-21372\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3216f09a-bb0c-4298-93d4-e48cfa170a90], Accept=[application/json], x-invocationid=[31218ff6-3db6-4a18-b94e-98d1ba9c92a3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:52 +0000] "GET /aai/v24/business/projects/project/basicnw-project?nodes-only=" 200 69 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:35:52.752 [67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] [qtp1225114731-20]  INFO [aai-resources,67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:52.758 [67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] [pool-330-thread-1]  INFO [aai-resources,67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] 1 --- [ol-330-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:52.758 [67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] [pool-330-thread-1]  INFO [aai-resources,67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] 1 --- [ol-330-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:52.759 [67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] [pool-330-thread-1]  INFO [aai-resources,67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] 1 --- [ol-330-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:52.759 [67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] [pool-330-thread-1]  INFO [aai-resources,67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] 1 --- [ol-330-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:52.761 [67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] [pool-330-thread-1]  INFO [aai-resources,67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] 1 --- [ol-330-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:52.761 [67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] [qtp1225114731-20] DEBUG [aai-resources,67ea53e8cff426a30023c826675e80e3,0023c826675e80e3] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:52:752","respDate":"250331-08:35:52:761","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:52:752-40186\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[19d94d54-72c7-49fc-bdc3-84b9f2ba9a86], Accept=[application/json], x-invocationid=[8c9fcbb5-174a-40bc-a21c-32ecc873ef30], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:52 +0000] "GET /aai/v24/business/owning-entities/owning-entity/93a327bf-5d55-4998-a23f-ad6188d07647?nodes-only=" 200 128 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:35:52.784 [67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] [qtp1225114731-25]  INFO [aai-resources,67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:52.789 [67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] [pool-331-thread-1]  INFO [aai-resources,67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] 1 --- [ol-331-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:52.789 [67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] [pool-331-thread-1]  INFO [aai-resources,67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] 1 --- [ol-331-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:52.789 [67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] [pool-331-thread-1]  INFO [aai-resources,67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] 1 --- [ol-331-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:52.789 [67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] [pool-331-thread-1]  INFO [aai-resources,67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] 1 --- [ol-331-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:52.799 [67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] [pool-331-thread-1]  INFO [aai-resources,67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] 1 --- [ol-331-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:52.799 [67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] [qtp1225114731-25] DEBUG [aai-resources,67ea53e8ee50d7f989c3d3e75266c2f1,89c3d3e75266c2f1] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:52:784","respDate":"250331-08:35:52:799","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:52:784-2120\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[df11640e-1be7-44ec-8149-e71575cadd4c], Accept=[application/json], x-invocationid=[036ae6d3-a07b-43b5-888d-aa3fa52d563e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:52 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?depth=2" 200 1183 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:35:53.040 [67ea53e9e25b3f37068bc066c7129706,068bc066c7129706] [qtp1225114731-20]  INFO [aai-resources,67ea53e9e25b3f37068bc066c7129706,068bc066c7129706] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:53.051 [67ea53e9e25b3f37068bc066c7129706,068bc066c7129706] [qtp1225114731-20] DEBUG [aai-resources,67ea53e9e25b3f37068bc066c7129706,068bc066c7129706] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bfdd68df-0f42-4397-8545-0bad9c3af2e2","status":"200","rqstDate":"250331-08:35:53:040","respDate":"250331-08:35:53:051","sourceId":"haproxy:bfdd68df-0f42-4397-8545-0bad9c3af2e2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:53:040-32933\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3ed2622c-754a-468a-9479-5d28f1a8cefb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bfdd68df-0f42-4397-8545-0bad9c3af2e2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:35:53.103 [67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] [qtp1225114731-25]  INFO [aai-resources,67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:53.107 [67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] [pool-332-thread-1]  INFO [aai-resources,67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] 1 --- [ol-332-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:53.107 [67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] [pool-332-thread-1]  INFO [aai-resources,67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] 1 --- [ol-332-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:53.107 [67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] [pool-332-thread-1]  INFO [aai-resources,67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] 1 --- [ol-332-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:53.107 [67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] [pool-332-thread-1]  INFO [aai-resources,67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] 1 --- [ol-332-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:53.109 [67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] [pool-332-thread-1]  INFO [aai-resources,67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] 1 --- [ol-332-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:53.109 [67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] [qtp1225114731-25] DEBUG [aai-resources,67ea53e9bb344a2af03b652e42d8e560,f03b652e42d8e560] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:53:103","respDate":"250331-08:35:53:109","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:53:103-89944\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7aebdc35-23fb-4b28-ae3f-3853bc0540dc], Accept=[application/json], x-invocationid=[d7ff3cc1-96c8-4d2c-8e4e-7d3d9ca4c8a2], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:53 +0000] "GET /aai/v24/nodes/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?format=pathed" 200 251 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:35:53.132 [67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] [qtp1225114731-20]  INFO [aai-resources,67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:53.135 [67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] [pool-333-thread-1]  INFO [aai-resources,67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] 1 --- [ol-333-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:53.135 [67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] [pool-333-thread-1]  INFO [aai-resources,67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] 1 --- [ol-333-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:53.135 [67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] [pool-333-thread-1]  INFO [aai-resources,67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] 1 --- [ol-333-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:53.136 [67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] [pool-333-thread-1]  INFO [aai-resources,67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] 1 --- [ol-333-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:53.141 [67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] [pool-333-thread-1]  INFO [aai-resources,67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] 1 --- [ol-333-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:53.142 [67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] [qtp1225114731-20] DEBUG [aai-resources,67ea53e9303683f95922ac42d1a7ecd1,5922ac42d1a7ecd1] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"200","rqstDate":"250331-08:35:53:132","respDate":"250331-08:35:53:142","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:53:132-93719\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[47efbea9-785e-4123-9633-7e7dcc8151c3], Accept=[application/json], x-invocationid=[64974031-44fc-4f32-83ad-a9cb69bbb072], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:53 +0000] "GET /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af" 200 1183 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:35:53.163 [67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] [qtp1225114731-25]  INFO [aai-resources,67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:53.166 [67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] [qtp1225114731-25]  INFO [aai-resources,67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:53.166 [67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] [qtp1225114731-25]  INFO [aai-resources,67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:53.166 [67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] [qtp1225114731-25]  INFO [aai-resources,67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:53.167 [67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] [qtp1225114731-25]  INFO [aai-resources,67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:53.194 [67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] [qtp1225114731-25]  INFO [aai-resources,67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:53.560 [67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] [qtp1225114731-25] DEBUG [aai-resources,67ea53e90d3b80ba28536cff8b7b02f4,28536cff8b7b02f4] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b808d7f-195a-4beb-9704-e87686dd6283","status":"204","rqstDate":"250331-08:35:53:163","respDate":"250331-08:35:53:560","sourceId":"UNKNOWN:8b808d7f-195a-4beb-9704-e87686dd6283","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?resource-version=1743410152103","resourceType":"DELETE","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:53:163-65729\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"*/*\",\"Headers\":\"{x-request-id=[954d8b58-3d6f-4dc0-b7c8-c3f49956443c], Accept=[application/json], x-invocationid=[496d5c02-1852-4c9a-bac9-41b7cd62e687], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8b808d7f-195a-4beb-9704-e87686dd6283], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], x-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8b808d7f-195a-4beb-9704-e87686dd6283], Content-Type=[*/*]}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:53:163-65729\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:53:163-65729]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:53 +0000] "DELETE /aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/29e722e3-8d97-410a-ab0b-1685ccb4a5af?resource-version=1743410152103" 204 0 REST ,8b808d7f-195a-4beb-9704-e87686dd6283 MSO 127.0.0.6 - - - - - - - - - 400 - "logType": "access"
2025-03-31 08:35:54.336 [67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] [qtp1225114731-20]  INFO [aai-resources,67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:54.341 [67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] [pool-334-thread-1]  INFO [aai-resources,67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] 1 --- [ol-334-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:54.341 [67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] [pool-334-thread-1]  INFO [aai-resources,67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] 1 --- [ol-334-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:54.341 [67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] [pool-334-thread-1]  INFO [aai-resources,67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] 1 --- [ol-334-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:54.341 [67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] [pool-334-thread-1]  INFO [aai-resources,67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] 1 --- [ol-334-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:54.348 [67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] [pool-334-thread-1]  INFO [aai-resources,67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] 1 --- [ol-334-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:54.349 [67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] [qtp1225114731-20] DEBUG [aai-resources,67ea53eac572edf5033be02c7ae6b6c8,033be02c7ae6b6c8] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:54:336","respDate":"250331-08:35:54:349","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:54:336-97391\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f6a72187-50f3-4463-9153-8c36c5fee7fe], Accept=[application/json], x-invocationid=[5549a113-0325-4c4b-85b7-b8b38bc3799b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:54 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:54.370 [67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] [qtp1225114731-25]  INFO [aai-resources,67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:54.375 [67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] [pool-335-thread-1]  INFO [aai-resources,67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] 1 --- [ol-335-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:54.375 [67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] [pool-335-thread-1]  INFO [aai-resources,67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] 1 --- [ol-335-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:54.375 [67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] [pool-335-thread-1]  INFO [aai-resources,67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] 1 --- [ol-335-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:54.376 [67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] [pool-335-thread-1]  INFO [aai-resources,67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] 1 --- [ol-335-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:54.385 [67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] [pool-335-thread-1]  INFO [aai-resources,67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] 1 --- [ol-335-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:54.385 [67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] [qtp1225114731-25] DEBUG [aai-resources,67ea53ea514347d8ce852a0ff044eb8f,ce852a0ff044eb8f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:54:370","respDate":"250331-08:35:54:385","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:54:370-26869\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ba9fd3ba-9268-4586-9401-ba925909fc39], Accept=[application/json], x-invocationid=[96d85386-f818-4fd2-bc74-4bca92d25ea3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:54 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1176 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:35:54.435 [67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] [qtp1225114731-20]  INFO [aai-resources,67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:54.439 [67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] [pool-336-thread-1]  INFO [aai-resources,67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] 1 --- [ol-336-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:54.439 [67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] [pool-336-thread-1]  INFO [aai-resources,67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] 1 --- [ol-336-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:54.439 [67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] [pool-336-thread-1]  INFO [aai-resources,67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] 1 --- [ol-336-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:54.439 [67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] [pool-336-thread-1]  INFO [aai-resources,67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] 1 --- [ol-336-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:54.441 [67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] [pool-336-thread-1]  INFO [aai-resources,67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] 1 --- [ol-336-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:54.442 [67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] [qtp1225114731-20] DEBUG [aai-resources,67ea53ea9ba547af1ef02f7a308c5338,1ef02f7a308c5338] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:54:435","respDate":"250331-08:35:54:441","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:54:435-47055\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[66cb4dd8-4cd3-4eb9-8444-68646ece0762], Accept=[application/json], x-invocationid=[36d0a11a-4dce-47dd-abe5-0506ae5a10ea], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:54 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:35:54.463 [67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] [qtp1225114731-25]  INFO [aai-resources,67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:54.466 [67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] [pool-337-thread-1]  INFO [aai-resources,67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] 1 --- [ol-337-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:54.466 [67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] [pool-337-thread-1]  INFO [aai-resources,67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] 1 --- [ol-337-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:54.466 [67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] [pool-337-thread-1]  INFO [aai-resources,67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] 1 --- [ol-337-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:54.467 [67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] [pool-337-thread-1]  INFO [aai-resources,67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] 1 --- [ol-337-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:54.468 [67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] [pool-337-thread-1]  INFO [aai-resources,67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] 1 --- [ol-337-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:54.469 [67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] [qtp1225114731-25] DEBUG [aai-resources,67ea53eadd8dab061a0287b9c9094e18,1a0287b9c9094e18] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:54:463","respDate":"250331-08:35:54:469","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:54:463-19453\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[dfea7115-f8f7-4a08-b49e-74bcbf5605b8], Accept=[application/json], x-invocationid=[5f3268d8-8c4f-4933-b979-bcc67e16935d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:54 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:35:54.597 [67ea53ea71a802bb629c098adad24744,629c098adad24744] [qtp1225114731-20]  INFO [aai-resources,67ea53ea71a802bb629c098adad24744,629c098adad24744] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:54.602 [67ea53ea71a802bb629c098adad24744,629c098adad24744] [pool-338-thread-1]  INFO [aai-resources,67ea53ea71a802bb629c098adad24744,629c098adad24744] 1 --- [ol-338-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:54.602 [67ea53ea71a802bb629c098adad24744,629c098adad24744] [pool-338-thread-1]  INFO [aai-resources,67ea53ea71a802bb629c098adad24744,629c098adad24744] 1 --- [ol-338-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:54.602 [67ea53ea71a802bb629c098adad24744,629c098adad24744] [pool-338-thread-1]  INFO [aai-resources,67ea53ea71a802bb629c098adad24744,629c098adad24744] 1 --- [ol-338-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:54.602 [67ea53ea71a802bb629c098adad24744,629c098adad24744] [pool-338-thread-1]  INFO [aai-resources,67ea53ea71a802bb629c098adad24744,629c098adad24744] 1 --- [ol-338-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:54.616 [67ea53ea71a802bb629c098adad24744,629c098adad24744] [pool-338-thread-1]  INFO [aai-resources,67ea53ea71a802bb629c098adad24744,629c098adad24744] 1 --- [ol-338-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:54.617 [67ea53ea71a802bb629c098adad24744,629c098adad24744] [qtp1225114731-20] DEBUG [aai-resources,67ea53ea71a802bb629c098adad24744,629c098adad24744] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:54:597","respDate":"250331-08:35:54:617","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:54:597-44505\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c205d4f5-3588-4bc5-a906-b79feb7feb8d], Accept=[application/json], x-invocationid=[24ff72a2-816d-4811-95c1-2cf7beb84cbc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:54 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:35:54.642 [67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] [qtp1225114731-25]  INFO [aai-resources,67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:54.648 [67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] [pool-339-thread-1]  INFO [aai-resources,67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] 1 --- [ol-339-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:54.648 [67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] [pool-339-thread-1]  INFO [aai-resources,67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] 1 --- [ol-339-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:54.648 [67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] [pool-339-thread-1]  INFO [aai-resources,67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] 1 --- [ol-339-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:54.648 [67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] [pool-339-thread-1]  INFO [aai-resources,67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] 1 --- [ol-339-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:54.658 [67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] [pool-339-thread-1]  INFO [aai-resources,67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] 1 --- [ol-339-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:54.660 [67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] [qtp1225114731-25] DEBUG [aai-resources,67ea53eaa1437d21636f5cc37cc88970,636f5cc37cc88970] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:54:642","respDate":"250331-08:35:54:660","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:54:642-69647\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3cfdcc82-0988-41cb-a730-4f751fc73ef9], Accept=[application/json], x-invocationid=[721d9323-dfee-48e9-b7d5-2dd5accd6923], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:54 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:35:54.683 [67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] [qtp1225114731-20]  INFO [aai-resources,67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:54.686 [67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] [pool-340-thread-1]  INFO [aai-resources,67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] 1 --- [ol-340-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:54.687 [67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] [pool-340-thread-1]  INFO [aai-resources,67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] 1 --- [ol-340-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:54.687 [67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] [pool-340-thread-1]  INFO [aai-resources,67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] 1 --- [ol-340-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:54.687 [67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] [pool-340-thread-1]  INFO [aai-resources,67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] 1 --- [ol-340-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:54.689 [67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] [pool-340-thread-1]  INFO [aai-resources,67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] 1 --- [ol-340-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:54.690 [67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] [qtp1225114731-20] DEBUG [aai-resources,67ea53ea68492319ce7858490aff8aeb,ce7858490aff8aeb] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:54:683","respDate":"250331-08:35:54:690","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:54:683-91444\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[afb4969b-1566-476b-befb-87a336d4a7c1], Accept=[application/json], x-invocationid=[9c5c0bea-93ba-4816-8f1c-ee9ea0201040], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:54 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:35:54.709 [67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] [qtp1225114731-25]  INFO [aai-resources,67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:54.712 [67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] [pool-341-thread-1]  INFO [aai-resources,67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] 1 --- [ol-341-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:54.712 [67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] [pool-341-thread-1]  INFO [aai-resources,67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] 1 --- [ol-341-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:54.712 [67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] [pool-341-thread-1]  INFO [aai-resources,67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] 1 --- [ol-341-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:54.713 [67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] [pool-341-thread-1]  INFO [aai-resources,67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] 1 --- [ol-341-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:54.716 [67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] [pool-341-thread-1]  INFO [aai-resources,67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] 1 --- [ol-341-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:54.716 [67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] [qtp1225114731-25] DEBUG [aai-resources,67ea53ea470c84f7eb9859dcb5615c2e,eb9859dcb5615c2e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:54:709","respDate":"250331-08:35:54:716","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:54:709-9486\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[92177f48-4492-453a-ba17-b6449afc96bb], Accept=[application/json], x-invocationid=[2ee43b85-dd63-4fff-ba89-f06f9323b741], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:54 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:35:54.864 [67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] [qtp1225114731-20]  INFO [aai-resources,67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:54.869 [67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] [pool-342-thread-1]  INFO [aai-resources,67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] 1 --- [ol-342-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:54.869 [67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] [pool-342-thread-1]  INFO [aai-resources,67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] 1 --- [ol-342-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:54.869 [67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] [pool-342-thread-1]  INFO [aai-resources,67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] 1 --- [ol-342-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:54.869 [67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] [pool-342-thread-1]  INFO [aai-resources,67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] 1 --- [ol-342-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:54.876 [67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] [pool-342-thread-1]  INFO [aai-resources,67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] 1 --- [ol-342-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type generic-vnf found at: network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:54.876 [67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] [pool-342-thread-1]  INFO [aai-resources,67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] 1 --- [ol-342-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:54.877 [67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] [qtp1225114731-20] DEBUG [aai-resources,67ea53eab4e65fd991f02b5ad57fa3b2,91f02b5ad57fa3b2] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"404","rqstDate":"250331-08:35:54:865","respDate":"250331-08:35:54:877","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:54:865-61365\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6c2f4400-90a9-4238-9414-e5ddb262acb8], Accept=[application/json], x-invocationid=[2032ef79-6692-49f4-b800-4f031a95a986], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:54 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resultIndex=0&resultSize=1&format=count" 404 357 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:54.901 [67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] [qtp1225114731-25]  INFO [aai-resources,67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:54.906 [67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] [qtp1225114731-25]  INFO [aai-resources,67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:54.906 [67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] [qtp1225114731-25]  INFO [aai-resources,67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:54.906 [67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] [qtp1225114731-25]  INFO [aai-resources,67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:54.906 [67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] [qtp1225114731-25]  INFO [aai-resources,67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:55.057 [67ea53ebfd5b60cc7d52ee0f5f5c60dc,7d52ee0f5f5c60dc] [qtp1225114731-24]  INFO [aai-resources,67ea53ebfd5b60cc7d52ee0f5f5c60dc,7d52ee0f5f5c60dc] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:55.069 [67ea53ebfd5b60cc7d52ee0f5f5c60dc,7d52ee0f5f5c60dc] [qtp1225114731-24] DEBUG [aai-resources,67ea53ebfd5b60cc7d52ee0f5f5c60dc,7d52ee0f5f5c60dc] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1624e6b2-a1d3-4cd6-a3d1-54765dde55ee","status":"200","rqstDate":"250331-08:35:55:058","respDate":"250331-08:35:55:068","sourceId":"haproxy:1624e6b2-a1d3-4cd6-a3d1-54765dde55ee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:55:058-4550\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c5e4169d-faf4-4255-8a1e-256b86e2863c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1624e6b2-a1d3-4cd6-a3d1-54765dde55ee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:55.077 [67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] [qtp1225114731-25]  INFO [aai-resources,67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:55.419 [67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] [qtp1225114731-25] DEBUG [aai-resources,67ea53eae02aacb1efd9603cd009146b,efd9603cd009146b] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"201","rqstDate":"250331-08:35:54:901","respDate":"250331-08:35:55:419","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:54:901-25380\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[edca604b-b181-4af3-93f8-4dd1ac26ffc5], Accept=[application/json], x-invocationid=[17c55eef-eb58-4862-9956-f82526899855], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], Content-Length=[442], Content-Type=[application/json]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"6fb6a4d7-0495-4642-9fc8-1549bdb855cc\\\",\\\"vnf-name\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0\\\",\\\"vnf-type\\\":\\\"basic_vm/basic_vm 0\\\",\\\"service-id\\\":\\\"ae1509ec-1937-4e7c-a880-76df253cb706\\\",\\\"prov-status\\\":\\\"PREPROV\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"model-invariant-id\\\":\\\"f280c64c-d371-4778-b30e-9fc3542c134b\\\",\\\"model-version-id\\\":\\\"509bd1a1-ca29-4c6c-8d78-27d09c63afde\\\",\\\"model-customization-id\\\":\\\"f3d308e9-e7fc-4718-b1b9-c31b6b70b995\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:35:54:901-25380\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[233640], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:35:54:901-25380]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:55 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc" 201 0 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 520 - "logType": "access"
2025-03-31 08:35:55.443 [67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] [qtp1225114731-20]  INFO [aai-resources,67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:55.446 [67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] [pool-343-thread-1]  INFO [aai-resources,67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] 1 --- [ol-343-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:55.446 [67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] [pool-343-thread-1]  INFO [aai-resources,67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] 1 --- [ol-343-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:55.446 [67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] [pool-343-thread-1]  INFO [aai-resources,67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] 1 --- [ol-343-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:55.447 [67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] [pool-343-thread-1]  INFO [aai-resources,67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] 1 --- [ol-343-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:55.453 [67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] [pool-343-thread-1]  INFO [aai-resources,67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] 1 --- [ol-343-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:55.454 [67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] [qtp1225114731-20] DEBUG [aai-resources,67ea53ebc08274586ea6ee3116d30351,6ea6ee3116d30351] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:55:443","respDate":"250331-08:35:55:454","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:55:443-14584\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d5074e4e-8623-441e-8c23-de9ae054df9e], Accept=[application/json], x-invocationid=[22be4d3e-0087-4a15-96d3-eb81fdaad3d7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:55 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:55.474 [67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] [qtp1225114731-25]  INFO [aai-resources,67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:55.479 [67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] [qtp1225114731-25]  INFO [aai-resources,67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:55.479 [67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] [qtp1225114731-25]  INFO [aai-resources,67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:55.479 [67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] [qtp1225114731-25]  INFO [aai-resources,67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:55.479 [67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] [qtp1225114731-25]  INFO [aai-resources,67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:55.498 [67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] [qtp1225114731-25]  INFO [aai-resources,67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:56.092 [67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] [qtp1225114731-25] DEBUG [aai-resources,67ea53ebee9ebad4cb3c2b49c87828dc,cb3c2b49c87828dc] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:55:474","respDate":"250331-08:35:56:092","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:55:474-60478\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[95ab744a-d829-4044-8587-0a33e6dc9594], Accept=[application/json], x-invocationid=[f706d4a6-ce09-4e6a-bd8d-117ab764aa08], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], Content-Length=[188], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:35:55:474-60478\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:35:55:474-60478]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:56 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/relationship-list/relationship" 200 0 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 619 - "logType": "access"
2025-03-31 08:35:56.118 [67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] [qtp1225114731-20]  INFO [aai-resources,67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:56.123 [67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] [qtp1225114731-20]  INFO [aai-resources,67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:56.124 [67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] [qtp1225114731-20]  INFO [aai-resources,67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:56.124 [67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] [qtp1225114731-20]  INFO [aai-resources,67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:56.124 [67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] [qtp1225114731-20]  INFO [aai-resources,67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:56.141 [67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] [qtp1225114731-20]  INFO [aai-resources,67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:56.180 [67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] [qtp1225114731-20] DEBUG [aai-resources,67ea53ecf56e0c23e6f8b3ca3c78ae88,e6f8b3ca3c78ae88] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:56:118","respDate":"250331-08:35:56:180","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:56:118-78251\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[14d9746b-26e3-45d6-b84e-b9ad9eda73fd], Accept=[application/json], x-invocationid=[61c1b7a0-12a6-4336-bc3b-6ffc3f9fe8ed], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], Content-Length=[97], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:56:118-78251\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:56:118-78251]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:56 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/relationship-list/relationship" 200 0 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 64 - "logType": "access"
2025-03-31 08:35:56.205 [67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] [qtp1225114731-25]  INFO [aai-resources,67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:56.210 [67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] [qtp1225114731-25]  INFO [aai-resources,67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:56.210 [67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] [qtp1225114731-25]  INFO [aai-resources,67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:56.210 [67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] [qtp1225114731-25]  INFO [aai-resources,67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:56.210 [67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] [qtp1225114731-25]  INFO [aai-resources,67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:56.228 [67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] [qtp1225114731-25]  INFO [aai-resources,67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:56.276 [67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] [qtp1225114731-25] DEBUG [aai-resources,67ea53ecce4215f39f714966b9fbe0de,9f714966b9fbe0de] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:56:205","respDate":"250331-08:35:56:276","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:56:205-85446\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[79d5de8e-85e0-466b-be90-04b89420d80f], Accept=[application/json], x-invocationid=[42c43386-3ade-42e8-8f59-997c79a90a20], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], Content-Length=[89], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:35:56:205-85446\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:35:56:205-85446]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:56 +0000] "PUT /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/relationship-list/relationship" 200 0 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 73 - "logType": "access"
2025-03-31 08:35:56.301 [67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] [qtp1225114731-20]  INFO [aai-resources,67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:56.305 [67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] [pool-344-thread-1]  INFO [aai-resources,67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] 1 --- [ol-344-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:56.305 [67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] [pool-344-thread-1]  INFO [aai-resources,67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] 1 --- [ol-344-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:56.305 [67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] [pool-344-thread-1]  INFO [aai-resources,67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] 1 --- [ol-344-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:56.305 [67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] [pool-344-thread-1]  INFO [aai-resources,67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] 1 --- [ol-344-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:56.310 [67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] [pool-344-thread-1]  INFO [aai-resources,67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] 1 --- [ol-344-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type platform found at: business/platforms/platform/basicvm-platform ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:56.311 [67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] [pool-344-thread-1]  INFO [aai-resources,67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] 1 --- [ol-344-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:56.311 [67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] [qtp1225114731-20] DEBUG [aai-resources,67ea53eced73acd4a0507c6a1e4baffe,a0507c6a1e4baffe] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"404","rqstDate":"250331-08:35:56:301","respDate":"250331-08:35:56:311","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/platforms/platform/basicvm-platform?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:56:301-33717\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[52717985-ef8a-4414-b4fd-5ddc62f9bf53], Accept=[application/json], x-invocationid=[577420e6-85d0-4e2a-8f47-ff87ab33fbf3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:56 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?resultIndex=0&resultSize=1&format=count" 404 304 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:56.332 [67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] [qtp1225114731-25]  INFO [aai-resources,67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:56.337 [67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] [qtp1225114731-25]  INFO [aai-resources,67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:56.337 [67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] [qtp1225114731-25]  INFO [aai-resources,67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:56.337 [67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] [qtp1225114731-25]  INFO [aai-resources,67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:56.337 [67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] [qtp1225114731-25]  INFO [aai-resources,67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:56.355 [67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] [qtp1225114731-25]  INFO [aai-resources,67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:56.366 [67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] [qtp1225114731-25] DEBUG [aai-resources,67ea53ecab61f00b74e0e396061ddf64,74e0e396061ddf64] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"201","rqstDate":"250331-08:35:56:332","respDate":"250331-08:35:56:366","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/platforms/platform/basicvm-platform","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:56:332-38337\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[96adb642-c3f4-4957-b58c-1f2e32cb4540], Accept=[application/json], x-invocationid=[c6051140-6398-4d80-bd0a-07f730e58fb9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], Content-Length=[36], Content-Type=[application/json]}\",\"Payload\":\"{\\\"platform-name\\\":\\\"basicvm-platform\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:35:56:332-38337\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[249944], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:35:56:332-38337]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:56 +0000] "PUT /aai/v24/business/platforms/platform/basicvm-platform" 201 0 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:35:56.389 [67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] [qtp1225114731-20]  INFO [aai-resources,67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:56.393 [67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] [qtp1225114731-20]  INFO [aai-resources,67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:56.393 [67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] [qtp1225114731-20]  INFO [aai-resources,67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:56.393 [67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] [qtp1225114731-20]  INFO [aai-resources,67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:56.394 [67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] [qtp1225114731-20]  INFO [aai-resources,67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:56.418 [67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] [qtp1225114731-20]  INFO [aai-resources,67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:56.464 [67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] [qtp1225114731-20] DEBUG [aai-resources,67ea53ece1062e907b26f51a50c7d3ec,7b26f51a50c7d3ec] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:56:389","respDate":"250331-08:35:56:464","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:56:389-48276\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a1e7e71a-6453-4c94-a8b8-51f3a4537d05], Accept=[application/json], x-invocationid=[c0fe2fcd-7384-491e-92ab-a2ca976bee63], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], Content-Length=[64], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/platforms/platform/basicvm-platform\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:56:389-48276\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:56:389-48276]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:56 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/relationship-list/relationship" 200 0 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 78 - "logType": "access"
2025-03-31 08:35:56.489 [67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] [qtp1225114731-25]  INFO [aai-resources,67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:56.494 [67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] [pool-345-thread-1]  INFO [aai-resources,67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] 1 --- [ol-345-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:56.494 [67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] [pool-345-thread-1]  INFO [aai-resources,67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] 1 --- [ol-345-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:56.494 [67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] [pool-345-thread-1]  INFO [aai-resources,67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] 1 --- [ol-345-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:56.494 [67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] [pool-345-thread-1]  INFO [aai-resources,67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] 1 --- [ol-345-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:56.500 [67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] [pool-345-thread-1]  INFO [aai-resources,67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] 1 --- [ol-345-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type line-of-business found at: business/lines-of-business/line-of-business/basicvm-lob ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:35:56.501 [67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] [pool-345-thread-1]  INFO [aai-resources,67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] 1 --- [ol-345-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:56.502 [67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] [qtp1225114731-25] DEBUG [aai-resources,67ea53ec07b890f6210d1b59a11b8df0,210d1b59a11b8df0] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"404","rqstDate":"250331-08:35:56:489","respDate":"250331-08:35:56:501","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:56:489-988\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bcbe4a86-17a6-41bf-a451-7dc7369841ec], Accept=[application/json], x-invocationid=[4e842af4-782d-4eac-9178-8c8feebf0b8f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:56 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?resultIndex=0&resultSize=1&format=count" 404 334 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:56.524 [67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] [qtp1225114731-20]  INFO [aai-resources,67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:56.529 [67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] [qtp1225114731-20]  INFO [aai-resources,67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:56.529 [67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] [qtp1225114731-20]  INFO [aai-resources,67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:56.529 [67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] [qtp1225114731-20]  INFO [aai-resources,67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:56.529 [67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] [qtp1225114731-20]  INFO [aai-resources,67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:56.549 [67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] [qtp1225114731-20]  INFO [aai-resources,67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:56.558 [67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] [qtp1225114731-20] DEBUG [aai-resources,67ea53ecd217df43f0629eefc833901d,f0629eefc833901d] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"201","rqstDate":"250331-08:35:56:524","respDate":"250331-08:35:56:558","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/lines-of-business/line-of-business/basicvm-lob","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:56:524-34688\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[aba860b4-3a3e-47c1-bf91-49b3c371bd88], Accept=[application/json], x-invocationid=[17ef2211-3d5a-49d7-b545-e785e492584c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], Content-Length=[39], Content-Type=[application/json]}\",\"Payload\":\"{\\\"line-of-business-name\\\":\\\"basicvm-lob\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:35:56:524-34688\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[176192], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:35:56:524-34688]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:56 +0000] "PUT /aai/v24/business/lines-of-business/line-of-business/basicvm-lob" 201 0 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:35:56.580 [67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] [qtp1225114731-25]  INFO [aai-resources,67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:56.587 [67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] [qtp1225114731-25]  INFO [aai-resources,67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:56.587 [67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] [qtp1225114731-25]  INFO [aai-resources,67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:56.587 [67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] [qtp1225114731-25]  INFO [aai-resources,67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:56.588 [67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] [qtp1225114731-25]  INFO [aai-resources,67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:56.616 [67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] [qtp1225114731-25]  INFO [aai-resources,67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:56.664 [67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] [qtp1225114731-25] DEBUG [aai-resources,67ea53ece778d9281ab49f70e608b166,1ab49f70e608b166] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:56:580","respDate":"250331-08:35:56:664","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:56:580-66119\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3ca9cb74-b3c2-4c37-a802-a2c9092656ef], Accept=[application/json], x-invocationid=[9cd86568-6058-44fa-a169-d63b5c176f4b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], Content-Length=[75], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/lines-of-business/line-of-business/basicvm-lob\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:35:56:580-66119\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:35:56:580-66119]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:56 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/relationship-list/relationship" 200 0 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 87 - "logType": "access"
2025-03-31 08:35:57.075 [67ea53ed495a1414f7bc1ee8a150d389,f7bc1ee8a150d389] [qtp1225114731-20]  INFO [aai-resources,67ea53ed495a1414f7bc1ee8a150d389,f7bc1ee8a150d389] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:57.075 [67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] [qtp1225114731-26]  INFO [aai-resources,67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:57.084 [67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] [pool-346-thread-1]  INFO [aai-resources,67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] 1 --- [ol-346-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:57.084 [67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] [pool-346-thread-1]  INFO [aai-resources,67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] 1 --- [ol-346-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:57.084 [67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] [pool-346-thread-1]  INFO [aai-resources,67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] 1 --- [ol-346-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:57.084 [67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] [pool-346-thread-1]  INFO [aai-resources,67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] 1 --- [ol-346-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:57.093 [67ea53ed495a1414f7bc1ee8a150d389,f7bc1ee8a150d389] [qtp1225114731-20] DEBUG [aai-resources,67ea53ed495a1414f7bc1ee8a150d389,f7bc1ee8a150d389] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a23661e-5382-4dd8-953c-bbbaedd0532f","status":"200","rqstDate":"250331-08:35:57:075","respDate":"250331-08:35:57:093","sourceId":"haproxy:3a23661e-5382-4dd8-953c-bbbaedd0532f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:57:075-85247\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[14b05598-54cd-4c3c-afd5-e5efc1691c09], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3a23661e-5382-4dd8-953c-bbbaedd0532f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:35:57.143 [67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] [pool-346-thread-1]  INFO [aai-resources,67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] 1 --- [ol-346-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:57.144 [67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] [qtp1225114731-26] DEBUG [aai-resources,67ea53ed5b94962ff9857fa833647fb7,f9857fa833647fb7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6","status":"200","rqstDate":"250331-08:35:57:080","respDate":"250331-08:35:57:144","sourceId":"openECOMP:4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6","resourceId":"http://aai.onap:54623/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:57:080-11424\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ad3ec068-b733-4906-898f-55b6bc9244b0], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:57 +0000] "GET /aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1" 200 2776 REST 4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6 openECOMP 127.0.0.6 - - - - - - - - - 71 - "logType": "access"
2025-03-31 08:35:57.297 [67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] [qtp1225114731-24]  INFO [aai-resources,67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:57.305 [67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] [pool-347-thread-1]  INFO [aai-resources,67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] 1 --- [ol-347-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:57.305 [67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] [pool-347-thread-1]  INFO [aai-resources,67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] 1 --- [ol-347-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:57.305 [67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] [pool-347-thread-1]  INFO [aai-resources,67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] 1 --- [ol-347-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:57.306 [67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] [pool-347-thread-1]  INFO [aai-resources,67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] 1 --- [ol-347-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:57.356 [67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] [pool-347-thread-1]  INFO [aai-resources,67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] 1 --- [ol-347-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:57.357 [67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] [qtp1225114731-24] DEBUG [aai-resources,67ea53ed2bbeeea62ec9049ae70284a5,2ec9049ae70284a5] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6","status":"200","rqstDate":"250331-08:35:57:297","respDate":"250331-08:35:57:357","sourceId":"openECOMP:4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6","resourceId":"http://aai.onap:54623/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:57:297-17027\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7113cff8-b13a-4046-b2b2-99cc3fd7c11e], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:57 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3026 REST 4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6 openECOMP 127.0.0.6 - - - - - - - - - 63 - "logType": "access"
2025-03-31 08:35:57.477 [67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] [qtp1225114731-26]  INFO [aai-resources,67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:57.486 [67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] [qtp1225114731-26]  INFO [aai-resources,67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:57.486 [67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] [qtp1225114731-26]  INFO [aai-resources,67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:57.486 [67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] [qtp1225114731-26]  INFO [aai-resources,67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:57.486 [67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] [qtp1225114731-26]  INFO [aai-resources,67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:57.564 [67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] [qtp1225114731-26]  INFO [aai-resources,67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:57.601 [67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] [qtp1225114731-26] DEBUG [aai-resources,67ea53eda167b2be8ec81a39dfeff30c,8ec81a39dfeff30c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6","status":"200","rqstDate":"250331-08:35:57:477","respDate":"250331-08:35:57:601","sourceId":"openECOMP:4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6","resourceId":"http://aai.onap:54623/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resource-version=1743410156587","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:57:477-37586\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3d577be3-b17a-4581-ac45-3ae76516ff5b], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[3539], Content-Type=[application/json], X-ONAP-RequestID=[4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"6fb6a4d7-0495-4642-9fc8-1549bdb855cc\\\",\\\"vnf-name\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0\\\",\\\"vnf-type\\\":\\\"basic_vm/basic_vm 0\\\",\\\"service-id\\\":\\\"ae1509ec-1937-4e7c-a880-76df253cb706\\\",\\\"prov-status\\\":\\\"PREPROV\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"in-maint\\\":false,\\\"is-closed-loop-disabled\\\":false,\\\"resource-version\\\":\\\"1743410156587\\\",\\\"model-invariant-id\\\":\\\"f280c64c-d371-4778-b30e-9fc3542c134b\\\",\\\"model-version-id\\\":\\\"509bd1a1-ca29-4c6c-8d78-27d09c63afde\\\",\\\"model-customization-id\\\":\\\"f3d308e9-e7fc-4718-b1b9-c31b6b70b995\\\",\\\"relationship-list\\\":{\\\"relationship\\\":[{\\\"related-to\\\":\\\"tenant\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.BelongsTo\\\",\\\"related-link\\\":\\\"/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"cloud-region.cloud-owner\\\",\\\"relationship-value\\\":\\\"basicvm-cloud-owner\\\"},{\\\"relationship-key\\\":\\\"cloud-region.cloud-region-id\\\",\\\"relationship-value\\\":\\\"RegionOne\\\"},{\\\"relationship-key\\\":\\\"tenant.tenant-id\\\",\\\"relationship-value\\\":\\\"5d082e34040e4f62a4bdf5b11f4bb2a8\\\"}],\\\"related-to-property\\\":[{\\\"property-key\\\":\\\"tenant.tenant-name\\\",\\\"property-value\\\":\\\"onap-daily-master-sm\\\"}]},{\\\"related-to\\\":\\\"cloud-region\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.LocatedIn\\\",\\\"related-link\\\":\\\"/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"cloud-region.cloud-owner\\\",\\\"relationship-value\\\":\\\"basicvm-cloud-owner\\\"},{\\\"relationship-key\\\":\\\"cloud-region.cloud-region-id\\\",\\\"relationship-value\\\":\\\"RegionOne\\\"}],\\\"related-to-property\\\":[{\\\"property-key\\\":\\\"cloud-region.owner-defined-type\\\",\\\"property-value\\\":\\\"N/A\\\"}]},{\\\"related-to\\\":\\\"service-instance\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.ComposedOf\\\",\\\"related-link\\\":\\\"/aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"customer.global-customer-id\\\",\\\"relationship-value\\\":\\\"basicvm-customer\\\"},{\\\"relationship-key\\\":\\\"service-subscription.service-type\\\",\\\"relationship-value\\\":\\\"basic_vm\\\"},{\\\"relationship-key\\\":\\\"service-instance.service-instance-id\\\",\\\"relationship-value\\\":\\\"e6db5320-e62b-45de-b572-6ce82266a8c6\\\"}],\\\"related-to-property\\\":[{\\\"property-key\\\":\\\"service-instance.service-instance-name\\\",\\\"property-value\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084\\\"}]},{\\\"related-to\\\":\\\"line-of-business\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.Uses\\\",\\\"related-link\\\":\\\"/aai/v25/business/lines-of-business/line-of-business/basicvm-lob\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"line-of-business.line-of-business-name\\\",\\\"relationship-value\\\":\\\"basicvm-lob\\\"}]},{\\\"related-to\\\":\\\"platform\\\",\\\"relationship-label\\\":\\\"org.onap.relationships.inventory.Uses\\\",\\\"related-link\\\":\\\"/aai/v25/business/platforms/platform/basicvm-platform\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"platform.platform-name\\\",\\\"relationship-value\\\":\\\"basicvm-platform\\\"}]},{\\\"related-to\\\":\\\"availability-zone\\\",\\\"related-link\\\":\\\"/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone\\\",\\\"relationship-data\\\":[{\\\"relationship-key\\\":\\\"cloud-region.cloud-owner\\\",\\\"relationship-value\\\":\\\"basicvm-cloud-owner\\\"},{\\\"relationship-key\\\":\\\"cloud-region.cloud-region-id\\\",\\\"relationship-value\\\":\\\"RegionOne\\\"},{\\\"relationship-key\\\":\\\"availability-zone.availability-zone-name\\\",\\\"relationship-value\\\":\\\"basicvm-availability-zone\\\"}]}]}}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:57:477-37586\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[233640], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:57:477-37586]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:57 +0000] "PUT /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resource-version=1743410156587" 200 0 REST 4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6 openECOMP 127.0.0.6 - - - - - - - - - 127 - "logType": "access"
2025-03-31 08:35:57.637 [67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] [qtp1225114731-24]  INFO [aai-resources,67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:57.643 [67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] [pool-348-thread-1]  INFO [aai-resources,67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] 1 --- [ol-348-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:57.643 [67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] [pool-348-thread-1]  INFO [aai-resources,67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] 1 --- [ol-348-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:57.643 [67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] [pool-348-thread-1]  INFO [aai-resources,67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] 1 --- [ol-348-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:57.643 [67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] [pool-348-thread-1]  INFO [aai-resources,67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] 1 --- [ol-348-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:57.686 [67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] [pool-348-thread-1]  INFO [aai-resources,67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] 1 --- [ol-348-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:57.687 [67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] [qtp1225114731-24] DEBUG [aai-resources,67ea53ed26b1de5ba315fe5820f89332,a315fe5820f89332] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6","status":"200","rqstDate":"250331-08:35:57:637","respDate":"250331-08:35:57:687","sourceId":"openECOMP:4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6","resourceId":"http://aai.onap:54623/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:57:637-67447\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[1a91fd6c-86e2-45e3-8217-b01b7439638e], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:57 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3600 REST 4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6 openECOMP 127.0.0.6 - - - - - - - - - 53 - "logType": "access"
2025-03-31 08:35:57.770 [67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] [qtp1225114731-26]  INFO [aai-resources,67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:57.779 [67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] [qtp1225114731-26]  INFO [aai-resources,67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:57.780 [67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] [qtp1225114731-26]  INFO [aai-resources,67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:57.780 [67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] [qtp1225114731-26]  INFO [aai-resources,67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:57.780 [67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] [qtp1225114731-26]  INFO [aai-resources,67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:57.826 [67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] [qtp1225114731-26]  INFO [aai-resources,67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:57.846 [67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] [qtp1225114731-26] DEBUG [aai-resources,67ea53ed08940deb335e60bc91c38f5c,335e60bc91c38f5c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6","status":"200","rqstDate":"250331-08:35:57:771","respDate":"250331-08:35:57:846","sourceId":"openECOMP:4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6","resourceId":"http://aai.onap:54623/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resource-version=1743410157485","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:57:771-86423\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[e00ee299-3ee0-4a1e-b5ff-e5202a7ab908], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6], Host=[aai.onap:54623], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[520], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6]}\",\"Payload\":\"{\\\"selflink\\\":\\\"rests/data/GENERIC-RESOURCE-API:services/service=e6db5320-e62b-45de-b572-6ce82266a8c6/service-data/vnfs/vnf=6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vnf-data/vnf-topology?content=config\\\",\\\"in-maint\\\":\\\"true\\\",\\\"model-version-id\\\":\\\"509bd1a1-ca29-4c6c-8d78-27d09c63afde\\\",\\\"model-customization-id\\\":\\\"f3d308e9-e7fc-4718-b1b9-c31b6b70b995\\\",\\\"resource-version\\\":\\\"1743410157485\\\",\\\"prov-status\\\":\\\"PREPROV\\\",\\\"model-invariant-id\\\":\\\"f280c64c-d371-4778-b30e-9fc3542c134b\\\",\\\"vnf-name\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:57:771-86423\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[233640], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:57:771-86423]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:57 +0000] "POST /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resource-version=1743410157485" 200 0 REST 4a397b08-0f1d-4c79-8b0a-57fff1b7c0e6 openECOMP 127.0.0.6 - - - - - - - - - 78 - "logType": "access"
2025-03-31 08:35:58.842 [67ea53ee66a550eaabf7496580548b97,abf7496580548b97] [qtp1225114731-24]  INFO [aai-resources,67ea53ee66a550eaabf7496580548b97,abf7496580548b97] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:58.848 [67ea53ee66a550eaabf7496580548b97,abf7496580548b97] [qtp1225114731-24]  INFO [aai-resources,67ea53ee66a550eaabf7496580548b97,abf7496580548b97] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:58.848 [67ea53ee66a550eaabf7496580548b97,abf7496580548b97] [qtp1225114731-24]  INFO [aai-resources,67ea53ee66a550eaabf7496580548b97,abf7496580548b97] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:58.848 [67ea53ee66a550eaabf7496580548b97,abf7496580548b97] [qtp1225114731-24]  INFO [aai-resources,67ea53ee66a550eaabf7496580548b97,abf7496580548b97] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:58.849 [67ea53ee66a550eaabf7496580548b97,abf7496580548b97] [qtp1225114731-24]  INFO [aai-resources,67ea53ee66a550eaabf7496580548b97,abf7496580548b97] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:58.893 [67ea53ee66a550eaabf7496580548b97,abf7496580548b97] [qtp1225114731-24]  INFO [aai-resources,67ea53ee66a550eaabf7496580548b97,abf7496580548b97] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:58.913 [67ea53ee66a550eaabf7496580548b97,abf7496580548b97] [qtp1225114731-24] DEBUG [aai-resources,67ea53ee66a550eaabf7496580548b97,abf7496580548b97] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:58:842","respDate":"250331-08:35:58:913","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:58:842-74959\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[ad73d320-a58d-4ced-b100-80d147b6a7a6], Accept=[application/json], x-invocationid=[9e230caf-7513-4ef0-bc84-4b59e7a08d2b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], Content-Length=[83], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"6fb6a4d7-0495-4642-9fc8-1549bdb855cc\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:35:58:842-74959\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[233640], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:35:58:842-74959]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:58 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc" 200 0 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 72 - "logType": "access"
2025-03-31 08:35:59.098 [67ea53ef6389a91c475f2fa750a7ceba,475f2fa750a7ceba] [qtp1225114731-26]  INFO [aai-resources,67ea53ef6389a91c475f2fa750a7ceba,475f2fa750a7ceba] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.111 [67ea53ef6389a91c475f2fa750a7ceba,475f2fa750a7ceba] [qtp1225114731-26] DEBUG [aai-resources,67ea53ef6389a91c475f2fa750a7ceba,475f2fa750a7ceba] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a8406ed8-c88c-4536-8fe6-3333f36a14bd","status":"200","rqstDate":"250331-08:35:59:098","respDate":"250331-08:35:59:111","sourceId":"haproxy:a8406ed8-c88c-4536-8fe6-3333f36a14bd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:59:098-11313\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fec788a6-5191-4ce6-9d72-857fb2861f43], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a8406ed8-c88c-4536-8fe6-3333f36a14bd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:35:59.408 [67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] [qtp1225114731-24]  INFO [aai-resources,67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.412 [67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] [pool-349-thread-1]  INFO [aai-resources,67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] 1 --- [ol-349-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.412 [67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] [pool-349-thread-1]  INFO [aai-resources,67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] 1 --- [ol-349-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.412 [67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] [pool-349-thread-1]  INFO [aai-resources,67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] 1 --- [ol-349-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.412 [67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] [pool-349-thread-1]  INFO [aai-resources,67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] 1 --- [ol-349-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.419 [67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] [pool-349-thread-1]  INFO [aai-resources,67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] 1 --- [ol-349-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.419 [67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] [qtp1225114731-24] DEBUG [aai-resources,67ea53efc99dc41360b0fcd3a3c9ef29,60b0fcd3a3c9ef29] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:408","respDate":"250331-08:35:59:419","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:59:408-79774\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b20654f9-a1b4-4497-a7e3-d33db57c48f1], Accept=[application/json], x-invocationid=[09365a0e-2011-46b5-9851-d2167f3fcdff], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:35:59.439 [67ea53ef53195fc7586ecb605de47266,586ecb605de47266] [qtp1225114731-26]  INFO [aai-resources,67ea53ef53195fc7586ecb605de47266,586ecb605de47266] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.443 [67ea53ef53195fc7586ecb605de47266,586ecb605de47266] [pool-350-thread-1]  INFO [aai-resources,67ea53ef53195fc7586ecb605de47266,586ecb605de47266] 1 --- [ol-350-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.443 [67ea53ef53195fc7586ecb605de47266,586ecb605de47266] [pool-350-thread-1]  INFO [aai-resources,67ea53ef53195fc7586ecb605de47266,586ecb605de47266] 1 --- [ol-350-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.443 [67ea53ef53195fc7586ecb605de47266,586ecb605de47266] [pool-350-thread-1]  INFO [aai-resources,67ea53ef53195fc7586ecb605de47266,586ecb605de47266] 1 --- [ol-350-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.443 [67ea53ef53195fc7586ecb605de47266,586ecb605de47266] [pool-350-thread-1]  INFO [aai-resources,67ea53ef53195fc7586ecb605de47266,586ecb605de47266] 1 --- [ol-350-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.463 [67ea53ef53195fc7586ecb605de47266,586ecb605de47266] [pool-350-thread-1]  INFO [aai-resources,67ea53ef53195fc7586ecb605de47266,586ecb605de47266] 1 --- [ol-350-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.463 [67ea53ef53195fc7586ecb605de47266,586ecb605de47266] [qtp1225114731-26] DEBUG [aai-resources,67ea53ef53195fc7586ecb605de47266,586ecb605de47266] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:439","respDate":"250331-08:35:59:463","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:59:439-47720\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5ea7fe98-ad6f-47bc-91af-21f0a9a5889a], Accept=[application/json], x-invocationid=[1f8d8b4c-6674-4361-8926-27c3ddffb1fb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1627 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:35:59.530 [67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] [qtp1225114731-24]  INFO [aai-resources,67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.534 [67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] [pool-351-thread-1]  INFO [aai-resources,67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] 1 --- [ol-351-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.534 [67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] [pool-351-thread-1]  INFO [aai-resources,67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] 1 --- [ol-351-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.534 [67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] [pool-351-thread-1]  INFO [aai-resources,67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] 1 --- [ol-351-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.534 [67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] [pool-351-thread-1]  INFO [aai-resources,67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] 1 --- [ol-351-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.538 [67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] [pool-351-thread-1]  INFO [aai-resources,67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] 1 --- [ol-351-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.540 [67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] [qtp1225114731-24] DEBUG [aai-resources,67ea53ef873a320584f8ae6930441d9c,84f8ae6930441d9c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:530","respDate":"250331-08:35:59:539","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:59:530-2284\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e7ee9871-b6f2-4072-b52a-aab4759bb352], Accept=[application/json], x-invocationid=[204421d5-16ed-4017-8a27-c5f9415b3bd3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:59.561 [67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] [qtp1225114731-26]  INFO [aai-resources,67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.588 [67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] [pool-352-thread-1]  INFO [aai-resources,67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] 1 --- [ol-352-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.588 [67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] [pool-352-thread-1]  INFO [aai-resources,67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] 1 --- [ol-352-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.588 [67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] [pool-352-thread-1]  INFO [aai-resources,67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] 1 --- [ol-352-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.588 [67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] [pool-352-thread-1]  INFO [aai-resources,67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] 1 --- [ol-352-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.590 [67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] [pool-352-thread-1]  INFO [aai-resources,67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] 1 --- [ol-352-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.591 [67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] [qtp1225114731-26] DEBUG [aai-resources,67ea53efe136c7d58e3f8ace0170c9c0,8e3f8ace0170c9c0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:562","respDate":"250331-08:35:59:591","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:59:562-83633\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e8149c9f-a9e9-4be1-829f-df701916ec04], Accept=[application/json], x-invocationid=[534686cb-737d-4c3d-8bce-e1641a8b86a7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 32 - "logType": "access"
2025-03-31 08:35:59.613 [67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] [qtp1225114731-24]  INFO [aai-resources,67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.623 [67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] [pool-353-thread-1]  INFO [aai-resources,67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] 1 --- [ol-353-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.623 [67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] [pool-353-thread-1]  INFO [aai-resources,67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] 1 --- [ol-353-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.623 [67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] [pool-353-thread-1]  INFO [aai-resources,67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] 1 --- [ol-353-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.623 [67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] [pool-353-thread-1]  INFO [aai-resources,67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] 1 --- [ol-353-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.649 [67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] [pool-353-thread-1]  INFO [aai-resources,67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] 1 --- [ol-353-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.650 [67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] [qtp1225114731-24] DEBUG [aai-resources,67ea53ef9ead0d2b86e759b0465b7f86,86e759b0465b7f86] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:613","respDate":"250331-08:35:59:650","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:59:613-68689\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[22268493-c062-4dd9-b1e2-d905af57eb87], Accept=[application/json], x-invocationid=[dab9e9dd-ed42-40b6-9063-e54e3bd35970], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3791 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 39 - "logType": "access"
2025-03-31 08:35:59.717 [67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] [qtp1225114731-26]  INFO [aai-resources,67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.721 [67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] [pool-354-thread-1]  INFO [aai-resources,67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] 1 --- [ol-354-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.721 [67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] [pool-354-thread-1]  INFO [aai-resources,67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] 1 --- [ol-354-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.721 [67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] [pool-354-thread-1]  INFO [aai-resources,67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] 1 --- [ol-354-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.722 [67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] [pool-354-thread-1]  INFO [aai-resources,67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] 1 --- [ol-354-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.730 [67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] [pool-354-thread-1]  INFO [aai-resources,67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] 1 --- [ol-354-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.731 [67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] [qtp1225114731-26] DEBUG [aai-resources,67ea53efa4a46e47dfbd204595e5e530,dfbd204595e5e530] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:717","respDate":"250331-08:35:59:731","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:59:717-61\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e42f33a2-f9eb-4620-a186-0d65fe7871c2], Accept=[application/json], x-invocationid=[b608c368-d75f-4b48-8511-8120d9264e52], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:35:59.754 [67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] [qtp1225114731-24]  INFO [aai-resources,67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.757 [67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] [pool-355-thread-1]  INFO [aai-resources,67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] 1 --- [ol-355-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.758 [67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] [pool-355-thread-1]  INFO [aai-resources,67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] 1 --- [ol-355-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.758 [67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] [pool-355-thread-1]  INFO [aai-resources,67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] 1 --- [ol-355-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.758 [67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] [pool-355-thread-1]  INFO [aai-resources,67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] 1 --- [ol-355-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.764 [67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] [pool-355-thread-1]  INFO [aai-resources,67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] 1 --- [ol-355-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.765 [67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] [qtp1225114731-24] DEBUG [aai-resources,67ea53efbdf47efb38d2f76fe51b6c85,38d2f76fe51b6c85] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:754","respDate":"250331-08:35:59:765","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:59:754-8896\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[78521b2d-c812-4c6d-84fd-1ca34affed62], Accept=[application/json], x-invocationid=[5df659ec-315c-4153-b21e-3f9d0ff7f827], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:35:59.789 [67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] [qtp1225114731-26]  INFO [aai-resources,67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.793 [67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] [pool-356-thread-1]  INFO [aai-resources,67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] 1 --- [ol-356-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.793 [67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] [pool-356-thread-1]  INFO [aai-resources,67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] 1 --- [ol-356-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.793 [67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] [pool-356-thread-1]  INFO [aai-resources,67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] 1 --- [ol-356-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.793 [67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] [pool-356-thread-1]  INFO [aai-resources,67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] 1 --- [ol-356-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.814 [67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] [pool-356-thread-1]  INFO [aai-resources,67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] 1 --- [ol-356-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.815 [67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] [qtp1225114731-26] DEBUG [aai-resources,67ea53ef2fa6dc63599c5836c96fb3e4,599c5836c96fb3e4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:789","respDate":"250331-08:35:59:815","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:59:789-53909\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ad70a2e4-828b-434b-a7ee-b06b682ddbe9], Accept=[application/json], x-invocationid=[4f1f4e6a-a5df-422f-b199-ee35e891065e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3791 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:35:59.888 [67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] [qtp1225114731-24]  INFO [aai-resources,67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.893 [67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] [pool-357-thread-1]  INFO [aai-resources,67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] 1 --- [ol-357-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.893 [67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] [pool-357-thread-1]  INFO [aai-resources,67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] 1 --- [ol-357-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.893 [67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] [pool-357-thread-1]  INFO [aai-resources,67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] 1 --- [ol-357-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.893 [67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] [pool-357-thread-1]  INFO [aai-resources,67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] 1 --- [ol-357-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.908 [67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] [pool-357-thread-1]  INFO [aai-resources,67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] 1 --- [ol-357-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.909 [67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] [qtp1225114731-24] DEBUG [aai-resources,67ea53ef18893fc9b8d5a966b996de95,b8d5a966b996de95] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:888","respDate":"250331-08:35:59:909","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:35:59:888-48699\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[60889591-2876-4ae3-8a14-cb56a12af445], Accept=[application/json], x-invocationid=[530f24d9-74b1-4c67-9c6b-41fb25e458e8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:35:59.930 [67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] [qtp1225114731-26]  INFO [aai-resources,67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.934 [67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] [pool-358-thread-1]  INFO [aai-resources,67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] 1 --- [ol-358-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.934 [67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] [pool-358-thread-1]  INFO [aai-resources,67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] 1 --- [ol-358-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.934 [67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] [pool-358-thread-1]  INFO [aai-resources,67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] 1 --- [ol-358-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.934 [67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] [pool-358-thread-1]  INFO [aai-resources,67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] 1 --- [ol-358-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.935 [67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] [pool-358-thread-1]  INFO [aai-resources,67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] 1 --- [ol-358-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.936 [67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] [qtp1225114731-26] DEBUG [aai-resources,67ea53ef219c59cc0c68214a71338d41,0c68214a71338d41] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:930","respDate":"250331-08:35:59:936","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:59:930-12370\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5dc79efd-14b0-4b98-9137-defbffa6d8f3], Accept=[application/json], x-invocationid=[be319d33-f093-496e-8394-4d8234df2a2a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:35:59.957 [67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] [qtp1225114731-24]  INFO [aai-resources,67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.960 [67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] [pool-359-thread-1]  INFO [aai-resources,67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] 1 --- [ol-359-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.960 [67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] [pool-359-thread-1]  INFO [aai-resources,67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] 1 --- [ol-359-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.960 [67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] [pool-359-thread-1]  INFO [aai-resources,67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] 1 --- [ol-359-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.960 [67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] [pool-359-thread-1]  INFO [aai-resources,67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] 1 --- [ol-359-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.963 [67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] [pool-359-thread-1]  INFO [aai-resources,67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] 1 --- [ol-359-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.963 [67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] [qtp1225114731-24] DEBUG [aai-resources,67ea53efcddec7d1f1cfc5d54be8f031,f1cfc5d54be8f031] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:957","respDate":"250331-08:35:59:963","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:35:59:957-27387\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[548fa10c-404a-444d-9b31-e5a6bf474e81], Accept=[application/json], x-invocationid=[83715232-c00a-4802-b625-1cf52baede3e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:35:59.984 [67ea53ef2413b314eb783b905676133e,eb783b905676133e] [qtp1225114731-26]  INFO [aai-resources,67ea53ef2413b314eb783b905676133e,eb783b905676133e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:35:59.987 [67ea53ef2413b314eb783b905676133e,eb783b905676133e] [pool-360-thread-1]  INFO [aai-resources,67ea53ef2413b314eb783b905676133e,eb783b905676133e] 1 --- [ol-360-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:35:59.987 [67ea53ef2413b314eb783b905676133e,eb783b905676133e] [pool-360-thread-1]  INFO [aai-resources,67ea53ef2413b314eb783b905676133e,eb783b905676133e] 1 --- [ol-360-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:35:59.987 [67ea53ef2413b314eb783b905676133e,eb783b905676133e] [pool-360-thread-1]  INFO [aai-resources,67ea53ef2413b314eb783b905676133e,eb783b905676133e] 1 --- [ol-360-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:35:59.988 [67ea53ef2413b314eb783b905676133e,eb783b905676133e] [pool-360-thread-1]  INFO [aai-resources,67ea53ef2413b314eb783b905676133e,eb783b905676133e] 1 --- [ol-360-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:35:59.991 [67ea53ef2413b314eb783b905676133e,eb783b905676133e] [pool-360-thread-1]  INFO [aai-resources,67ea53ef2413b314eb783b905676133e,eb783b905676133e] 1 --- [ol-360-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:35:59.991 [67ea53ef2413b314eb783b905676133e,eb783b905676133e] [qtp1225114731-26] DEBUG [aai-resources,67ea53ef2413b314eb783b905676133e,eb783b905676133e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:35:59:984","respDate":"250331-08:35:59:991","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:35:59:984-41986\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6dfdac9b-97d1-415f-b585-d9d5c356fca1], Accept=[application/json], x-invocationid=[389691a4-fed9-45f1-abcf-6b879c143b2a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:35:59 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:36:00.198 [67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] [qtp1225114731-24]  INFO [aai-resources,67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:00.204 [67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] [pool-361-thread-1]  INFO [aai-resources,67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] 1 --- [ol-361-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:00.204 [67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] [pool-361-thread-1]  INFO [aai-resources,67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] 1 --- [ol-361-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:00.204 [67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] [pool-361-thread-1]  INFO [aai-resources,67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] 1 --- [ol-361-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:00.205 [67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] [pool-361-thread-1]  INFO [aai-resources,67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] 1 --- [ol-361-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:00.218 [67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] [pool-361-thread-1]  INFO [aai-resources,67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] 1 --- [ol-361-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:00.219 [67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] [qtp1225114731-24] DEBUG [aai-resources,67ea53f064622a3c8fc1865a05b2bc94,8fc1865a05b2bc94] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"338c778b-e534-4e55-a217-98b65bcea8d6","status":"200","rqstDate":"250331-08:36:00:199","respDate":"250331-08:36:00:218","sourceId":"openECOMP:338c778b-e534-4e55-a217-98b65bcea8d6","resourceId":"http://aai.onap:54623/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:00:199-12135\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f693aefe-930b-4018-a186-18f2720ef9c5], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[338c778b-e534-4e55-a217-98b65bcea8d6], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[338c778b-e534-4e55-a217-98b65bcea8d6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:00 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3791 REST 338c778b-e534-4e55-a217-98b65bcea8d6 openECOMP 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:36:00.300 [67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] [qtp1225114731-26]  INFO [aai-resources,67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:00.308 [67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] [qtp1225114731-26]  INFO [aai-resources,67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:00.308 [67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] [qtp1225114731-26]  INFO [aai-resources,67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:00.308 [67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] [qtp1225114731-26]  INFO [aai-resources,67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:00.308 [67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] [qtp1225114731-26]  INFO [aai-resources,67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:00.339 [67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] [qtp1225114731-26]  INFO [aai-resources,67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:00.357 [67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] [qtp1225114731-26] DEBUG [aai-resources,67ea53f0e790ae4e0e9e072f13385476,0e9e072f13385476] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"338c778b-e534-4e55-a217-98b65bcea8d6","status":"200","rqstDate":"250331-08:36:00:301","respDate":"250331-08:36:00:357","sourceId":"openECOMP:338c778b-e534-4e55-a217-98b65bcea8d6","resourceId":"http://aai.onap:54623/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resource-version=1743410158848","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:00:301-4453\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[d73cf34d-07b2-42b7-b9fa-a04f96baca31], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[338c778b-e534-4e55-a217-98b65bcea8d6], Host=[aai.onap:54623], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[60], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[338c778b-e534-4e55-a217-98b65bcea8d6]}\",\"Payload\":\"{\\\"resource-version\\\":\\\"1743410158848\\\",\\\"prov-status\\\":\\\"NVTPROV\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:36:00:301-4453\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[233640], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:36:00:301-4453]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:00 +0000] "POST /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resource-version=1743410158848" 200 0 REST 338c778b-e534-4e55-a217-98b65bcea8d6 openECOMP 127.0.0.6 - - - - - - - - - 59 - "logType": "access"
2025-03-31 08:36:00.614 [67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] [qtp1225114731-24]  INFO [aai-resources,67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:00.620 [67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] [qtp1225114731-24]  INFO [aai-resources,67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:00.620 [67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] [qtp1225114731-24]  INFO [aai-resources,67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:00.620 [67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] [qtp1225114731-24]  INFO [aai-resources,67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:00.621 [67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] [qtp1225114731-24]  INFO [aai-resources,67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:00.657 [67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] [qtp1225114731-24]  INFO [aai-resources,67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:00.674 [67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] [qtp1225114731-24] DEBUG [aai-resources,67ea53f0121fea969b983e2351a59a6d,9b983e2351a59a6d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00569fe8-cfcd-4f39-aa39-35b947bb426f","status":"200","rqstDate":"250331-08:36:00:614","respDate":"250331-08:36:00:674","sourceId":"UNKNOWN:00569fe8-cfcd-4f39-aa39-35b947bb426f","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:00:614-14183\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[c5ec3111-e54a-4089-a24c-ca52da4d512e], Accept=[application/json], x-invocationid=[c6918597-2fe7-434b-9dc1-07611ed73598], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,00569fe8-cfcd-4f39-aa39-35b947bb426f], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], x-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[00569fe8-cfcd-4f39-aa39-35b947bb426f], Content-Length=[81], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"6fb6a4d7-0495-4642-9fc8-1549bdb855cc\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:36:00:614-14183\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[233640], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:36:00:614-14183]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:00 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc" 200 0 REST ,00569fe8-cfcd-4f39-aa39-35b947bb426f MSO 127.0.0.6 - - - - - - - - - 62 - "logType": "access"
2025-03-31 08:36:01.117 [67ea53f1a04fc774e87255237357b3bc,e87255237357b3bc] [qtp1225114731-26]  INFO [aai-resources,67ea53f1a04fc774e87255237357b3bc,e87255237357b3bc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:01.126 [67ea53f1a04fc774e87255237357b3bc,e87255237357b3bc] [qtp1225114731-26] DEBUG [aai-resources,67ea53f1a04fc774e87255237357b3bc,e87255237357b3bc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"46005225-b62d-4a9a-88ff-4549c053cfb0","status":"200","rqstDate":"250331-08:36:01:117","respDate":"250331-08:36:01:126","sourceId":"haproxy:46005225-b62d-4a9a-88ff-4549c053cfb0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:01:117-20800\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b2021906-d191-404a-8699-c30877082c0e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[46005225-b62d-4a9a-88ff-4549c053cfb0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:36:03.133 [67ea53f3edd114b1217dcf508df3c628,217dcf508df3c628] [qtp1225114731-24]  INFO [aai-resources,67ea53f3edd114b1217dcf508df3c628,217dcf508df3c628] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:03.144 [67ea53f3edd114b1217dcf508df3c628,217dcf508df3c628] [qtp1225114731-24] DEBUG [aai-resources,67ea53f3edd114b1217dcf508df3c628,217dcf508df3c628] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6351cccb-20c5-4a28-8fb4-3f0647ec8e09","status":"200","rqstDate":"250331-08:36:03:133","respDate":"250331-08:36:03:144","sourceId":"haproxy:6351cccb-20c5-4a28-8fb4-3f0647ec8e09","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:03:133-6130\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae9e77bf-99fa-4650-9247-d9fb93b40875], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6351cccb-20c5-4a28-8fb4-3f0647ec8e09]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:36:03.944 [67ea53f338216fa280107d096b151b3d,80107d096b151b3d] [qtp1225114731-26]  INFO [aai-resources,67ea53f338216fa280107d096b151b3d,80107d096b151b3d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:03.949 [67ea53f338216fa280107d096b151b3d,80107d096b151b3d] [pool-362-thread-1]  INFO [aai-resources,67ea53f338216fa280107d096b151b3d,80107d096b151b3d] 1 --- [ol-362-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:03.949 [67ea53f338216fa280107d096b151b3d,80107d096b151b3d] [pool-362-thread-1]  INFO [aai-resources,67ea53f338216fa280107d096b151b3d,80107d096b151b3d] 1 --- [ol-362-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:03.949 [67ea53f338216fa280107d096b151b3d,80107d096b151b3d] [pool-362-thread-1]  INFO [aai-resources,67ea53f338216fa280107d096b151b3d,80107d096b151b3d] 1 --- [ol-362-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:03.949 [67ea53f338216fa280107d096b151b3d,80107d096b151b3d] [pool-362-thread-1]  INFO [aai-resources,67ea53f338216fa280107d096b151b3d,80107d096b151b3d] 1 --- [ol-362-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:03.952 [67ea53f338216fa280107d096b151b3d,80107d096b151b3d] [pool-362-thread-1]  INFO [aai-resources,67ea53f338216fa280107d096b151b3d,80107d096b151b3d] 1 --- [ol-362-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:03.952 [67ea53f338216fa280107d096b151b3d,80107d096b151b3d] [qtp1225114731-26] DEBUG [aai-resources,67ea53f338216fa280107d096b151b3d,80107d096b151b3d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:36:03:944","respDate":"250331-08:36:03:952","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:03:944-39705\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7e0fc43a-3056-4f42-8f4e-1d5c59ba099c], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:36:03 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:36:03.981 [67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] [qtp1225114731-24]  INFO [aai-resources,67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:03.986 [67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] [pool-363-thread-1]  INFO [aai-resources,67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] 1 --- [ol-363-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:03.986 [67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] [pool-363-thread-1]  INFO [aai-resources,67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] 1 --- [ol-363-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:03.986 [67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] [pool-363-thread-1]  INFO [aai-resources,67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] 1 --- [ol-363-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:03.986 [67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] [pool-363-thread-1]  INFO [aai-resources,67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] 1 --- [ol-363-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:03.991 [67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] [pool-363-thread-1]  INFO [aai-resources,67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] 1 --- [ol-363-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:03.991 [67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] [qtp1225114731-24] DEBUG [aai-resources,67ea53f318274e5049ba3a204af7c2db,49ba3a204af7c2db] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:36:03:982","respDate":"250331-08:36:03:991","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:03:982-48230\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d5a6258a-4b42-4459-b03c-7a4b6a076614], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:36:03 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm" 200 761 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:36:04.029 [67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] [qtp1225114731-26]  INFO [aai-resources,67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:04.035 [67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] [pool-364-thread-1]  INFO [aai-resources,67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] 1 --- [ol-364-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:04.035 [67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] [pool-364-thread-1]  INFO [aai-resources,67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] 1 --- [ol-364-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:04.035 [67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] [pool-364-thread-1]  INFO [aai-resources,67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] 1 --- [ol-364-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:04.035 [67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] [pool-364-thread-1]  INFO [aai-resources,67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] 1 --- [ol-364-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:04.056 [67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] [pool-364-thread-1]  INFO [aai-resources,67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] 1 --- [ol-364-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:04.058 [67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] [qtp1225114731-26] DEBUG [aai-resources,67ea53f44a183064075c623d620b1dd6,075c623d620b1dd6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:36:04:029","respDate":"250331-08:36:04:058","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:04:029-96012\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[844c5ff2-a46a-45db-866a-45d1fccfaf0a], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:36:04 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084" 200 1650 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:36:04.087 [67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] [qtp1225114731-24]  INFO [aai-resources,67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:04.093 [67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] [pool-365-thread-1]  INFO [aai-resources,67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] 1 --- [ol-365-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:04.093 [67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] [pool-365-thread-1]  INFO [aai-resources,67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] 1 --- [ol-365-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:04.094 [67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] [pool-365-thread-1]  INFO [aai-resources,67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] 1 --- [ol-365-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:04.095 [67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] [pool-365-thread-1]  INFO [aai-resources,67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] 1 --- [ol-365-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:04.118 [67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] [pool-365-thread-1]  INFO [aai-resources,67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] 1 --- [ol-365-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:04.119 [67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] [qtp1225114731-24] DEBUG [aai-resources,67ea53f4516a3023326bdb6e89ad7e63,326bdb6e89ad7e63] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:36:04:088","respDate":"250331-08:36:04:119","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:04:088-19396\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ba8339c5-f160-4cbb-a6f8-0d96fdb02ebf], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:36:04 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 1136 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 35 - "logType": "access"
2025-03-31 08:36:04.148 [67ea53f494e09ada6802974daf863941,6802974daf863941] [qtp1225114731-26]  INFO [aai-resources,67ea53f494e09ada6802974daf863941,6802974daf863941] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:04.155 [67ea53f494e09ada6802974daf863941,6802974daf863941] [pool-366-thread-1]  INFO [aai-resources,67ea53f494e09ada6802974daf863941,6802974daf863941] 1 --- [ol-366-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:04.155 [67ea53f494e09ada6802974daf863941,6802974daf863941] [pool-366-thread-1]  INFO [aai-resources,67ea53f494e09ada6802974daf863941,6802974daf863941] 1 --- [ol-366-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:04.155 [67ea53f494e09ada6802974daf863941,6802974daf863941] [pool-366-thread-1]  INFO [aai-resources,67ea53f494e09ada6802974daf863941,6802974daf863941] 1 --- [ol-366-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:04.155 [67ea53f494e09ada6802974daf863941,6802974daf863941] [pool-366-thread-1]  INFO [aai-resources,67ea53f494e09ada6802974daf863941,6802974daf863941] 1 --- [ol-366-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:04.166 [67ea53f494e09ada6802974daf863941,6802974daf863941] [pool-366-thread-1]  INFO [aai-resources,67ea53f494e09ada6802974daf863941,6802974daf863941] 1 --- [ol-366-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:04.167 [67ea53f494e09ada6802974daf863941,6802974daf863941] [qtp1225114731-26] DEBUG [aai-resources,67ea53f494e09ada6802974daf863941,6802974daf863941] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:36:04:148","respDate":"250331-08:36:04:167","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:04:148-22691\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ecb8ccfe-9492-4549-9722-134770b21dcb], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:36:04 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1057 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:36:04.196 [67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] [qtp1225114731-24]  INFO [aai-resources,67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:04.200 [67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] [pool-367-thread-1]  INFO [aai-resources,67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] 1 --- [ol-367-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:04.200 [67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] [pool-367-thread-1]  INFO [aai-resources,67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] 1 --- [ol-367-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:04.200 [67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] [pool-367-thread-1]  INFO [aai-resources,67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] 1 --- [ol-367-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:04.201 [67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] [pool-367-thread-1]  INFO [aai-resources,67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] 1 --- [ol-367-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:04.209 [67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] [pool-367-thread-1]  INFO [aai-resources,67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] 1 --- [ol-367-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:04.209 [67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] [qtp1225114731-24] DEBUG [aai-resources,67ea53f4c7d89b6c42a855ae5b8293fb,42a855ae5b8293fb] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:36:04:196","respDate":"250331-08:36:04:209","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:04:196-61799\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[bbbbc2de-6dea-42b7-81f5-cc36466a6e32], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:36:04 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/relationship-list" 200 1063 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:36:04.240 [67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] [qtp1225114731-26]  INFO [aai-resources,67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:04.243 [67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] [pool-368-thread-1]  INFO [aai-resources,67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] 1 --- [ol-368-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:04.243 [67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] [pool-368-thread-1]  INFO [aai-resources,67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] 1 --- [ol-368-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:04.243 [67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] [pool-368-thread-1]  INFO [aai-resources,67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] 1 --- [ol-368-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:04.244 [67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] [pool-368-thread-1]  INFO [aai-resources,67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] 1 --- [ol-368-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:04.259 [67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] [pool-368-thread-1]  INFO [aai-resources,67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] 1 --- [ol-368-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:04.259 [67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] [qtp1225114731-26] DEBUG [aai-resources,67ea53f491a811622e6f75b0de1f8721,2e6f75b0de1f8721] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:36:04:240","respDate":"250331-08:36:04:259","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:53465/aai/v30/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:04:240-60535\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[de6f25f1-e9b5-4941-94c1-24dc2a16bac7], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:53465], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[53465], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:36:04 +0000] "GET /aai/v30/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc" 200 3789 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:36:05.150 [67ea53f586f6e8b2cbc8c342ce98387e,cbc8c342ce98387e] [qtp1225114731-24]  INFO [aai-resources,67ea53f586f6e8b2cbc8c342ce98387e,cbc8c342ce98387e] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:05.160 [67ea53f586f6e8b2cbc8c342ce98387e,cbc8c342ce98387e] [qtp1225114731-24] DEBUG [aai-resources,67ea53f586f6e8b2cbc8c342ce98387e,cbc8c342ce98387e] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4b367d06-4b5d-436c-93c6-12c78216253a","status":"200","rqstDate":"250331-08:36:05:150","respDate":"250331-08:36:05:160","sourceId":"haproxy:4b367d06-4b5d-436c-93c6-12c78216253a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:05:150-98405\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5004871e-71b3-4761-b9f6-b81ec9526678], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4b367d06-4b5d-436c-93c6-12c78216253a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:36:06.822 [67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] [qtp1225114731-26]  INFO [aai-resources,67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:06.827 [67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] [pool-369-thread-1]  INFO [aai-resources,67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] 1 --- [ol-369-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:06.827 [67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] [pool-369-thread-1]  INFO [aai-resources,67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] 1 --- [ol-369-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:06.827 [67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] [pool-369-thread-1]  INFO [aai-resources,67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] 1 --- [ol-369-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:06.828 [67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] [pool-369-thread-1]  INFO [aai-resources,67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] 1 --- [ol-369-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:06.834 [67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] [pool-369-thread-1]  INFO [aai-resources,67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] 1 --- [ol-369-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:06.835 [67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] [qtp1225114731-26] DEBUG [aai-resources,67ea53f6c78a88295bcf47f2f9f0ae5e,5bcf47f2f9f0ae5e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:06:822","respDate":"250331-08:36:06:835","sourceId":"SO:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:54623/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:06:822-55999\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e9bc77d8-92d7-42b7-b61e-eae75e7ab035], Accept=[application/json], x-invocationid=[d53555bf-3ff9-447c-899d-f981762bf104], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:54623], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[54623], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:06 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1057 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:36:07.166 [67ea53f7e123b373b63c39001e5100c7,b63c39001e5100c7] [qtp1225114731-24]  INFO [aai-resources,67ea53f7e123b373b63c39001e5100c7,b63c39001e5100c7] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:07.187 [67ea53f7e123b373b63c39001e5100c7,b63c39001e5100c7] [qtp1225114731-24] DEBUG [aai-resources,67ea53f7e123b373b63c39001e5100c7,b63c39001e5100c7] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bd9c5ca3-f422-4547-a7dc-a09855b9f982","status":"200","rqstDate":"250331-08:36:07:166","respDate":"250331-08:36:07:186","sourceId":"haproxy:bd9c5ca3-f422-4547-a7dc-a09855b9f982","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:07:166-19039\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[22b17834-0acc-424e-8aa2-ca832a4fb31e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bd9c5ca3-f422-4547-a7dc-a09855b9f982]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:36:07.229 [67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] [qtp1225114731-26]  INFO [aai-resources,67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:07.234 [67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] [pool-370-thread-1]  INFO [aai-resources,67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] 1 --- [ol-370-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:07.234 [67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] [pool-370-thread-1]  INFO [aai-resources,67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] 1 --- [ol-370-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:07.234 [67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] [pool-370-thread-1]  INFO [aai-resources,67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] 1 --- [ol-370-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:07.234 [67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] [pool-370-thread-1]  INFO [aai-resources,67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] 1 --- [ol-370-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:07.244 [67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] [pool-370-thread-1]  INFO [aai-resources,67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] 1 --- [ol-370-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:07.245 [67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] [qtp1225114731-26] DEBUG [aai-resources,67ea53f7f9e630d5fbe40ebf5861b2d0,fbe40ebf5861b2d0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:07:229","respDate":"250331-08:36:07:245","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:07:229-32690\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e3c34f35-61eb-420e-a914-3f69cd35c912], Accept=[application/json], x-invocationid=[4605443b-b958-4eb5-a250-5f4b35af7868], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:07 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3789 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:36:07.267 [67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] [qtp1225114731-24]  INFO [aai-resources,67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:07.271 [67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] [pool-371-thread-1]  INFO [aai-resources,67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] 1 --- [ol-371-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:07.271 [67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] [pool-371-thread-1]  INFO [aai-resources,67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] 1 --- [ol-371-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:07.271 [67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] [pool-371-thread-1]  INFO [aai-resources,67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] 1 --- [ol-371-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:07.271 [67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] [pool-371-thread-1]  INFO [aai-resources,67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] 1 --- [ol-371-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:07.313 [67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] [pool-371-thread-1]  INFO [aai-resources,67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] 1 --- [ol-371-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type vf-module found at: nodes/vf-modules ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:36:07.314 [67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] [pool-371-thread-1]  INFO [aai-resources,67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] 1 --- [ol-371-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:07.315 [67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] [qtp1225114731-24] DEBUG [aai-resources,67ea53f78e0076d52ff2fc35843a7a2b,2ff2fc35843a7a2b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"404","rqstDate":"250331-08:36:07:267","respDate":"250331-08:36:07:315","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/nodes/vf-modules?vf-module-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084&resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:07:267-63611\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3a24171c-699d-4fb6-8020-1280711724f0], Accept=[application/json], x-invocationid=[d5fbe707-42c8-498a-b44f-cb40d12ad0f4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:07 +0000] "GET /aai/v24/nodes/vf-modules?vf-module-name=basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084&resultIndex=0&resultSize=1&format=count" 404 249 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 50 - "logType": "access"
2025-03-31 08:36:07.719 [67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] [qtp1225114731-26]  INFO [aai-resources,67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:07.726 [67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] [pool-372-thread-1]  INFO [aai-resources,67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] 1 --- [ol-372-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:07.726 [67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] [pool-372-thread-1]  INFO [aai-resources,67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] 1 --- [ol-372-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:07.726 [67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] [pool-372-thread-1]  INFO [aai-resources,67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] 1 --- [ol-372-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:07.726 [67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] [pool-372-thread-1]  INFO [aai-resources,67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] 1 --- [ol-372-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:07.733 [67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] [pool-372-thread-1]  INFO [aai-resources,67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] 1 --- [ol-372-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type vf-module found at: network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:36:07.733 [67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] [pool-372-thread-1]  INFO [aai-resources,67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] 1 --- [ol-372-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:07.734 [67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] [qtp1225114731-26] DEBUG [aai-resources,67ea53f7f7bb608fc2cc8c8c633d0e1f,c2cc8c8c633d0e1f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"404","rqstDate":"250331-08:36:07:720","respDate":"250331-08:36:07:734","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:07:720-67834\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d75d8820-ef42-4417-a6e2-e95dd2c8fbd6], Accept=[application/json], x-invocationid=[d9c53305-dc0c-49ab-9c4f-a2d7e8f54c47], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:07 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 404 471 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:36:07.757 [67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] [qtp1225114731-24]  INFO [aai-resources,67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:07.760 [67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] [pool-373-thread-1]  INFO [aai-resources,67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] 1 --- [ol-373-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:07.760 [67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] [pool-373-thread-1]  INFO [aai-resources,67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] 1 --- [ol-373-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:07.760 [67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] [pool-373-thread-1]  INFO [aai-resources,67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] 1 --- [ol-373-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:07.761 [67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] [pool-373-thread-1]  INFO [aai-resources,67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] 1 --- [ol-373-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:07.772 [67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] [pool-373-thread-1]  INFO [aai-resources,67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] 1 --- [ol-373-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:07.772 [67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] [qtp1225114731-24] DEBUG [aai-resources,67ea53f7265fb9a71d6df5151e164330,1d6df5151e164330] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:07:757","respDate":"250331-08:36:07:772","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:07:757-52512\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a39e6b52-2234-47fd-8a13-eae84a094636], Accept=[application/json], x-invocationid=[7bcd59cb-8132-4bb0-84cb-d0e296755d09], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:07 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3789 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:36:08.087 [67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] [qtp1225114731-26]  INFO [aai-resources,67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.092 [67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] [pool-374-thread-1]  INFO [aai-resources,67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] 1 --- [ol-374-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.092 [67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] [pool-374-thread-1]  INFO [aai-resources,67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] 1 --- [ol-374-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.092 [67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] [pool-374-thread-1]  INFO [aai-resources,67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] 1 --- [ol-374-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.093 [67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] [pool-374-thread-1]  INFO [aai-resources,67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] 1 --- [ol-374-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.094 [67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] [pool-374-thread-1]  INFO [aai-resources,67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] 1 --- [ol-374-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type vf-module found at: network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:36:08.094 [67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] [pool-374-thread-1]  INFO [aai-resources,67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] 1 --- [ol-374-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.095 [67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] [qtp1225114731-26] DEBUG [aai-resources,67ea53f8c7caa4e88f7e9d5aca6ed0b2,8f7e9d5aca6ed0b2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"404","rqstDate":"250331-08:36:08:087","respDate":"250331-08:36:08:095","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:08:087-48974\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7c810fe0-6e4a-4c8d-822e-73de1becfaa3], Accept=[application/json], x-invocationid=[dfcc5d76-537c-4356-99d8-479787981d44], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 404 471 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:36:08.116 [67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] [qtp1225114731-24]  INFO [aai-resources,67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.119 [67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] [pool-375-thread-1]  INFO [aai-resources,67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] 1 --- [ol-375-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.120 [67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] [pool-375-thread-1]  INFO [aai-resources,67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] 1 --- [ol-375-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.120 [67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] [pool-375-thread-1]  INFO [aai-resources,67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] 1 --- [ol-375-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.120 [67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] [pool-375-thread-1]  INFO [aai-resources,67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] 1 --- [ol-375-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.130 [67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] [pool-375-thread-1]  INFO [aai-resources,67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] 1 --- [ol-375-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.131 [67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] [qtp1225114731-24] DEBUG [aai-resources,67ea53f855deb9b711f32091f097d44d,11f32091f097d44d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:116","respDate":"250331-08:36:08:131","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:08:116-93819\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5df9e13e-6b2e-4c88-b75d-69f619bc990c], Accept=[application/json], x-invocationid=[8d1104ce-00dd-4d70-a86a-2e9d89013cfb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3789 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:36:08.357 [67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] [qtp1225114731-26]  INFO [aai-resources,67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.361 [67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] [pool-376-thread-1]  INFO [aai-resources,67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] 1 --- [ol-376-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.361 [67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] [pool-376-thread-1]  INFO [aai-resources,67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] 1 --- [ol-376-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.361 [67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] [pool-376-thread-1]  INFO [aai-resources,67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] 1 --- [ol-376-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.362 [67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] [pool-376-thread-1]  INFO [aai-resources,67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] 1 --- [ol-376-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.363 [67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] [pool-376-thread-1]  INFO [aai-resources,67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] 1 --- [ol-376-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.364 [67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] [qtp1225114731-26] DEBUG [aai-resources,67ea53f838d4bfb6c7b19cfc4b5562ee,c7b19cfc4b5562ee] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:357","respDate":"250331-08:36:08:364","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:08:357-58580\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[dad862a4-7560-4bc7-bca0-f05d1dd073b8], Accept=[application/json], x-invocationid=[25ab1e7c-6a33-462b-ab62-886cebb00586], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:36:08.385 [67ea53f8ad813644b7561893027bda94,b7561893027bda94] [qtp1225114731-24]  INFO [aai-resources,67ea53f8ad813644b7561893027bda94,b7561893027bda94] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.390 [67ea53f8ad813644b7561893027bda94,b7561893027bda94] [pool-377-thread-1]  INFO [aai-resources,67ea53f8ad813644b7561893027bda94,b7561893027bda94] 1 --- [ol-377-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.390 [67ea53f8ad813644b7561893027bda94,b7561893027bda94] [pool-377-thread-1]  INFO [aai-resources,67ea53f8ad813644b7561893027bda94,b7561893027bda94] 1 --- [ol-377-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.390 [67ea53f8ad813644b7561893027bda94,b7561893027bda94] [pool-377-thread-1]  INFO [aai-resources,67ea53f8ad813644b7561893027bda94,b7561893027bda94] 1 --- [ol-377-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.391 [67ea53f8ad813644b7561893027bda94,b7561893027bda94] [pool-377-thread-1]  INFO [aai-resources,67ea53f8ad813644b7561893027bda94,b7561893027bda94] 1 --- [ol-377-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.398 [67ea53f8ad813644b7561893027bda94,b7561893027bda94] [pool-377-thread-1]  INFO [aai-resources,67ea53f8ad813644b7561893027bda94,b7561893027bda94] 1 --- [ol-377-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.399 [67ea53f8ad813644b7561893027bda94,b7561893027bda94] [qtp1225114731-24] DEBUG [aai-resources,67ea53f8ad813644b7561893027bda94,b7561893027bda94] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:385","respDate":"250331-08:36:08:399","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:08:385-6598\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[660c6529-1c30-4277-9e9d-eab7d9fedaa4], Accept=[application/json], x-invocationid=[1791ec83-6128-4300-b031-86a34af4412a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1627 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:36:08.457 [67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] [qtp1225114731-26]  INFO [aai-resources,67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.461 [67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] [pool-378-thread-1]  INFO [aai-resources,67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] 1 --- [ol-378-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.461 [67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] [pool-378-thread-1]  INFO [aai-resources,67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] 1 --- [ol-378-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.462 [67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] [pool-378-thread-1]  INFO [aai-resources,67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] 1 --- [ol-378-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.462 [67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] [pool-378-thread-1]  INFO [aai-resources,67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] 1 --- [ol-378-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.464 [67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] [pool-378-thread-1]  INFO [aai-resources,67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] 1 --- [ol-378-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.465 [67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] [qtp1225114731-26] DEBUG [aai-resources,67ea53f8127e02cf0905fcb20cd104bc,0905fcb20cd104bc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:457","respDate":"250331-08:36:08:465","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:08:457-75224\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f0e30803-4397-43a2-ad9c-47516cf763fe], Accept=[application/json], x-invocationid=[4b9d73bc-04d0-4e81-986a-cdbb75d78f5d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:36:08.484 [67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] [qtp1225114731-24]  INFO [aai-resources,67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.488 [67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] [pool-379-thread-1]  INFO [aai-resources,67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] 1 --- [ol-379-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.488 [67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] [pool-379-thread-1]  INFO [aai-resources,67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] 1 --- [ol-379-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.488 [67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] [pool-379-thread-1]  INFO [aai-resources,67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] 1 --- [ol-379-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.489 [67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] [pool-379-thread-1]  INFO [aai-resources,67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] 1 --- [ol-379-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.491 [67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] [pool-379-thread-1]  INFO [aai-resources,67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] 1 --- [ol-379-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.492 [67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] [qtp1225114731-24] DEBUG [aai-resources,67ea53f8f5a15a0a5f8eae8d0ae6e174,5f8eae8d0ae6e174] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:485","respDate":"250331-08:36:08:492","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:08:485-47163\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[38a7fb2f-251a-4278-ba5d-cb754ccbe671], Accept=[application/json], x-invocationid=[a991ed6b-2856-46e9-9a9b-745b2018d1c6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:36:08.513 [67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] [qtp1225114731-26]  INFO [aai-resources,67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.517 [67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] [pool-380-thread-1]  INFO [aai-resources,67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] 1 --- [ol-380-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.517 [67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] [pool-380-thread-1]  INFO [aai-resources,67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] 1 --- [ol-380-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.517 [67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] [pool-380-thread-1]  INFO [aai-resources,67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] 1 --- [ol-380-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.517 [67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] [pool-380-thread-1]  INFO [aai-resources,67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] 1 --- [ol-380-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.530 [67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] [pool-380-thread-1]  INFO [aai-resources,67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] 1 --- [ol-380-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.531 [67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] [qtp1225114731-26] DEBUG [aai-resources,67ea53f8f02bef568c85028e59438b75,8c85028e59438b75] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:513","respDate":"250331-08:36:08:531","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:08:513-31854\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[46dbf5a3-b27e-4481-9972-38e3efc2c6e0], Accept=[application/json], x-invocationid=[c411626a-6313-4bbc-b782-ef90ef514037], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3789 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:36:08.556 [67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] [qtp1225114731-24]  INFO [aai-resources,67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.561 [67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] [pool-381-thread-1]  INFO [aai-resources,67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] 1 --- [ol-381-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.561 [67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] [pool-381-thread-1]  INFO [aai-resources,67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] 1 --- [ol-381-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.561 [67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] [pool-381-thread-1]  INFO [aai-resources,67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] 1 --- [ol-381-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.561 [67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] [pool-381-thread-1]  INFO [aai-resources,67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] 1 --- [ol-381-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.568 [67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] [pool-381-thread-1]  INFO [aai-resources,67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] 1 --- [ol-381-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.569 [67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] [qtp1225114731-24] DEBUG [aai-resources,67ea53f828d70bf03e09d7be455e05a9,3e09d7be455e05a9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:557","respDate":"250331-08:36:08:569","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:08:557-60921\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4e1dc974-4e9e-46ab-8b14-2691007b6bbe], Accept=[application/json], x-invocationid=[aa44c8ee-d980-4189-8f2e-1528d2356c4a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:36:08.591 [67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] [qtp1225114731-26]  INFO [aai-resources,67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.595 [67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] [pool-382-thread-1]  INFO [aai-resources,67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] 1 --- [ol-382-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.595 [67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] [pool-382-thread-1]  INFO [aai-resources,67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] 1 --- [ol-382-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.595 [67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] [pool-382-thread-1]  INFO [aai-resources,67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] 1 --- [ol-382-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.595 [67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] [pool-382-thread-1]  INFO [aai-resources,67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] 1 --- [ol-382-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.602 [67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] [pool-382-thread-1]  INFO [aai-resources,67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] 1 --- [ol-382-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.602 [67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] [qtp1225114731-26] DEBUG [aai-resources,67ea53f8d61e503b5c2cbd993aa010a1,5c2cbd993aa010a1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:591","respDate":"250331-08:36:08:602","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:08:591-84382\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6f1f31e6-3caa-4178-835a-5561630d065a], Accept=[application/json], x-invocationid=[8a0cce0f-8bfe-4e57-8929-0efd3ff192b5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:36:08.627 [67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] [qtp1225114731-24]  INFO [aai-resources,67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.631 [67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] [pool-383-thread-1]  INFO [aai-resources,67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] 1 --- [ol-383-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.631 [67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] [pool-383-thread-1]  INFO [aai-resources,67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] 1 --- [ol-383-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.631 [67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] [pool-383-thread-1]  INFO [aai-resources,67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] 1 --- [ol-383-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.632 [67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] [pool-383-thread-1]  INFO [aai-resources,67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] 1 --- [ol-383-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.643 [67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] [pool-383-thread-1]  INFO [aai-resources,67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] 1 --- [ol-383-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.644 [67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] [qtp1225114731-24] DEBUG [aai-resources,67ea53f8b2288800d00f027c224475f3,d00f027c224475f3] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:627","respDate":"250331-08:36:08:644","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:08:627-50140\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[23991a89-f107-46d6-891c-5ca8e54ce21a], Accept=[application/json], x-invocationid=[8a337673-cbad-46f3-8779-70aa1bea9d38], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3789 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:36:08.782 [67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] [qtp1225114731-26]  INFO [aai-resources,67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.786 [67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] [pool-384-thread-1]  INFO [aai-resources,67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] 1 --- [ol-384-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.787 [67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] [pool-384-thread-1]  INFO [aai-resources,67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] 1 --- [ol-384-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.787 [67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] [pool-384-thread-1]  INFO [aai-resources,67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] 1 --- [ol-384-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.787 [67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] [pool-384-thread-1]  INFO [aai-resources,67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] 1 --- [ol-384-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.796 [67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] [pool-384-thread-1]  INFO [aai-resources,67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] 1 --- [ol-384-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.797 [67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] [qtp1225114731-26] DEBUG [aai-resources,67ea53f810c0c81054daab66d6e96294,54daab66d6e96294] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:782","respDate":"250331-08:36:08:797","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:08:782-84995\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2a030cdd-65b6-4a0d-bd3f-39cb4b1c1a9b], Accept=[application/json], x-invocationid=[7c3a2e50-dd15-482f-9d0f-274eef11eff5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:36:08.817 [67ea53f8065972ae56c100e81042c765,56c100e81042c765] [qtp1225114731-24]  INFO [aai-resources,67ea53f8065972ae56c100e81042c765,56c100e81042c765] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.821 [67ea53f8065972ae56c100e81042c765,56c100e81042c765] [pool-385-thread-1]  INFO [aai-resources,67ea53f8065972ae56c100e81042c765,56c100e81042c765] 1 --- [ol-385-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.821 [67ea53f8065972ae56c100e81042c765,56c100e81042c765] [pool-385-thread-1]  INFO [aai-resources,67ea53f8065972ae56c100e81042c765,56c100e81042c765] 1 --- [ol-385-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.821 [67ea53f8065972ae56c100e81042c765,56c100e81042c765] [pool-385-thread-1]  INFO [aai-resources,67ea53f8065972ae56c100e81042c765,56c100e81042c765] 1 --- [ol-385-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.822 [67ea53f8065972ae56c100e81042c765,56c100e81042c765] [pool-385-thread-1]  INFO [aai-resources,67ea53f8065972ae56c100e81042c765,56c100e81042c765] 1 --- [ol-385-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.823 [67ea53f8065972ae56c100e81042c765,56c100e81042c765] [pool-385-thread-1]  INFO [aai-resources,67ea53f8065972ae56c100e81042c765,56c100e81042c765] 1 --- [ol-385-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.824 [67ea53f8065972ae56c100e81042c765,56c100e81042c765] [qtp1225114731-24] DEBUG [aai-resources,67ea53f8065972ae56c100e81042c765,56c100e81042c765] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:818","respDate":"250331-08:36:08:824","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:08:818-15458\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7276208a-921a-4c2a-9754-bcb3d3a3ebe0], Accept=[application/json], x-invocationid=[56d66372-8cbb-4447-b886-f33fbdc6f5a3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:36:08.843 [67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] [qtp1225114731-26]  INFO [aai-resources,67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.847 [67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] [pool-386-thread-1]  INFO [aai-resources,67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] 1 --- [ol-386-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.847 [67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] [pool-386-thread-1]  INFO [aai-resources,67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] 1 --- [ol-386-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.847 [67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] [pool-386-thread-1]  INFO [aai-resources,67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] 1 --- [ol-386-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.847 [67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] [pool-386-thread-1]  INFO [aai-resources,67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] 1 --- [ol-386-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.849 [67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] [pool-386-thread-1]  INFO [aai-resources,67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] 1 --- [ol-386-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.849 [67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] [qtp1225114731-26] DEBUG [aai-resources,67ea53f8283f094158d50a6c61d48acd,58d50a6c61d48acd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:843","respDate":"250331-08:36:08:849","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:08:843-48144\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5aef3648-d571-4138-9e05-2569e802b2fa], Accept=[application/json], x-invocationid=[b8a21b43-2178-4682-9c84-48c0982be00f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:36:08.870 [67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] [qtp1225114731-24]  INFO [aai-resources,67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.875 [67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] [pool-387-thread-1]  INFO [aai-resources,67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] 1 --- [ol-387-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.875 [67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] [pool-387-thread-1]  INFO [aai-resources,67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] 1 --- [ol-387-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.875 [67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] [pool-387-thread-1]  INFO [aai-resources,67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] 1 --- [ol-387-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.876 [67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] [pool-387-thread-1]  INFO [aai-resources,67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] 1 --- [ol-387-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.880 [67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] [pool-387-thread-1]  INFO [aai-resources,67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] 1 --- [ol-387-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.881 [67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] [qtp1225114731-24] DEBUG [aai-resources,67ea53f89cdf315039540c4e81578bd4,39540c4e81578bd4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:08:870","respDate":"250331-08:36:08:880","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:08:870-5092\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e3518e56-1eea-44ea-ad2f-07804339b596], Accept=[application/json], x-invocationid=[b96634b0-5a05-4afd-9774-867f4e7bb3af], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:36:08.970 [67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] [qtp1225114731-26]  INFO [aai-resources,67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:08.975 [67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] [pool-388-thread-1]  INFO [aai-resources,67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] 1 --- [ol-388-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:08.975 [67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] [pool-388-thread-1]  INFO [aai-resources,67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] 1 --- [ol-388-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:08.975 [67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] [pool-388-thread-1]  INFO [aai-resources,67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] 1 --- [ol-388-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:08.975 [67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] [pool-388-thread-1]  INFO [aai-resources,67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] 1 --- [ol-388-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:08.976 [67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] [pool-388-thread-1]  INFO [aai-resources,67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] 1 --- [ol-388-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type vf-module found at: network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:36:08.976 [67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] [pool-388-thread-1]  INFO [aai-resources,67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] 1 --- [ol-388-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:08.977 [67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] [qtp1225114731-26] DEBUG [aai-resources,67ea53f8146e8eb9b570326084cbb509,b570326084cbb509] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"404","rqstDate":"250331-08:36:08:970","respDate":"250331-08:36:08:977","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:08:970-44966\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[dedca225-13b1-4f3a-88e3-99c983327836], Accept=[application/json], x-invocationid=[95a6b33f-cdc6-4137-bcf3-712a6a5d6af6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?resultIndex=0&resultSize=1&format=count" 404 471 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:36:09.000 [67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] [qtp1225114731-24]  INFO [aai-resources,67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:09.010 [67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] [qtp1225114731-24]  INFO [aai-resources,67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:09.010 [67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] [qtp1225114731-24]  INFO [aai-resources,67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:09.010 [67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] [qtp1225114731-24]  INFO [aai-resources,67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:09.010 [67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] [qtp1225114731-24]  INFO [aai-resources,67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:09.142 [67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] [qtp1225114731-24]  INFO [aai-resources,67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:09.193 [67ea53f97f537b62587c01ec3381d13e,587c01ec3381d13e] [qtp1225114731-25]  INFO [aai-resources,67ea53f97f537b62587c01ec3381d13e,587c01ec3381d13e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:09.205 [67ea53f97f537b62587c01ec3381d13e,587c01ec3381d13e] [qtp1225114731-25] DEBUG [aai-resources,67ea53f97f537b62587c01ec3381d13e,587c01ec3381d13e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d574d0f1-f07d-4c47-bbd9-0effbbff69f6","status":"200","rqstDate":"250331-08:36:09:193","respDate":"250331-08:36:09:205","sourceId":"haproxy:d574d0f1-f07d-4c47-bbd9-0effbbff69f6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:09:193-83528\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c08a2f94-ba40-4386-9b93-4a271f36ab48], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d574d0f1-f07d-4c47-bbd9-0effbbff69f6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:36:09.486 [67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] [qtp1225114731-24] DEBUG [aai-resources,67ea53f891ba636ec0b18a3542cb5819,c0b18a3542cb5819] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"201","rqstDate":"250331-08:36:09:000","respDate":"250331-08:36:09:486","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:09:000-70388\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[972fc940-b316-488a-98b2-a821d0a43ccc], Accept=[application/json], x-invocationid=[1b6fc64b-24a4-4258-9d32-9692d895c249], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], Content-Length=[444], Content-Type=[application/json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"de075996-af8b-4ffe-adde-568e572468fd\\\",\\\"vf-module-name\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"is-base-vf-module\\\":true,\\\"model-invariant-id\\\":\\\"a878decf-3393-4ca7-97df-87d04453f8e9\\\",\\\"model-version-id\\\":\\\"8711d771-37b4-4e7a-a4e5-6adb76e85c2f\\\",\\\"persona-model-version\\\":\\\"a878decf-3393-4ca7-97df-87d04453f8e9\\\",\\\"model-customization-id\\\":\\\"74f0c0f0-0c40-4018-95e9-540f9c8b13b2\\\",\\\"module-index\\\":0}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:36:09:000-70388\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[245920], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:36:09:000-70388]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:09 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd" 201 0 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 488 - "logType": "access"
2025-03-31 08:36:09.859 [67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] [qtp1225114731-26]  INFO [aai-resources,67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:09.863 [67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] [pool-389-thread-1]  INFO [aai-resources,67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] 1 --- [ol-389-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:09.863 [67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] [pool-389-thread-1]  INFO [aai-resources,67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] 1 --- [ol-389-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:09.863 [67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] [pool-389-thread-1]  INFO [aai-resources,67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] 1 --- [ol-389-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:09.863 [67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] [pool-389-thread-1]  INFO [aai-resources,67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] 1 --- [ol-389-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:09.892 [67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] [pool-389-thread-1]  INFO [aai-resources,67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] 1 --- [ol-389-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:09.892 [67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] [qtp1225114731-26] DEBUG [aai-resources,67ea53f9ae89a7163fa075bf88b8f137,3fa075bf88b8f137] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00447b37-748b-45d3-bdc2-aa8fff6a90b7","status":"200","rqstDate":"250331-08:36:09:859","respDate":"250331-08:36:09:892","sourceId":"openECOMP:00447b37-748b-45d3-bdc2-aa8fff6a90b7","resourceId":"http://aai.onap:54623/aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:09:859-91132\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d1a434b7-eef7-4532-b46a-896f32667260], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[00447b37-748b-45d3-bdc2-aa8fff6a90b7], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[00447b37-748b-45d3-bdc2-aa8fff6a90b7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:09 +0000] "GET /aai/v25/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1" 200 3260 REST 00447b37-748b-45d3-bdc2-aa8fff6a90b7 openECOMP 127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:36:10.126 [67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] [qtp1225114731-24]  INFO [aai-resources,67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:10.131 [67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] [pool-390-thread-1]  INFO [aai-resources,67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] 1 --- [ol-390-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:10.131 [67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] [pool-390-thread-1]  INFO [aai-resources,67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] 1 --- [ol-390-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:10.131 [67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] [pool-390-thread-1]  INFO [aai-resources,67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] 1 --- [ol-390-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:10.131 [67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] [pool-390-thread-1]  INFO [aai-resources,67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] 1 --- [ol-390-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:10.170 [67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] [pool-390-thread-1]  INFO [aai-resources,67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] 1 --- [ol-390-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:10.171 [67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] [qtp1225114731-24] DEBUG [aai-resources,67ea53facfb689d50aa1f28fe51ecfd9,0aa1f28fe51ecfd9] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00447b37-748b-45d3-bdc2-aa8fff6a90b7","status":"200","rqstDate":"250331-08:36:10:126","respDate":"250331-08:36:10:171","sourceId":"openECOMP:00447b37-748b-45d3-bdc2-aa8fff6a90b7","resourceId":"http://aai.onap:54623/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:10:126-61670\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[689185e4-c3b1-4e96-8f1f-f08bd8f5dc69], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[00447b37-748b-45d3-bdc2-aa8fff6a90b7], Host=[aai.onap:54623], Pragma=[no-cache], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[00447b37-748b-45d3-bdc2-aa8fff6a90b7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:10 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 445 REST 00447b37-748b-45d3-bdc2-aa8fff6a90b7 openECOMP 127.0.0.6 - - - - - - - - - 47 - "logType": "access"
2025-03-31 08:36:10.248 [67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] [qtp1225114731-26]  INFO [aai-resources,67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:10.255 [67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] [qtp1225114731-26]  INFO [aai-resources,67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:10.255 [67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] [qtp1225114731-26]  INFO [aai-resources,67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:10.255 [67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] [qtp1225114731-26]  INFO [aai-resources,67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:10.256 [67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] [qtp1225114731-26]  INFO [aai-resources,67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:10.308 [67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] [qtp1225114731-26]  INFO [aai-resources,67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:10.322 [67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] [qtp1225114731-26] DEBUG [aai-resources,67ea53fa2fb3331c31378f199c986e5e,31378f199c986e5e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00447b37-748b-45d3-bdc2-aa8fff6a90b7","status":"200","rqstDate":"250331-08:36:10:248","respDate":"250331-08:36:10:322","sourceId":"openECOMP:00447b37-748b-45d3-bdc2-aa8fff6a90b7","resourceId":"http://aai.onap:54623/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?resource-version=1743410169010","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:10:248-70599\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[daa9684e-e83f-4e01-8b71-45d642268aca], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[00447b37-748b-45d3-bdc2-aa8fff6a90b7], Host=[aai.onap:54623], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[54623], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[588], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[00447b37-748b-45d3-bdc2-aa8fff6a90b7]}\",\"Payload\":\"{\\\"vf-module-name\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084\\\",\\\"selflink\\\":\\\"rests/data/GENERIC-RESOURCE-API:services/service=e6db5320-e62b-45de-b572-6ce82266a8c6/service-data/vnfs/vnf=6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vnf-data/vf-modules/vf-module=de075996-af8b-4ffe-adde-568e572468fd/vf-module-data/vf-module-topology?content=config\\\",\\\"model-version-id\\\":\\\"8711d771-37b4-4e7a-a4e5-6adb76e85c2f\\\",\\\"model-customization-id\\\":\\\"74f0c0f0-0c40-4018-95e9-540f9c8b13b2\\\",\\\"resource-version\\\":\\\"1743410169010\\\",\\\"model-invariant-id\\\":\\\"a878decf-3393-4ca7-97df-87d04453f8e9\\\",\\\"automated-assignment\\\":\\\"false\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:36:10:248-70599\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[245920], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:36:10:248-70599]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:10 +0000] "POST /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?resource-version=1743410169010" 200 0 REST 00447b37-748b-45d3-bdc2-aa8fff6a90b7 openECOMP 127.0.0.6 - - - - - - - - - 76 - "logType": "access"
2025-03-31 08:36:11.098 [67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] [qtp1225114731-24]  INFO [aai-resources,67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:11.104 [67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] [qtp1225114731-24]  INFO [aai-resources,67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:11.105 [67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] [qtp1225114731-24]  INFO [aai-resources,67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:11.105 [67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] [qtp1225114731-24]  INFO [aai-resources,67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] 1 --- [tp1225114731-24] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:11.105 [67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] [qtp1225114731-24]  INFO [aai-resources,67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:11.137 [67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] [qtp1225114731-24]  INFO [aai-resources,67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] 1 --- [tp1225114731-24] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:11.156 [67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] [qtp1225114731-24] DEBUG [aai-resources,67ea53fb728ba638b3d8f9fab03ffd48,b3d8f9fab03ffd48] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:11:098","respDate":"250331-08:36:11:156","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:11:098-94918\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[be6be178-c096-47e2-83b7-02056f7c4470], Accept=[application/json], x-invocationid=[6a758cbb-8f29-4e59-8d0a-a636719fb698], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], Content-Length=[89], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"de075996-af8b-4ffe-adde-568e572468fd\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:36:11:098-94918\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[245920], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:36:11:098-94918]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:11 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd" 200 0 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 60 - "logType": "access"
2025-03-31 08:36:11.213 [67ea53fbfef4d8d2f7b8cc1531bdccfc,f7b8cc1531bdccfc] [qtp1225114731-26]  INFO [aai-resources,67ea53fbfef4d8d2f7b8cc1531bdccfc,f7b8cc1531bdccfc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:11.226 [67ea53fbfef4d8d2f7b8cc1531bdccfc,f7b8cc1531bdccfc] [qtp1225114731-26] DEBUG [aai-resources,67ea53fbfef4d8d2f7b8cc1531bdccfc,f7b8cc1531bdccfc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c6e0f1d-7ef0-4ee7-ae9c-ed5880c0b8c5","status":"200","rqstDate":"250331-08:36:11:213","respDate":"250331-08:36:11:226","sourceId":"haproxy:7c6e0f1d-7ef0-4ee7-ae9c-ed5880c0b8c5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:11:213-6689\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ee29b225-3681-444e-9512-c305dad7089e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c6e0f1d-7ef0-4ee7-ae9c-ed5880c0b8c5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:36:11.525 [67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] [qtp1225114731-24]  INFO [aai-resources,67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:11.529 [67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] [pool-391-thread-1]  INFO [aai-resources,67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] 1 --- [ol-391-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:11.529 [67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] [pool-391-thread-1]  INFO [aai-resources,67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] 1 --- [ol-391-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:11.529 [67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] [pool-391-thread-1]  INFO [aai-resources,67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] 1 --- [ol-391-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:11.529 [67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] [pool-391-thread-1]  INFO [aai-resources,67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] 1 --- [ol-391-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:11.531 [67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] [pool-391-thread-1]  INFO [aai-resources,67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] 1 --- [ol-391-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:11.531 [67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] [qtp1225114731-24] DEBUG [aai-resources,67ea53fb08a3d369eff08a30ba899f8c,eff08a30ba899f8c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:11:525","respDate":"250331-08:36:11:531","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:11:525-94341\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[582eb8b9-883a-4501-aba6-cd7e7e02c35d], Accept=[application/json], x-invocationid=[83ad4c2b-f3d3-434a-b257-5b057e078e25], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:11 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:36:11.557 [67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] [qtp1225114731-26]  INFO [aai-resources,67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:11.562 [67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] [pool-392-thread-1]  INFO [aai-resources,67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] 1 --- [ol-392-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:11.562 [67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] [pool-392-thread-1]  INFO [aai-resources,67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] 1 --- [ol-392-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:11.562 [67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] [pool-392-thread-1]  INFO [aai-resources,67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] 1 --- [ol-392-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:11.562 [67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] [pool-392-thread-1]  INFO [aai-resources,67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] 1 --- [ol-392-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:11.569 [67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] [pool-392-thread-1]  INFO [aai-resources,67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] 1 --- [ol-392-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:11.570 [67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] [qtp1225114731-26] DEBUG [aai-resources,67ea53fb91593d0ab06ba205438dd5c2,b06ba205438dd5c2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:11:557","respDate":"250331-08:36:11:570","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:11:557-40704\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ef88d717-684d-4ff5-916d-8363fd3ac2b4], Accept=[application/json], x-invocationid=[942259db-a563-4904-b713-febea7dc8a1e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:11 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1627 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:36:11.678 [67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] [qtp1225114731-24]  INFO [aai-resources,67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:11.682 [67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] [pool-393-thread-1]  INFO [aai-resources,67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] 1 --- [ol-393-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:11.683 [67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] [pool-393-thread-1]  INFO [aai-resources,67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] 1 --- [ol-393-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:11.683 [67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] [pool-393-thread-1]  INFO [aai-resources,67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] 1 --- [ol-393-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:11.683 [67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] [pool-393-thread-1]  INFO [aai-resources,67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] 1 --- [ol-393-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:11.685 [67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] [pool-393-thread-1]  INFO [aai-resources,67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] 1 --- [ol-393-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:11.685 [67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] [qtp1225114731-24] DEBUG [aai-resources,67ea53fbe12e63a2ad267cf2767c4aef,ad267cf2767c4aef] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:11:678","respDate":"250331-08:36:11:685","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:11:678-98\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[aca75337-78af-4c40-a078-5014efc1b0ab], Accept=[application/json], x-invocationid=[d6711d3d-9212-4183-936a-8b73d8adf45c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:11 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:36:11.710 [67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] [qtp1225114731-26]  INFO [aai-resources,67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:11.715 [67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] [pool-394-thread-1]  INFO [aai-resources,67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] 1 --- [ol-394-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:11.715 [67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] [pool-394-thread-1]  INFO [aai-resources,67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] 1 --- [ol-394-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:11.715 [67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] [pool-394-thread-1]  INFO [aai-resources,67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] 1 --- [ol-394-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:11.715 [67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] [pool-394-thread-1]  INFO [aai-resources,67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] 1 --- [ol-394-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:11.718 [67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] [pool-394-thread-1]  INFO [aai-resources,67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] 1 --- [ol-394-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:11.719 [67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] [qtp1225114731-26] DEBUG [aai-resources,67ea53fbdf3b7faa097cae332f2de31d,097cae332f2de31d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:11:710","respDate":"250331-08:36:11:719","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:11:710-65196\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c5b70f9b-8f64-4afb-90a7-8cddbec78029], Accept=[application/json], x-invocationid=[38625615-88ef-461d-816b-752e5ecaa2c5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:11 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:36:11.743 [67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] [qtp1225114731-24]  INFO [aai-resources,67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:11.748 [67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] [pool-395-thread-1]  INFO [aai-resources,67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] 1 --- [ol-395-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:11.748 [67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] [pool-395-thread-1]  INFO [aai-resources,67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] 1 --- [ol-395-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:11.748 [67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] [pool-395-thread-1]  INFO [aai-resources,67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] 1 --- [ol-395-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:11.749 [67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] [pool-395-thread-1]  INFO [aai-resources,67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] 1 --- [ol-395-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:11.779 [67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] [pool-395-thread-1]  INFO [aai-resources,67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] 1 --- [ol-395-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:11.780 [67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] [qtp1225114731-24] DEBUG [aai-resources,67ea53fbda4aa347f371bef1bc1898c4,f371bef1bc1898c4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:11:743","respDate":"250331-08:36:11:780","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:11:743-43244\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5758302a-7253-4ea3-8bc9-8ea6eeda94bb], Accept=[application/json], x-invocationid=[cac03c7c-2c4a-4125-be1c-1eac574c5c99], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:11 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 4535 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 39 - "logType": "access"
2025-03-31 08:36:11.811 [67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] [qtp1225114731-26]  INFO [aai-resources,67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:11.815 [67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] [pool-396-thread-1]  INFO [aai-resources,67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] 1 --- [ol-396-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:11.815 [67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] [pool-396-thread-1]  INFO [aai-resources,67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] 1 --- [ol-396-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:11.815 [67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] [pool-396-thread-1]  INFO [aai-resources,67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] 1 --- [ol-396-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:11.815 [67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] [pool-396-thread-1]  INFO [aai-resources,67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] 1 --- [ol-396-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:11.822 [67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] [pool-396-thread-1]  INFO [aai-resources,67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] 1 --- [ol-396-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:11.823 [67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] [qtp1225114731-26] DEBUG [aai-resources,67ea53fb3b3b4e05729e5ab23636c784,729e5ab23636c784] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:11:811","respDate":"250331-08:36:11:823","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:11:811-2374\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fc13da61-179b-4a3b-99b8-28de55800bc2], Accept=[application/json], x-invocationid=[2371eb1b-1c50-49df-9bf4-d1e929d241a8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:11 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:36:11.852 [67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] [qtp1225114731-24]  INFO [aai-resources,67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:11.860 [67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] [pool-397-thread-1]  INFO [aai-resources,67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] 1 --- [ol-397-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:11.861 [67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] [pool-397-thread-1]  INFO [aai-resources,67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] 1 --- [ol-397-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:11.861 [67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] [pool-397-thread-1]  INFO [aai-resources,67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] 1 --- [ol-397-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:11.861 [67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] [pool-397-thread-1]  INFO [aai-resources,67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] 1 --- [ol-397-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:11.863 [67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] [pool-397-thread-1]  INFO [aai-resources,67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] 1 --- [ol-397-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:11.864 [67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] [qtp1225114731-24] DEBUG [aai-resources,67ea53fb8df18f1a892497cd0e916d3a,892497cd0e916d3a] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:11:853","respDate":"250331-08:36:11:864","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:11:853-10176\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5b6c168d-7214-431a-b3ad-499d7c524b25], Accept=[application/json], x-invocationid=[66653693-e684-45ae-ae0f-66504aa77cd8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:11 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:36:11.886 [67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] [qtp1225114731-26]  INFO [aai-resources,67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:11.891 [67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] [pool-398-thread-1]  INFO [aai-resources,67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] 1 --- [ol-398-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:11.891 [67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] [pool-398-thread-1]  INFO [aai-resources,67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] 1 --- [ol-398-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:11.891 [67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] [pool-398-thread-1]  INFO [aai-resources,67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] 1 --- [ol-398-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:11.891 [67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] [pool-398-thread-1]  INFO [aai-resources,67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] 1 --- [ol-398-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:11.918 [67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] [pool-398-thread-1]  INFO [aai-resources,67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] 1 --- [ol-398-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:11.919 [67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] [qtp1225114731-26] DEBUG [aai-resources,67ea53fb9db0796932ccaf94e52a0ac6,32ccaf94e52a0ac6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:11:887","respDate":"250331-08:36:11:919","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:11:887-44079\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[120c867c-f6af-4fde-a45c-c187313d6b5d], Accept=[application/json], x-invocationid=[f9463e0e-ad43-4401-9c22-49dc855a2a7f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:11 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 4535 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 35 - "logType": "access"
2025-03-31 08:36:11.997 [67ea53fb958821e976a4375781f33305,76a4375781f33305] [qtp1225114731-24]  INFO [aai-resources,67ea53fb958821e976a4375781f33305,76a4375781f33305] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:12.002 [67ea53fb958821e976a4375781f33305,76a4375781f33305] [pool-399-thread-1]  INFO [aai-resources,67ea53fb958821e976a4375781f33305,76a4375781f33305] 1 --- [ol-399-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:12.002 [67ea53fb958821e976a4375781f33305,76a4375781f33305] [pool-399-thread-1]  INFO [aai-resources,67ea53fb958821e976a4375781f33305,76a4375781f33305] 1 --- [ol-399-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:12.002 [67ea53fb958821e976a4375781f33305,76a4375781f33305] [pool-399-thread-1]  INFO [aai-resources,67ea53fb958821e976a4375781f33305,76a4375781f33305] 1 --- [ol-399-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:12.002 [67ea53fb958821e976a4375781f33305,76a4375781f33305] [pool-399-thread-1]  INFO [aai-resources,67ea53fb958821e976a4375781f33305,76a4375781f33305] 1 --- [ol-399-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:12.016 [67ea53fb958821e976a4375781f33305,76a4375781f33305] [pool-399-thread-1]  INFO [aai-resources,67ea53fb958821e976a4375781f33305,76a4375781f33305] 1 --- [ol-399-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:12.017 [67ea53fb958821e976a4375781f33305,76a4375781f33305] [qtp1225114731-24] DEBUG [aai-resources,67ea53fb958821e976a4375781f33305,76a4375781f33305] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:11:997","respDate":"250331-08:36:12:017","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:11:997-32022\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9b933e3f-2315-43bf-9b92-1dad5ad3d7ee], Accept=[application/json], x-invocationid=[69c4753c-c7a4-46b9-a6a2-d2bb8e1178b1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:12 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 716 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:36:12.084 [67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] [qtp1225114731-26]  INFO [aai-resources,67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:12.089 [67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] [pool-400-thread-1]  INFO [aai-resources,67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] 1 --- [ol-400-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:12.089 [67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] [pool-400-thread-1]  INFO [aai-resources,67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] 1 --- [ol-400-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:12.090 [67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] [pool-400-thread-1]  INFO [aai-resources,67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] 1 --- [ol-400-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:12.090 [67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] [pool-400-thread-1]  INFO [aai-resources,67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] 1 --- [ol-400-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:12.102 [67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] [pool-400-thread-1]  INFO [aai-resources,67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] 1 --- [ol-400-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:12.103 [67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] [qtp1225114731-26] DEBUG [aai-resources,67ea53fc217fb1f2232e43fc7dfbe570,232e43fc7dfbe570] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:12:085","respDate":"250331-08:36:12:103","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:12:085-31635\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5829c11b-67e0-4246-bb80-bced7ab8d362], Accept=[application/json], x-invocationid=[88578309-40b9-4a0b-8ac9-2b485500f028], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:12 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1105 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:36:12.126 [67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] [qtp1225114731-24]  INFO [aai-resources,67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:12.131 [67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] [pool-401-thread-1]  INFO [aai-resources,67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] 1 --- [ol-401-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:12.131 [67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] [pool-401-thread-1]  INFO [aai-resources,67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] 1 --- [ol-401-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:12.131 [67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] [pool-401-thread-1]  INFO [aai-resources,67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] 1 --- [ol-401-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:12.131 [67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] [pool-401-thread-1]  INFO [aai-resources,67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] 1 --- [ol-401-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:12.133 [67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] [pool-401-thread-1]  INFO [aai-resources,67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] 1 --- [ol-401-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:12.134 [67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] [qtp1225114731-24] DEBUG [aai-resources,67ea53fc8ba5918ec4f00ddffd1832b6,c4f00ddffd1832b6] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:12:126","respDate":"250331-08:36:12:134","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:12:126-38289\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[89d97ae5-745e-4bc1-83d4-24527e0421be], Accept=[application/json], x-invocationid=[802e9efd-6ad1-40b3-b730-1305fad1dc83], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:12 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:36:12.156 [67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] [qtp1225114731-26]  INFO [aai-resources,67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:12.162 [67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] [pool-402-thread-1]  INFO [aai-resources,67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] 1 --- [ol-402-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:12.162 [67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] [pool-402-thread-1]  INFO [aai-resources,67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] 1 --- [ol-402-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:12.162 [67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] [pool-402-thread-1]  INFO [aai-resources,67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] 1 --- [ol-402-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:12.162 [67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] [pool-402-thread-1]  INFO [aai-resources,67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] 1 --- [ol-402-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:12.165 [67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] [pool-402-thread-1]  INFO [aai-resources,67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] 1 --- [ol-402-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:12.166 [67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] [qtp1225114731-26] DEBUG [aai-resources,67ea53fc219a1d5beef8fd4fa0f3f5cb,eef8fd4fa0f3f5cb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:12:157","respDate":"250331-08:36:12:166","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:12:157-97591\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ba6f813c-3f4d-4610-9b4c-352541aafe37], Accept=[application/json], x-invocationid=[51aa2440-3e37-4793-9638-2cffdc3f3908], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:12 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:36:12.188 [67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] [qtp1225114731-24]  INFO [aai-resources,67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:12.193 [67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] [pool-403-thread-1]  INFO [aai-resources,67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] 1 --- [ol-403-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:12.193 [67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] [pool-403-thread-1]  INFO [aai-resources,67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] 1 --- [ol-403-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:12.193 [67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] [pool-403-thread-1]  INFO [aai-resources,67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] 1 --- [ol-403-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:12.193 [67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] [pool-403-thread-1]  INFO [aai-resources,67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] 1 --- [ol-403-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:12.198 [67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] [pool-403-thread-1]  INFO [aai-resources,67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] 1 --- [ol-403-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:12.199 [67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] [qtp1225114731-24] DEBUG [aai-resources,67ea53fc0d24fde5f7c8710739ae726f,f7c8710739ae726f] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:12:189","respDate":"250331-08:36:12:198","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:53465/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:12:189-75105\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[13c15f34-0d53-4403-9111-f1d41b82fc19], Accept=[application/json], x-invocationid=[372d3701-f9c8-49c4-9552-6f3cd7120b3d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:53465], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[53465], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:12 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:36:13.233 [67ea53fdd286fda9ac3a10e2a681162b,ac3a10e2a681162b] [qtp1225114731-26]  INFO [aai-resources,67ea53fdd286fda9ac3a10e2a681162b,ac3a10e2a681162b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:13.245 [67ea53fdd286fda9ac3a10e2a681162b,ac3a10e2a681162b] [qtp1225114731-26] DEBUG [aai-resources,67ea53fdd286fda9ac3a10e2a681162b,ac3a10e2a681162b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e0d491cd-7323-46d0-8a39-9b7b496834c9","status":"200","rqstDate":"250331-08:36:13:233","respDate":"250331-08:36:13:245","sourceId":"haproxy:e0d491cd-7323-46d0-8a39-9b7b496834c9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:13:233-39010\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7552fd92-9a8c-45af-b369-ec90a7fc929f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e0d491cd-7323-46d0-8a39-9b7b496834c9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:36:15.252 [67ea53ffafb0ffd08b83bd669a6e6481,8b83bd669a6e6481] [qtp1225114731-24]  INFO [aai-resources,67ea53ffafb0ffd08b83bd669a6e6481,8b83bd669a6e6481] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:15.271 [67ea53ffafb0ffd08b83bd669a6e6481,8b83bd669a6e6481] [qtp1225114731-24] DEBUG [aai-resources,67ea53ffafb0ffd08b83bd669a6e6481,8b83bd669a6e6481] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"40784a1a-f880-46a6-bc6b-c33c1ddc67b7","status":"200","rqstDate":"250331-08:36:15:252","respDate":"250331-08:36:15:271","sourceId":"haproxy:40784a1a-f880-46a6-bc6b-c33c1ddc67b7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:15:252-70807\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[12698c37-e3fd-484c-a2ec-86551c4997ef], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[40784a1a-f880-46a6-bc6b-c33c1ddc67b7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:36:17.278 [67ea54016c9ccd3f52290670a7f79bff,52290670a7f79bff] [qtp1225114731-26]  INFO [aai-resources,67ea54016c9ccd3f52290670a7f79bff,52290670a7f79bff] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:17.292 [67ea54016c9ccd3f52290670a7f79bff,52290670a7f79bff] [qtp1225114731-26] DEBUG [aai-resources,67ea54016c9ccd3f52290670a7f79bff,52290670a7f79bff] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"55d0c297-6341-44f3-93f7-a59cda10b179","status":"200","rqstDate":"250331-08:36:17:278","respDate":"250331-08:36:17:292","sourceId":"haproxy:55d0c297-6341-44f3-93f7-a59cda10b179","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:17:278-64453\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8fc1d473-49f1-4990-bd8e-2ef7b80c5dfa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[55d0c297-6341-44f3-93f7-a59cda10b179]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:36:19.298 [67ea5403d9fc9c25bb91b7fe6c142c06,bb91b7fe6c142c06] [qtp1225114731-24]  INFO [aai-resources,67ea5403d9fc9c25bb91b7fe6c142c06,bb91b7fe6c142c06] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:19.308 [67ea5403d9fc9c25bb91b7fe6c142c06,bb91b7fe6c142c06] [qtp1225114731-24] DEBUG [aai-resources,67ea5403d9fc9c25bb91b7fe6c142c06,bb91b7fe6c142c06] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"63230b30-e6ee-4991-92a6-c77b0d346834","status":"200","rqstDate":"250331-08:36:19:298","respDate":"250331-08:36:19:308","sourceId":"haproxy:63230b30-e6ee-4991-92a6-c77b0d346834","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:19:298-21925\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[119eab3b-220b-446a-99be-2239ea91c8a1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[63230b30-e6ee-4991-92a6-c77b0d346834]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:36:21.315 [67ea54058bc0ea1c1b06e316ac39533e,1b06e316ac39533e] [qtp1225114731-26]  INFO [aai-resources,67ea54058bc0ea1c1b06e316ac39533e,1b06e316ac39533e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:21.330 [67ea54058bc0ea1c1b06e316ac39533e,1b06e316ac39533e] [qtp1225114731-26] DEBUG [aai-resources,67ea54058bc0ea1c1b06e316ac39533e,1b06e316ac39533e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4601897c-f4a1-4be2-aeed-96c1bea048c7","status":"200","rqstDate":"250331-08:36:21:315","respDate":"250331-08:36:21:330","sourceId":"haproxy:4601897c-f4a1-4be2-aeed-96c1bea048c7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:21:315-87154\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[12c1ec62-1579-4221-b93d-fbc9b0211ebb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4601897c-f4a1-4be2-aeed-96c1bea048c7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:36:23.338 [67ea540750deee8aea9aef8db9052e4c,ea9aef8db9052e4c] [qtp1225114731-24]  INFO [aai-resources,67ea540750deee8aea9aef8db9052e4c,ea9aef8db9052e4c] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:23.351 [67ea540750deee8aea9aef8db9052e4c,ea9aef8db9052e4c] [qtp1225114731-24] DEBUG [aai-resources,67ea540750deee8aea9aef8db9052e4c,ea9aef8db9052e4c] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4bf4cb3a-b5f8-4ced-9a2c-ac5d4abbad9a","status":"200","rqstDate":"250331-08:36:23:338","respDate":"250331-08:36:23:351","sourceId":"haproxy:4bf4cb3a-b5f8-4ced-9a2c-ac5d4abbad9a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:23:338-5800\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b613732a-930a-4e2f-82d4-77c69d2eb3d2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4bf4cb3a-b5f8-4ced-9a2c-ac5d4abbad9a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:36:25.358 [67ea540904e72f9a3b3ae04c8602e8b9,3b3ae04c8602e8b9] [qtp1225114731-26]  INFO [aai-resources,67ea540904e72f9a3b3ae04c8602e8b9,3b3ae04c8602e8b9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:25.380 [67ea540904e72f9a3b3ae04c8602e8b9,3b3ae04c8602e8b9] [qtp1225114731-26] DEBUG [aai-resources,67ea540904e72f9a3b3ae04c8602e8b9,3b3ae04c8602e8b9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a622894-2bf6-48e8-8b19-80dd8b74e125","status":"200","rqstDate":"250331-08:36:25:358","respDate":"250331-08:36:25:380","sourceId":"haproxy:4a622894-2bf6-48e8-8b19-80dd8b74e125","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:25:358-18912\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e679ea96-199b-44eb-9f86-dbe40dbe559f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4a622894-2bf6-48e8-8b19-80dd8b74e125]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:36:27.387 [67ea540b28071c49e9de60a8b24f6c51,e9de60a8b24f6c51] [qtp1225114731-24]  INFO [aai-resources,67ea540b28071c49e9de60a8b24f6c51,e9de60a8b24f6c51] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:27.401 [67ea540b28071c49e9de60a8b24f6c51,e9de60a8b24f6c51] [qtp1225114731-24] DEBUG [aai-resources,67ea540b28071c49e9de60a8b24f6c51,e9de60a8b24f6c51] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1f4dbbee-75c2-41dd-a452-31dbd7abbbd4","status":"200","rqstDate":"250331-08:36:27:387","respDate":"250331-08:36:27:401","sourceId":"haproxy:1f4dbbee-75c2-41dd-a452-31dbd7abbbd4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:27:387-59876\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[51a2f3bd-9872-4103-b53b-99cd9b28702a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1f4dbbee-75c2-41dd-a452-31dbd7abbbd4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:36:29.407 [67ea540deabb4320131bd449ed94069a,131bd449ed94069a] [qtp1225114731-26]  INFO [aai-resources,67ea540deabb4320131bd449ed94069a,131bd449ed94069a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:29.423 [67ea540deabb4320131bd449ed94069a,131bd449ed94069a] [qtp1225114731-26] DEBUG [aai-resources,67ea540deabb4320131bd449ed94069a,131bd449ed94069a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fc843e8a-f67e-4a17-a9aa-0d729af79fd2","status":"200","rqstDate":"250331-08:36:29:408","respDate":"250331-08:36:29:423","sourceId":"haproxy:fc843e8a-f67e-4a17-a9aa-0d729af79fd2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:29:408-30613\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5b33c4c2-d3c0-4bc9-b7b6-fc18bf649357], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fc843e8a-f67e-4a17-a9aa-0d729af79fd2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:36:31.430 [67ea540fb4c61bf43db2ad763a0923f4,3db2ad763a0923f4] [qtp1225114731-24]  INFO [aai-resources,67ea540fb4c61bf43db2ad763a0923f4,3db2ad763a0923f4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:31.441 [67ea540fb4c61bf43db2ad763a0923f4,3db2ad763a0923f4] [qtp1225114731-24] DEBUG [aai-resources,67ea540fb4c61bf43db2ad763a0923f4,3db2ad763a0923f4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d6d94ec8-2861-4c92-8d5c-df59473fffe4","status":"200","rqstDate":"250331-08:36:31:430","respDate":"250331-08:36:31:441","sourceId":"haproxy:d6d94ec8-2861-4c92-8d5c-df59473fffe4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:31:430-448\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b947d26d-130b-4902-b2fa-364453ed4cf2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d6d94ec8-2861-4c92-8d5c-df59473fffe4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:36:33.448 [67ea541126b06ebd87f12010bbf74b6b,87f12010bbf74b6b] [qtp1225114731-26]  INFO [aai-resources,67ea541126b06ebd87f12010bbf74b6b,87f12010bbf74b6b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:33.460 [67ea541126b06ebd87f12010bbf74b6b,87f12010bbf74b6b] [qtp1225114731-26] DEBUG [aai-resources,67ea541126b06ebd87f12010bbf74b6b,87f12010bbf74b6b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"12f44a94-b1b5-478c-951d-6e690b5b9bc3","status":"200","rqstDate":"250331-08:36:33:448","respDate":"250331-08:36:33:460","sourceId":"haproxy:12f44a94-b1b5-478c-951d-6e690b5b9bc3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:33:448-63068\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a1297802-f5b4-4473-94aa-ebe76c94d381], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[12f44a94-b1b5-478c-951d-6e690b5b9bc3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:36:35.469 [67ea54130c9727afd2240484ec3672f4,d2240484ec3672f4] [qtp1225114731-24]  INFO [aai-resources,67ea54130c9727afd2240484ec3672f4,d2240484ec3672f4] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:35.482 [67ea54130c9727afd2240484ec3672f4,d2240484ec3672f4] [qtp1225114731-24] DEBUG [aai-resources,67ea54130c9727afd2240484ec3672f4,d2240484ec3672f4] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"71855bff-a2c0-4e04-a372-0bfb27e78cf2","status":"200","rqstDate":"250331-08:36:35:469","respDate":"250331-08:36:35:482","sourceId":"haproxy:71855bff-a2c0-4e04-a372-0bfb27e78cf2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:35:469-45278\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f79fec4c-dfb3-4eff-8966-91ab3072b0dc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[71855bff-a2c0-4e04-a372-0bfb27e78cf2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:36:37.488 [67ea5415f1c492527bcaa672e300f148,7bcaa672e300f148] [qtp1225114731-26]  INFO [aai-resources,67ea5415f1c492527bcaa672e300f148,7bcaa672e300f148] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:37.503 [67ea5415f1c492527bcaa672e300f148,7bcaa672e300f148] [qtp1225114731-26] DEBUG [aai-resources,67ea5415f1c492527bcaa672e300f148,7bcaa672e300f148] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ba3a1f88-febc-438e-9b85-bae573f8902d","status":"200","rqstDate":"250331-08:36:37:488","respDate":"250331-08:36:37:503","sourceId":"haproxy:ba3a1f88-febc-438e-9b85-bae573f8902d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:37:488-8187\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a8f60eec-1e36-4657-b1e2-1a253078da25], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ba3a1f88-febc-438e-9b85-bae573f8902d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:36:39.509 [67ea5417bcb2ae275813dee1f56931d1,5813dee1f56931d1] [qtp1225114731-24]  INFO [aai-resources,67ea5417bcb2ae275813dee1f56931d1,5813dee1f56931d1] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:39.525 [67ea5417bcb2ae275813dee1f56931d1,5813dee1f56931d1] [qtp1225114731-24] DEBUG [aai-resources,67ea5417bcb2ae275813dee1f56931d1,5813dee1f56931d1] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"33991f6e-c04a-47c4-a2a6-fb484316f8ab","status":"200","rqstDate":"250331-08:36:39:510","respDate":"250331-08:36:39:525","sourceId":"haproxy:33991f6e-c04a-47c4-a2a6-fb484316f8ab","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:39:510-50202\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c2fcbf6b-be2c-4d52-a0a6-caad04207b4b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[33991f6e-c04a-47c4-a2a6-fb484316f8ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:36:41.531 [67ea54194c2e5e8e586a9e25d143d836,586a9e25d143d836] [qtp1225114731-20]  INFO [aai-resources,67ea54194c2e5e8e586a9e25d143d836,586a9e25d143d836] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:41.543 [67ea54194c2e5e8e586a9e25d143d836,586a9e25d143d836] [qtp1225114731-20] DEBUG [aai-resources,67ea54194c2e5e8e586a9e25d143d836,586a9e25d143d836] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d2bc3873-3c2a-4044-b268-d6f39b0dc79e","status":"200","rqstDate":"250331-08:36:41:531","respDate":"250331-08:36:41:543","sourceId":"haproxy:d2bc3873-3c2a-4044-b268-d6f39b0dc79e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:41:531-2159\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[123081a3-02e6-4729-b8e0-b5835a97adf5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d2bc3873-3c2a-4044-b268-d6f39b0dc79e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:36:43.550 [67ea541b3ad09bbfa39ff0e5849e8d7d,a39ff0e5849e8d7d] [qtp1225114731-24]  INFO [aai-resources,67ea541b3ad09bbfa39ff0e5849e8d7d,a39ff0e5849e8d7d] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:43.562 [67ea541b3ad09bbfa39ff0e5849e8d7d,a39ff0e5849e8d7d] [qtp1225114731-24] DEBUG [aai-resources,67ea541b3ad09bbfa39ff0e5849e8d7d,a39ff0e5849e8d7d] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"69005299-a7dd-4a4b-8ec7-195396a054db","status":"200","rqstDate":"250331-08:36:43:550","respDate":"250331-08:36:43:561","sourceId":"haproxy:69005299-a7dd-4a4b-8ec7-195396a054db","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:43:550-7386\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a7eddb4b-61ab-40cc-8e27-aee560446129], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[69005299-a7dd-4a4b-8ec7-195396a054db]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:36:45.569 [67ea541d8c9cd89568e7bb394257f096,68e7bb394257f096] [qtp1225114731-20]  INFO [aai-resources,67ea541d8c9cd89568e7bb394257f096,68e7bb394257f096] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:45.582 [67ea541d8c9cd89568e7bb394257f096,68e7bb394257f096] [qtp1225114731-20] DEBUG [aai-resources,67ea541d8c9cd89568e7bb394257f096,68e7bb394257f096] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7f1b98d8-7e45-4b90-98aa-7b3b0e0ca52c","status":"200","rqstDate":"250331-08:36:45:569","respDate":"250331-08:36:45:582","sourceId":"haproxy:7f1b98d8-7e45-4b90-98aa-7b3b0e0ca52c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:45:569-80540\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[41189b72-36e5-4a54-a617-33b81bc2d454], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7f1b98d8-7e45-4b90-98aa-7b3b0e0ca52c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:36:47.588 [67ea541f778d319aa9c9b4837d1d073b,a9c9b4837d1d073b] [qtp1225114731-24]  INFO [aai-resources,67ea541f778d319aa9c9b4837d1d073b,a9c9b4837d1d073b] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:47.600 [67ea541f778d319aa9c9b4837d1d073b,a9c9b4837d1d073b] [qtp1225114731-24] DEBUG [aai-resources,67ea541f778d319aa9c9b4837d1d073b,a9c9b4837d1d073b] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"61819e2e-82a8-42b8-a651-5afd754e631f","status":"200","rqstDate":"250331-08:36:47:588","respDate":"250331-08:36:47:600","sourceId":"haproxy:61819e2e-82a8-42b8-a651-5afd754e631f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:47:588-95471\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a1287690-2cc3-4f45-8285-e949a8daf325], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[61819e2e-82a8-42b8-a651-5afd754e631f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:36:49.606 [67ea542179dbf5684510f9db4b9c9a1e,4510f9db4b9c9a1e] [qtp1225114731-20]  INFO [aai-resources,67ea542179dbf5684510f9db4b9c9a1e,4510f9db4b9c9a1e] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:49.618 [67ea542179dbf5684510f9db4b9c9a1e,4510f9db4b9c9a1e] [qtp1225114731-20] DEBUG [aai-resources,67ea542179dbf5684510f9db4b9c9a1e,4510f9db4b9c9a1e] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"32998649-c4b4-4b41-90e8-f933d777ea49","status":"200","rqstDate":"250331-08:36:49:606","respDate":"250331-08:36:49:618","sourceId":"haproxy:32998649-c4b4-4b41-90e8-f933d777ea49","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:49:606-31308\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4ffa2a17-3fcb-4ddc-b642-628c5abeeb1a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[32998649-c4b4-4b41-90e8-f933d777ea49]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:36:51.626 [67ea54231c3a6b33a0aa367845ea43ba,a0aa367845ea43ba] [qtp1225114731-24]  INFO [aai-resources,67ea54231c3a6b33a0aa367845ea43ba,a0aa367845ea43ba] 1 --- [tp1225114731-24] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:51.639 [67ea54231c3a6b33a0aa367845ea43ba,a0aa367845ea43ba] [qtp1225114731-24] DEBUG [aai-resources,67ea54231c3a6b33a0aa367845ea43ba,a0aa367845ea43ba] 1 --- [tp1225114731-24] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"661c488c-b467-47e9-a449-3c6d3691a1fc","status":"200","rqstDate":"250331-08:36:51:626","respDate":"250331-08:36:51:639","sourceId":"haproxy:661c488c-b467-47e9-a449-3c6d3691a1fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:51:626-31578\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[958a2e5b-097a-4a5b-964c-26ac6044cb4a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[661c488c-b467-47e9-a449-3c6d3691a1fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:36:52.093 [67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] [qtp1225114731-20]  INFO [aai-resources,67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:52.097 [67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] [pool-404-thread-1]  INFO [aai-resources,67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] 1 --- [ol-404-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:52.098 [67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] [pool-404-thread-1]  INFO [aai-resources,67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] 1 --- [ol-404-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:52.098 [67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] [pool-404-thread-1]  INFO [aai-resources,67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] 1 --- [ol-404-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:52.098 [67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] [pool-404-thread-1]  INFO [aai-resources,67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] 1 --- [ol-404-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:52.107 [67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] [pool-404-thread-1]  INFO [aai-resources,67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] 1 --- [ol-404-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:52.108 [67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] [qtp1225114731-20] DEBUG [aai-resources,67ea54240a995f78ec6dc06a29f0e009,ec6dc06a29f0e009] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:36:52:093","respDate":"250331-08:36:52:108","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:55691/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:52:093-29235\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[47482114-e9bf-4380-bc0c-4fc306972790], Accept=[application/json], x-invocationid=[abee4b7a-5da2-43fb-b49a-0058ac14b31e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:55691], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[55691], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:52 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne" 200 1117 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:36:52.134 [67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] [qtp1225114731-25]  INFO [aai-resources,67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:52.141 [67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] [pool-405-thread-1]  INFO [aai-resources,67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] 1 --- [ol-405-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:36:52.141 [67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] [pool-405-thread-1]  INFO [aai-resources,67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] 1 --- [ol-405-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:36:52.141 [67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] [pool-405-thread-1]  INFO [aai-resources,67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] 1 --- [ol-405-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:36:52.141 [67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] [pool-405-thread-1]  INFO [aai-resources,67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] 1 --- [ol-405-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:36:52.164 [67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] [pool-405-thread-1]  INFO [aai-resources,67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] 1 --- [ol-405-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type network-technology found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/related-to/network-technologies ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:36:52.165 [67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] [pool-405-thread-1]  INFO [aai-resources,67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] 1 --- [ol-405-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:36:52.165 [67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] [qtp1225114731-25] DEBUG [aai-resources,67ea5424fe1839f69ffcd04e2496de12,9ffcd04e2496de12] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"404","rqstDate":"250331-08:36:52:134","respDate":"250331-08:36:52:165","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:55691/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/related-to/network-technologies?network-technology-name=OVS-DPDK","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:36:52:134-88593\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ce30534d-e1f9-4e36-9a92-b6eabb1cac00], Accept=[application/json], x-invocationid=[486c5728-794c-47a0-84b6-e0289346f94e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:55691], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[55691], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:52 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/related-to/network-technologies?network-technology-name=OVS-DPDK" 404 444 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:36:53.645 [67ea542572cfe3600cbc77a20599a340,0cbc77a20599a340] [qtp1225114731-20]  INFO [aai-resources,67ea542572cfe3600cbc77a20599a340,0cbc77a20599a340] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:53.655 [67ea542572cfe3600cbc77a20599a340,0cbc77a20599a340] [qtp1225114731-20] DEBUG [aai-resources,67ea542572cfe3600cbc77a20599a340,0cbc77a20599a340] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"92d4792d-4e43-4292-bbf1-d51759f7a08f","status":"200","rqstDate":"250331-08:36:53:645","respDate":"250331-08:36:53:655","sourceId":"haproxy:92d4792d-4e43-4292-bbf1-d51759f7a08f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:36:53:645-10072\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[98118c16-4f07-42ad-9131-574642a0d3cd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[92d4792d-4e43-4292-bbf1-d51759f7a08f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:36:55.662 [67ea542713e2a82713439f6a5db98d1f,13439f6a5db98d1f] [qtp1225114731-25]  INFO [aai-resources,67ea542713e2a82713439f6a5db98d1f,13439f6a5db98d1f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:55.675 [67ea542713e2a82713439f6a5db98d1f,13439f6a5db98d1f] [qtp1225114731-25] DEBUG [aai-resources,67ea542713e2a82713439f6a5db98d1f,13439f6a5db98d1f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b10f1840-7ce8-4711-af5e-b4172eaec1e4","status":"200","rqstDate":"250331-08:36:55:662","respDate":"250331-08:36:55:675","sourceId":"haproxy:b10f1840-7ce8-4711-af5e-b4172eaec1e4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:55:662-13850\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[49b8fb4a-8f46-4d05-8a11-a66f9dbf9f9c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b10f1840-7ce8-4711-af5e-b4172eaec1e4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:36:57.682 [67ea5429fe53910dc09b04e869c69463,c09b04e869c69463] [qtp1225114731-20]  INFO [aai-resources,67ea5429fe53910dc09b04e869c69463,c09b04e869c69463] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:57.693 [67ea5429fe53910dc09b04e869c69463,c09b04e869c69463] [qtp1225114731-20] DEBUG [aai-resources,67ea5429fe53910dc09b04e869c69463,c09b04e869c69463] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4f354b19-0b5e-4889-8ad3-c61f5f3e3fad","status":"200","rqstDate":"250331-08:36:57:682","respDate":"250331-08:36:57:693","sourceId":"haproxy:4f354b19-0b5e-4889-8ad3-c61f5f3e3fad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:57:682-81716\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[304ebaa0-14aa-477d-8243-f119c1002e58], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4f354b19-0b5e-4889-8ad3-c61f5f3e3fad]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:36:59.702 [67ea542b69d80b583455bda6e9dce8a8,3455bda6e9dce8a8] [qtp1225114731-25]  INFO [aai-resources,67ea542b69d80b583455bda6e9dce8a8,3455bda6e9dce8a8] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:36:59.715 [67ea542b69d80b583455bda6e9dce8a8,3455bda6e9dce8a8] [qtp1225114731-25] DEBUG [aai-resources,67ea542b69d80b583455bda6e9dce8a8,3455bda6e9dce8a8] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8142ddca-3304-40e0-b17b-139b7f5cb291","status":"200","rqstDate":"250331-08:36:59:702","respDate":"250331-08:36:59:715","sourceId":"haproxy:8142ddca-3304-40e0-b17b-139b7f5cb291","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:36:59:702-67912\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[af22250f-5fab-46ea-8883-e09cda5e7515], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8142ddca-3304-40e0-b17b-139b7f5cb291]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:36:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:37:01.722 [67ea542d48bdae9d4f361a973b17ee36,4f361a973b17ee36] [qtp1225114731-20]  INFO [aai-resources,67ea542d48bdae9d4f361a973b17ee36,4f361a973b17ee36] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:01.736 [67ea542d48bdae9d4f361a973b17ee36,4f361a973b17ee36] [qtp1225114731-20] DEBUG [aai-resources,67ea542d48bdae9d4f361a973b17ee36,4f361a973b17ee36] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a1b5410a-316e-4c34-a9af-44a428234559","status":"200","rqstDate":"250331-08:37:01:722","respDate":"250331-08:37:01:736","sourceId":"haproxy:a1b5410a-316e-4c34-a9af-44a428234559","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:01:722-33658\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b78c7a7d-e796-4ac9-9fa0-238e37cb0824], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a1b5410a-316e-4c34-a9af-44a428234559]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:37:03.743 [67ea542f28e64382e750abe6fcf43f68,e750abe6fcf43f68] [qtp1225114731-25]  INFO [aai-resources,67ea542f28e64382e750abe6fcf43f68,e750abe6fcf43f68] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:03.755 [67ea542f28e64382e750abe6fcf43f68,e750abe6fcf43f68] [qtp1225114731-25] DEBUG [aai-resources,67ea542f28e64382e750abe6fcf43f68,e750abe6fcf43f68] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0605d50e-38fc-48bf-9691-cc26f262a70f","status":"200","rqstDate":"250331-08:37:03:743","respDate":"250331-08:37:03:754","sourceId":"haproxy:0605d50e-38fc-48bf-9691-cc26f262a70f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:03:743-72157\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7b965eb9-7a1a-4238-857d-35c7f5593fac], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0605d50e-38fc-48bf-9691-cc26f262a70f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:37:05.761 [67ea5431f6fb628dfefb7fd2c488f18e,fefb7fd2c488f18e] [qtp1225114731-20]  INFO [aai-resources,67ea5431f6fb628dfefb7fd2c488f18e,fefb7fd2c488f18e] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:05.776 [67ea5431f6fb628dfefb7fd2c488f18e,fefb7fd2c488f18e] [qtp1225114731-20] DEBUG [aai-resources,67ea5431f6fb628dfefb7fd2c488f18e,fefb7fd2c488f18e] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"94d98eb1-7f12-4b55-8323-3e0b0c714d83","status":"200","rqstDate":"250331-08:37:05:761","respDate":"250331-08:37:05:776","sourceId":"haproxy:94d98eb1-7f12-4b55-8323-3e0b0c714d83","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:05:761-10170\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b1aa3564-074e-4ca3-a99e-606e5c22621a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[94d98eb1-7f12-4b55-8323-3e0b0c714d83]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:37:07.782 [67ea5433a3bc0778cae8181ba70a123d,cae8181ba70a123d] [qtp1225114731-25]  INFO [aai-resources,67ea5433a3bc0778cae8181ba70a123d,cae8181ba70a123d] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:07.796 [67ea5433a3bc0778cae8181ba70a123d,cae8181ba70a123d] [qtp1225114731-25] DEBUG [aai-resources,67ea5433a3bc0778cae8181ba70a123d,cae8181ba70a123d] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9bb31327-374f-47d7-b42b-067bd43fdcd1","status":"200","rqstDate":"250331-08:37:07:782","respDate":"250331-08:37:07:796","sourceId":"haproxy:9bb31327-374f-47d7-b42b-067bd43fdcd1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:07:782-37016\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6c70b34b-40ba-48d6-97e5-255cb50fee08], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9bb31327-374f-47d7-b42b-067bd43fdcd1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:37:09.802 [67ea54359a2b53983a83daf80aade160,3a83daf80aade160] [qtp1225114731-20]  INFO [aai-resources,67ea54359a2b53983a83daf80aade160,3a83daf80aade160] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:09.820 [67ea54359a2b53983a83daf80aade160,3a83daf80aade160] [qtp1225114731-20] DEBUG [aai-resources,67ea54359a2b53983a83daf80aade160,3a83daf80aade160] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d1d1914d-fb9e-474e-92af-e42e9edbaede","status":"200","rqstDate":"250331-08:37:09:802","respDate":"250331-08:37:09:820","sourceId":"haproxy:d1d1914d-fb9e-474e-92af-e42e9edbaede","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:09:802-8517\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ac0770ed-0eb1-472c-9d88-869829f3ce8d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d1d1914d-fb9e-474e-92af-e42e9edbaede]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:37:11.827 [67ea5437b17411324961aafff8870c80,4961aafff8870c80] [qtp1225114731-25]  INFO [aai-resources,67ea5437b17411324961aafff8870c80,4961aafff8870c80] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:11.838 [67ea5437b17411324961aafff8870c80,4961aafff8870c80] [qtp1225114731-25] DEBUG [aai-resources,67ea5437b17411324961aafff8870c80,4961aafff8870c80] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"59bc9105-399a-471e-b718-c70a8c34ca72","status":"200","rqstDate":"250331-08:37:11:827","respDate":"250331-08:37:11:838","sourceId":"haproxy:59bc9105-399a-471e-b718-c70a8c34ca72","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:11:827-52793\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5b278069-418f-4c10-926b-c2ab3f2cfe16], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[59bc9105-399a-471e-b718-c70a8c34ca72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:37:13.844 [67ea5439c5f2d471e0cd84409ff4f8b6,e0cd84409ff4f8b6] [qtp1225114731-20]  INFO [aai-resources,67ea5439c5f2d471e0cd84409ff4f8b6,e0cd84409ff4f8b6] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:13.863 [67ea5439c5f2d471e0cd84409ff4f8b6,e0cd84409ff4f8b6] [qtp1225114731-20] DEBUG [aai-resources,67ea5439c5f2d471e0cd84409ff4f8b6,e0cd84409ff4f8b6] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a8658364-604f-40cc-9d1d-f84753407969","status":"200","rqstDate":"250331-08:37:13:844","respDate":"250331-08:37:13:863","sourceId":"haproxy:a8658364-604f-40cc-9d1d-f84753407969","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:13:844-32724\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4ca4652f-ec18-4b08-9aa9-4c48cf944955], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a8658364-604f-40cc-9d1d-f84753407969]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:37:15.870 [67ea543b9c71e49f262533bd5a08ba99,262533bd5a08ba99] [qtp1225114731-25]  INFO [aai-resources,67ea543b9c71e49f262533bd5a08ba99,262533bd5a08ba99] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:15.882 [67ea543b9c71e49f262533bd5a08ba99,262533bd5a08ba99] [qtp1225114731-25] DEBUG [aai-resources,67ea543b9c71e49f262533bd5a08ba99,262533bd5a08ba99] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c4a9ce9-e71d-4452-9e1d-78ae98d277f3","status":"200","rqstDate":"250331-08:37:15:870","respDate":"250331-08:37:15:882","sourceId":"haproxy:7c4a9ce9-e71d-4452-9e1d-78ae98d277f3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:15:870-88856\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[41ce1849-58aa-4db8-9d74-507b82f153d1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c4a9ce9-e71d-4452-9e1d-78ae98d277f3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:37:17.889 [67ea543d0659a88e2532cadc343c7112,2532cadc343c7112] [qtp1225114731-20]  INFO [aai-resources,67ea543d0659a88e2532cadc343c7112,2532cadc343c7112] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:17.904 [67ea543d0659a88e2532cadc343c7112,2532cadc343c7112] [qtp1225114731-20] DEBUG [aai-resources,67ea543d0659a88e2532cadc343c7112,2532cadc343c7112] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"86f421dc-88c1-4f25-ace9-9384285feaba","status":"200","rqstDate":"250331-08:37:17:889","respDate":"250331-08:37:17:904","sourceId":"haproxy:86f421dc-88c1-4f25-ace9-9384285feaba","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:17:889-36710\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[35e48b21-e284-46d8-a847-069c0a3d7e50], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[86f421dc-88c1-4f25-ace9-9384285feaba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:37:19.912 [67ea543faba2a22b3ee28d0af63abe2c,3ee28d0af63abe2c] [qtp1225114731-25]  INFO [aai-resources,67ea543faba2a22b3ee28d0af63abe2c,3ee28d0af63abe2c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:19.921 [67ea543faba2a22b3ee28d0af63abe2c,3ee28d0af63abe2c] [qtp1225114731-25] DEBUG [aai-resources,67ea543faba2a22b3ee28d0af63abe2c,3ee28d0af63abe2c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"24f43fc5-ef6b-4eef-89fc-6e7e589372e6","status":"200","rqstDate":"250331-08:37:19:912","respDate":"250331-08:37:19:921","sourceId":"haproxy:24f43fc5-ef6b-4eef-89fc-6e7e589372e6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:19:912-19509\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[77136193-e126-4b4b-bd5f-e62ca9c58408], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[24f43fc5-ef6b-4eef-89fc-6e7e589372e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:37:21.928 [67ea54415b2e2bc607a7bd1f796c6a88,07a7bd1f796c6a88] [qtp1225114731-20]  INFO [aai-resources,67ea54415b2e2bc607a7bd1f796c6a88,07a7bd1f796c6a88] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:21.941 [67ea54415b2e2bc607a7bd1f796c6a88,07a7bd1f796c6a88] [qtp1225114731-20] DEBUG [aai-resources,67ea54415b2e2bc607a7bd1f796c6a88,07a7bd1f796c6a88] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"304bb23b-e599-4f03-a4f7-7e2ae279a297","status":"200","rqstDate":"250331-08:37:21:928","respDate":"250331-08:37:21:941","sourceId":"haproxy:304bb23b-e599-4f03-a4f7-7e2ae279a297","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:21:928-81829\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e0c7214e-b1e9-4054-a70f-de4b9cb3e34f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[304bb23b-e599-4f03-a4f7-7e2ae279a297]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:37:23.949 [67ea544341e97828cc3c4a0f70f434fa,cc3c4a0f70f434fa] [qtp1225114731-25]  INFO [aai-resources,67ea544341e97828cc3c4a0f70f434fa,cc3c4a0f70f434fa] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:23.963 [67ea544341e97828cc3c4a0f70f434fa,cc3c4a0f70f434fa] [qtp1225114731-25] DEBUG [aai-resources,67ea544341e97828cc3c4a0f70f434fa,cc3c4a0f70f434fa] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"07946d40-f6a8-4147-92fb-fffdcfa4ae78","status":"200","rqstDate":"250331-08:37:23:949","respDate":"250331-08:37:23:963","sourceId":"haproxy:07946d40-f6a8-4147-92fb-fffdcfa4ae78","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:23:949-50351\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3e96e47c-dcfd-459c-ae07-ac57855802c6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[07946d40-f6a8-4147-92fb-fffdcfa4ae78]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:37:25.971 [67ea5445616cfafc881d68aeb8c1a36a,881d68aeb8c1a36a] [qtp1225114731-20]  INFO [aai-resources,67ea5445616cfafc881d68aeb8c1a36a,881d68aeb8c1a36a] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:25.984 [67ea5445616cfafc881d68aeb8c1a36a,881d68aeb8c1a36a] [qtp1225114731-20] DEBUG [aai-resources,67ea5445616cfafc881d68aeb8c1a36a,881d68aeb8c1a36a] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f7f3e142-0162-4656-86c8-b0a07accdf08","status":"200","rqstDate":"250331-08:37:25:971","respDate":"250331-08:37:25:984","sourceId":"haproxy:f7f3e142-0162-4656-86c8-b0a07accdf08","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:25:971-68322\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[224111b7-5b96-47ba-a469-5b3d1340d3b9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f7f3e142-0162-4656-86c8-b0a07accdf08]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:37:27.992 [67ea544760cc389863ba01021614d5ea,63ba01021614d5ea] [qtp1225114731-25]  INFO [aai-resources,67ea544760cc389863ba01021614d5ea,63ba01021614d5ea] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:28.005 [67ea544760cc389863ba01021614d5ea,63ba01021614d5ea] [qtp1225114731-25] DEBUG [aai-resources,67ea544760cc389863ba01021614d5ea,63ba01021614d5ea] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"02dbac8f-d588-49dc-ab58-85ad08a211ae","status":"200","rqstDate":"250331-08:37:27:993","respDate":"250331-08:37:28:005","sourceId":"haproxy:02dbac8f-d588-49dc-ab58-85ad08a211ae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:27:993-41992\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b6d7cb09-8fe8-46a0-902f-f40046760808], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[02dbac8f-d588-49dc-ab58-85ad08a211ae]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:37:28.421 [67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] [qtp1225114731-20]  INFO [aai-resources,67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:28.428 [67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] [pool-406-thread-1]  INFO [aai-resources,67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] 1 --- [ol-406-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:28.428 [67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] [pool-406-thread-1]  INFO [aai-resources,67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] 1 --- [ol-406-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:28.428 [67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] [pool-406-thread-1]  INFO [aai-resources,67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] 1 --- [ol-406-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:28.428 [67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] [pool-406-thread-1]  INFO [aai-resources,67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] 1 --- [ol-406-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:28.447 [67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] [pool-406-thread-1]  INFO [aai-resources,67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] 1 --- [ol-406-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type image found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:37:28.447 [67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] [pool-406-thread-1]  INFO [aai-resources,67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] 1 --- [ol-406-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:28.448 [67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] [qtp1225114731-20] DEBUG [aai-resources,67ea54484baafe4007b13e76b68287f2,07b13e76b68287f2] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"404","rqstDate":"250331-08:37:28:421","respDate":"250331-08:37:28:448","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:34433/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee?format=count&resultIndex=0&resultSize=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:28:421-20039\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4bb8c1c3-680b-4252-bfb0-a5840c41b5f0], Accept=[application/json], x-invocationid=[ee056806-44d2-4669-a47a-fb8e5132bf9f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:34433], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:28 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee?format=count&resultIndex=0&resultSize=1" 404 467 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:37:28.551 [67ea54482eaea26d443ebe178de42696,443ebe178de42696] [qtp1225114731-25]  INFO [aai-resources,67ea54482eaea26d443ebe178de42696,443ebe178de42696] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:28.557 [67ea54482eaea26d443ebe178de42696,443ebe178de42696] [pool-407-thread-1]  INFO [aai-resources,67ea54482eaea26d443ebe178de42696,443ebe178de42696] 1 --- [ol-407-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:28.557 [67ea54482eaea26d443ebe178de42696,443ebe178de42696] [pool-407-thread-1]  INFO [aai-resources,67ea54482eaea26d443ebe178de42696,443ebe178de42696] 1 --- [ol-407-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:28.557 [67ea54482eaea26d443ebe178de42696,443ebe178de42696] [pool-407-thread-1]  INFO [aai-resources,67ea54482eaea26d443ebe178de42696,443ebe178de42696] 1 --- [ol-407-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:28.557 [67ea54482eaea26d443ebe178de42696,443ebe178de42696] [pool-407-thread-1]  INFO [aai-resources,67ea54482eaea26d443ebe178de42696,443ebe178de42696] 1 --- [ol-407-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:28.563 [67ea54482eaea26d443ebe178de42696,443ebe178de42696] [pool-407-thread-1]  INFO [aai-resources,67ea54482eaea26d443ebe178de42696,443ebe178de42696] 1 --- [ol-407-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type flavor found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:37:28.563 [67ea54482eaea26d443ebe178de42696,443ebe178de42696] [pool-407-thread-1]  INFO [aai-resources,67ea54482eaea26d443ebe178de42696,443ebe178de42696] 1 --- [ol-407-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:28.564 [67ea54482eaea26d443ebe178de42696,443ebe178de42696] [qtp1225114731-25] DEBUG [aai-resources,67ea54482eaea26d443ebe178de42696,443ebe178de42696] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"404","rqstDate":"250331-08:37:28:551","respDate":"250331-08:37:28:564","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:34433/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b?format=count&resultIndex=0&resultSize=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:28:551-59722\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d22eb395-45cc-4d66-ab8f-5b427d292030], Accept=[application/json], x-invocationid=[73119619-d64e-4a96-b9ff-6cd6959f75c5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:34433], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:28 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b?format=count&resultIndex=0&resultSize=1" 404 472 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:37:29.128 [67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] [qtp1225114731-20]  INFO [aai-resources,67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:29.135 [67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] [pool-408-thread-1]  INFO [aai-resources,67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] 1 --- [ol-408-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:29.135 [67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] [pool-408-thread-1]  INFO [aai-resources,67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] 1 --- [ol-408-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:29.135 [67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] [pool-408-thread-1]  INFO [aai-resources,67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] 1 --- [ol-408-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:29.135 [67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] [pool-408-thread-1]  INFO [aai-resources,67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] 1 --- [ol-408-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:29.142 [67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] [pool-408-thread-1]  INFO [aai-resources,67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] 1 --- [ol-408-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type vserver found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:37:29.142 [67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] [pool-408-thread-1]  INFO [aai-resources,67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] 1 --- [ol-408-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:29.143 [67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] [qtp1225114731-20] DEBUG [aai-resources,67ea54494a5ec6710c0b7c13709c26c1,0c0b7c13709c26c1] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"404","rqstDate":"250331-08:37:29:129","respDate":"250331-08:37:29:143","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:34433/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262?format=count&resultIndex=0&resultSize=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:29:129-44930\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7b442959-4e77-4b37-bd8e-088dfbac512c], Accept=[application/json], x-invocationid=[4fee7d71-d7cd-4318-898b-161780c7a18c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:34433], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:29 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262?format=count&resultIndex=0&resultSize=1" 404 573 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:37:29.631 [67ea54494d79d7844086d989a920afb5,4086d989a920afb5] [qtp1225114731-25]  INFO [aai-resources,67ea54494d79d7844086d989a920afb5,4086d989a920afb5] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:29.639 [67ea54494d79d7844086d989a920afb5,4086d989a920afb5] [pool-409-thread-1]  INFO [aai-resources,67ea54494d79d7844086d989a920afb5,4086d989a920afb5] 1 --- [ol-409-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:29.639 [67ea54494d79d7844086d989a920afb5,4086d989a920afb5] [pool-409-thread-1]  INFO [aai-resources,67ea54494d79d7844086d989a920afb5,4086d989a920afb5] 1 --- [ol-409-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:29.639 [67ea54494d79d7844086d989a920afb5,4086d989a920afb5] [pool-409-thread-1]  INFO [aai-resources,67ea54494d79d7844086d989a920afb5,4086d989a920afb5] 1 --- [ol-409-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:29.640 [67ea54494d79d7844086d989a920afb5,4086d989a920afb5] [pool-409-thread-1]  INFO [aai-resources,67ea54494d79d7844086d989a920afb5,4086d989a920afb5] 1 --- [ol-409-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:29.649 [67ea54494d79d7844086d989a920afb5,4086d989a920afb5] [pool-409-thread-1]  INFO [aai-resources,67ea54494d79d7844086d989a920afb5,4086d989a920afb5] 1 --- [ol-409-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type l-interface found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262/l-interfaces/l-interface/port__basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0_CI2f ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:37:29.651 [67ea54494d79d7844086d989a920afb5,4086d989a920afb5] [pool-409-thread-1]  INFO [aai-resources,67ea54494d79d7844086d989a920afb5,4086d989a920afb5] 1 --- [ol-409-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:29.651 [67ea54494d79d7844086d989a920afb5,4086d989a920afb5] [qtp1225114731-25] DEBUG [aai-resources,67ea54494d79d7844086d989a920afb5,4086d989a920afb5] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"404","rqstDate":"250331-08:37:29:631","respDate":"250331-08:37:29:651","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:34433/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262/l-interfaces/l-interface/port__basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0_CI2f?format=count&resultIndex=0&resultSize=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:29:631-85590\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[473b408f-230d-403a-94ff-5fdeb0d07f1e], Accept=[application/json], x-invocationid=[de328318-80b2-48d7-bb09-5aa1625ee6d9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:34433], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:29 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262/l-interfaces/l-interface/port__basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0_CI2f?format=count&resultIndex=0&resultSize=1" 404 753 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:37:29.987 [67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] [qtp1225114731-20]  INFO [aai-resources,67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:29.995 [67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] [pool-410-thread-1]  INFO [aai-resources,67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] 1 --- [ol-410-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:29.995 [67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] [pool-410-thread-1]  INFO [aai-resources,67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] 1 --- [ol-410-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:29.995 [67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] [pool-410-thread-1]  INFO [aai-resources,67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] 1 --- [ol-410-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:29.995 [67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] [pool-410-thread-1]  INFO [aai-resources,67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] 1 --- [ol-410-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:30.003 [67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] [pool-410-thread-1]  INFO [aai-resources,67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] 1 --- [ol-410-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type l3-interface-ipv4-address-list found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262/l-interfaces/l-interface/port__basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0_CI2f/l3-interface-ipv4-address-list/192.168.13.175 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:37:30.003 [67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] [pool-410-thread-1]  INFO [aai-resources,67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] 1 --- [ol-410-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:30.004 [67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] [qtp1225114731-20] DEBUG [aai-resources,67ea544944cf7120fdbb96ad23b5bd4b,fdbb96ad23b5bd4b] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"404","rqstDate":"250331-08:37:29:987","respDate":"250331-08:37:30:004","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:34433/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262/l-interfaces/l-interface/port__basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0_CI2f/l3-interface-ipv4-address-list/192.168.13.175?format=count&resultIndex=0&resultSize=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:29:987-14980\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f76a1e0d-458f-4843-959e-d50ab1d0ebbe], Accept=[application/json], x-invocationid=[4ac5b0d9-8811-4b93-b559-925d5cf6ee0d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:34433], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:30 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262/l-interfaces/l-interface/port__basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0_CI2f/l3-interface-ipv4-address-list/192.168.13.175?format=count&resultIndex=0&resultSize=1" 404 864 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:37:30.012 [67ea544af53a9f5e397549f530e6e5ab,397549f530e6e5ab] [qtp1225114731-25]  INFO [aai-resources,67ea544af53a9f5e397549f530e6e5ab,397549f530e6e5ab] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:30.023 [67ea544af53a9f5e397549f530e6e5ab,397549f530e6e5ab] [qtp1225114731-25] DEBUG [aai-resources,67ea544af53a9f5e397549f530e6e5ab,397549f530e6e5ab] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8cf1f63a-bc44-4913-8e26-6b062b0ea432","status":"200","rqstDate":"250331-08:37:30:012","respDate":"250331-08:37:30:023","sourceId":"haproxy:8cf1f63a-bc44-4913-8e26-6b062b0ea432","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:30:012-40362\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae4c74b3-95e4-41ae-933e-a3142172a475], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8cf1f63a-bc44-4913-8e26-6b062b0ea432]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:37:30.215 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:30.301 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:30.301 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:30.301 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:30.301 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:30.454 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:30.454 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:30.710 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:30.710 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:30.934 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:30.934 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:31.190 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:31.191 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:31.280 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:31.863 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20]  INFO [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] o.o.a.r.b.BulkSingleTransactionConsumer  : Successfully committed the transaction to the database
2025-03-31 08:37:31.866 [67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] [qtp1225114731-20] DEBUG [aai-resources,67ea544a91a68dbd862b5cfb529079db,862b5cfb529079db] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"201","rqstDate":"250331-08:37:30:215","respDate":"250331-08:37:31:865","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:34433/aai/v24/bulk/single-transaction","resourceType":"POST","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:30:215-55491\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[24b722b5-7b4b-4829-b565-6d10f27f35d7], Accept=[application/json], x-invocationid=[50c573b4-a044-4505-bc8a-d19621895ffa], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:34433], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], Content-Length=[3153], Content-Type=[application/json]}\",\"Payload\":\"{\\\"operations\\\":[{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee\\\",\\\"body\\\":{\\\"image-id\\\":\\\"5b59f38b-3eee-404c-9a75-2f3d2d8731ee\\\",\\\"image-name\\\":\\\"Ubuntu_2004\\\",\\\"image-os-distro\\\":\\\"unknown\\\",\\\"image-os-version\\\":\\\"unknown\\\",\\\"image-selflink\\\":\\\"http://127.0.0.1:5503/v2.1/images/5b59f38b-3eee-404c-9a75-2f3d2d8731ee\\\"}},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b\\\",\\\"body\\\":{\\\"flavor-id\\\":\\\"b6604007-188a-45ad-986d-f9db6b57c39b\\\",\\\"flavor-name\\\":\\\"m1.small\\\",\\\"flavor-vcpus\\\":1,\\\"flavor-ram\\\":2048,\\\"flavor-disk\\\":20,\\\"flavor-ephemeral\\\":0,\\\"flavor-swap\\\":\\\"0\\\",\\\"flavor-is-public\\\":true,\\\"flavor-selflink\\\":\\\"http://127.0.0.1:5503/v2.1/flavors/b6604007-188a-45ad-986d-f9db6b57c39b\\\",\\\"flavor-disabled\\\":false}},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262\\\",\\\"body\\\":{\\\"vserver-id\\\":\\\"efeef322-f110-4202-b470-e96335781262\\\",\\\"vserver-name\\\":\\\"Ubuntu20\\\",\\\"vserver-name2\\\":\\\"Ubuntu20\\\",\\\"vserver-selflink\\\":\\\"http://127.0.0.1:5503/v2.1/servers/efeef322-f110-4202-b470-e96335781262\\\",\\\"in-maint\\\":false,\\\"is-closed-loop-disabled\\\":false,\\\"relationship-list\\\":{\\\"relationship\\\":[{\\\"related-link\\\":\\\"/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc\\\"},{\\\"related-link\\\":\\\"/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd\\\"},{\\\"related-link\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee\\\"},{\\\"related-link\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b\\\"}]}}},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262/l-interfaces/l-interface/port__basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0_CI2f\\\",\\\"body\\\":{\\\"interface-name\\\":\\\"port__basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0_CI2f\\\",\\\"interface-role\\\":\\\"normal\\\",\\\"interface-id\\\":\\\"bd02e8d6-f6ca-46eb-86a8-f01c21275b55\\\",\\\"macaddr\\\":\\\"fa:16:3e:c9:02:b5\\\",\\\"network-name\\\":\\\"admin-daily-master-sm\\\",\\\"interface-type\\\":\\\"OVS\\\",\\\"is-port-mirrored\\\":false,\\\"in-maint\\\":false,\\\"is-ip-unnumbered\\\":false,\\\"l2-multicasting\\\":false,\\\"relationship-list\\\":{}}},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262/l-interfaces/l-interface/port__basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0_CI2f/l3-interface-ipv4-address-list/192.168.13.175\\\",\\\"body\\\":{\\\"l3-interface-ipv4-address\\\":\\\"192.168.13.175\\\",\\\"l3-interface-ipv4-prefix-length\\\":24,\\\"is-floating\\\":false,\\\"neutron-network-id\\\":\\\"e63f52f0-cb3c-4500-9b95-ef90d9d64a6e\\\",\\\"neutron-subnet-id\\\":\\\"38484739-0ccc-47e4-805e-57c5b3972284\\\"}}]}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:37:30:215-55491\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:37:30:215-55491]}\",\"Entity\":\"{\\\"operation-responses\\\":[{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee\\\",\\\"response-status-code\\\":201,\\\"response-body\\\":null},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b\\\",\\\"response-status-code\\\":201,\\\"response-body\\\":null},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262\\\",\\\"response-status-code\\\":201,\\\"response-body\\\":null},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262/l-interfaces/l-interface/port__basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0_CI2f\\\",\\\"response-status-code\\\":201,\\\"response-body\\\":null},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262/l-interfaces/l-interface/port__basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084_vnf_0_CI2f/l3-interface-ipv4-address-list/192.168.13.175\\\",\\\"response-status-code\\\":201,\\\"response-body\\\":null}]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:31 +0000] "POST /aai/v24/bulk/single-transaction" 201 1415 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 1656 - "logType": "access"
2025-03-31 08:37:31.969 [67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] [qtp1225114731-25]  INFO [aai-resources,67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:31.976 [67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] [qtp1225114731-25]  INFO [aai-resources,67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:31.976 [67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] [qtp1225114731-25]  INFO [aai-resources,67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:31.976 [67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] [qtp1225114731-25]  INFO [aai-resources,67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:31.976 [67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] [qtp1225114731-25]  INFO [aai-resources,67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:32.029 [67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] [qtp1225114731-25]  INFO [aai-resources,67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:32.030 [67ea544c7180ad1aa72cc5398fa909e5,a72cc5398fa909e5] [qtp1225114731-22]  INFO [aai-resources,67ea544c7180ad1aa72cc5398fa909e5,a72cc5398fa909e5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:32.050 [67ea544c7180ad1aa72cc5398fa909e5,a72cc5398fa909e5] [qtp1225114731-22] DEBUG [aai-resources,67ea544c7180ad1aa72cc5398fa909e5,a72cc5398fa909e5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b7e65329-f07a-4416-8d47-16395c4126d8","status":"200","rqstDate":"250331-08:37:32:030","respDate":"250331-08:37:32:050","sourceId":"haproxy:b7e65329-f07a-4416-8d47-16395c4126d8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:32:030-48576\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[09374fba-9fae-4605-94c3-38bd72669cd2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b7e65329-f07a-4416-8d47-16395c4126d8]}\"}"}
2025-03-31 08:37:32.050 [67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] [qtp1225114731-25] DEBUG [aai-resources,67ea544b5a1a2b74f7667d744d7fffa1,f7667d744d7fffa1] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:31:969","respDate":"250331-08:37:32:050","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:31:969-63403\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[36ce0338-0984-4039-a636-90520769583e], Accept=[application/json], x-invocationid=[6d190708-589b-48ff-86f4-0d475135af7f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], Content-Length=[156], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"de075996-af8b-4ffe-adde-568e572468fd\\\",\\\"heat-stack-id\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084/35332909-dd58-4f15-9e79-b0f002be0486\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:37:31:969-63403\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[245920], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:37:31:969-63403]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [31/Mar/2025:08:37:32 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd" 200 0 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 83 - "logType": "access"
2025-03-31 08:37:32.075 [67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] [qtp1225114731-20]  INFO [aai-resources,67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:32.080 [67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] [qtp1225114731-20]  INFO [aai-resources,67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:32.080 [67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] [qtp1225114731-20]  INFO [aai-resources,67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:32.080 [67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] [qtp1225114731-20]  INFO [aai-resources,67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:32.080 [67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] [qtp1225114731-20]  INFO [aai-resources,67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:32.117 [67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] [qtp1225114731-20]  INFO [aai-resources,67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:32.137 [67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] [qtp1225114731-20] DEBUG [aai-resources,67ea544c0dbd0c7be465e3ac6e46052e,e465e3ac6e46052e] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:32:075","respDate":"250331-08:37:32:137","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:32:075-49605\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[9ee7904c-795d-4ddf-b037-7880205eac46], Accept=[application/json], x-invocationid=[9562831d-8b67-4859-b362-1499de94415c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], Content-Length=[88], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"de075996-af8b-4ffe-adde-568e572468fd\\\",\\\"orchestration-status\\\":\\\"Created\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:37:32:075-49605\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[245920], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:37:32:075-49605]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:32 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd" 200 0 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 64 - "logType": "access"
2025-03-31 08:37:34.056 [67ea544eaad018599f3c00e062c465bc,9f3c00e062c465bc] [qtp1225114731-25]  INFO [aai-resources,67ea544eaad018599f3c00e062c465bc,9f3c00e062c465bc] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:34.071 [67ea544eaad018599f3c00e062c465bc,9f3c00e062c465bc] [qtp1225114731-25] DEBUG [aai-resources,67ea544eaad018599f3c00e062c465bc,9f3c00e062c465bc] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d09e3978-1eab-4ac6-b6b9-643791201857","status":"200","rqstDate":"250331-08:37:34:056","respDate":"250331-08:37:34:071","sourceId":"haproxy:d09e3978-1eab-4ac6-b6b9-643791201857","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:34:056-58009\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a77d0464-47eb-4010-bc4e-b7d7f2222f06], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d09e3978-1eab-4ac6-b6b9-643791201857]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:37:36.078 [67ea545014bf4bc9e7384e39cffb5111,e7384e39cffb5111] [qtp1225114731-20]  INFO [aai-resources,67ea545014bf4bc9e7384e39cffb5111,e7384e39cffb5111] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:36.089 [67ea545014bf4bc9e7384e39cffb5111,e7384e39cffb5111] [qtp1225114731-20] DEBUG [aai-resources,67ea545014bf4bc9e7384e39cffb5111,e7384e39cffb5111] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"158dc892-545b-49c0-803d-b59f3caf0ef6","status":"200","rqstDate":"250331-08:37:36:078","respDate":"250331-08:37:36:089","sourceId":"haproxy:158dc892-545b-49c0-803d-b59f3caf0ef6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:36:078-31992\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[848c7b2e-5092-4c80-839e-7eb47f65061c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[158dc892-545b-49c0-803d-b59f3caf0ef6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:37:37.602 [67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] [qtp1225114731-25]  INFO [aai-resources,67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:37.606 [67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] [pool-411-thread-1]  INFO [aai-resources,67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] 1 --- [ol-411-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:37.606 [67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] [pool-411-thread-1]  INFO [aai-resources,67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] 1 --- [ol-411-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:37.607 [67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] [pool-411-thread-1]  INFO [aai-resources,67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] 1 --- [ol-411-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:37.607 [67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] [pool-411-thread-1]  INFO [aai-resources,67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] 1 --- [ol-411-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:37.609 [67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] [pool-411-thread-1]  INFO [aai-resources,67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] 1 --- [ol-411-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:37.610 [67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] [qtp1225114731-25] DEBUG [aai-resources,67ea5451ce3b33233c0251416be20b48,3c0251416be20b48] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:37:602","respDate":"250331-08:37:37:610","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:37:602-81392\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d8d3dbf3-e810-4f11-ab2e-c35ce3b12cd5], Accept=[application/json], x-invocationid=[e4945f5b-2c7e-4dfa-9a9c-9a3a1b091362], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:37 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:37:37.631 [67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] [qtp1225114731-20]  INFO [aai-resources,67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:37.635 [67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] [pool-412-thread-1]  INFO [aai-resources,67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] 1 --- [ol-412-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:37.635 [67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] [pool-412-thread-1]  INFO [aai-resources,67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] 1 --- [ol-412-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:37.635 [67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] [pool-412-thread-1]  INFO [aai-resources,67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] 1 --- [ol-412-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:37.636 [67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] [pool-412-thread-1]  INFO [aai-resources,67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] 1 --- [ol-412-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:37.643 [67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] [pool-412-thread-1]  INFO [aai-resources,67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] 1 --- [ol-412-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:37.644 [67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] [qtp1225114731-20] DEBUG [aai-resources,67ea5451faddc9cf6bf4ad0627a18ac6,6bf4ad0627a18ac6] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:37:631","respDate":"250331-08:37:37:643","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:37:631-90136\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[38f7732e-505b-4d2f-905a-97ada46ce308], Accept=[application/json], x-invocationid=[37d826aa-d004-4e4a-8ec7-1916793ff488], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:37 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1627 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:37:37.705 [67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] [qtp1225114731-25]  INFO [aai-resources,67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:37.711 [67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] [pool-413-thread-1]  INFO [aai-resources,67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] 1 --- [ol-413-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:37.711 [67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] [pool-413-thread-1]  INFO [aai-resources,67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] 1 --- [ol-413-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:37.711 [67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] [pool-413-thread-1]  INFO [aai-resources,67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] 1 --- [ol-413-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:37.711 [67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] [pool-413-thread-1]  INFO [aai-resources,67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] 1 --- [ol-413-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:37.713 [67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] [pool-413-thread-1]  INFO [aai-resources,67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] 1 --- [ol-413-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:37.713 [67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] [qtp1225114731-25] DEBUG [aai-resources,67ea54519aa33a356e123dd0d2b4f0e2,6e123dd0d2b4f0e2] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:37:705","respDate":"250331-08:37:37:713","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:37:705-49933\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d61fe0fe-2378-41ec-a9ff-7291af21cbc6], Accept=[application/json], x-invocationid=[baa8b714-0f85-4777-a8e8-d7eeac75cb47], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:37 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:37:37.740 [67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] [qtp1225114731-20]  INFO [aai-resources,67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:37.744 [67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] [pool-414-thread-1]  INFO [aai-resources,67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] 1 --- [ol-414-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:37.744 [67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] [pool-414-thread-1]  INFO [aai-resources,67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] 1 --- [ol-414-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:37.744 [67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] [pool-414-thread-1]  INFO [aai-resources,67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] 1 --- [ol-414-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:37.744 [67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] [pool-414-thread-1]  INFO [aai-resources,67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] 1 --- [ol-414-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:37.746 [67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] [pool-414-thread-1]  INFO [aai-resources,67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] 1 --- [ol-414-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:37.746 [67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] [qtp1225114731-20] DEBUG [aai-resources,67ea54516ed4f97ae5ecaa33041d06d1,e5ecaa33041d06d1] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:37:740","respDate":"250331-08:37:37:746","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:37:740-77380\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ebd85bf4-b8e3-4077-bd0e-ec042e304656], Accept=[application/json], x-invocationid=[59b0ace8-20c1-4181-8e2b-19e49588854c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:37 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:37:37.769 [67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] [qtp1225114731-25]  INFO [aai-resources,67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:37.772 [67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] [pool-415-thread-1]  INFO [aai-resources,67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] 1 --- [ol-415-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:37.772 [67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] [pool-415-thread-1]  INFO [aai-resources,67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] 1 --- [ol-415-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:37.772 [67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] [pool-415-thread-1]  INFO [aai-resources,67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] 1 --- [ol-415-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:37.772 [67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] [pool-415-thread-1]  INFO [aai-resources,67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] 1 --- [ol-415-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:37.821 [67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] [pool-415-thread-1]  INFO [aai-resources,67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] 1 --- [ol-415-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:37.821 [67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] [qtp1225114731-25] DEBUG [aai-resources,67ea5451ed312dab6a407fee79be8f5d,6a407fee79be8f5d] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:37:769","respDate":"250331-08:37:37:821","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:37:769-96689\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[05777253-356f-447d-90c3-9224b5830fd9], Accept=[application/json], x-invocationid=[96debdf6-cbf3-4538-87e9-62c6f7d1e4e9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:37 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 6225 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 54 - "logType": "access"
2025-03-31 08:37:37.851 [67ea545193b95e2a5437babccb29d258,5437babccb29d258] [qtp1225114731-20]  INFO [aai-resources,67ea545193b95e2a5437babccb29d258,5437babccb29d258] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:37.855 [67ea545193b95e2a5437babccb29d258,5437babccb29d258] [pool-416-thread-1]  INFO [aai-resources,67ea545193b95e2a5437babccb29d258,5437babccb29d258] 1 --- [ol-416-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:37.855 [67ea545193b95e2a5437babccb29d258,5437babccb29d258] [pool-416-thread-1]  INFO [aai-resources,67ea545193b95e2a5437babccb29d258,5437babccb29d258] 1 --- [ol-416-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:37.855 [67ea545193b95e2a5437babccb29d258,5437babccb29d258] [pool-416-thread-1]  INFO [aai-resources,67ea545193b95e2a5437babccb29d258,5437babccb29d258] 1 --- [ol-416-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:37.855 [67ea545193b95e2a5437babccb29d258,5437babccb29d258] [pool-416-thread-1]  INFO [aai-resources,67ea545193b95e2a5437babccb29d258,5437babccb29d258] 1 --- [ol-416-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:37.857 [67ea545193b95e2a5437babccb29d258,5437babccb29d258] [pool-416-thread-1]  INFO [aai-resources,67ea545193b95e2a5437babccb29d258,5437babccb29d258] 1 --- [ol-416-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:37.858 [67ea545193b95e2a5437babccb29d258,5437babccb29d258] [qtp1225114731-20] DEBUG [aai-resources,67ea545193b95e2a5437babccb29d258,5437babccb29d258] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:37:851","respDate":"250331-08:37:37:857","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:37:851-62002\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[938659f1-c29b-417f-8f8e-65925c691aa8], Accept=[application/json], x-invocationid=[25d9c499-be3b-4154-bdac-7712818e207a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:37 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:37:37.883 [67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] [qtp1225114731-25]  INFO [aai-resources,67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:37.886 [67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] [pool-417-thread-1]  INFO [aai-resources,67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] 1 --- [ol-417-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:37.886 [67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] [pool-417-thread-1]  INFO [aai-resources,67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] 1 --- [ol-417-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:37.886 [67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] [pool-417-thread-1]  INFO [aai-resources,67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] 1 --- [ol-417-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:37.886 [67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] [pool-417-thread-1]  INFO [aai-resources,67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] 1 --- [ol-417-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:37.888 [67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] [pool-417-thread-1]  INFO [aai-resources,67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] 1 --- [ol-417-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:37.889 [67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] [qtp1225114731-25] DEBUG [aai-resources,67ea5451c65788efe41a8d64bd7b32a4,e41a8d64bd7b32a4] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:37:883","respDate":"250331-08:37:37:888","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:37:883-85736\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[afc21eb0-7a96-494b-b1f2-0ae8fa92c9d8], Accept=[application/json], x-invocationid=[0e0f8353-31ac-4c43-bb4e-5a03a099dcef], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:37 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:37:37.913 [67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] [qtp1225114731-20]  INFO [aai-resources,67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:37.917 [67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] [pool-418-thread-1]  INFO [aai-resources,67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] 1 --- [ol-418-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:37.917 [67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] [pool-418-thread-1]  INFO [aai-resources,67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] 1 --- [ol-418-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:37.918 [67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] [pool-418-thread-1]  INFO [aai-resources,67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] 1 --- [ol-418-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:37.918 [67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] [pool-418-thread-1]  INFO [aai-resources,67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] 1 --- [ol-418-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:37.947 [67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] [pool-418-thread-1]  INFO [aai-resources,67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] 1 --- [ol-418-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:37.947 [67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] [qtp1225114731-20] DEBUG [aai-resources,67ea54513a885821232e25f6c30bf02b,232e25f6c30bf02b] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:37:913","respDate":"250331-08:37:37:947","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:37:913-53513\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[490bb831-7cd1-42e2-850f-334290190cd5], Accept=[application/json], x-invocationid=[56ab3757-cd9c-4d54-853f-36df347f1208], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:37 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 6225 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:37:38.017 [67ea545275680b4698950a245394743d,98950a245394743d] [qtp1225114731-25]  INFO [aai-resources,67ea545275680b4698950a245394743d,98950a245394743d] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:38.022 [67ea545275680b4698950a245394743d,98950a245394743d] [pool-419-thread-1]  INFO [aai-resources,67ea545275680b4698950a245394743d,98950a245394743d] 1 --- [ol-419-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:38.022 [67ea545275680b4698950a245394743d,98950a245394743d] [pool-419-thread-1]  INFO [aai-resources,67ea545275680b4698950a245394743d,98950a245394743d] 1 --- [ol-419-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:38.022 [67ea545275680b4698950a245394743d,98950a245394743d] [pool-419-thread-1]  INFO [aai-resources,67ea545275680b4698950a245394743d,98950a245394743d] 1 --- [ol-419-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:38.022 [67ea545275680b4698950a245394743d,98950a245394743d] [pool-419-thread-1]  INFO [aai-resources,67ea545275680b4698950a245394743d,98950a245394743d] 1 --- [ol-419-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:38.036 [67ea545275680b4698950a245394743d,98950a245394743d] [pool-419-thread-1]  INFO [aai-resources,67ea545275680b4698950a245394743d,98950a245394743d] 1 --- [ol-419-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:38.037 [67ea545275680b4698950a245394743d,98950a245394743d] [qtp1225114731-25] DEBUG [aai-resources,67ea545275680b4698950a245394743d,98950a245394743d] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:38:017","respDate":"250331-08:37:38:036","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:38:017-72188\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[898f29e8-e452-49d4-9a2f-734fe20f596b], Accept=[application/json], x-invocationid=[adfd02eb-b02d-48b2-a6ee-c314a487edb7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:38 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 1635 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:37:38.094 [67ea54520d713850bfe9836ef93b7991,bfe9836ef93b7991] [qtp1225114731-20]  INFO [aai-resources,67ea54520d713850bfe9836ef93b7991,bfe9836ef93b7991] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:38.101 [67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] [qtp1225114731-642]  INFO [aai-resources,67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:38.106 [67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] [pool-420-thread-1]  INFO [aai-resources,67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] 1 --- [ol-420-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:38.107 [67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] [pool-420-thread-1]  INFO [aai-resources,67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] 1 --- [ol-420-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:38.107 [67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] [pool-420-thread-1]  INFO [aai-resources,67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] 1 --- [ol-420-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:38.107 [67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] [pool-420-thread-1]  INFO [aai-resources,67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] 1 --- [ol-420-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:38.108 [67ea54520d713850bfe9836ef93b7991,bfe9836ef93b7991] [qtp1225114731-20] DEBUG [aai-resources,67ea54520d713850bfe9836ef93b7991,bfe9836ef93b7991] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2387e7bc-d55d-473e-a2e2-2d8a374984d1","status":"200","rqstDate":"250331-08:37:38:094","respDate":"250331-08:37:38:108","sourceId":"haproxy:2387e7bc-d55d-473e-a2e2-2d8a374984d1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:38:094-5535\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1395e5cf-c635-4142-a103-2ee515f4d914], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2387e7bc-d55d-473e-a2e2-2d8a374984d1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:37:38.207 [67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] [pool-420-thread-1]  INFO [aai-resources,67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] 1 --- [ol-420-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:38.208 [67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] [qtp1225114731-642] DEBUG [aai-resources,67ea545266eb1c32bfcdee92715c0ac3,bfcdee92715c0ac3] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:38:101","respDate":"250331-08:37:38:207","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:38:101-86556\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e627653c-b912-4708-a38f-df591c0948c4], Accept=[application/json], x-invocationid=[a16818c2-b526-477c-b0a0-4fbb60c920e6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:38 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1754 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 110 - "logType": "access"
2025-03-31 08:37:38.234 [67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] [qtp1225114731-22]  INFO [aai-resources,67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:38.238 [67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] [pool-421-thread-1]  INFO [aai-resources,67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] 1 --- [ol-421-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:38.238 [67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] [pool-421-thread-1]  INFO [aai-resources,67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] 1 --- [ol-421-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:38.238 [67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] [pool-421-thread-1]  INFO [aai-resources,67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] 1 --- [ol-421-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:38.238 [67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] [pool-421-thread-1]  INFO [aai-resources,67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] 1 --- [ol-421-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:38.242 [67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] [pool-421-thread-1]  INFO [aai-resources,67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] 1 --- [ol-421-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:38.243 [67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] [qtp1225114731-22] DEBUG [aai-resources,67ea545233b4bea40600bc1b252632b7,0600bc1b252632b7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:38:234","respDate":"250331-08:37:38:242","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:38:234-79318\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[67ecec54-2dde-41e9-bc2d-b40be886b2df], Accept=[application/json], x-invocationid=[81d34980-1c4a-441d-9705-b2e3871de647], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:38 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:37:38.266 [67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] [qtp1225114731-642]  INFO [aai-resources,67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:38.270 [67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] [pool-422-thread-1]  INFO [aai-resources,67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] 1 --- [ol-422-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:38.270 [67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] [pool-422-thread-1]  INFO [aai-resources,67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] 1 --- [ol-422-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:38.270 [67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] [pool-422-thread-1]  INFO [aai-resources,67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] 1 --- [ol-422-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:38.270 [67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] [pool-422-thread-1]  INFO [aai-resources,67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] 1 --- [ol-422-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:38.273 [67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] [pool-422-thread-1]  INFO [aai-resources,67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] 1 --- [ol-422-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:38.273 [67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] [qtp1225114731-642] DEBUG [aai-resources,67ea5452214492fcf7d22faae1d0154c,f7d22faae1d0154c] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:38:266","respDate":"250331-08:37:38:273","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:38:266-85881\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b4da15d3-9972-4431-8e45-ae93d3187187], Accept=[application/json], x-invocationid=[c299f20f-8f92-417d-881d-160be795237a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:38 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:37:38.295 [67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] [qtp1225114731-22]  INFO [aai-resources,67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:38.299 [67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] [pool-423-thread-1]  INFO [aai-resources,67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] 1 --- [ol-423-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:38.299 [67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] [pool-423-thread-1]  INFO [aai-resources,67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] 1 --- [ol-423-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:38.299 [67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] [pool-423-thread-1]  INFO [aai-resources,67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] 1 --- [ol-423-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:38.299 [67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] [pool-423-thread-1]  INFO [aai-resources,67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] 1 --- [ol-423-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:38.303 [67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] [pool-423-thread-1]  INFO [aai-resources,67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] 1 --- [ol-423-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:38.303 [67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] [qtp1225114731-22] DEBUG [aai-resources,67ea5452dd21cf1e76bef0642dd027d4,76bef0642dd027d4] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:38:295","respDate":"250331-08:37:38:303","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:38:295-58463\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[adc4300b-c773-435b-bd07-e32164a8dc0c], Accept=[application/json], x-invocationid=[d02bf556-87f6-4bf6-a644-a491141f21ba], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:38 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:37:38.567 [67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] [qtp1225114731-642]  INFO [aai-resources,67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:38.571 [67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] [pool-424-thread-1]  INFO [aai-resources,67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] 1 --- [ol-424-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:38.571 [67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] [pool-424-thread-1]  INFO [aai-resources,67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] 1 --- [ol-424-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:38.571 [67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] [pool-424-thread-1]  INFO [aai-resources,67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] 1 --- [ol-424-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:38.571 [67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] [pool-424-thread-1]  INFO [aai-resources,67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] 1 --- [ol-424-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:38.584 [67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] [pool-424-thread-1]  INFO [aai-resources,67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] 1 --- [ol-424-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:38.585 [67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] [qtp1225114731-642] DEBUG [aai-resources,67ea54525f27223a39cc1d17b7c2f9dc,39cc1d17b7c2f9dc] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dc1035c4-c024-4099-9d29-fffbb4cafecd","status":"200","rqstDate":"250331-08:37:38:567","respDate":"250331-08:37:38:585","sourceId":"openECOMP:dc1035c4-c024-4099-9d29-fffbb4cafecd","resourceId":"http://aai.onap:34433/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:38:567-50505\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[937965e6-69c9-40db-85d2-f2c65503a257], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[dc1035c4-c024-4099-9d29-fffbb4cafecd], Host=[aai.onap:34433], Pragma=[no-cache], X-Forwarded-Port=[34433], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[dc1035c4-c024-4099-9d29-fffbb4cafecd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:38 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 1635 REST dc1035c4-c024-4099-9d29-fffbb4cafecd openECOMP 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:37:38.654 [67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] [qtp1225114731-22]  INFO [aai-resources,67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:38.661 [67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] [qtp1225114731-22]  INFO [aai-resources,67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:38.661 [67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] [qtp1225114731-22]  INFO [aai-resources,67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:38.661 [67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] [qtp1225114731-22]  INFO [aai-resources,67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:38.661 [67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] [qtp1225114731-22]  INFO [aai-resources,67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:38.679 [67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] [qtp1225114731-22]  INFO [aai-resources,67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:38.699 [67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] [qtp1225114731-22] DEBUG [aai-resources,67ea54525cff027ea05f90691eff4e44,a05f90691eff4e44] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dc1035c4-c024-4099-9d29-fffbb4cafecd","status":"200","rqstDate":"250331-08:37:38:654","respDate":"250331-08:37:38:699","sourceId":"openECOMP:dc1035c4-c024-4099-9d29-fffbb4cafecd","resourceId":"http://aai.onap:34433/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?resource-version=1743410252080","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:38:654-43825\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[72c30444-7b6f-4371-8b06-f291bdaacfff], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[dc1035c4-c024-4099-9d29-fffbb4cafecd], Host=[aai.onap:34433], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[34433], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[68], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[dc1035c4-c024-4099-9d29-fffbb4cafecd]}\",\"Payload\":\"{\\\"resource-version\\\":\\\"1743410252080\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:37:38:654-43825\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[245920], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:37:38:654-43825]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:38 +0000] "POST /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?resource-version=1743410252080" 200 0 REST dc1035c4-c024-4099-9d29-fffbb4cafecd openECOMP 127.0.0.6 - - - - - - - - - 48 - "logType": "access"
2025-03-31 08:37:39.001 [67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] [qtp1225114731-642]  INFO [aai-resources,67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:39.008 [67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] [qtp1225114731-642]  INFO [aai-resources,67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:39.009 [67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] [qtp1225114731-642]  INFO [aai-resources,67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:39.009 [67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] [qtp1225114731-642]  INFO [aai-resources,67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:39.009 [67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] [qtp1225114731-642]  INFO [aai-resources,67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] 1 --- [p1225114731-642] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:39.043 [67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] [qtp1225114731-642]  INFO [aai-resources,67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] 1 --- [p1225114731-642] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:39.064 [67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] [qtp1225114731-642] DEBUG [aai-resources,67ea5453c1a9fc0e9d60263cf6c45d36,9d60263cf6c45d36] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:39:002","respDate":"250331-08:37:39:063","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:39:002-9751\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[e9a5ad0b-f756-472a-b164-28170c18135f], Accept=[application/json], x-invocationid=[2e6f3d25-c599-4e20-84a5-29ce25eb8d6f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], Content-Length=[87], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"de075996-af8b-4ffe-adde-568e572468fd\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:37:39:002-9751\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[245920], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:37:39:002-9751]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:39 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd" 200 0 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 65 - "logType": "access"
2025-03-31 08:37:39.115 [67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] [qtp1225114731-22]  INFO [aai-resources,67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:39.120 [67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] [pool-425-thread-1]  INFO [aai-resources,67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] 1 --- [ol-425-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:39.120 [67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] [pool-425-thread-1]  INFO [aai-resources,67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] 1 --- [ol-425-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:39.120 [67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] [pool-425-thread-1]  INFO [aai-resources,67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] 1 --- [ol-425-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:39.120 [67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] [pool-425-thread-1]  INFO [aai-resources,67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] 1 --- [ol-425-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:39.122 [67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] [pool-425-thread-1]  INFO [aai-resources,67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] 1 --- [ol-425-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:39.123 [67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] [qtp1225114731-22] DEBUG [aai-resources,67ea54538bd5892c8b15dd022a7965a5,8b15dd022a7965a5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:39:116","respDate":"250331-08:37:39:123","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:39:116-41899\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[32535461-5700-4108-86ae-814947fc9a7a], Accept=[application/json], x-invocationid=[74a7ebce-fff9-4373-a53e-d9b5b2758654], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:39 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:37:39.145 [67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] [qtp1225114731-642]  INFO [aai-resources,67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:39.150 [67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] [pool-426-thread-1]  INFO [aai-resources,67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] 1 --- [ol-426-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:39.150 [67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] [pool-426-thread-1]  INFO [aai-resources,67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] 1 --- [ol-426-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:39.150 [67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] [pool-426-thread-1]  INFO [aai-resources,67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] 1 --- [ol-426-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:39.151 [67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] [pool-426-thread-1]  INFO [aai-resources,67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] 1 --- [ol-426-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:39.159 [67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] [pool-426-thread-1]  INFO [aai-resources,67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] 1 --- [ol-426-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:39.159 [67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] [qtp1225114731-642] DEBUG [aai-resources,67ea5453c1c61f92719b4f246f1cc14a,719b4f246f1cc14a] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:39:145","respDate":"250331-08:37:39:159","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:39:145-4643\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[892186b4-8ac6-4922-b545-d85f223b8271], Accept=[application/json], x-invocationid=[99bed485-4187-4e34-aeef-78d447c1728e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:39 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1627 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:37:39.180 [67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] [qtp1225114731-22]  INFO [aai-resources,67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:39.184 [67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] [pool-427-thread-1]  INFO [aai-resources,67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] 1 --- [ol-427-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:39.184 [67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] [pool-427-thread-1]  INFO [aai-resources,67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] 1 --- [ol-427-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:39.184 [67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] [pool-427-thread-1]  INFO [aai-resources,67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] 1 --- [ol-427-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:39.184 [67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] [pool-427-thread-1]  INFO [aai-resources,67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] 1 --- [ol-427-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:39.215 [67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] [pool-427-thread-1]  INFO [aai-resources,67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] 1 --- [ol-427-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:39.216 [67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] [qtp1225114731-22] DEBUG [aai-resources,67ea5453d39247420a48a2d03469f344,0a48a2d03469f344] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:39:180","respDate":"250331-08:37:39:216","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:39:180-61634\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[182a03c9-1e16-4836-866b-823397596239], Accept=[application/json], x-invocationid=[7895307e-6690-4ece-9de9-b2f5ab741df9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:39 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 6224 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 38 - "logType": "access"
2025-03-31 08:37:39.238 [67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] [qtp1225114731-642]  INFO [aai-resources,67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:39.242 [67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] [pool-428-thread-1]  INFO [aai-resources,67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] 1 --- [ol-428-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:39.242 [67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] [pool-428-thread-1]  INFO [aai-resources,67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] 1 --- [ol-428-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:39.242 [67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] [pool-428-thread-1]  INFO [aai-resources,67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] 1 --- [ol-428-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:39.243 [67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] [pool-428-thread-1]  INFO [aai-resources,67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] 1 --- [ol-428-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:39.257 [67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] [pool-428-thread-1]  INFO [aai-resources,67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] 1 --- [ol-428-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:39.258 [67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] [qtp1225114731-642] DEBUG [aai-resources,67ea54539aa9d895e3b48ecdd9563d9c,e3b48ecdd9563d9c] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:39:238","respDate":"250331-08:37:39:258","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:39:238-26601\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a1f80b71-922d-4c44-9e0e-dc32c9bc8ed5], Accept=[application/json], x-invocationid=[ece6489b-e4f0-4de8-b2bf-f38e744e4ce7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:39 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 1634 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:37:39.279 [67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] [qtp1225114731-22]  INFO [aai-resources,67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:39.284 [67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] [pool-429-thread-1]  INFO [aai-resources,67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] 1 --- [ol-429-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:39.284 [67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] [pool-429-thread-1]  INFO [aai-resources,67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] 1 --- [ol-429-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:39.284 [67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] [pool-429-thread-1]  INFO [aai-resources,67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] 1 --- [ol-429-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:39.284 [67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] [pool-429-thread-1]  INFO [aai-resources,67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] 1 --- [ol-429-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:39.293 [67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] [pool-429-thread-1]  INFO [aai-resources,67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] 1 --- [ol-429-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:39.294 [67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] [qtp1225114731-22] DEBUG [aai-resources,67ea545384d7591086476c3fab2c8341,86476c3fab2c8341] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7bebd33-3f19-4a00-91ef-d1c529a99734","status":"200","rqstDate":"250331-08:37:39:279","respDate":"250331-08:37:39:294","sourceId":"UNKNOWN:d7bebd33-3f19-4a00-91ef-d1c529a99734","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:39:279-27960\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2c50f766-e53c-4042-af9e-ccfb4b11005b], Accept=[application/json], x-invocationid=[34e2175f-0c8b-402b-800b-1dcf64175510], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,d7bebd33-3f19-4a00-91ef-d1c529a99734], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], x-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[d7bebd33-3f19-4a00-91ef-d1c529a99734]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:39 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 1634 REST ,d7bebd33-3f19-4a00-91ef-d1c529a99734 MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:37:40.115 [67ea54549471d05746b54bad00b782ae,46b54bad00b782ae] [qtp1225114731-642]  INFO [aai-resources,67ea54549471d05746b54bad00b782ae,46b54bad00b782ae] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:40.129 [67ea54549471d05746b54bad00b782ae,46b54bad00b782ae] [qtp1225114731-642] DEBUG [aai-resources,67ea54549471d05746b54bad00b782ae,46b54bad00b782ae] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"927906bf-7f92-4544-ab81-8034fed7434b","status":"200","rqstDate":"250331-08:37:40:115","respDate":"250331-08:37:40:129","sourceId":"haproxy:927906bf-7f92-4544-ab81-8034fed7434b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:40:115-90778\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[89c93878-d213-4e28-b01e-d08bd27e5a94], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[927906bf-7f92-4544-ab81-8034fed7434b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:37:42.136 [67ea5456c9a3a931fe15cdf85d18fa8b,fe15cdf85d18fa8b] [qtp1225114731-22]  INFO [aai-resources,67ea5456c9a3a931fe15cdf85d18fa8b,fe15cdf85d18fa8b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:42.145 [67ea5456c9a3a931fe15cdf85d18fa8b,fe15cdf85d18fa8b] [qtp1225114731-22] DEBUG [aai-resources,67ea5456c9a3a931fe15cdf85d18fa8b,fe15cdf85d18fa8b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4e146b15-f6c9-4228-8d19-8e0074cec3ce","status":"200","rqstDate":"250331-08:37:42:136","respDate":"250331-08:37:42:145","sourceId":"haproxy:4e146b15-f6c9-4228-8d19-8e0074cec3ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:42:136-95081\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ab99e8a4-14e9-4d8b-84fd-8f7e6cd7880f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4e146b15-f6c9-4228-8d19-8e0074cec3ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:37:44.151 [67ea545880278eff510330dac1e51990,510330dac1e51990] [qtp1225114731-642]  INFO [aai-resources,67ea545880278eff510330dac1e51990,510330dac1e51990] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:44.169 [67ea545880278eff510330dac1e51990,510330dac1e51990] [qtp1225114731-642] DEBUG [aai-resources,67ea545880278eff510330dac1e51990,510330dac1e51990] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"874de306-982e-447f-8df3-5be99ae2ad6a","status":"200","rqstDate":"250331-08:37:44:151","respDate":"250331-08:37:44:169","sourceId":"haproxy:874de306-982e-447f-8df3-5be99ae2ad6a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:44:151-59414\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e1de3be1-9b57-4f64-939d-fdeff8ab07e9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[874de306-982e-447f-8df3-5be99ae2ad6a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:37:46.175 [67ea545a089764fcfbb6d80ef8b2d970,fbb6d80ef8b2d970] [qtp1225114731-22]  INFO [aai-resources,67ea545a089764fcfbb6d80ef8b2d970,fbb6d80ef8b2d970] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:46.187 [67ea545a089764fcfbb6d80ef8b2d970,fbb6d80ef8b2d970] [qtp1225114731-22] DEBUG [aai-resources,67ea545a089764fcfbb6d80ef8b2d970,fbb6d80ef8b2d970] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ab407117-df4f-4feb-803e-711f1f9e804b","status":"200","rqstDate":"250331-08:37:46:175","respDate":"250331-08:37:46:187","sourceId":"haproxy:ab407117-df4f-4feb-803e-711f1f9e804b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:46:175-65235\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ecc15ab8-8c1c-4189-8e4f-0fc0b2ccfeea], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ab407117-df4f-4feb-803e-711f1f9e804b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:37:48.195 [67ea545c1730a7830d1f5a464f3c44f5,0d1f5a464f3c44f5] [qtp1225114731-642]  INFO [aai-resources,67ea545c1730a7830d1f5a464f3c44f5,0d1f5a464f3c44f5] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:48.208 [67ea545c1730a7830d1f5a464f3c44f5,0d1f5a464f3c44f5] [qtp1225114731-642] DEBUG [aai-resources,67ea545c1730a7830d1f5a464f3c44f5,0d1f5a464f3c44f5] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e2f0fc5a-9e65-4a04-aa6e-a90d50a60560","status":"200","rqstDate":"250331-08:37:48:195","respDate":"250331-08:37:48:208","sourceId":"haproxy:e2f0fc5a-9e65-4a04-aa6e-a90d50a60560","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:48:195-45959\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e43adee7-1ce3-4d07-8ae4-4752ab20f74d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e2f0fc5a-9e65-4a04-aa6e-a90d50a60560]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:37:50.215 [67ea545e940dd60ea9cce8f2d955a862,a9cce8f2d955a862] [qtp1225114731-22]  INFO [aai-resources,67ea545e940dd60ea9cce8f2d955a862,a9cce8f2d955a862] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:50.226 [67ea545e940dd60ea9cce8f2d955a862,a9cce8f2d955a862] [qtp1225114731-22] DEBUG [aai-resources,67ea545e940dd60ea9cce8f2d955a862,a9cce8f2d955a862] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2f9f9016-e936-45de-9059-f59a2ec73416","status":"200","rqstDate":"250331-08:37:50:215","respDate":"250331-08:37:50:226","sourceId":"haproxy:2f9f9016-e936-45de-9059-f59a2ec73416","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:50:215-80682\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f5a7af86-7b41-41e2-b9c7-fd884a510f60], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2f9f9016-e936-45de-9059-f59a2ec73416]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:37:52.233 [67ea5460669b4a759f4b28b00e1f512a,9f4b28b00e1f512a] [qtp1225114731-642]  INFO [aai-resources,67ea5460669b4a759f4b28b00e1f512a,9f4b28b00e1f512a] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:52.252 [67ea5460669b4a759f4b28b00e1f512a,9f4b28b00e1f512a] [qtp1225114731-642] DEBUG [aai-resources,67ea5460669b4a759f4b28b00e1f512a,9f4b28b00e1f512a] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"156df9cc-565d-4b6e-9d0a-1022cca7fa4b","status":"200","rqstDate":"250331-08:37:52:233","respDate":"250331-08:37:52:252","sourceId":"haproxy:156df9cc-565d-4b6e-9d0a-1022cca7fa4b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:52:233-79296\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[df57f331-8eb7-486f-b2fa-e69d64d20feb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[156df9cc-565d-4b6e-9d0a-1022cca7fa4b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:37:53.656 [67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] [qtp1225114731-22]  INFO [aai-resources,67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:53.662 [67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] [pool-430-thread-1]  INFO [aai-resources,67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] 1 --- [ol-430-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:53.662 [67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] [pool-430-thread-1]  INFO [aai-resources,67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] 1 --- [ol-430-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:53.662 [67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] [pool-430-thread-1]  INFO [aai-resources,67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] 1 --- [ol-430-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:53.662 [67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] [pool-430-thread-1]  INFO [aai-resources,67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] 1 --- [ol-430-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:53.667 [67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] [pool-430-thread-1]  INFO [aai-resources,67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] 1 --- [ol-430-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:53.673 [67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] [qtp1225114731-22] DEBUG [aai-resources,67ea54614a0eb07769467477e991a6fd,69467477e991a6fd] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:37:53:656","respDate":"250331-08:37:53:673","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:53:656-91895\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5f75e993-769f-4e47-9c5b-f1ed0680b8cb], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:37:53 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/relationship-list" 200 1063 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:37:53.703 [67ea5461420b60d68264baf5c151030a,8264baf5c151030a] [qtp1225114731-642]  INFO [aai-resources,67ea5461420b60d68264baf5c151030a,8264baf5c151030a] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:53.707 [67ea5461420b60d68264baf5c151030a,8264baf5c151030a] [pool-431-thread-1]  INFO [aai-resources,67ea5461420b60d68264baf5c151030a,8264baf5c151030a] 1 --- [ol-431-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:53.707 [67ea5461420b60d68264baf5c151030a,8264baf5c151030a] [pool-431-thread-1]  INFO [aai-resources,67ea5461420b60d68264baf5c151030a,8264baf5c151030a] 1 --- [ol-431-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:53.707 [67ea5461420b60d68264baf5c151030a,8264baf5c151030a] [pool-431-thread-1]  INFO [aai-resources,67ea5461420b60d68264baf5c151030a,8264baf5c151030a] 1 --- [ol-431-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:53.707 [67ea5461420b60d68264baf5c151030a,8264baf5c151030a] [pool-431-thread-1]  INFO [aai-resources,67ea5461420b60d68264baf5c151030a,8264baf5c151030a] 1 --- [ol-431-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:53.720 [67ea5461420b60d68264baf5c151030a,8264baf5c151030a] [pool-431-thread-1]  INFO [aai-resources,67ea5461420b60d68264baf5c151030a,8264baf5c151030a] 1 --- [ol-431-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:53.721 [67ea5461420b60d68264baf5c151030a,8264baf5c151030a] [qtp1225114731-642] DEBUG [aai-resources,67ea5461420b60d68264baf5c151030a,8264baf5c151030a] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:37:53:703","respDate":"250331-08:37:53:721","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v30/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:53:703-13096\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d9cd25d8-938f-47ef-8fe5-863e563e2c0f], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:37:53 +0000] "GET /aai/v30/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc" 200 4560 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:37:53.766 [67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] [qtp1225114731-22]  INFO [aai-resources,67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:53.774 [67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] [pool-432-thread-1]  INFO [aai-resources,67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] 1 --- [ol-432-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:53.774 [67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] [pool-432-thread-1]  INFO [aai-resources,67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] 1 --- [ol-432-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:53.774 [67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] [pool-432-thread-1]  INFO [aai-resources,67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] 1 --- [ol-432-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:53.774 [67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] [pool-432-thread-1]  INFO [aai-resources,67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] 1 --- [ol-432-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:53.788 [67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] [pool-432-thread-1]  INFO [aai-resources,67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] 1 --- [ol-432-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:53.789 [67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] [qtp1225114731-22] DEBUG [aai-resources,67ea5461267d35e482daaca9205c40fb,82daaca9205c40fb] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:37:53:766","respDate":"250331-08:37:53:789","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:53:766-33247\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ba617aae-3941-4dad-9491-f49ab1f62884], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:37:53 +0000] "GET /aai/v27/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules" 200 1650 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:37:53.823 [67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] [qtp1225114731-642]  INFO [aai-resources,67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:53.827 [67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] [pool-433-thread-1]  INFO [aai-resources,67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] 1 --- [ol-433-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:53.827 [67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] [pool-433-thread-1]  INFO [aai-resources,67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] 1 --- [ol-433-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:53.827 [67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] [pool-433-thread-1]  INFO [aai-resources,67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] 1 --- [ol-433-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:53.827 [67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] [pool-433-thread-1]  INFO [aai-resources,67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] 1 --- [ol-433-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:53.830 [67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] [pool-433-thread-1]  INFO [aai-resources,67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] 1 --- [ol-433-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:53.831 [67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] [qtp1225114731-642] DEBUG [aai-resources,67ea5461a42133fc285931d8aa0cf1cf,285931d8aa0cf1cf] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:37:53:823","respDate":"250331-08:37:53:831","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:53:823-72793\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f5d3cc2d-1267-400d-8b74-9662772b0503], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:37:53 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list" 200 651 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:37:53.860 [67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] [qtp1225114731-22]  INFO [aai-resources,67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:53.865 [67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] [pool-434-thread-1]  INFO [aai-resources,67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] 1 --- [ol-434-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:53.865 [67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] [pool-434-thread-1]  INFO [aai-resources,67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] 1 --- [ol-434-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:53.865 [67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] [pool-434-thread-1]  INFO [aai-resources,67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] 1 --- [ol-434-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:53.865 [67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] [pool-434-thread-1]  INFO [aai-resources,67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] 1 --- [ol-434-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:53.878 [67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] [pool-434-thread-1]  INFO [aai-resources,67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] 1 --- [ol-434-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:53.879 [67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] [qtp1225114731-22] DEBUG [aai-resources,67ea546173a56d7d61fdef0dc5bbd51e,61fdef0dc5bbd51e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:37:53:861","respDate":"250331-08:37:53:879","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:53:861-508\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[66d56026-02c0-4dda-a73f-979224218947], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:37:53 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 1136 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:37:53.910 [67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] [qtp1225114731-642]  INFO [aai-resources,67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:53.915 [67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] [pool-435-thread-1]  INFO [aai-resources,67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] 1 --- [ol-435-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:53.915 [67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] [pool-435-thread-1]  INFO [aai-resources,67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] 1 --- [ol-435-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:53.915 [67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] [pool-435-thread-1]  INFO [aai-resources,67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] 1 --- [ol-435-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:53.915 [67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] [pool-435-thread-1]  INFO [aai-resources,67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] 1 --- [ol-435-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:53.919 [67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] [pool-435-thread-1]  INFO [aai-resources,67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] 1 --- [ol-435-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:53.920 [67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] [qtp1225114731-642] DEBUG [aai-resources,67ea546139db606f1275e13bf00b385f,1275e13bf00b385f] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:37:53:910","respDate":"250331-08:37:53:920","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:53:910-44102\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b0a4688a-19b0-410b-9d00-3a9848b36de9], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:37:53 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list" 200 651 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:37:53.949 [67ea5461ac1b94246f770875333ac258,6f770875333ac258] [qtp1225114731-22]  INFO [aai-resources,67ea5461ac1b94246f770875333ac258,6f770875333ac258] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:53.952 [67ea5461ac1b94246f770875333ac258,6f770875333ac258] [pool-436-thread-1]  INFO [aai-resources,67ea5461ac1b94246f770875333ac258,6f770875333ac258] 1 --- [ol-436-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:53.953 [67ea5461ac1b94246f770875333ac258,6f770875333ac258] [pool-436-thread-1]  INFO [aai-resources,67ea5461ac1b94246f770875333ac258,6f770875333ac258] 1 --- [ol-436-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:53.953 [67ea5461ac1b94246f770875333ac258,6f770875333ac258] [pool-436-thread-1]  INFO [aai-resources,67ea5461ac1b94246f770875333ac258,6f770875333ac258] 1 --- [ol-436-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:53.953 [67ea5461ac1b94246f770875333ac258,6f770875333ac258] [pool-436-thread-1]  INFO [aai-resources,67ea5461ac1b94246f770875333ac258,6f770875333ac258] 1 --- [ol-436-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:53.959 [67ea5461ac1b94246f770875333ac258,6f770875333ac258] [pool-436-thread-1]  INFO [aai-resources,67ea5461ac1b94246f770875333ac258,6f770875333ac258] 1 --- [ol-436-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:53.959 [67ea5461ac1b94246f770875333ac258,6f770875333ac258] [qtp1225114731-22] DEBUG [aai-resources,67ea5461ac1b94246f770875333ac258,6f770875333ac258] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:37:53:949","respDate":"250331-08:37:53:959","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:53:949-22749\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c6095ca0-20eb-4d65-9572-664af3330e42], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:37:53 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 1136 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:37:53.987 [67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] [qtp1225114731-642]  INFO [aai-resources,67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:53.992 [67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] [pool-437-thread-1]  INFO [aai-resources,67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] 1 --- [ol-437-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:53.993 [67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] [pool-437-thread-1]  INFO [aai-resources,67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] 1 --- [ol-437-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:53.993 [67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] [pool-437-thread-1]  INFO [aai-resources,67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] 1 --- [ol-437-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:53.993 [67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] [pool-437-thread-1]  INFO [aai-resources,67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] 1 --- [ol-437-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:53.996 [67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] [pool-437-thread-1]  INFO [aai-resources,67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] 1 --- [ol-437-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:53.996 [67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] [qtp1225114731-642] DEBUG [aai-resources,67ea54610d2f8e77d2838690c47141b3,d2838690c47141b3] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:37:53:987","respDate":"250331-08:37:53:996","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:53:987-18344\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8d547951-b9f9-45a1-928e-df00b5b9d169], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:37:53 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list" 200 651 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:37:54.027 [67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] [qtp1225114731-22]  INFO [aai-resources,67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:54.031 [67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] [pool-438-thread-1]  INFO [aai-resources,67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] 1 --- [ol-438-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:54.031 [67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] [pool-438-thread-1]  INFO [aai-resources,67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] 1 --- [ol-438-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:54.031 [67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] [pool-438-thread-1]  INFO [aai-resources,67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] 1 --- [ol-438-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:54.031 [67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] [pool-438-thread-1]  INFO [aai-resources,67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] 1 --- [ol-438-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:54.037 [67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] [pool-438-thread-1]  INFO [aai-resources,67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] 1 --- [ol-438-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:54.037 [67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] [qtp1225114731-22] DEBUG [aai-resources,67ea5462f0ace7367e4c4e6792e77c82,7e4c4e6792e77c82] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:37:54:027","respDate":"250331-08:37:54:037","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:54:027-66523\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8b2f87fa-8795-4123-b8fa-94f36cecf41b], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:37:54 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 1136 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:37:54.069 [67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] [qtp1225114731-642]  INFO [aai-resources,67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:54.074 [67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] [pool-439-thread-1]  INFO [aai-resources,67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] 1 --- [ol-439-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:54.074 [67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] [pool-439-thread-1]  INFO [aai-resources,67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] 1 --- [ol-439-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:54.074 [67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] [pool-439-thread-1]  INFO [aai-resources,67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] 1 --- [ol-439-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:54.074 [67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] [pool-439-thread-1]  INFO [aai-resources,67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] 1 --- [ol-439-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:54.087 [67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] [pool-439-thread-1]  INFO [aai-resources,67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] 1 --- [ol-439-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:54.090 [67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] [qtp1225114731-642] DEBUG [aai-resources,67ea54628f21ad637d0603d56f47d732,7d0603d56f47d732] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:37:54:069","respDate":"250331-08:37:54:090","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:54:069-3990\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c628fde1-9dde-4928-be32-6449421f92f1], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:37:54 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1057 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:37:54.259 [67ea54622cc1892a97050accb61410b7,97050accb61410b7] [qtp1225114731-22]  INFO [aai-resources,67ea54622cc1892a97050accb61410b7,97050accb61410b7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:54.269 [67ea54622cc1892a97050accb61410b7,97050accb61410b7] [qtp1225114731-22] DEBUG [aai-resources,67ea54622cc1892a97050accb61410b7,97050accb61410b7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cb53e61b-36c8-4588-bc75-a4f83010e55e","status":"200","rqstDate":"250331-08:37:54:259","respDate":"250331-08:37:54:269","sourceId":"haproxy:cb53e61b-36c8-4588-bc75-a4f83010e55e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:54:259-38231\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[033b33fb-84e1-477b-a35c-200a4cade000], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cb53e61b-36c8-4588-bc75-a4f83010e55e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:37:54.353 [67ea5462cac2a7fc875d41c254242666,875d41c254242666] [qtp1225114731-642]  INFO [aai-resources,67ea5462cac2a7fc875d41c254242666,875d41c254242666] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:54.357 [67ea5462cac2a7fc875d41c254242666,875d41c254242666] [pool-440-thread-1]  INFO [aai-resources,67ea5462cac2a7fc875d41c254242666,875d41c254242666] 1 --- [ol-440-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:54.357 [67ea5462cac2a7fc875d41c254242666,875d41c254242666] [pool-440-thread-1]  INFO [aai-resources,67ea5462cac2a7fc875d41c254242666,875d41c254242666] 1 --- [ol-440-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:54.357 [67ea5462cac2a7fc875d41c254242666,875d41c254242666] [pool-440-thread-1]  INFO [aai-resources,67ea5462cac2a7fc875d41c254242666,875d41c254242666] 1 --- [ol-440-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:54.357 [67ea5462cac2a7fc875d41c254242666,875d41c254242666] [pool-440-thread-1]  INFO [aai-resources,67ea5462cac2a7fc875d41c254242666,875d41c254242666] 1 --- [ol-440-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:54.361 [67ea5462cac2a7fc875d41c254242666,875d41c254242666] [pool-440-thread-1]  INFO [aai-resources,67ea5462cac2a7fc875d41c254242666,875d41c254242666] 1 --- [ol-440-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:54.362 [67ea5462cac2a7fc875d41c254242666,875d41c254242666] [qtp1225114731-642] DEBUG [aai-resources,67ea5462cac2a7fc875d41c254242666,875d41c254242666] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:54:353","respDate":"250331-08:37:54:362","sourceId":"SO:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:34433/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:54:353-98990\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[06d59116-9e52-4e04-8220-5e19065c3fb2], Accept=[application/json], x-invocationid=[8dc64722-cf5a-4326-be51-becfa83c65d6], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:34433], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:54 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1057 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:37:54.671 [67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] [qtp1225114731-22]  INFO [aai-resources,67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:54.675 [67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] [pool-441-thread-1]  INFO [aai-resources,67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] 1 --- [ol-441-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:54.675 [67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] [pool-441-thread-1]  INFO [aai-resources,67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] 1 --- [ol-441-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:54.675 [67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] [pool-441-thread-1]  INFO [aai-resources,67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] 1 --- [ol-441-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:54.676 [67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] [pool-441-thread-1]  INFO [aai-resources,67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] 1 --- [ol-441-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:54.681 [67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] [pool-441-thread-1]  INFO [aai-resources,67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] 1 --- [ol-441-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:54.681 [67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] [qtp1225114731-22] DEBUG [aai-resources,67ea5462f4dbd3f630023c51972e9a2c,30023c51972e9a2c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:54:671","respDate":"250331-08:37:54:681","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:54:671-14256\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1a2c3a32-c8fe-40dd-aff4-763690b13efe], Accept=[application/json], x-invocationid=[bad38b9d-8505-4b97-b149-a6457aa77b60], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:54 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 1634 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:37:55.144 [67ea546367476da35cfb4920642040c3,5cfb4920642040c3] [qtp1225114731-642]  INFO [aai-resources,67ea546367476da35cfb4920642040c3,5cfb4920642040c3] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.148 [67ea546367476da35cfb4920642040c3,5cfb4920642040c3] [pool-442-thread-1]  INFO [aai-resources,67ea546367476da35cfb4920642040c3,5cfb4920642040c3] 1 --- [ol-442-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.148 [67ea546367476da35cfb4920642040c3,5cfb4920642040c3] [pool-442-thread-1]  INFO [aai-resources,67ea546367476da35cfb4920642040c3,5cfb4920642040c3] 1 --- [ol-442-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.148 [67ea546367476da35cfb4920642040c3,5cfb4920642040c3] [pool-442-thread-1]  INFO [aai-resources,67ea546367476da35cfb4920642040c3,5cfb4920642040c3] 1 --- [ol-442-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.148 [67ea546367476da35cfb4920642040c3,5cfb4920642040c3] [pool-442-thread-1]  INFO [aai-resources,67ea546367476da35cfb4920642040c3,5cfb4920642040c3] 1 --- [ol-442-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.150 [67ea546367476da35cfb4920642040c3,5cfb4920642040c3] [pool-442-thread-1]  INFO [aai-resources,67ea546367476da35cfb4920642040c3,5cfb4920642040c3] 1 --- [ol-442-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.151 [67ea546367476da35cfb4920642040c3,5cfb4920642040c3] [qtp1225114731-642] DEBUG [aai-resources,67ea546367476da35cfb4920642040c3,5cfb4920642040c3] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:144","respDate":"250331-08:37:55:151","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:55:144-75800\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6fff7f94-6501-47f6-9cf1-fcad3ca54d95], Accept=[application/json], x-invocationid=[03cc9775-eda9-44ea-9618-c5951bcb0b7e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:37:55.171 [67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] [qtp1225114731-22]  INFO [aai-resources,67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.175 [67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] [pool-443-thread-1]  INFO [aai-resources,67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] 1 --- [ol-443-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.175 [67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] [pool-443-thread-1]  INFO [aai-resources,67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] 1 --- [ol-443-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.175 [67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] [pool-443-thread-1]  INFO [aai-resources,67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] 1 --- [ol-443-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.175 [67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] [pool-443-thread-1]  INFO [aai-resources,67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] 1 --- [ol-443-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.182 [67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] [pool-443-thread-1]  INFO [aai-resources,67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] 1 --- [ol-443-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.183 [67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] [qtp1225114731-22] DEBUG [aai-resources,67ea5463f77f92b2f5ad71ec1320356d,f5ad71ec1320356d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:171","respDate":"250331-08:37:55:183","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:55:171-16857\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[01e1ef4b-a459-47c2-be1b-e26cceb8e46f], Accept=[application/json], x-invocationid=[183c2db1-e7a5-462e-a190-402e5a7744d6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1627 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:37:55.230 [67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] [qtp1225114731-642]  INFO [aai-resources,67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.235 [67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] [pool-444-thread-1]  INFO [aai-resources,67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] 1 --- [ol-444-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.235 [67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] [pool-444-thread-1]  INFO [aai-resources,67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] 1 --- [ol-444-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.235 [67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] [pool-444-thread-1]  INFO [aai-resources,67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] 1 --- [ol-444-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.235 [67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] [pool-444-thread-1]  INFO [aai-resources,67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] 1 --- [ol-444-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.238 [67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] [pool-444-thread-1]  INFO [aai-resources,67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] 1 --- [ol-444-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.239 [67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] [qtp1225114731-642] DEBUG [aai-resources,67ea5463381ae27c9d75a3ec18ce89ad,9d75a3ec18ce89ad] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:230","respDate":"250331-08:37:55:239","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:55:230-82851\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[80bcf09b-2435-462f-b33e-9e44941aa75f], Accept=[application/json], x-invocationid=[7a69d80d-34bd-4960-ab8b-496b53624794], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:37:55.260 [67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] [qtp1225114731-22]  INFO [aai-resources,67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.263 [67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] [pool-445-thread-1]  INFO [aai-resources,67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] 1 --- [ol-445-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.263 [67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] [pool-445-thread-1]  INFO [aai-resources,67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] 1 --- [ol-445-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.263 [67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] [pool-445-thread-1]  INFO [aai-resources,67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] 1 --- [ol-445-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.263 [67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] [pool-445-thread-1]  INFO [aai-resources,67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] 1 --- [ol-445-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.265 [67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] [pool-445-thread-1]  INFO [aai-resources,67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] 1 --- [ol-445-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.265 [67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] [qtp1225114731-22] DEBUG [aai-resources,67ea546305af1bece9e27c355497aa91,e9e27c355497aa91] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:260","respDate":"250331-08:37:55:265","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:55:260-62012\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5ffbf217-30d2-4114-a392-c29e56352887], Accept=[application/json], x-invocationid=[d0ec563f-768c-4a49-ac71-441bdd01a71f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:37:55.286 [67ea546354ec257b956ab1e196fca526,956ab1e196fca526] [qtp1225114731-642]  INFO [aai-resources,67ea546354ec257b956ab1e196fca526,956ab1e196fca526] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.290 [67ea546354ec257b956ab1e196fca526,956ab1e196fca526] [pool-446-thread-1]  INFO [aai-resources,67ea546354ec257b956ab1e196fca526,956ab1e196fca526] 1 --- [ol-446-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.290 [67ea546354ec257b956ab1e196fca526,956ab1e196fca526] [pool-446-thread-1]  INFO [aai-resources,67ea546354ec257b956ab1e196fca526,956ab1e196fca526] 1 --- [ol-446-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.290 [67ea546354ec257b956ab1e196fca526,956ab1e196fca526] [pool-446-thread-1]  INFO [aai-resources,67ea546354ec257b956ab1e196fca526,956ab1e196fca526] 1 --- [ol-446-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.290 [67ea546354ec257b956ab1e196fca526,956ab1e196fca526] [pool-446-thread-1]  INFO [aai-resources,67ea546354ec257b956ab1e196fca526,956ab1e196fca526] 1 --- [ol-446-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.307 [67ea546354ec257b956ab1e196fca526,956ab1e196fca526] [pool-446-thread-1]  INFO [aai-resources,67ea546354ec257b956ab1e196fca526,956ab1e196fca526] 1 --- [ol-446-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.307 [67ea546354ec257b956ab1e196fca526,956ab1e196fca526] [qtp1225114731-642] DEBUG [aai-resources,67ea546354ec257b956ab1e196fca526,956ab1e196fca526] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:286","respDate":"250331-08:37:55:307","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:55:286-41201\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3ae3887a-1b54-45fc-ba7b-1a0a51627587], Accept=[application/json], x-invocationid=[ef83a8a3-aefe-4477-b99a-313e4eead7ca], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 6224 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:37:55.343 [67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] [qtp1225114731-22]  INFO [aai-resources,67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.348 [67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] [pool-447-thread-1]  INFO [aai-resources,67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] 1 --- [ol-447-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.348 [67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] [pool-447-thread-1]  INFO [aai-resources,67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] 1 --- [ol-447-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.348 [67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] [pool-447-thread-1]  INFO [aai-resources,67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] 1 --- [ol-447-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.348 [67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] [pool-447-thread-1]  INFO [aai-resources,67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] 1 --- [ol-447-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.351 [67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] [pool-447-thread-1]  INFO [aai-resources,67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] 1 --- [ol-447-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.351 [67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] [qtp1225114731-22] DEBUG [aai-resources,67ea54632cb94511a7b2cc7173b93874,a7b2cc7173b93874] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:344","respDate":"250331-08:37:55:351","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:55:344-69958\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a56864d0-868f-4d8f-9cd7-5f129d494b56], Accept=[application/json], x-invocationid=[30cd56ec-8923-4764-97d3-5556cca74bc8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:37:55.373 [67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] [qtp1225114731-642]  INFO [aai-resources,67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.376 [67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] [pool-448-thread-1]  INFO [aai-resources,67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] 1 --- [ol-448-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.376 [67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] [pool-448-thread-1]  INFO [aai-resources,67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] 1 --- [ol-448-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.376 [67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] [pool-448-thread-1]  INFO [aai-resources,67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] 1 --- [ol-448-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.377 [67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] [pool-448-thread-1]  INFO [aai-resources,67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] 1 --- [ol-448-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.379 [67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] [pool-448-thread-1]  INFO [aai-resources,67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] 1 --- [ol-448-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.379 [67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] [qtp1225114731-642] DEBUG [aai-resources,67ea5463e0f37193b9a1408b41700290,b9a1408b41700290] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:373","respDate":"250331-08:37:55:379","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:55:373-62580\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8d23f870-bc69-4ed2-b738-1af25ef91b2e], Accept=[application/json], x-invocationid=[f78af579-6a58-4e25-a0c7-7770ae8682ae], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:37:55.402 [67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] [qtp1225114731-22]  INFO [aai-resources,67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.406 [67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] [pool-449-thread-1]  INFO [aai-resources,67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] 1 --- [ol-449-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.406 [67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] [pool-449-thread-1]  INFO [aai-resources,67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] 1 --- [ol-449-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.406 [67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] [pool-449-thread-1]  INFO [aai-resources,67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] 1 --- [ol-449-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.406 [67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] [pool-449-thread-1]  INFO [aai-resources,67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] 1 --- [ol-449-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.421 [67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] [pool-449-thread-1]  INFO [aai-resources,67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] 1 --- [ol-449-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.421 [67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] [qtp1225114731-22] DEBUG [aai-resources,67ea54632b124a9c090de1666bf635fa,090de1666bf635fa] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:402","respDate":"250331-08:37:55:421","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:55:402-75355\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9eaf6459-9b88-4504-b8f8-efc78628c393], Accept=[application/json], x-invocationid=[23e99c05-c87a-4a9d-8ab3-eb808d65c7d9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 6224 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:37:55.491 [67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] [qtp1225114731-642]  INFO [aai-resources,67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.496 [67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] [pool-450-thread-1]  INFO [aai-resources,67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] 1 --- [ol-450-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.496 [67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] [pool-450-thread-1]  INFO [aai-resources,67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] 1 --- [ol-450-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.496 [67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] [pool-450-thread-1]  INFO [aai-resources,67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] 1 --- [ol-450-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.496 [67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] [pool-450-thread-1]  INFO [aai-resources,67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] 1 --- [ol-450-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.502 [67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] [pool-450-thread-1]  INFO [aai-resources,67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] 1 --- [ol-450-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.503 [67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] [qtp1225114731-642] DEBUG [aai-resources,67ea54638b6e5b6dd8e2f4909abd3918,d8e2f4909abd3918] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:491","respDate":"250331-08:37:55:503","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:55:491-11438\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7ba3d82a-3df8-4142-8e01-3aec28dae269], Accept=[application/json], x-invocationid=[4462887b-91a6-4a98-923e-9e270f2f3db1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 1634 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:37:55.567 [67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] [qtp1225114731-22]  INFO [aai-resources,67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.572 [67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] [pool-451-thread-1]  INFO [aai-resources,67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] 1 --- [ol-451-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.572 [67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] [pool-451-thread-1]  INFO [aai-resources,67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] 1 --- [ol-451-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.572 [67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] [pool-451-thread-1]  INFO [aai-resources,67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] 1 --- [ol-451-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.572 [67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] [pool-451-thread-1]  INFO [aai-resources,67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] 1 --- [ol-451-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.591 [67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] [pool-451-thread-1]  INFO [aai-resources,67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] 1 --- [ol-451-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.592 [67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] [qtp1225114731-22] DEBUG [aai-resources,67ea5463ea219a5a8e6bfab0ce170cca,8e6bfab0ce170cca] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:567","respDate":"250331-08:37:55:592","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:55:567-87459\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[12690827-0f16-4761-b2ab-bc66af42eecd], Accept=[application/json], x-invocationid=[bbdc0140-607f-42ae-8ed2-dff698e90d97], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1754 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:37:55.611 [67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] [qtp1225114731-642]  INFO [aai-resources,67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.615 [67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] [pool-452-thread-1]  INFO [aai-resources,67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] 1 --- [ol-452-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.615 [67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] [pool-452-thread-1]  INFO [aai-resources,67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] 1 --- [ol-452-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.615 [67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] [pool-452-thread-1]  INFO [aai-resources,67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] 1 --- [ol-452-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.616 [67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] [pool-452-thread-1]  INFO [aai-resources,67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] 1 --- [ol-452-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.617 [67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] [pool-452-thread-1]  INFO [aai-resources,67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] 1 --- [ol-452-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.618 [67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] [qtp1225114731-642] DEBUG [aai-resources,67ea54630e0bde23465ba247e3524ce5,465ba247e3524ce5] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:611","respDate":"250331-08:37:55:618","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:55:611-21315\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[125296bb-b159-466c-8389-d134b1282c50], Accept=[application/json], x-invocationid=[068eed9e-037f-4c5e-98c0-89a8af0fef6e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:37:55.637 [67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] [qtp1225114731-22]  INFO [aai-resources,67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.640 [67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] [pool-453-thread-1]  INFO [aai-resources,67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] 1 --- [ol-453-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.640 [67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] [pool-453-thread-1]  INFO [aai-resources,67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] 1 --- [ol-453-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.640 [67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] [pool-453-thread-1]  INFO [aai-resources,67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] 1 --- [ol-453-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.640 [67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] [pool-453-thread-1]  INFO [aai-resources,67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] 1 --- [ol-453-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.642 [67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] [pool-453-thread-1]  INFO [aai-resources,67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] 1 --- [ol-453-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.643 [67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] [qtp1225114731-22] DEBUG [aai-resources,67ea5463c586ddd5750b5e866abd3f4f,750b5e866abd3f4f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:637","respDate":"250331-08:37:55:643","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:55:637-62852\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[63b28164-0da1-4cda-8d07-4e0a5d084dac], Accept=[application/json], x-invocationid=[5883790b-957b-485f-a368-48b3c6c2dae9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:37:55.663 [67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] [qtp1225114731-642]  INFO [aai-resources,67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.668 [67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] [pool-454-thread-1]  INFO [aai-resources,67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] 1 --- [ol-454-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.668 [67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] [pool-454-thread-1]  INFO [aai-resources,67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] 1 --- [ol-454-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.668 [67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] [pool-454-thread-1]  INFO [aai-resources,67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] 1 --- [ol-454-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.668 [67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] [pool-454-thread-1]  INFO [aai-resources,67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] 1 --- [ol-454-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.672 [67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] [pool-454-thread-1]  INFO [aai-resources,67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] 1 --- [ol-454-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.672 [67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] [qtp1225114731-642] DEBUG [aai-resources,67ea54637a5b5f69e8d00cbfd30c0a39,e8d00cbfd30c0a39] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:55:663","respDate":"250331-08:37:55:672","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:55:663-7504\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a19685e7-65df-4bb2-894d-acb07b6818e2], Accept=[application/json], x-invocationid=[4136b2d9-426e-4069-9592-d67117e00327], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:37:55.859 [67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] [qtp1225114731-22]  INFO [aai-resources,67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.863 [67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] [pool-455-thread-1]  INFO [aai-resources,67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] 1 --- [ol-455-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.863 [67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] [pool-455-thread-1]  INFO [aai-resources,67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] 1 --- [ol-455-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.863 [67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] [pool-455-thread-1]  INFO [aai-resources,67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] 1 --- [ol-455-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.864 [67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] [pool-455-thread-1]  INFO [aai-resources,67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] 1 --- [ol-455-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.869 [67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] [pool-455-thread-1]  INFO [aai-resources,67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] 1 --- [ol-455-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.869 [67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] [qtp1225114731-22] DEBUG [aai-resources,67ea546396d811b76dfafe89153b80ec,6dfafe89153b80ec] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6ccbcab4-36c1-4c93-9234-a5c26dee00da","status":"200","rqstDate":"250331-08:37:55:859","respDate":"250331-08:37:55:869","sourceId":"openECOMP:6ccbcab4-36c1-4c93-9234-a5c26dee00da","resourceId":"http://aai.onap:34433/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:55:859-98026\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[15866ffa-982c-449f-9e20-bf1c0360add6], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[6ccbcab4-36c1-4c93-9234-a5c26dee00da], Host=[aai.onap:34433], Pragma=[no-cache], X-Forwarded-Port=[34433], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[6ccbcab4-36c1-4c93-9234-a5c26dee00da]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 1634 REST 6ccbcab4-36c1-4c93-9234-a5c26dee00da openECOMP 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:37:55.939 [67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] [qtp1225114731-642]  INFO [aai-resources,67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:55.945 [67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] [qtp1225114731-642]  INFO [aai-resources,67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:55.945 [67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] [qtp1225114731-642]  INFO [aai-resources,67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:55.946 [67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] [qtp1225114731-642]  INFO [aai-resources,67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:55.946 [67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] [qtp1225114731-642]  INFO [aai-resources,67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] 1 --- [p1225114731-642] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:55.964 [67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] [qtp1225114731-642]  INFO [aai-resources,67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] 1 --- [p1225114731-642] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:55.983 [67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] [qtp1225114731-642] DEBUG [aai-resources,67ea5463b96818bc645b7aa89bf8cfd1,645b7aa89bf8cfd1] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6ccbcab4-36c1-4c93-9234-a5c26dee00da","status":"200","rqstDate":"250331-08:37:55:939","respDate":"250331-08:37:55:983","sourceId":"openECOMP:6ccbcab4-36c1-4c93-9234-a5c26dee00da","resourceId":"http://aai.onap:34433/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?resource-version=1743410259008","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:55:939-36002\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[1699c0d4-6375-480b-bf7a-e46b4bbefda5], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[6ccbcab4-36c1-4c93-9234-a5c26dee00da], Host=[aai.onap:34433], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[34433], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[75], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[6ccbcab4-36c1-4c93-9234-a5c26dee00da]}\",\"Payload\":\"{\\\"resource-version\\\":\\\"1743410259008\\\",\\\"orchestration-status\\\":\\\"PendingDelete\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:37:55:939-36002\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[245920], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:37:55:939-36002]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:55 +0000] "POST /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?resource-version=1743410259008" 200 0 REST 6ccbcab4-36c1-4c93-9234-a5c26dee00da openECOMP 127.0.0.6 - - - - - - - - - 47 - "logType": "access"
2025-03-31 08:37:56.072 [67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] [qtp1225114731-22]  INFO [aai-resources,67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.077 [67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] [qtp1225114731-22]  INFO [aai-resources,67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.077 [67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] [qtp1225114731-22]  INFO [aai-resources,67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.077 [67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] [qtp1225114731-22]  INFO [aai-resources,67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.077 [67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] [qtp1225114731-22]  INFO [aai-resources,67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.103 [67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] [qtp1225114731-22]  INFO [aai-resources,67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.121 [67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] [qtp1225114731-22] DEBUG [aai-resources,67ea5464ae4098a47a3d43070b745854,7a3d43070b745854] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:072","respDate":"250331-08:37:56:121","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:56:072-60247\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[fc480187-7e3b-478c-915b-022f3c01e3c1], Accept=[application/json], x-invocationid=[83f573fc-bd0b-4c41-94e7-b68e3b8174b6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2], Content-Length=[88], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"de075996-af8b-4ffe-adde-568e572468fd\\\",\\\"orchestration-status\\\":\\\"Created\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:37:56:072-60247\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[245920], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:37:56:072-60247]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd" 200 0 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 52 - "logType": "access"
2025-03-31 08:37:56.276 [67ea54644b0bd5ac4a123aa66ee1096e,4a123aa66ee1096e] [qtp1225114731-642]  INFO [aai-resources,67ea54644b0bd5ac4a123aa66ee1096e,4a123aa66ee1096e] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.296 [67ea54644b0bd5ac4a123aa66ee1096e,4a123aa66ee1096e] [qtp1225114731-642] DEBUG [aai-resources,67ea54644b0bd5ac4a123aa66ee1096e,4a123aa66ee1096e] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19146a98-9e22-49cb-9544-e1162da3b0da","status":"200","rqstDate":"250331-08:37:56:276","respDate":"250331-08:37:56:296","sourceId":"haproxy:19146a98-9e22-49cb-9544-e1162da3b0da","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:56:276-59115\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4f2bb0d8-5527-4e2a-8612-776f3e4a1caa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[19146a98-9e22-49cb-9544-e1162da3b0da]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:37:56.441 [67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] [qtp1225114731-22]  INFO [aai-resources,67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.445 [67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] [pool-456-thread-1]  INFO [aai-resources,67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] 1 --- [ol-456-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.445 [67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] [pool-456-thread-1]  INFO [aai-resources,67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] 1 --- [ol-456-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.445 [67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] [pool-456-thread-1]  INFO [aai-resources,67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] 1 --- [ol-456-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.445 [67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] [pool-456-thread-1]  INFO [aai-resources,67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] 1 --- [ol-456-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.447 [67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] [pool-456-thread-1]  INFO [aai-resources,67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] 1 --- [ol-456-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.447 [67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] [qtp1225114731-22] DEBUG [aai-resources,67ea5464fbe29138d4c950c7fc22b4f1,d4c950c7fc22b4f1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:441","respDate":"250331-08:37:56:447","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:56:441-5734\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3d846938-838b-420b-afab-f098c276059c], Accept=[application/json], x-invocationid=[444038dd-a6c4-4161-a12f-2a684a6247b3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:37:56.467 [67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] [qtp1225114731-642]  INFO [aai-resources,67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.473 [67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] [pool-457-thread-1]  INFO [aai-resources,67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] 1 --- [ol-457-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.473 [67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] [pool-457-thread-1]  INFO [aai-resources,67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] 1 --- [ol-457-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.473 [67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] [pool-457-thread-1]  INFO [aai-resources,67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] 1 --- [ol-457-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.473 [67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] [pool-457-thread-1]  INFO [aai-resources,67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] 1 --- [ol-457-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.482 [67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] [pool-457-thread-1]  INFO [aai-resources,67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] 1 --- [ol-457-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.483 [67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] [qtp1225114731-642] DEBUG [aai-resources,67ea54644ac793bc3e10009cf67c5202,3e10009cf67c5202] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:467","respDate":"250331-08:37:56:483","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:56:467-82575\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[37bd061e-5b0a-4211-9f7a-75ef4f2e2031], Accept=[application/json], x-invocationid=[94c8a440-3ab9-47d3-910d-9ed1ff59b7b6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1627 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:37:56.538 [67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] [qtp1225114731-22]  INFO [aai-resources,67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.542 [67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] [pool-458-thread-1]  INFO [aai-resources,67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] 1 --- [ol-458-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.542 [67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] [pool-458-thread-1]  INFO [aai-resources,67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] 1 --- [ol-458-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.542 [67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] [pool-458-thread-1]  INFO [aai-resources,67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] 1 --- [ol-458-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.542 [67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] [pool-458-thread-1]  INFO [aai-resources,67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] 1 --- [ol-458-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.544 [67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] [pool-458-thread-1]  INFO [aai-resources,67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] 1 --- [ol-458-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.544 [67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] [qtp1225114731-22] DEBUG [aai-resources,67ea54647d0fee20b3cc6f249b76f54d,b3cc6f249b76f54d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:538","respDate":"250331-08:37:56:544","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:56:538-3687\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[620268c6-1eb9-4851-8607-a710c0af6a02], Accept=[application/json], x-invocationid=[80e963cc-2815-4c09-b50f-f6225a481ddd], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:37:56.564 [67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] [qtp1225114731-642]  INFO [aai-resources,67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.569 [67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] [pool-459-thread-1]  INFO [aai-resources,67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] 1 --- [ol-459-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.569 [67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] [pool-459-thread-1]  INFO [aai-resources,67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] 1 --- [ol-459-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.569 [67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] [pool-459-thread-1]  INFO [aai-resources,67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] 1 --- [ol-459-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.569 [67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] [pool-459-thread-1]  INFO [aai-resources,67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] 1 --- [ol-459-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.571 [67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] [pool-459-thread-1]  INFO [aai-resources,67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] 1 --- [ol-459-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.571 [67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] [qtp1225114731-642] DEBUG [aai-resources,67ea5464c1cee63d5efeb42051c7dc71,5efeb42051c7dc71] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:565","respDate":"250331-08:37:56:571","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:56:565-66900\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[30259a76-faa7-4871-8c79-6c4be721ac5c], Accept=[application/json], x-invocationid=[f26b48da-6316-4601-99cf-d9d0924911bf], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:37:56.591 [67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] [qtp1225114731-22]  INFO [aai-resources,67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.596 [67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] [pool-460-thread-1]  INFO [aai-resources,67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] 1 --- [ol-460-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.596 [67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] [pool-460-thread-1]  INFO [aai-resources,67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] 1 --- [ol-460-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.596 [67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] [pool-460-thread-1]  INFO [aai-resources,67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] 1 --- [ol-460-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.596 [67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] [pool-460-thread-1]  INFO [aai-resources,67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] 1 --- [ol-460-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.626 [67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] [pool-460-thread-1]  INFO [aai-resources,67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] 1 --- [ol-460-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.627 [67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] [qtp1225114731-22] DEBUG [aai-resources,67ea54643859300f9d874f2d2d97577e,9d874f2d2d97577e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:592","respDate":"250331-08:37:56:627","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:56:592-34412\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[cac6865e-3fb4-47bc-af41-94134cbd4393], Accept=[application/json], x-invocationid=[0b2da597-ca2b-4a08-af5b-f807682d4f79], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 6225 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 37 - "logType": "access"
2025-03-31 08:37:56.654 [67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] [qtp1225114731-642]  INFO [aai-resources,67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.658 [67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] [pool-461-thread-1]  INFO [aai-resources,67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] 1 --- [ol-461-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.658 [67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] [pool-461-thread-1]  INFO [aai-resources,67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] 1 --- [ol-461-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.658 [67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] [pool-461-thread-1]  INFO [aai-resources,67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] 1 --- [ol-461-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.658 [67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] [pool-461-thread-1]  INFO [aai-resources,67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] 1 --- [ol-461-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.660 [67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] [pool-461-thread-1]  INFO [aai-resources,67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] 1 --- [ol-461-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.661 [67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] [qtp1225114731-642] DEBUG [aai-resources,67ea5464463510c62cbde076c96a71b1,2cbde076c96a71b1] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:654","respDate":"250331-08:37:56:660","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:56:654-94376\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[afb4dd21-4cfb-4261-9ca4-af0ed6bd4b7f], Accept=[application/json], x-invocationid=[02c238b8-2165-44bc-b2b5-a0ba44ec377e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:37:56.684 [67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] [qtp1225114731-22]  INFO [aai-resources,67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.703 [67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] [pool-462-thread-1]  INFO [aai-resources,67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] 1 --- [ol-462-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.704 [67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] [pool-462-thread-1]  INFO [aai-resources,67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] 1 --- [ol-462-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.704 [67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] [pool-462-thread-1]  INFO [aai-resources,67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] 1 --- [ol-462-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.704 [67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] [pool-462-thread-1]  INFO [aai-resources,67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] 1 --- [ol-462-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.706 [67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] [pool-462-thread-1]  INFO [aai-resources,67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] 1 --- [ol-462-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.706 [67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] [qtp1225114731-22] DEBUG [aai-resources,67ea546474b71b9f494445e1a2e24220,494445e1a2e24220] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:684","respDate":"250331-08:37:56:706","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:56:684-84967\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6ead69fc-96b6-4dec-91d7-744d345f5557], Accept=[application/json], x-invocationid=[81812de7-24a2-48c6-84e2-54a360f849ba], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:37:56.729 [67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] [qtp1225114731-642]  INFO [aai-resources,67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.733 [67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] [pool-463-thread-1]  INFO [aai-resources,67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] 1 --- [ol-463-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.733 [67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] [pool-463-thread-1]  INFO [aai-resources,67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] 1 --- [ol-463-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.733 [67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] [pool-463-thread-1]  INFO [aai-resources,67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] 1 --- [ol-463-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.734 [67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] [pool-463-thread-1]  INFO [aai-resources,67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] 1 --- [ol-463-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.758 [67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] [pool-463-thread-1]  INFO [aai-resources,67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] 1 --- [ol-463-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.759 [67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] [qtp1225114731-642] DEBUG [aai-resources,67ea54649658b294dad17c9ae3afda06,dad17c9ae3afda06] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:729","respDate":"250331-08:37:56:759","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:37:56:729-58893\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e52cf37a-5a4a-429e-8cad-8665de0f0642], Accept=[application/json], x-invocationid=[cbe60af7-bc41-493f-b33a-625bb32fe8d4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 6225 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:37:56.826 [67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] [qtp1225114731-22]  INFO [aai-resources,67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.832 [67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] [pool-464-thread-1]  INFO [aai-resources,67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] 1 --- [ol-464-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.832 [67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] [pool-464-thread-1]  INFO [aai-resources,67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] 1 --- [ol-464-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.832 [67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] [pool-464-thread-1]  INFO [aai-resources,67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] 1 --- [ol-464-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.832 [67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] [pool-464-thread-1]  INFO [aai-resources,67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] 1 --- [ol-464-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.842 [67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] [pool-464-thread-1]  INFO [aai-resources,67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] 1 --- [ol-464-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.842 [67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] [qtp1225114731-22] DEBUG [aai-resources,67ea54649b027090ee2ca44b2840d6b7,ee2ca44b2840d6b7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:826","respDate":"250331-08:37:56:842","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:56:826-51862\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[de9ad8b8-fd28-4d9e-9f4b-9af76e6efe33], Accept=[application/json], x-invocationid=[ab07dfd0-87ed-4f70-9ba2-8f3e6c856a04], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 1635 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:37:56.906 [67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] [qtp1225114731-642]  INFO [aai-resources,67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.911 [67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] [pool-465-thread-1]  INFO [aai-resources,67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] 1 --- [ol-465-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.911 [67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] [pool-465-thread-1]  INFO [aai-resources,67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] 1 --- [ol-465-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.911 [67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] [pool-465-thread-1]  INFO [aai-resources,67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] 1 --- [ol-465-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.911 [67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] [pool-465-thread-1]  INFO [aai-resources,67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] 1 --- [ol-465-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.924 [67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] [pool-465-thread-1]  INFO [aai-resources,67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] 1 --- [ol-465-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.924 [67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] [qtp1225114731-642] DEBUG [aai-resources,67ea5464abb57900850dec62f81ed7f2,850dec62f81ed7f2] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:907","respDate":"250331-08:37:56:924","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:56:907-45133\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[015d7cac-9b4f-4c04-b7b0-0d3f77afd241], Accept=[application/json], x-invocationid=[38c60ccd-1587-43d0-924c-405e981b6d8f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1754 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:37:56.943 [67ea5464f1615f1a059721039241dc0a,059721039241dc0a] [qtp1225114731-22]  INFO [aai-resources,67ea5464f1615f1a059721039241dc0a,059721039241dc0a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.947 [67ea5464f1615f1a059721039241dc0a,059721039241dc0a] [pool-466-thread-1]  INFO [aai-resources,67ea5464f1615f1a059721039241dc0a,059721039241dc0a] 1 --- [ol-466-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.947 [67ea5464f1615f1a059721039241dc0a,059721039241dc0a] [pool-466-thread-1]  INFO [aai-resources,67ea5464f1615f1a059721039241dc0a,059721039241dc0a] 1 --- [ol-466-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.947 [67ea5464f1615f1a059721039241dc0a,059721039241dc0a] [pool-466-thread-1]  INFO [aai-resources,67ea5464f1615f1a059721039241dc0a,059721039241dc0a] 1 --- [ol-466-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.947 [67ea5464f1615f1a059721039241dc0a,059721039241dc0a] [pool-466-thread-1]  INFO [aai-resources,67ea5464f1615f1a059721039241dc0a,059721039241dc0a] 1 --- [ol-466-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.950 [67ea5464f1615f1a059721039241dc0a,059721039241dc0a] [pool-466-thread-1]  INFO [aai-resources,67ea5464f1615f1a059721039241dc0a,059721039241dc0a] 1 --- [ol-466-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.950 [67ea5464f1615f1a059721039241dc0a,059721039241dc0a] [qtp1225114731-22] DEBUG [aai-resources,67ea5464f1615f1a059721039241dc0a,059721039241dc0a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:944","respDate":"250331-08:37:56:950","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:56:944-21298\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1ccc37b5-f4a1-4305-87a2-36a511abaaeb], Accept=[application/json], x-invocationid=[1fef03fe-939e-4541-b9fc-361b729ae37c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:37:56.970 [67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] [qtp1225114731-642]  INFO [aai-resources,67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:56.974 [67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] [pool-467-thread-1]  INFO [aai-resources,67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] 1 --- [ol-467-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:56.974 [67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] [pool-467-thread-1]  INFO [aai-resources,67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] 1 --- [ol-467-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:56.974 [67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] [pool-467-thread-1]  INFO [aai-resources,67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] 1 --- [ol-467-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:56.974 [67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] [pool-467-thread-1]  INFO [aai-resources,67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] 1 --- [ol-467-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:56.977 [67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] [pool-467-thread-1]  INFO [aai-resources,67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] 1 --- [ol-467-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:56.977 [67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] [qtp1225114731-642] DEBUG [aai-resources,67ea5464d93bddc6649ce878853ce0ea,649ce878853ce0ea] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:970","respDate":"250331-08:37:56:977","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:37:56:970-33849\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[88cf8a9b-ce1c-4e7c-b19d-5e4002d365a7], Accept=[application/json], x-invocationid=[ac15c818-ee36-4548-9fe5-e25fc4a5dc5e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:56 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:37:56.997 [67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] [qtp1225114731-22]  INFO [aai-resources,67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:57.001 [67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] [pool-468-thread-1]  INFO [aai-resources,67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] 1 --- [ol-468-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:37:57.001 [67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] [pool-468-thread-1]  INFO [aai-resources,67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] 1 --- [ol-468-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:37:57.001 [67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] [pool-468-thread-1]  INFO [aai-resources,67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] 1 --- [ol-468-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:37:57.002 [67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] [pool-468-thread-1]  INFO [aai-resources,67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] 1 --- [ol-468-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:37:57.005 [67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] [pool-468-thread-1]  INFO [aai-resources,67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] 1 --- [ol-468-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:37:57.006 [67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] [qtp1225114731-22] DEBUG [aai-resources,67ea5464205d7da49a32bd4ea11eef1a,9a32bd4ea11eef1a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:37:56:998","respDate":"250331-08:37:57:006","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:56:998-28536\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0ce030b0-6be2-4be0-9807-118ec121d1c0], Accept=[application/json], x-invocationid=[d0011a0b-2564-47c1-a964-d4ba6b5b17ba], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:57 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:37:58.303 [67ea546699a5028a5cc0a4e59602d2e9,5cc0a4e59602d2e9] [qtp1225114731-642]  INFO [aai-resources,67ea546699a5028a5cc0a4e59602d2e9,5cc0a4e59602d2e9] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:37:58.317 [67ea546699a5028a5cc0a4e59602d2e9,5cc0a4e59602d2e9] [qtp1225114731-642] DEBUG [aai-resources,67ea546699a5028a5cc0a4e59602d2e9,5cc0a4e59602d2e9] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"28d76182-75d4-4a94-b8f3-8cf22d72c32c","status":"200","rqstDate":"250331-08:37:58:303","respDate":"250331-08:37:58:316","sourceId":"haproxy:28d76182-75d4-4a94-b8f3-8cf22d72c32c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:37:58:303-64636\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[685f118f-b0ee-4fc9-a500-92f371589c20], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[28d76182-75d4-4a94-b8f3-8cf22d72c32c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:37:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:38:00.324 [67ea546870b9cf048ca078792a689a98,8ca078792a689a98] [qtp1225114731-22]  INFO [aai-resources,67ea546870b9cf048ca078792a689a98,8ca078792a689a98] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:00.338 [67ea546870b9cf048ca078792a689a98,8ca078792a689a98] [qtp1225114731-22] DEBUG [aai-resources,67ea546870b9cf048ca078792a689a98,8ca078792a689a98] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9527b8ec-e15d-4063-bf63-493dda179584","status":"200","rqstDate":"250331-08:38:00:324","respDate":"250331-08:38:00:338","sourceId":"haproxy:9527b8ec-e15d-4063-bf63-493dda179584","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:00:324-61889\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a100ac00-40bc-4622-8e7e-23b725e89d22], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9527b8ec-e15d-4063-bf63-493dda179584]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:02.344 [67ea546a7ce6ba5796a813734ecc07d6,96a813734ecc07d6] [qtp1225114731-642]  INFO [aai-resources,67ea546a7ce6ba5796a813734ecc07d6,96a813734ecc07d6] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:02.356 [67ea546a7ce6ba5796a813734ecc07d6,96a813734ecc07d6] [qtp1225114731-642] DEBUG [aai-resources,67ea546a7ce6ba5796a813734ecc07d6,96a813734ecc07d6] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9ab7b644-100e-4207-93c4-38bd996156e7","status":"200","rqstDate":"250331-08:38:02:344","respDate":"250331-08:38:02:356","sourceId":"haproxy:9ab7b644-100e-4207-93c4-38bd996156e7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:02:344-32105\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[11cec9df-eeff-41fb-95a6-540b9cf26a76], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9ab7b644-100e-4207-93c4-38bd996156e7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:04.362 [67ea546c00b8173a2fe7fa377f281d47,2fe7fa377f281d47] [qtp1225114731-22]  INFO [aai-resources,67ea546c00b8173a2fe7fa377f281d47,2fe7fa377f281d47] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:04.375 [67ea546c00b8173a2fe7fa377f281d47,2fe7fa377f281d47] [qtp1225114731-22] DEBUG [aai-resources,67ea546c00b8173a2fe7fa377f281d47,2fe7fa377f281d47] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f9a93e88-658a-42b7-a2db-eec89f0d6680","status":"200","rqstDate":"250331-08:38:04:362","respDate":"250331-08:38:04:375","sourceId":"haproxy:f9a93e88-658a-42b7-a2db-eec89f0d6680","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:04:362-16012\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[32d0fb0e-4845-4f2a-a060-b929c2465453], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f9a93e88-658a-42b7-a2db-eec89f0d6680]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:38:06.384 [67ea546efcb8e710e9d3083f20b943f1,e9d3083f20b943f1] [qtp1225114731-642]  INFO [aai-resources,67ea546efcb8e710e9d3083f20b943f1,e9d3083f20b943f1] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:06.399 [67ea546efcb8e710e9d3083f20b943f1,e9d3083f20b943f1] [qtp1225114731-642] DEBUG [aai-resources,67ea546efcb8e710e9d3083f20b943f1,e9d3083f20b943f1] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8e305653-7917-40a9-84a2-eb812116a4af","status":"200","rqstDate":"250331-08:38:06:385","respDate":"250331-08:38:06:399","sourceId":"haproxy:8e305653-7917-40a9-84a2-eb812116a4af","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:06:385-57667\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9738c60d-5c92-43aa-a8b7-8b9eceb52ca8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8e305653-7917-40a9-84a2-eb812116a4af]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:38:08.412 [67ea5470bf7d4c76f66a196130a8748f,f66a196130a8748f] [qtp1225114731-22]  INFO [aai-resources,67ea5470bf7d4c76f66a196130a8748f,f66a196130a8748f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:08.425 [67ea5470bf7d4c76f66a196130a8748f,f66a196130a8748f] [qtp1225114731-22] DEBUG [aai-resources,67ea5470bf7d4c76f66a196130a8748f,f66a196130a8748f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6ad1bcbe-3c8c-4153-a228-a6522adef1c4","status":"200","rqstDate":"250331-08:38:08:412","respDate":"250331-08:38:08:425","sourceId":"haproxy:6ad1bcbe-3c8c-4153-a228-a6522adef1c4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:08:412-43822\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3b1c2f00-d40b-4ad6-b01c-63ddc9af3410], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6ad1bcbe-3c8c-4153-a228-a6522adef1c4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:38:10.432 [67ea547223d1c8211bc8082d9ce8714e,1bc8082d9ce8714e] [qtp1225114731-25]  INFO [aai-resources,67ea547223d1c8211bc8082d9ce8714e,1bc8082d9ce8714e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:10.449 [67ea547223d1c8211bc8082d9ce8714e,1bc8082d9ce8714e] [qtp1225114731-25] DEBUG [aai-resources,67ea547223d1c8211bc8082d9ce8714e,1bc8082d9ce8714e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"322ef7dd-6aa7-4b5e-8a54-74b781d823e8","status":"200","rqstDate":"250331-08:38:10:433","respDate":"250331-08:38:10:449","sourceId":"haproxy:322ef7dd-6aa7-4b5e-8a54-74b781d823e8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:10:433-5432\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[813ce8a2-d5d9-4459-872c-8eda03f82490], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[322ef7dd-6aa7-4b5e-8a54-74b781d823e8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:38:12.455 [67ea5474015bbb2e8afddbf6b066e156,8afddbf6b066e156] [qtp1225114731-22]  INFO [aai-resources,67ea5474015bbb2e8afddbf6b066e156,8afddbf6b066e156] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:12.467 [67ea5474015bbb2e8afddbf6b066e156,8afddbf6b066e156] [qtp1225114731-22] DEBUG [aai-resources,67ea5474015bbb2e8afddbf6b066e156,8afddbf6b066e156] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f43cf052-f7d9-4b5b-9bc4-1433a38991f1","status":"200","rqstDate":"250331-08:38:12:456","respDate":"250331-08:38:12:467","sourceId":"haproxy:f43cf052-f7d9-4b5b-9bc4-1433a38991f1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:12:456-80518\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1187492a-ae74-4753-b185-cf2ee878a586], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f43cf052-f7d9-4b5b-9bc4-1433a38991f1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:14.473 [67ea547631b3603d5eb07e5fbd22bd82,5eb07e5fbd22bd82] [qtp1225114731-25]  INFO [aai-resources,67ea547631b3603d5eb07e5fbd22bd82,5eb07e5fbd22bd82] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:14.487 [67ea547631b3603d5eb07e5fbd22bd82,5eb07e5fbd22bd82] [qtp1225114731-25] DEBUG [aai-resources,67ea547631b3603d5eb07e5fbd22bd82,5eb07e5fbd22bd82] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5588fec2-8003-41fe-976f-3e5686d7bd87","status":"200","rqstDate":"250331-08:38:14:473","respDate":"250331-08:38:14:487","sourceId":"haproxy:5588fec2-8003-41fe-976f-3e5686d7bd87","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:14:473-88499\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8b4390cc-5249-4c46-a202-633df7f83a90], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5588fec2-8003-41fe-976f-3e5686d7bd87]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:16.496 [67ea547894d47556f3fb1b4607562be5,f3fb1b4607562be5] [qtp1225114731-22]  INFO [aai-resources,67ea547894d47556f3fb1b4607562be5,f3fb1b4607562be5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:16.512 [67ea547894d47556f3fb1b4607562be5,f3fb1b4607562be5] [qtp1225114731-22] DEBUG [aai-resources,67ea547894d47556f3fb1b4607562be5,f3fb1b4607562be5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ef017413-7c26-4cdf-affc-6bbf878ff54d","status":"200","rqstDate":"250331-08:38:16:496","respDate":"250331-08:38:16:512","sourceId":"haproxy:ef017413-7c26-4cdf-affc-6bbf878ff54d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:16:496-62388\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d80b2559-2258-4a01-adc3-c77270d6246d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ef017413-7c26-4cdf-affc-6bbf878ff54d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:38:17.796 [67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] [qtp1225114731-25]  INFO [aai-resources,67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:17.801 [67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] [pool-469-thread-1]  INFO [aai-resources,67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] 1 --- [ol-469-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:17.801 [67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] [pool-469-thread-1]  INFO [aai-resources,67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] 1 --- [ol-469-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:17.801 [67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] [pool-469-thread-1]  INFO [aai-resources,67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] 1 --- [ol-469-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:17.801 [67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] [pool-469-thread-1]  INFO [aai-resources,67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] 1 --- [ol-469-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:17.805 [67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] [pool-469-thread-1]  INFO [aai-resources,67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] 1 --- [ol-469-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:17.806 [67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] [qtp1225114731-25] DEBUG [aai-resources,67ea547931df0c788fa0c26087c2242d,8fa0c26087c2242d] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:17:796","respDate":"250331-08:38:17:806","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:34433/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:17:796-56681\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9681acc9-7271-4104-8186-03e94ccb2725], Accept=[application/json], x-invocationid=[168cba3f-b4f8-4c8b-8b13-63b139e8a1be], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:34433], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:17 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 1635 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:38:18.519 [67ea547aa93bc3156bbf2d7984e2efd9,6bbf2d7984e2efd9] [qtp1225114731-22]  INFO [aai-resources,67ea547aa93bc3156bbf2d7984e2efd9,6bbf2d7984e2efd9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:18.539 [67ea547aa93bc3156bbf2d7984e2efd9,6bbf2d7984e2efd9] [qtp1225114731-22] DEBUG [aai-resources,67ea547aa93bc3156bbf2d7984e2efd9,6bbf2d7984e2efd9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ed7f5a77-d594-422a-a70f-cadb516ec5c2","status":"200","rqstDate":"250331-08:38:18:519","respDate":"250331-08:38:18:539","sourceId":"haproxy:ed7f5a77-d594-422a-a70f-cadb516ec5c2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:18:519-60654\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[02221fac-c8de-4e7c-8f4a-4e1c7fcaa432], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ed7f5a77-d594-422a-a70f-cadb516ec5c2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:38:19.239 [67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] [qtp1225114731-25]  INFO [aai-resources,67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:19.243 [67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] [pool-470-thread-1]  INFO [aai-resources,67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] 1 --- [ol-470-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:19.243 [67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] [pool-470-thread-1]  INFO [aai-resources,67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] 1 --- [ol-470-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:19.243 [67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] [pool-470-thread-1]  INFO [aai-resources,67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] 1 --- [ol-470-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:19.243 [67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] [pool-470-thread-1]  INFO [aai-resources,67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] 1 --- [ol-470-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:19.517 [67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] [pool-470-thread-1]  INFO [aai-resources,67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] 1 --- [ol-470-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:19.518 [67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] [qtp1225114731-25] DEBUG [aai-resources,67ea547b0862e14d3cff336fa034b18b,3cff336fa034b18b] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:19:239","respDate":"250331-08:38:19:518","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:34433/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:19:239-12185\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[185978a6-39d0-485b-bfb4-6e222e01da84], Accept=[application/json], x-invocationid=[f3f48e3b-c157-4b6c-80b3-8b4f3e757f86], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:34433], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:19 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262?depth=2" 200 3192 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 282 - "logType": "access"
2025-03-31 08:38:19.602 [67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] [qtp1225114731-22]  INFO [aai-resources,67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:19.607 [67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] [pool-471-thread-1]  INFO [aai-resources,67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] 1 --- [ol-471-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:19.607 [67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] [pool-471-thread-1]  INFO [aai-resources,67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] 1 --- [ol-471-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:19.607 [67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] [pool-471-thread-1]  INFO [aai-resources,67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] 1 --- [ol-471-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:19.607 [67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] [pool-471-thread-1]  INFO [aai-resources,67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] 1 --- [ol-471-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:19.630 [67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] [pool-471-thread-1]  INFO [aai-resources,67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] 1 --- [ol-471-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:19.631 [67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] [qtp1225114731-22] DEBUG [aai-resources,67ea547ba61d2078f355d7c8a5f450d8,f355d7c8a5f450d8] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:19:602","respDate":"250331-08:38:19:631","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:34433/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:19:602-86640\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[cb01ec3c-1a6b-48a1-9661-505e7b0842b4], Accept=[application/json], x-invocationid=[2367305c-db75-40ba-878c-5c5f17f6739e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:34433], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:19 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262?depth=2" 200 3192 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 34 - "logType": "access"
2025-03-31 08:38:19.691 [67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] [qtp1225114731-25]  INFO [aai-resources,67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:19.695 [67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] [qtp1225114731-25]  INFO [aai-resources,67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:19.695 [67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] [qtp1225114731-25]  INFO [aai-resources,67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:19.695 [67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] [qtp1225114731-25]  INFO [aai-resources,67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:19.695 [67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] [qtp1225114731-25]  INFO [aai-resources,67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:19.865 [67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] [qtp1225114731-25]  INFO [aai-resources,67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:20.395 [67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] [qtp1225114731-25] DEBUG [aai-resources,67ea547bf0238f2d9e94a6861563e8fa,9e94a6861563e8fa] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"204","rqstDate":"250331-08:38:19:691","respDate":"250331-08:38:20:395","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:34433/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262?depth=2&resource-version=1743410250300","resourceType":"DELETE","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:19:691-32604\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"*/*\",\"Headers\":\"{x-request-id=[7f3b2106-5761-4718-b6a1-03b5f99d32a5], Accept=[application/json], x-invocationid=[14429db1-cfeb-4a74-b698-7dd859440233], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:34433], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2], Content-Type=[*/*]}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:38:19:691-32604\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:38:19:691-32604]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:20 +0000] "DELETE /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/efeef322-f110-4202-b470-e96335781262?depth=2&resource-version=1743410250300" 204 0 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 708 - "logType": "access"
2025-03-31 08:38:20.495 [67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] [qtp1225114731-22]  INFO [aai-resources,67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:20.504 [67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] [qtp1225114731-22]  INFO [aai-resources,67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:20.504 [67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] [qtp1225114731-22]  INFO [aai-resources,67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:20.504 [67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] [qtp1225114731-22]  INFO [aai-resources,67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:20.504 [67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] [qtp1225114731-22]  INFO [aai-resources,67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:20.537 [67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] [qtp1225114731-22]  INFO [aai-resources,67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:20.546 [67ea547c6e5e442c0a132b1a370e6ffd,0a132b1a370e6ffd] [qtp1225114731-270]  INFO [aai-resources,67ea547c6e5e442c0a132b1a370e6ffd,0a132b1a370e6ffd] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:20.556 [67ea547c6e5e442c0a132b1a370e6ffd,0a132b1a370e6ffd] [qtp1225114731-270] DEBUG [aai-resources,67ea547c6e5e442c0a132b1a370e6ffd,0a132b1a370e6ffd] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e0cc68c-0702-4002-91e9-ab73d95fadca","status":"200","rqstDate":"250331-08:38:20:546","respDate":"250331-08:38:20:555","sourceId":"haproxy:5e0cc68c-0702-4002-91e9-ab73d95fadca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:20:546-6508\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9a2fe5d3-8a79-4bce-879c-24fd43299d44], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5e0cc68c-0702-4002-91e9-ab73d95fadca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:38:20.558 [67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] [qtp1225114731-22] DEBUG [aai-resources,67ea547c6761ba3f4ba27f6c4139faca,4ba27f6c4139faca] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:20:495","respDate":"250331-08:38:20:558","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:20:495-5744\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[e4b6caa6-4a09-44a7-b21c-d20dccd41086], Accept=[application/json], x-invocationid=[4a22faa1-8fcb-401a-8115-9cfd78c7a964], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2], Content-Length=[76], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"de075996-af8b-4ffe-adde-568e572468fd\\\",\\\"heat-stack-id\\\":null}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:38:20:495-5744\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[245920], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:38:20:495-5744]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:20 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd" 200 0 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 66 - "logType": "access"
2025-03-31 08:38:20.583 [67ea547c805b651c587e01601b0ef253,587e01601b0ef253] [qtp1225114731-25]  INFO [aai-resources,67ea547c805b651c587e01601b0ef253,587e01601b0ef253] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:20.589 [67ea547c805b651c587e01601b0ef253,587e01601b0ef253] [qtp1225114731-25]  INFO [aai-resources,67ea547c805b651c587e01601b0ef253,587e01601b0ef253] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:20.589 [67ea547c805b651c587e01601b0ef253,587e01601b0ef253] [qtp1225114731-25]  INFO [aai-resources,67ea547c805b651c587e01601b0ef253,587e01601b0ef253] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:20.589 [67ea547c805b651c587e01601b0ef253,587e01601b0ef253] [qtp1225114731-25]  INFO [aai-resources,67ea547c805b651c587e01601b0ef253,587e01601b0ef253] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:20.589 [67ea547c805b651c587e01601b0ef253,587e01601b0ef253] [qtp1225114731-25]  INFO [aai-resources,67ea547c805b651c587e01601b0ef253,587e01601b0ef253] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:20.617 [67ea547c805b651c587e01601b0ef253,587e01601b0ef253] [qtp1225114731-25]  INFO [aai-resources,67ea547c805b651c587e01601b0ef253,587e01601b0ef253] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:20.632 [67ea547c805b651c587e01601b0ef253,587e01601b0ef253] [qtp1225114731-25] DEBUG [aai-resources,67ea547c805b651c587e01601b0ef253,587e01601b0ef253] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:20:583","respDate":"250331-08:38:20:632","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:20:583-73751\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[86c54bf3-65f0-4877-b1bc-12427fa2fbf2], Accept=[application/json], x-invocationid=[6ace3efb-ec22-43ff-b25c-bd7116a37abc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2], Content-Length=[89], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"de075996-af8b-4ffe-adde-568e572468fd\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:38:20:583-73751\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[245920], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:38:20:583-73751]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:20 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd" 200 0 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 51 - "logType": "access"
2025-03-31 08:38:22.562 [67ea547ebc026f1fca2f249ad5f1e0be,ca2f249ad5f1e0be] [qtp1225114731-22]  INFO [aai-resources,67ea547ebc026f1fca2f249ad5f1e0be,ca2f249ad5f1e0be] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:22.590 [67ea547ebc026f1fca2f249ad5f1e0be,ca2f249ad5f1e0be] [qtp1225114731-22] DEBUG [aai-resources,67ea547ebc026f1fca2f249ad5f1e0be,ca2f249ad5f1e0be] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a51e911d-2018-47f7-9375-e251c2a955dd","status":"200","rqstDate":"250331-08:38:22:562","respDate":"250331-08:38:22:590","sourceId":"haproxy:a51e911d-2018-47f7-9375-e251c2a955dd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:22:562-5109\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[420e1718-fba2-496e-9a7a-38f048d4586e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a51e911d-2018-47f7-9375-e251c2a955dd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:38:24.597 [67ea54801b66c3f4d8a45ea3883a84ac,d8a45ea3883a84ac] [qtp1225114731-25]  INFO [aai-resources,67ea54801b66c3f4d8a45ea3883a84ac,d8a45ea3883a84ac] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:24.608 [67ea54801b66c3f4d8a45ea3883a84ac,d8a45ea3883a84ac] [qtp1225114731-25] DEBUG [aai-resources,67ea54801b66c3f4d8a45ea3883a84ac,d8a45ea3883a84ac] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e64e5fe1-9a28-469b-9fb4-87751dd17b1c","status":"200","rqstDate":"250331-08:38:24:597","respDate":"250331-08:38:24:608","sourceId":"haproxy:e64e5fe1-9a28-469b-9fb4-87751dd17b1c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:24:597-60663\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[adabb3f9-aa5c-4c36-9975-0ae480068620], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e64e5fe1-9a28-469b-9fb4-87751dd17b1c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:26.097 [67ea548228ac8ad748010ba683258543,48010ba683258543] [qtp1225114731-22]  INFO [aai-resources,67ea548228ac8ad748010ba683258543,48010ba683258543] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.101 [67ea548228ac8ad748010ba683258543,48010ba683258543] [pool-472-thread-1]  INFO [aai-resources,67ea548228ac8ad748010ba683258543,48010ba683258543] 1 --- [ol-472-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.101 [67ea548228ac8ad748010ba683258543,48010ba683258543] [pool-472-thread-1]  INFO [aai-resources,67ea548228ac8ad748010ba683258543,48010ba683258543] 1 --- [ol-472-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.101 [67ea548228ac8ad748010ba683258543,48010ba683258543] [pool-472-thread-1]  INFO [aai-resources,67ea548228ac8ad748010ba683258543,48010ba683258543] 1 --- [ol-472-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.101 [67ea548228ac8ad748010ba683258543,48010ba683258543] [pool-472-thread-1]  INFO [aai-resources,67ea548228ac8ad748010ba683258543,48010ba683258543] 1 --- [ol-472-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.103 [67ea548228ac8ad748010ba683258543,48010ba683258543] [pool-472-thread-1]  INFO [aai-resources,67ea548228ac8ad748010ba683258543,48010ba683258543] 1 --- [ol-472-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.104 [67ea548228ac8ad748010ba683258543,48010ba683258543] [qtp1225114731-22] DEBUG [aai-resources,67ea548228ac8ad748010ba683258543,48010ba683258543] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:097","respDate":"250331-08:38:26:104","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:26:097-88798\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3de601e0-e6e1-4d16-8bcb-f8cd62ebecf4], Accept=[application/json], x-invocationid=[54065d36-66fa-4778-bfd0-f11aefd099c1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:38:26.126 [67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] [qtp1225114731-25]  INFO [aai-resources,67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.132 [67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] [pool-473-thread-1]  INFO [aai-resources,67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] 1 --- [ol-473-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.132 [67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] [pool-473-thread-1]  INFO [aai-resources,67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] 1 --- [ol-473-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.132 [67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] [pool-473-thread-1]  INFO [aai-resources,67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] 1 --- [ol-473-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.132 [67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] [pool-473-thread-1]  INFO [aai-resources,67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] 1 --- [ol-473-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.139 [67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] [pool-473-thread-1]  INFO [aai-resources,67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] 1 --- [ol-473-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.139 [67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] [qtp1225114731-25] DEBUG [aai-resources,67ea54829bc4a602b1ac9857febdb070,b1ac9857febdb070] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:126","respDate":"250331-08:38:26:139","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:26:126-78002\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[25cafac5-7867-46fd-a10b-b4a48b827e15], Accept=[application/json], x-invocationid=[96144e5b-8daf-4e34-8130-0162c92a7cff], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1627 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:26.187 [67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] [qtp1225114731-22]  INFO [aai-resources,67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.191 [67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] [pool-474-thread-1]  INFO [aai-resources,67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] 1 --- [ol-474-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.191 [67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] [pool-474-thread-1]  INFO [aai-resources,67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] 1 --- [ol-474-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.191 [67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] [pool-474-thread-1]  INFO [aai-resources,67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] 1 --- [ol-474-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.191 [67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] [pool-474-thread-1]  INFO [aai-resources,67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] 1 --- [ol-474-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.194 [67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] [pool-474-thread-1]  INFO [aai-resources,67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] 1 --- [ol-474-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.194 [67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] [qtp1225114731-22] DEBUG [aai-resources,67ea548249f1356da54d7a218b7905d3,a54d7a218b7905d3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:187","respDate":"250331-08:38:26:194","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:26:187-14553\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3c6d6247-31dc-4432-8dea-89536d963801], Accept=[application/json], x-invocationid=[70d87765-f174-4e6b-a25a-0ad83e1f6831], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:38:26.214 [67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] [qtp1225114731-25]  INFO [aai-resources,67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.219 [67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] [pool-475-thread-1]  INFO [aai-resources,67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] 1 --- [ol-475-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.219 [67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] [pool-475-thread-1]  INFO [aai-resources,67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] 1 --- [ol-475-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.219 [67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] [pool-475-thread-1]  INFO [aai-resources,67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] 1 --- [ol-475-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.219 [67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] [pool-475-thread-1]  INFO [aai-resources,67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] 1 --- [ol-475-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.221 [67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] [pool-475-thread-1]  INFO [aai-resources,67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] 1 --- [ol-475-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.222 [67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] [qtp1225114731-25] DEBUG [aai-resources,67ea548236ea87ade047d729f79bfc31,e047d729f79bfc31] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:215","respDate":"250331-08:38:26:222","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:26:215-35030\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5fc3469b-b29c-4328-a75b-02a68e02b8be], Accept=[application/json], x-invocationid=[73858aac-7410-400c-af5c-6fa39a7f3fc1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:38:26.242 [67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] [qtp1225114731-22]  INFO [aai-resources,67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.245 [67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] [pool-476-thread-1]  INFO [aai-resources,67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] 1 --- [ol-476-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.246 [67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] [pool-476-thread-1]  INFO [aai-resources,67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] 1 --- [ol-476-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.246 [67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] [pool-476-thread-1]  INFO [aai-resources,67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] 1 --- [ol-476-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.246 [67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] [pool-476-thread-1]  INFO [aai-resources,67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] 1 --- [ol-476-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.281 [67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] [pool-476-thread-1]  INFO [aai-resources,67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] 1 --- [ol-476-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.282 [67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] [qtp1225114731-22] DEBUG [aai-resources,67ea5482242787b4d7d4f58839b4819d,d7d4f58839b4819d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:242","respDate":"250331-08:38:26:281","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:26:242-48615\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[35b98afe-7803-4ff4-b46e-378a493427d7], Accept=[application/json], x-invocationid=[862f83ba-9270-4861-8cf4-612aa9fe6c8b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 4535 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 43 - "logType": "access"
2025-03-31 08:38:26.308 [67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] [qtp1225114731-25]  INFO [aai-resources,67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.311 [67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] [pool-477-thread-1]  INFO [aai-resources,67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] 1 --- [ol-477-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.311 [67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] [pool-477-thread-1]  INFO [aai-resources,67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] 1 --- [ol-477-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.311 [67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] [pool-477-thread-1]  INFO [aai-resources,67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] 1 --- [ol-477-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.311 [67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] [pool-477-thread-1]  INFO [aai-resources,67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] 1 --- [ol-477-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.313 [67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] [pool-477-thread-1]  INFO [aai-resources,67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] 1 --- [ol-477-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.314 [67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] [qtp1225114731-25] DEBUG [aai-resources,67ea5482ef77e09ec26b1df10964415c,c26b1df10964415c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:308","respDate":"250331-08:38:26:314","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:26:308-46469\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4678e0d4-3b47-415a-85aa-accae37686ad], Accept=[application/json], x-invocationid=[e54db2b9-9156-4dc3-8e77-50fa0f6a3338], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:26.338 [67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] [qtp1225114731-22]  INFO [aai-resources,67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.342 [67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] [pool-478-thread-1]  INFO [aai-resources,67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] 1 --- [ol-478-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.342 [67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] [pool-478-thread-1]  INFO [aai-resources,67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] 1 --- [ol-478-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.342 [67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] [pool-478-thread-1]  INFO [aai-resources,67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] 1 --- [ol-478-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.342 [67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] [pool-478-thread-1]  INFO [aai-resources,67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] 1 --- [ol-478-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.344 [67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] [pool-478-thread-1]  INFO [aai-resources,67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] 1 --- [ol-478-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.344 [67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] [qtp1225114731-22] DEBUG [aai-resources,67ea548277fb816ce96e6be86db0c762,e96e6be86db0c762] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:338","respDate":"250331-08:38:26:344","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:26:338-84271\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[69f07b2e-cac6-4f9d-b0bc-82b51b733ddc], Accept=[application/json], x-invocationid=[ee0eba30-4b89-4638-99e8-8abe4c19697c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:26.365 [67ea5482492e2a396507a21881f64a06,6507a21881f64a06] [qtp1225114731-25]  INFO [aai-resources,67ea5482492e2a396507a21881f64a06,6507a21881f64a06] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.368 [67ea5482492e2a396507a21881f64a06,6507a21881f64a06] [pool-479-thread-1]  INFO [aai-resources,67ea5482492e2a396507a21881f64a06,6507a21881f64a06] 1 --- [ol-479-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.368 [67ea5482492e2a396507a21881f64a06,6507a21881f64a06] [pool-479-thread-1]  INFO [aai-resources,67ea5482492e2a396507a21881f64a06,6507a21881f64a06] 1 --- [ol-479-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.368 [67ea5482492e2a396507a21881f64a06,6507a21881f64a06] [pool-479-thread-1]  INFO [aai-resources,67ea5482492e2a396507a21881f64a06,6507a21881f64a06] 1 --- [ol-479-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.369 [67ea5482492e2a396507a21881f64a06,6507a21881f64a06] [pool-479-thread-1]  INFO [aai-resources,67ea5482492e2a396507a21881f64a06,6507a21881f64a06] 1 --- [ol-479-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.392 [67ea5482492e2a396507a21881f64a06,6507a21881f64a06] [pool-479-thread-1]  INFO [aai-resources,67ea5482492e2a396507a21881f64a06,6507a21881f64a06] 1 --- [ol-479-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.393 [67ea5482492e2a396507a21881f64a06,6507a21881f64a06] [qtp1225114731-25] DEBUG [aai-resources,67ea5482492e2a396507a21881f64a06,6507a21881f64a06] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:365","respDate":"250331-08:38:26:393","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:26:365-45517\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[696beee2-f64a-499c-8dce-1ca9a25987ac], Accept=[application/json], x-invocationid=[91b01de7-2a5a-4b1f-adc4-7c25992b8e6a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 4535 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:38:26.458 [67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] [qtp1225114731-22]  INFO [aai-resources,67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.462 [67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] [pool-480-thread-1]  INFO [aai-resources,67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] 1 --- [ol-480-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.462 [67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] [pool-480-thread-1]  INFO [aai-resources,67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] 1 --- [ol-480-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.462 [67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] [pool-480-thread-1]  INFO [aai-resources,67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] 1 --- [ol-480-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.462 [67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] [pool-480-thread-1]  INFO [aai-resources,67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] 1 --- [ol-480-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.476 [67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] [pool-480-thread-1]  INFO [aai-resources,67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] 1 --- [ol-480-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.477 [67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] [qtp1225114731-22] DEBUG [aai-resources,67ea548268c916d4c21e8caadf1b0837,c21e8caadf1b0837] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:458","respDate":"250331-08:38:26:477","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:26:458-26407\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8c6882a3-000f-4af3-8c21-9c4bb854dc24], Accept=[application/json], x-invocationid=[03c29489-ac88-4238-9edd-cdbb90551549], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?depth=1" 200 716 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:38:26.543 [67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] [qtp1225114731-25]  INFO [aai-resources,67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.548 [67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] [pool-481-thread-1]  INFO [aai-resources,67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] 1 --- [ol-481-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.548 [67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] [pool-481-thread-1]  INFO [aai-resources,67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] 1 --- [ol-481-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.548 [67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] [pool-481-thread-1]  INFO [aai-resources,67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] 1 --- [ol-481-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.548 [67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] [pool-481-thread-1]  INFO [aai-resources,67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] 1 --- [ol-481-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.569 [67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] [pool-481-thread-1]  INFO [aai-resources,67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] 1 --- [ol-481-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.570 [67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] [qtp1225114731-25] DEBUG [aai-resources,67ea5482c77eac39acab7fb6a9d0103e,acab7fb6a9d0103e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:543","respDate":"250331-08:38:26:570","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:26:543-69136\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6556f683-6b1b-4cbc-bc0c-5632c6b0aa7d], Accept=[application/json], x-invocationid=[33e51690-7ad8-4553-be20-dd583dfcec2e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1754 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:38:26.591 [67ea54824c13ba587b15add497867b9e,7b15add497867b9e] [qtp1225114731-22]  INFO [aai-resources,67ea54824c13ba587b15add497867b9e,7b15add497867b9e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.595 [67ea54824c13ba587b15add497867b9e,7b15add497867b9e] [pool-482-thread-1]  INFO [aai-resources,67ea54824c13ba587b15add497867b9e,7b15add497867b9e] 1 --- [ol-482-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.595 [67ea54824c13ba587b15add497867b9e,7b15add497867b9e] [pool-482-thread-1]  INFO [aai-resources,67ea54824c13ba587b15add497867b9e,7b15add497867b9e] 1 --- [ol-482-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.595 [67ea54824c13ba587b15add497867b9e,7b15add497867b9e] [pool-482-thread-1]  INFO [aai-resources,67ea54824c13ba587b15add497867b9e,7b15add497867b9e] 1 --- [ol-482-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.596 [67ea54824c13ba587b15add497867b9e,7b15add497867b9e] [pool-482-thread-1]  INFO [aai-resources,67ea54824c13ba587b15add497867b9e,7b15add497867b9e] 1 --- [ol-482-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.598 [67ea54824c13ba587b15add497867b9e,7b15add497867b9e] [pool-482-thread-1]  INFO [aai-resources,67ea54824c13ba587b15add497867b9e,7b15add497867b9e] 1 --- [ol-482-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.598 [67ea54824c13ba587b15add497867b9e,7b15add497867b9e] [qtp1225114731-22] DEBUG [aai-resources,67ea54824c13ba587b15add497867b9e,7b15add497867b9e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:591","respDate":"250331-08:38:26:598","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:26:591-6630\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7eebe9dd-659c-9a45-86c6-6914dbc26e48], Accept=[application/json], x-invocationid=[52532a2c-8005-4344-8780-0bd146592ae7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:38:26.614 [67ea5482802fd5dafb2a14a792b0525b,fb2a14a792b0525b] [qtp1225114731-25]  INFO [aai-resources,67ea5482802fd5dafb2a14a792b0525b,fb2a14a792b0525b] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.618 [67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] [qtp1225114731-20]  INFO [aai-resources,67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.622 [67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] [pool-483-thread-1]  INFO [aai-resources,67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] 1 --- [ol-483-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.622 [67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] [pool-483-thread-1]  INFO [aai-resources,67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] 1 --- [ol-483-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.622 [67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] [pool-483-thread-1]  INFO [aai-resources,67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] 1 --- [ol-483-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.622 [67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] [pool-483-thread-1]  INFO [aai-resources,67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] 1 --- [ol-483-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.624 [67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] [pool-483-thread-1]  INFO [aai-resources,67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] 1 --- [ol-483-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.625 [67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] [qtp1225114731-20] DEBUG [aai-resources,67ea548209ce2a11da17d3a765d0581e,da17d3a765d0581e] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:618","respDate":"250331-08:38:26:625","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:26:618-31458\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[48413c87-4f91-492a-b62c-5befc0d0a40f], Accept=[application/json], x-invocationid=[432ee821-32a7-4dbb-98ee-19ae74f35540], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:26.627 [67ea5482802fd5dafb2a14a792b0525b,fb2a14a792b0525b] [qtp1225114731-25] DEBUG [aai-resources,67ea5482802fd5dafb2a14a792b0525b,fb2a14a792b0525b] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aeefb8e1-de72-4510-828a-42dea45e046f","status":"200","rqstDate":"250331-08:38:26:614","respDate":"250331-08:38:26:627","sourceId":"haproxy:aeefb8e1-de72-4510-828a-42dea45e046f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:26:614-90560\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a016da78-a291-4621-8ada-af723e070149], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aeefb8e1-de72-4510-828a-42dea45e046f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:26.644 [67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] [qtp1225114731-22]  INFO [aai-resources,67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.648 [67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] [pool-484-thread-1]  INFO [aai-resources,67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] 1 --- [ol-484-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.648 [67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] [pool-484-thread-1]  INFO [aai-resources,67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] 1 --- [ol-484-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.648 [67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] [pool-484-thread-1]  INFO [aai-resources,67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] 1 --- [ol-484-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.648 [67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] [pool-484-thread-1]  INFO [aai-resources,67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] 1 --- [ol-484-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.651 [67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] [pool-484-thread-1]  INFO [aai-resources,67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] 1 --- [ol-484-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.652 [67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] [qtp1225114731-22] DEBUG [aai-resources,67ea5482a81ad47c32cbd88f6da12c8d,32cbd88f6da12c8d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:644","respDate":"250331-08:38:26:652","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:26:644-76351\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4395609e-c249-4ac0-a530-6a2e5e55f393], Accept=[application/json], x-invocationid=[4f2d26d4-95a6-4e89-8575-703df14897a7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:38:26.958 [67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] [qtp1225114731-25]  INFO [aai-resources,67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.962 [67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] [pool-485-thread-1]  INFO [aai-resources,67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] 1 --- [ol-485-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.962 [67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] [pool-485-thread-1]  INFO [aai-resources,67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] 1 --- [ol-485-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.963 [67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] [pool-485-thread-1]  INFO [aai-resources,67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] 1 --- [ol-485-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.963 [67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] [pool-485-thread-1]  INFO [aai-resources,67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] 1 --- [ol-485-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:26.973 [67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] [pool-485-thread-1]  INFO [aai-resources,67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] 1 --- [ol-485-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:26.973 [67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] [qtp1225114731-25] DEBUG [aai-resources,67ea54823aad226f296d072e15d93b5c,296d072e15d93b5c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"200","rqstDate":"250331-08:38:26:958","respDate":"250331-08:38:26:973","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:26:958-29997\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f0a1d22b-3efb-4e03-b3c0-0616a516c13f], Accept=[application/json], x-invocationid=[a4d81f4b-e39e-42d8-aabf-8d582d4288d5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:26 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd" 200 716 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:38:26.992 [67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] [qtp1225114731-22]  INFO [aai-resources,67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:26.995 [67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] [qtp1225114731-22]  INFO [aai-resources,67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:26.995 [67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] [qtp1225114731-22]  INFO [aai-resources,67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:26.996 [67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] [qtp1225114731-22]  INFO [aai-resources,67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:26.996 [67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] [qtp1225114731-22]  INFO [aai-resources,67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:27.023 [67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] [qtp1225114731-22]  INFO [aai-resources,67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:27.387 [67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] [qtp1225114731-22] DEBUG [aai-resources,67ea54821a569c5001223b0c1d825d0f,01223b0c1d825d0f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a423db7-2227-401a-893c-19f938973da2","status":"204","rqstDate":"250331-08:38:26:992","respDate":"250331-08:38:27:387","sourceId":"UNKNOWN:3a423db7-2227-401a-893c-19f938973da2","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?resource-version=1743410300589","resourceType":"DELETE","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:26:992-98738\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"*/*\",\"Headers\":\"{x-request-id=[3706f032-c1f4-4def-be48-b573ef4bad6e], Accept=[application/json], x-invocationid=[b1cc0aae-b295-4bf5-adab-b77c3d527eed], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,3a423db7-2227-401a-893c-19f938973da2], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[3a423db7-2227-401a-893c-19f938973da2], x-requestid=[3a423db7-2227-401a-893c-19f938973da2], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[3a423db7-2227-401a-893c-19f938973da2], Content-Type=[*/*]}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:38:26:992-98738\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:38:26:992-98738]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:27 +0000] "DELETE /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules/vf-module/de075996-af8b-4ffe-adde-568e572468fd?resource-version=1743410300589" 204 0 REST ,3a423db7-2227-401a-893c-19f938973da2 MSO 127.0.0.6 - - - - - - - - - 397 - "logType": "access"
2025-03-31 08:38:28.632 [67ea5484242df5c6030939221db9d39f,030939221db9d39f] [qtp1225114731-25]  INFO [aai-resources,67ea5484242df5c6030939221db9d39f,030939221db9d39f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:28.643 [67ea5484242df5c6030939221db9d39f,030939221db9d39f] [qtp1225114731-25] DEBUG [aai-resources,67ea5484242df5c6030939221db9d39f,030939221db9d39f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"945190d6-840e-4424-8762-a286d5fb81c9","status":"200","rqstDate":"250331-08:38:28:632","respDate":"250331-08:38:28:643","sourceId":"haproxy:945190d6-840e-4424-8762-a286d5fb81c9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:28:632-8838\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3a240fd6-1de0-4e5e-b13d-1a57556f78fe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[945190d6-840e-4424-8762-a286d5fb81c9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:38:30.651 [67ea5486a51014ec3acf4595d84ee68e,3acf4595d84ee68e] [qtp1225114731-22]  INFO [aai-resources,67ea5486a51014ec3acf4595d84ee68e,3acf4595d84ee68e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:30.663 [67ea5486a51014ec3acf4595d84ee68e,3acf4595d84ee68e] [qtp1225114731-22] DEBUG [aai-resources,67ea5486a51014ec3acf4595d84ee68e,3acf4595d84ee68e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ab800f1b-d785-46f5-8ec8-6e75c01723ff","status":"200","rqstDate":"250331-08:38:30:651","respDate":"250331-08:38:30:663","sourceId":"haproxy:ab800f1b-d785-46f5-8ec8-6e75c01723ff","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:30:651-20323\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8159606e-c3a0-4564-88dd-17a1ca3e7292], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ab800f1b-d785-46f5-8ec8-6e75c01723ff]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:38:32.669 [67ea5488bb35ea004de429345d050caa,4de429345d050caa] [qtp1225114731-25]  INFO [aai-resources,67ea5488bb35ea004de429345d050caa,4de429345d050caa] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:32.683 [67ea5488bb35ea004de429345d050caa,4de429345d050caa] [qtp1225114731-25] DEBUG [aai-resources,67ea5488bb35ea004de429345d050caa,4de429345d050caa] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"98a84615-8715-48ed-8f86-ab9d283ff811","status":"200","rqstDate":"250331-08:38:32:669","respDate":"250331-08:38:32:683","sourceId":"haproxy:98a84615-8715-48ed-8f86-ab9d283ff811","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:32:669-66127\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ac9f6fb6-b993-4141-b673-3d443d772eee], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[98a84615-8715-48ed-8f86-ab9d283ff811]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:34.689 [67ea548a9eec07a9b0a332e237b8c22d,b0a332e237b8c22d] [qtp1225114731-22]  INFO [aai-resources,67ea548a9eec07a9b0a332e237b8c22d,b0a332e237b8c22d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:34.703 [67ea548a9eec07a9b0a332e237b8c22d,b0a332e237b8c22d] [qtp1225114731-22] DEBUG [aai-resources,67ea548a9eec07a9b0a332e237b8c22d,b0a332e237b8c22d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5173b07b-2b93-47b3-bfe8-d3567ed2cbca","status":"200","rqstDate":"250331-08:38:34:689","respDate":"250331-08:38:34:703","sourceId":"haproxy:5173b07b-2b93-47b3-bfe8-d3567ed2cbca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:34:689-7377\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2202ad60-fde5-46c9-86a3-d7cf82f23c38], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5173b07b-2b93-47b3-bfe8-d3567ed2cbca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:36.709 [67ea548cfe91b28dcde7a6a5e69109da,cde7a6a5e69109da] [qtp1225114731-20]  INFO [aai-resources,67ea548cfe91b28dcde7a6a5e69109da,cde7a6a5e69109da] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:36.721 [67ea548cfe91b28dcde7a6a5e69109da,cde7a6a5e69109da] [qtp1225114731-20] DEBUG [aai-resources,67ea548cfe91b28dcde7a6a5e69109da,cde7a6a5e69109da] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bbf728e5-af39-45f6-be96-7e9be6b6f23c","status":"200","rqstDate":"250331-08:38:36:710","respDate":"250331-08:38:36:721","sourceId":"haproxy:bbf728e5-af39-45f6-be96-7e9be6b6f23c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:36:710-88737\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cd2fa74d-caac-4921-b0d5-cdd2ee58c908], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bbf728e5-af39-45f6-be96-7e9be6b6f23c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:38.430 [67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] [qtp1225114731-22]  INFO [aai-resources,67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:38.435 [67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] [pool-486-thread-1]  INFO [aai-resources,67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] 1 --- [ol-486-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:38.435 [67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] [pool-486-thread-1]  INFO [aai-resources,67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] 1 --- [ol-486-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:38.435 [67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] [pool-486-thread-1]  INFO [aai-resources,67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] 1 --- [ol-486-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:38.435 [67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] [pool-486-thread-1]  INFO [aai-resources,67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] 1 --- [ol-486-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:38.462 [67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] [pool-486-thread-1]  INFO [aai-resources,67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] 1 --- [ol-486-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:38.463 [67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] [qtp1225114731-22] DEBUG [aai-resources,67ea548e30de20af295ff13d3d57a5df,295ff13d3d57a5df] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:38:38:430","respDate":"250331-08:38:38:463","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:38:430-1934\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[86165302-3520-4ac0-bc6a-8398096eaaac], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:38:38 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/relationship-list" 200 1063 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 35 - "logType": "access"
2025-03-31 08:38:38.490 [67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] [qtp1225114731-20]  INFO [aai-resources,67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:38.495 [67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] [pool-487-thread-1]  INFO [aai-resources,67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] 1 --- [ol-487-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:38.495 [67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] [pool-487-thread-1]  INFO [aai-resources,67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] 1 --- [ol-487-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:38.495 [67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] [pool-487-thread-1]  INFO [aai-resources,67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] 1 --- [ol-487-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:38.496 [67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] [pool-487-thread-1]  INFO [aai-resources,67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] 1 --- [ol-487-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:38.513 [67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] [pool-487-thread-1]  INFO [aai-resources,67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] 1 --- [ol-487-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:38.514 [67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] [qtp1225114731-20] DEBUG [aai-resources,67ea548e1536f37fe1c0008cc45be5b2,e1c0008cc45be5b2] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:38:38:490","respDate":"250331-08:38:38:514","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v30/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:38:490-97872\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ac109bbe-30d2-49bf-ab67-31dfb9280f6a], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:38:38 +0000] "GET /aai/v30/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc" 200 3789 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:38:38.727 [67ea548e59d143294567cce1623316e2,4567cce1623316e2] [qtp1225114731-22]  INFO [aai-resources,67ea548e59d143294567cce1623316e2,4567cce1623316e2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:38.749 [67ea548e59d143294567cce1623316e2,4567cce1623316e2] [qtp1225114731-22] DEBUG [aai-resources,67ea548e59d143294567cce1623316e2,4567cce1623316e2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aa7990c1-4332-469a-a6b6-5d613e036053","status":"200","rqstDate":"250331-08:38:38:727","respDate":"250331-08:38:38:749","sourceId":"haproxy:aa7990c1-4332-469a-a6b6-5d613e036053","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:38:727-12305\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ca91077d-0437-4bd2-bc82-357c1726a95d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aa7990c1-4332-469a-a6b6-5d613e036053]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:38:39.946 [67ea548fe5995a9f89954c27a638655c,89954c27a638655c] [qtp1225114731-20]  INFO [aai-resources,67ea548fe5995a9f89954c27a638655c,89954c27a638655c] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:39.951 [67ea548fe5995a9f89954c27a638655c,89954c27a638655c] [pool-488-thread-1]  INFO [aai-resources,67ea548fe5995a9f89954c27a638655c,89954c27a638655c] 1 --- [ol-488-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:39.951 [67ea548fe5995a9f89954c27a638655c,89954c27a638655c] [pool-488-thread-1]  INFO [aai-resources,67ea548fe5995a9f89954c27a638655c,89954c27a638655c] 1 --- [ol-488-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:39.951 [67ea548fe5995a9f89954c27a638655c,89954c27a638655c] [pool-488-thread-1]  INFO [aai-resources,67ea548fe5995a9f89954c27a638655c,89954c27a638655c] 1 --- [ol-488-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:39.951 [67ea548fe5995a9f89954c27a638655c,89954c27a638655c] [pool-488-thread-1]  INFO [aai-resources,67ea548fe5995a9f89954c27a638655c,89954c27a638655c] 1 --- [ol-488-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:39.970 [67ea548fe5995a9f89954c27a638655c,89954c27a638655c] [pool-488-thread-1]  INFO [aai-resources,67ea548fe5995a9f89954c27a638655c,89954c27a638655c] 1 --- [ol-488-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:39.971 [67ea548fe5995a9f89954c27a638655c,89954c27a638655c] [qtp1225114731-20] DEBUG [aai-resources,67ea548fe5995a9f89954c27a638655c,89954c27a638655c] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:38:39:946","respDate":"250331-08:38:39:971","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:39:946-85155\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[47f35eed-3bd4-4179-81af-12cf9e1807cf], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:38:39 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list" 200 651 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:38:40.002 [67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] [qtp1225114731-22]  INFO [aai-resources,67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:40.006 [67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] [pool-489-thread-1]  INFO [aai-resources,67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] 1 --- [ol-489-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:40.006 [67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] [pool-489-thread-1]  INFO [aai-resources,67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] 1 --- [ol-489-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:40.006 [67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] [pool-489-thread-1]  INFO [aai-resources,67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] 1 --- [ol-489-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:40.006 [67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] [pool-489-thread-1]  INFO [aai-resources,67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] 1 --- [ol-489-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:40.037 [67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] [pool-489-thread-1]  INFO [aai-resources,67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] 1 --- [ol-489-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:40.038 [67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] [qtp1225114731-22] DEBUG [aai-resources,67ea54906e02f089e41a09b2739264c1,e41a09b2739264c1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:38:40:002","respDate":"250331-08:38:40:038","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:40:002-69210\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f218c0ed-c483-442f-ba6f-ba828c33abbb], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:38:40 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 1136 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 39 - "logType": "access"
2025-03-31 08:38:40.068 [67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] [qtp1225114731-20]  INFO [aai-resources,67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:40.073 [67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] [pool-490-thread-1]  INFO [aai-resources,67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] 1 --- [ol-490-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:40.073 [67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] [pool-490-thread-1]  INFO [aai-resources,67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] 1 --- [ol-490-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:40.073 [67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] [pool-490-thread-1]  INFO [aai-resources,67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] 1 --- [ol-490-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:40.074 [67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] [pool-490-thread-1]  INFO [aai-resources,67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] 1 --- [ol-490-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:40.076 [67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] [pool-490-thread-1]  INFO [aai-resources,67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] 1 --- [ol-490-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:40.077 [67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] [qtp1225114731-20] DEBUG [aai-resources,67ea5490687fbcb249d94f54b0c943e8,49d94f54b0c943e8] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:38:40:069","respDate":"250331-08:38:40:077","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:40:069-99772\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f54f4871-5fc0-40ca-9364-cc4a8c35b660], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:38:40 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list" 200 651 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:38:40.110 [67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] [qtp1225114731-22]  INFO [aai-resources,67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:40.113 [67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] [pool-491-thread-1]  INFO [aai-resources,67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] 1 --- [ol-491-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:40.114 [67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] [pool-491-thread-1]  INFO [aai-resources,67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] 1 --- [ol-491-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:40.114 [67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] [pool-491-thread-1]  INFO [aai-resources,67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] 1 --- [ol-491-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:40.114 [67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] [pool-491-thread-1]  INFO [aai-resources,67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] 1 --- [ol-491-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:40.124 [67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] [pool-491-thread-1]  INFO [aai-resources,67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] 1 --- [ol-491-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:40.125 [67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] [qtp1225114731-22] DEBUG [aai-resources,67ea5490b50c91924bebdaa872b0c9a5,4bebdaa872b0c9a5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:38:40:110","respDate":"250331-08:38:40:125","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:40:110-66058\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[405b8353-8984-42db-a31a-5234f98bc232], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:38:40 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 1136 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:38:40.155 [67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] [qtp1225114731-20]  INFO [aai-resources,67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:40.161 [67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] [pool-492-thread-1]  INFO [aai-resources,67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] 1 --- [ol-492-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:40.161 [67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] [pool-492-thread-1]  INFO [aai-resources,67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] 1 --- [ol-492-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:40.161 [67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] [pool-492-thread-1]  INFO [aai-resources,67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] 1 --- [ol-492-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:40.161 [67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] [pool-492-thread-1]  INFO [aai-resources,67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] 1 --- [ol-492-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:40.165 [67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] [pool-492-thread-1]  INFO [aai-resources,67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] 1 --- [ol-492-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:40.166 [67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] [qtp1225114731-20] DEBUG [aai-resources,67ea549080a24fbcd95d3afe3f64ed12,d95d3afe3f64ed12] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:38:40:155","respDate":"250331-08:38:40:166","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:40:155-7118\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[05bd4970-80c7-4241-8982-8778acf54249], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:38:40 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list" 200 651 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:40.194 [67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] [qtp1225114731-22]  INFO [aai-resources,67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:40.198 [67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] [pool-493-thread-1]  INFO [aai-resources,67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] 1 --- [ol-493-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:40.198 [67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] [pool-493-thread-1]  INFO [aai-resources,67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] 1 --- [ol-493-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:40.198 [67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] [pool-493-thread-1]  INFO [aai-resources,67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] 1 --- [ol-493-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:40.198 [67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] [pool-493-thread-1]  INFO [aai-resources,67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] 1 --- [ol-493-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:40.211 [67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] [pool-493-thread-1]  INFO [aai-resources,67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] 1 --- [ol-493-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:40.212 [67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] [qtp1225114731-22] DEBUG [aai-resources,67ea54902cb2e938bddd9e35844538a7,bddd9e35844538a7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:38:40:194","respDate":"250331-08:38:40:212","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:40:194-3908\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8732e49b-ae42-4f49-a37a-fe464a7971eb], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:38:40 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne" 200 1136 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:38:40.242 [67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] [qtp1225114731-20]  INFO [aai-resources,67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:40.246 [67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] [pool-494-thread-1]  INFO [aai-resources,67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] 1 --- [ol-494-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:40.246 [67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] [pool-494-thread-1]  INFO [aai-resources,67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] 1 --- [ol-494-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:40.246 [67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] [pool-494-thread-1]  INFO [aai-resources,67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] 1 --- [ol-494-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:40.246 [67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] [pool-494-thread-1]  INFO [aai-resources,67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] 1 --- [ol-494-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:40.261 [67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] [pool-494-thread-1]  INFO [aai-resources,67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] 1 --- [ol-494-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:40.262 [67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] [qtp1225114731-20] DEBUG [aai-resources,67ea5490dbee8d9583a470bffc94ea5a,83a470bffc94ea5a] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:38:40:242","respDate":"250331-08:38:40:262","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:56189/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:40:242-89359\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[3e27c754-7f23-4a9b-9f1d-d99a2659869c], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:56189], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[56189], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:38:40 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1057 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:38:40.515 [67ea5490df70d150246731a43638ae49,246731a43638ae49] [qtp1225114731-22]  INFO [aai-resources,67ea5490df70d150246731a43638ae49,246731a43638ae49] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:40.521 [67ea5490df70d150246731a43638ae49,246731a43638ae49] [pool-495-thread-1]  INFO [aai-resources,67ea5490df70d150246731a43638ae49,246731a43638ae49] 1 --- [ol-495-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:40.521 [67ea5490df70d150246731a43638ae49,246731a43638ae49] [pool-495-thread-1]  INFO [aai-resources,67ea5490df70d150246731a43638ae49,246731a43638ae49] 1 --- [ol-495-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:40.521 [67ea5490df70d150246731a43638ae49,246731a43638ae49] [pool-495-thread-1]  INFO [aai-resources,67ea5490df70d150246731a43638ae49,246731a43638ae49] 1 --- [ol-495-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:40.522 [67ea5490df70d150246731a43638ae49,246731a43638ae49] [pool-495-thread-1]  INFO [aai-resources,67ea5490df70d150246731a43638ae49,246731a43638ae49] 1 --- [ol-495-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:40.529 [67ea5490df70d150246731a43638ae49,246731a43638ae49] [pool-495-thread-1]  INFO [aai-resources,67ea5490df70d150246731a43638ae49,246731a43638ae49] 1 --- [ol-495-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type volume-group found at: network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/related-to/volume-groups ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:38:40.530 [67ea5490df70d150246731a43638ae49,246731a43638ae49] [pool-495-thread-1]  INFO [aai-resources,67ea5490df70d150246731a43638ae49,246731a43638ae49] 1 --- [ol-495-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:40.531 [67ea5490df70d150246731a43638ae49,246731a43638ae49] [qtp1225114731-22] DEBUG [aai-resources,67ea5490df70d150246731a43638ae49,246731a43638ae49] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"404","rqstDate":"250331-08:38:40:515","respDate":"250331-08:38:40:531","sourceId":"SO:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:34433/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/related-to/volume-groups","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:40:515-48465\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6cc2e3ba-3bac-4b2c-845b-ee4c91f1427e], Accept=[application/json], x-invocationid=[b19d612e-7fed-4a6f-95db-44ad5a250488], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:34433], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:40 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/related-to/volume-groups" 404 408 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:38:40.598 [67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] [qtp1225114731-20]  INFO [aai-resources,67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:40.602 [67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] [pool-496-thread-1]  INFO [aai-resources,67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] 1 --- [ol-496-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:40.603 [67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] [pool-496-thread-1]  INFO [aai-resources,67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] 1 --- [ol-496-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:40.603 [67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] [pool-496-thread-1]  INFO [aai-resources,67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] 1 --- [ol-496-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:40.603 [67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] [pool-496-thread-1]  INFO [aai-resources,67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] 1 --- [ol-496-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:40.611 [67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] [pool-496-thread-1]  INFO [aai-resources,67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] 1 --- [ol-496-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type vf-module found at: network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:38:40.611 [67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] [pool-496-thread-1]  INFO [aai-resources,67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] 1 --- [ol-496-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:40.612 [67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] [qtp1225114731-20] DEBUG [aai-resources,67ea54901689fd0e513fbc8d6100e22d,513fbc8d6100e22d] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"404","rqstDate":"250331-08:38:40:598","respDate":"250331-08:38:40:612","sourceId":"SO:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:34433/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:40:598-26599\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8f7b8615-bed1-4135-ae52-a0afe6b0b233], Accept=[application/json], x-invocationid=[17519c79-c2f9-4862-b48c-21d35faf0eba], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:34433], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:40 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc/vf-modules" 404 377 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:40.669 [67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] [qtp1225114731-22]  INFO [aai-resources,67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:40.674 [67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] [pool-497-thread-1]  INFO [aai-resources,67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] 1 --- [ol-497-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:40.674 [67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] [pool-497-thread-1]  INFO [aai-resources,67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] 1 --- [ol-497-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:40.674 [67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] [pool-497-thread-1]  INFO [aai-resources,67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] 1 --- [ol-497-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:40.674 [67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] [pool-497-thread-1]  INFO [aai-resources,67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] 1 --- [ol-497-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:40.678 [67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] [pool-497-thread-1]  INFO [aai-resources,67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] 1 --- [ol-497-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:40.679 [67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] [qtp1225114731-22] DEBUG [aai-resources,67ea54900d0e3ecffac58d7b5e79deca,fac58d7b5e79deca] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:40:669","respDate":"250331-08:38:40:679","sourceId":"SO:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:34433/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:40:669-70740\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[29545e56-1102-46e0-bdf7-e943fd50ad0a], Accept=[application/json], x-invocationid=[495a9a2e-c21d-4c2c-85ec-e8fcf7ed60d5], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:34433], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:40 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1057 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:38:40.756 [67ea54901454acd6ef8dd9371afe8348,ef8dd9371afe8348] [qtp1225114731-20]  INFO [aai-resources,67ea54901454acd6ef8dd9371afe8348,ef8dd9371afe8348] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:40.771 [67ea54901454acd6ef8dd9371afe8348,ef8dd9371afe8348] [qtp1225114731-20] DEBUG [aai-resources,67ea54901454acd6ef8dd9371afe8348,ef8dd9371afe8348] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e54cb337-72e3-4517-a07b-4c5b22e159e8","status":"200","rqstDate":"250331-08:38:40:756","respDate":"250331-08:38:40:771","sourceId":"haproxy:e54cb337-72e3-4517-a07b-4c5b22e159e8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:40:756-85815\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a9f3ae14-81e7-4c8e-9544-a7165db7c625], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e54cb337-72e3-4517-a07b-4c5b22e159e8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:38:40.990 [67ea54903501b0897990456b83afc230,7990456b83afc230] [qtp1225114731-22]  INFO [aai-resources,67ea54903501b0897990456b83afc230,7990456b83afc230] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:40.994 [67ea54903501b0897990456b83afc230,7990456b83afc230] [pool-498-thread-1]  INFO [aai-resources,67ea54903501b0897990456b83afc230,7990456b83afc230] 1 --- [ol-498-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:40.994 [67ea54903501b0897990456b83afc230,7990456b83afc230] [pool-498-thread-1]  INFO [aai-resources,67ea54903501b0897990456b83afc230,7990456b83afc230] 1 --- [ol-498-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:40.994 [67ea54903501b0897990456b83afc230,7990456b83afc230] [pool-498-thread-1]  INFO [aai-resources,67ea54903501b0897990456b83afc230,7990456b83afc230] 1 --- [ol-498-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:40.994 [67ea54903501b0897990456b83afc230,7990456b83afc230] [pool-498-thread-1]  INFO [aai-resources,67ea54903501b0897990456b83afc230,7990456b83afc230] 1 --- [ol-498-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:41.010 [67ea54903501b0897990456b83afc230,7990456b83afc230] [pool-498-thread-1]  INFO [aai-resources,67ea54903501b0897990456b83afc230,7990456b83afc230] 1 --- [ol-498-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:41.011 [67ea54903501b0897990456b83afc230,7990456b83afc230] [qtp1225114731-22] DEBUG [aai-resources,67ea54903501b0897990456b83afc230,7990456b83afc230] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:40:990","respDate":"250331-08:38:41:011","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:40:990-24274\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d285c448-851d-4dba-bb90-e0e07d2a8578], Accept=[application/json], x-invocationid=[7d742dcc-5e30-4f6f-b393-7a425571711e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:41 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3789 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 32 - "logType": "access"
2025-03-31 08:38:42.778 [67ea54927eadc8673a3294a076a409ff,3a3294a076a409ff] [qtp1225114731-20]  INFO [aai-resources,67ea54927eadc8673a3294a076a409ff,3a3294a076a409ff] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:42.789 [67ea54927eadc8673a3294a076a409ff,3a3294a076a409ff] [qtp1225114731-20] DEBUG [aai-resources,67ea54927eadc8673a3294a076a409ff,3a3294a076a409ff] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"62257f61-5619-40d9-a9df-56da8b629366","status":"200","rqstDate":"250331-08:38:42:779","respDate":"250331-08:38:42:789","sourceId":"haproxy:62257f61-5619-40d9-a9df-56da8b629366","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:42:779-20191\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[387834e7-d2e5-4d6f-aaf0-f8156733340d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[62257f61-5619-40d9-a9df-56da8b629366]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:38:44.798 [67ea5494381ded9604c92ed7907c8863,04c92ed7907c8863] [qtp1225114731-22]  INFO [aai-resources,67ea5494381ded9604c92ed7907c8863,04c92ed7907c8863] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:44.815 [67ea5494381ded9604c92ed7907c8863,04c92ed7907c8863] [qtp1225114731-22] DEBUG [aai-resources,67ea5494381ded9604c92ed7907c8863,04c92ed7907c8863] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"716175b1-2941-4f30-b5b4-627a6fec60c0","status":"200","rqstDate":"250331-08:38:44:799","respDate":"250331-08:38:44:815","sourceId":"haproxy:716175b1-2941-4f30-b5b4-627a6fec60c0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:44:799-73574\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d1c86e74-2dd5-4c45-98b7-22494921f6a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[716175b1-2941-4f30-b5b4-627a6fec60c0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:38:46.339 [67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] [qtp1225114731-20]  INFO [aai-resources,67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.343 [67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] [pool-499-thread-1]  INFO [aai-resources,67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] 1 --- [ol-499-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.343 [67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] [pool-499-thread-1]  INFO [aai-resources,67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] 1 --- [ol-499-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.343 [67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] [pool-499-thread-1]  INFO [aai-resources,67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] 1 --- [ol-499-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.343 [67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] [pool-499-thread-1]  INFO [aai-resources,67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] 1 --- [ol-499-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.352 [67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] [pool-499-thread-1]  INFO [aai-resources,67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] 1 --- [ol-499-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.353 [67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] [qtp1225114731-20] DEBUG [aai-resources,67ea5496cbc75a4a1df4c4bfbe7a82d7,1df4c4bfbe7a82d7] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:339","respDate":"250331-08:38:46:353","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:46:339-1092\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[72db89a6-52de-4389-b385-64542e1478d8], Accept=[application/json], x-invocationid=[50318a4a-c53f-4de2-82dc-24a760435900], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:38:46.375 [67ea5496815316ab955e9073246c5559,955e9073246c5559] [qtp1225114731-22]  INFO [aai-resources,67ea5496815316ab955e9073246c5559,955e9073246c5559] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.380 [67ea5496815316ab955e9073246c5559,955e9073246c5559] [pool-500-thread-1]  INFO [aai-resources,67ea5496815316ab955e9073246c5559,955e9073246c5559] 1 --- [ol-500-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.380 [67ea5496815316ab955e9073246c5559,955e9073246c5559] [pool-500-thread-1]  INFO [aai-resources,67ea5496815316ab955e9073246c5559,955e9073246c5559] 1 --- [ol-500-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.380 [67ea5496815316ab955e9073246c5559,955e9073246c5559] [pool-500-thread-1]  INFO [aai-resources,67ea5496815316ab955e9073246c5559,955e9073246c5559] 1 --- [ol-500-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.380 [67ea5496815316ab955e9073246c5559,955e9073246c5559] [pool-500-thread-1]  INFO [aai-resources,67ea5496815316ab955e9073246c5559,955e9073246c5559] 1 --- [ol-500-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.387 [67ea5496815316ab955e9073246c5559,955e9073246c5559] [pool-500-thread-1]  INFO [aai-resources,67ea5496815316ab955e9073246c5559,955e9073246c5559] 1 --- [ol-500-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.387 [67ea5496815316ab955e9073246c5559,955e9073246c5559] [qtp1225114731-22] DEBUG [aai-resources,67ea5496815316ab955e9073246c5559,955e9073246c5559] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:375","respDate":"250331-08:38:46:387","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:46:375-64190\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[491d816a-b5ff-455b-a290-1f0f9a620874], Accept=[application/json], x-invocationid=[c8d8f318-e8d2-4f40-b943-5cd41a2e671e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1627 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:46.447 [67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] [qtp1225114731-20]  INFO [aai-resources,67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.451 [67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] [pool-501-thread-1]  INFO [aai-resources,67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] 1 --- [ol-501-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.451 [67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] [pool-501-thread-1]  INFO [aai-resources,67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] 1 --- [ol-501-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.451 [67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] [pool-501-thread-1]  INFO [aai-resources,67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] 1 --- [ol-501-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.451 [67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] [pool-501-thread-1]  INFO [aai-resources,67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] 1 --- [ol-501-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.459 [67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] [pool-501-thread-1]  INFO [aai-resources,67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] 1 --- [ol-501-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.459 [67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] [qtp1225114731-20] DEBUG [aai-resources,67ea5496e063aab410028b3913e0d1c9,10028b3913e0d1c9] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:447","respDate":"250331-08:38:46:459","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:46:447-9691\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[884415c2-a24a-4679-ad34-e948323f9c9f], Accept=[application/json], x-invocationid=[65e2e860-41f7-4b57-b724-ccc270772341], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:46.483 [67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] [qtp1225114731-22]  INFO [aai-resources,67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.487 [67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] [pool-502-thread-1]  INFO [aai-resources,67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] 1 --- [ol-502-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.488 [67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] [pool-502-thread-1]  INFO [aai-resources,67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] 1 --- [ol-502-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.488 [67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] [pool-502-thread-1]  INFO [aai-resources,67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] 1 --- [ol-502-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.488 [67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] [pool-502-thread-1]  INFO [aai-resources,67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] 1 --- [ol-502-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.495 [67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] [pool-502-thread-1]  INFO [aai-resources,67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] 1 --- [ol-502-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.495 [67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] [qtp1225114731-22] DEBUG [aai-resources,67ea54968fb6e4c884f0482eb2d6da14,84f0482eb2d6da14] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:483","respDate":"250331-08:38:46:495","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:46:483-34111\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[48d15924-f4d5-48c7-837a-2cdbd76a26db], Accept=[application/json], x-invocationid=[8e590c50-f7ba-47c6-b6e4-874f54348cd1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:46.519 [67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] [qtp1225114731-20]  INFO [aai-resources,67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.523 [67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] [pool-503-thread-1]  INFO [aai-resources,67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] 1 --- [ol-503-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.523 [67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] [pool-503-thread-1]  INFO [aai-resources,67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] 1 --- [ol-503-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.523 [67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] [pool-503-thread-1]  INFO [aai-resources,67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] 1 --- [ol-503-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.523 [67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] [pool-503-thread-1]  INFO [aai-resources,67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] 1 --- [ol-503-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.533 [67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] [pool-503-thread-1]  INFO [aai-resources,67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] 1 --- [ol-503-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.533 [67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] [qtp1225114731-20] DEBUG [aai-resources,67ea54969ec9f43b1affd05365f9bb93,1affd05365f9bb93] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:519","respDate":"250331-08:38:46:533","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:46:519-2520\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[84dacd4f-0f0e-4aa2-ac8b-45b395c5f7f0], Accept=[application/json], x-invocationid=[0116c404-fa92-4c54-a85a-e3928ec87c65], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3789 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:46.563 [67ea54964e8aed7ec30c970100d50580,c30c970100d50580] [qtp1225114731-22]  INFO [aai-resources,67ea54964e8aed7ec30c970100d50580,c30c970100d50580] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.567 [67ea54964e8aed7ec30c970100d50580,c30c970100d50580] [pool-504-thread-1]  INFO [aai-resources,67ea54964e8aed7ec30c970100d50580,c30c970100d50580] 1 --- [ol-504-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.567 [67ea54964e8aed7ec30c970100d50580,c30c970100d50580] [pool-504-thread-1]  INFO [aai-resources,67ea54964e8aed7ec30c970100d50580,c30c970100d50580] 1 --- [ol-504-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.567 [67ea54964e8aed7ec30c970100d50580,c30c970100d50580] [pool-504-thread-1]  INFO [aai-resources,67ea54964e8aed7ec30c970100d50580,c30c970100d50580] 1 --- [ol-504-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.567 [67ea54964e8aed7ec30c970100d50580,c30c970100d50580] [pool-504-thread-1]  INFO [aai-resources,67ea54964e8aed7ec30c970100d50580,c30c970100d50580] 1 --- [ol-504-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.569 [67ea54964e8aed7ec30c970100d50580,c30c970100d50580] [pool-504-thread-1]  INFO [aai-resources,67ea54964e8aed7ec30c970100d50580,c30c970100d50580] 1 --- [ol-504-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.569 [67ea54964e8aed7ec30c970100d50580,c30c970100d50580] [qtp1225114731-22] DEBUG [aai-resources,67ea54964e8aed7ec30c970100d50580,c30c970100d50580] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:563","respDate":"250331-08:38:46:569","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:46:563-72087\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c2705c0b-f227-4d08-bf1b-988bc3c14c9b], Accept=[application/json], x-invocationid=[d31c6509-d0c1-4be9-b6fa-793330a4c446], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:46.589 [67ea54963f123d3cc362803388320208,c362803388320208] [qtp1225114731-20]  INFO [aai-resources,67ea54963f123d3cc362803388320208,c362803388320208] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.593 [67ea54963f123d3cc362803388320208,c362803388320208] [pool-505-thread-1]  INFO [aai-resources,67ea54963f123d3cc362803388320208,c362803388320208] 1 --- [ol-505-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.593 [67ea54963f123d3cc362803388320208,c362803388320208] [pool-505-thread-1]  INFO [aai-resources,67ea54963f123d3cc362803388320208,c362803388320208] 1 --- [ol-505-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.593 [67ea54963f123d3cc362803388320208,c362803388320208] [pool-505-thread-1]  INFO [aai-resources,67ea54963f123d3cc362803388320208,c362803388320208] 1 --- [ol-505-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.593 [67ea54963f123d3cc362803388320208,c362803388320208] [pool-505-thread-1]  INFO [aai-resources,67ea54963f123d3cc362803388320208,c362803388320208] 1 --- [ol-505-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.595 [67ea54963f123d3cc362803388320208,c362803388320208] [pool-505-thread-1]  INFO [aai-resources,67ea54963f123d3cc362803388320208,c362803388320208] 1 --- [ol-505-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.595 [67ea54963f123d3cc362803388320208,c362803388320208] [qtp1225114731-20] DEBUG [aai-resources,67ea54963f123d3cc362803388320208,c362803388320208] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:589","respDate":"250331-08:38:46:595","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:46:589-54342\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[03a2930a-0796-493b-87ec-7d8351bab85e], Accept=[application/json], x-invocationid=[8cde2741-bfef-44f3-8401-65fc6154a252], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:38:46.616 [67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] [qtp1225114731-22]  INFO [aai-resources,67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.619 [67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] [pool-506-thread-1]  INFO [aai-resources,67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] 1 --- [ol-506-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.619 [67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] [pool-506-thread-1]  INFO [aai-resources,67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] 1 --- [ol-506-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.619 [67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] [pool-506-thread-1]  INFO [aai-resources,67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] 1 --- [ol-506-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.619 [67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] [pool-506-thread-1]  INFO [aai-resources,67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] 1 --- [ol-506-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.631 [67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] [pool-506-thread-1]  INFO [aai-resources,67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] 1 --- [ol-506-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.631 [67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] [qtp1225114731-22] DEBUG [aai-resources,67ea54969ed96d5500bb356e4db43c28,00bb356e4db43c28] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:616","respDate":"250331-08:38:46:631","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:46:616-83133\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3911cc7c-e589-49aa-b0ee-5159db1aa4ea], Accept=[application/json], x-invocationid=[aac12c3a-6b95-4c52-8f65-9383f9259031], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3789 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:38:46.707 [67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] [qtp1225114731-20]  INFO [aai-resources,67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.711 [67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] [pool-507-thread-1]  INFO [aai-resources,67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] 1 --- [ol-507-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.711 [67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] [pool-507-thread-1]  INFO [aai-resources,67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] 1 --- [ol-507-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.711 [67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] [pool-507-thread-1]  INFO [aai-resources,67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] 1 --- [ol-507-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.711 [67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] [pool-507-thread-1]  INFO [aai-resources,67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] 1 --- [ol-507-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.732 [67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] [pool-507-thread-1]  INFO [aai-resources,67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] 1 --- [ol-507-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.733 [67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] [qtp1225114731-20] DEBUG [aai-resources,67ea5496cc41544e0e09e67ee0ed950a,0e09e67ee0ed950a] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:707","respDate":"250331-08:38:46:732","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:46:707-8605\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f3a59aef-43f0-4c69-858b-d37a654ca618], Accept=[application/json], x-invocationid=[c7750fe2-04d6-41f5-8769-4edeff4cc696], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1754 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:38:46.753 [67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] [qtp1225114731-22]  INFO [aai-resources,67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.757 [67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] [pool-508-thread-1]  INFO [aai-resources,67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] 1 --- [ol-508-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.757 [67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] [pool-508-thread-1]  INFO [aai-resources,67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] 1 --- [ol-508-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.757 [67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] [pool-508-thread-1]  INFO [aai-resources,67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] 1 --- [ol-508-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.758 [67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] [pool-508-thread-1]  INFO [aai-resources,67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] 1 --- [ol-508-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.760 [67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] [pool-508-thread-1]  INFO [aai-resources,67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] 1 --- [ol-508-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.760 [67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] [qtp1225114731-22] DEBUG [aai-resources,67ea54963fc2b3ec6f374e0589e642d6,6f374e0589e642d6] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:753","respDate":"250331-08:38:46:760","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:46:753-45487\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[11d1226a-0b2a-4d7c-ad71-a7b717680766], Accept=[application/json], x-invocationid=[97b37f59-8ee4-4880-b93b-94b54bd09ff0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:38:46.781 [67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] [qtp1225114731-20]  INFO [aai-resources,67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.784 [67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] [pool-509-thread-1]  INFO [aai-resources,67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] 1 --- [ol-509-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.784 [67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] [pool-509-thread-1]  INFO [aai-resources,67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] 1 --- [ol-509-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.784 [67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] [pool-509-thread-1]  INFO [aai-resources,67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] 1 --- [ol-509-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.784 [67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] [pool-509-thread-1]  INFO [aai-resources,67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] 1 --- [ol-509-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.800 [67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] [pool-509-thread-1]  INFO [aai-resources,67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] 1 --- [ol-509-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.801 [67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] [qtp1225114731-20] DEBUG [aai-resources,67ea54961e48a05f2c959f36221ccd8f,2c959f36221ccd8f] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:781","respDate":"250331-08:38:46:801","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:46:781-90739\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e6857f13-ce25-45cd-a16f-b69b397b7acd], Accept=[application/json], x-invocationid=[82d66a70-bcce-4fcb-92cf-7de93994b8d4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:38:46.820 [67ea5496c87e0945105dc1ed4c0afe33,105dc1ed4c0afe33] [qtp1225114731-22]  INFO [aai-resources,67ea5496c87e0945105dc1ed4c0afe33,105dc1ed4c0afe33] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.820 [67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] [qtp1225114731-270]  INFO [aai-resources,67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:46.824 [67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] [pool-510-thread-1]  INFO [aai-resources,67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] 1 --- [ol-510-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:46.824 [67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] [pool-510-thread-1]  INFO [aai-resources,67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] 1 --- [ol-510-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:46.824 [67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] [pool-510-thread-1]  INFO [aai-resources,67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] 1 --- [ol-510-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:46.824 [67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] [pool-510-thread-1]  INFO [aai-resources,67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] 1 --- [ol-510-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:46.828 [67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] [pool-510-thread-1]  INFO [aai-resources,67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] 1 --- [ol-510-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:46.828 [67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] [qtp1225114731-270] DEBUG [aai-resources,67ea5496d1639f0fd55917e025c032f2,d55917e025c032f2] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:46:820","respDate":"250331-08:38:46:828","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:46:820-67180\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c141f4ef-83a0-4333-a7a3-2456c4a7fd0d], Accept=[application/json], x-invocationid=[2ee89302-3bf3-43da-8399-c2fe857702bd], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:38:46.835 [67ea5496c87e0945105dc1ed4c0afe33,105dc1ed4c0afe33] [qtp1225114731-22] DEBUG [aai-resources,67ea5496c87e0945105dc1ed4c0afe33,105dc1ed4c0afe33] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"729c8725-6800-4bef-b893-c4ce7f89c325","status":"200","rqstDate":"250331-08:38:46:820","respDate":"250331-08:38:46:835","sourceId":"haproxy:729c8725-6800-4bef-b893-c4ce7f89c325","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:46:820-19785\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ca695054-ba3f-44fe-880c-d50e8f2c4827], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[729c8725-6800-4bef-b893-c4ce7f89c325]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:47.007 [67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] [qtp1225114731-20]  INFO [aai-resources,67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.011 [67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] [pool-511-thread-1]  INFO [aai-resources,67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] 1 --- [ol-511-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.011 [67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] [pool-511-thread-1]  INFO [aai-resources,67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] 1 --- [ol-511-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.011 [67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] [pool-511-thread-1]  INFO [aai-resources,67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] 1 --- [ol-511-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.012 [67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] [pool-511-thread-1]  INFO [aai-resources,67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] 1 --- [ol-511-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:47.023 [67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] [pool-511-thread-1]  INFO [aai-resources,67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] 1 --- [ol-511-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:47.023 [67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] [qtp1225114731-20] DEBUG [aai-resources,67ea5497fab21c6d8b2975dab22913ea,8b2975dab22913ea] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"600b230d-9daf-4a1a-9e8c-9d68c25dd209","status":"200","rqstDate":"250331-08:38:47:007","respDate":"250331-08:38:47:023","sourceId":"openECOMP:600b230d-9daf-4a1a-9e8c-9d68c25dd209","resourceId":"http://aai.onap:34433/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:47:007-5968\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[56ec723b-26ff-421c-b984-9f8c7c527e90], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[600b230d-9daf-4a1a-9e8c-9d68c25dd209], Host=[aai.onap:34433], Pragma=[no-cache], X-Forwarded-Port=[34433], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[600b230d-9daf-4a1a-9e8c-9d68c25dd209]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:47 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3789 REST 600b230d-9daf-4a1a-9e8c-9d68c25dd209 openECOMP 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:38:47.118 [67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] [qtp1225114731-22]  INFO [aai-resources,67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.125 [67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] [qtp1225114731-22]  INFO [aai-resources,67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.125 [67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] [qtp1225114731-22]  INFO [aai-resources,67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.126 [67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] [qtp1225114731-22]  INFO [aai-resources,67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.126 [67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] [qtp1225114731-22]  INFO [aai-resources,67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:47.154 [67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] [qtp1225114731-22]  INFO [aai-resources,67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:47.173 [67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] [qtp1225114731-22] DEBUG [aai-resources,67ea5497d9852bcfca003f2d368b6f4f,ca003f2d368b6f4f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"600b230d-9daf-4a1a-9e8c-9d68c25dd209","status":"200","rqstDate":"250331-08:38:47:118","respDate":"250331-08:38:47:173","sourceId":"openECOMP:600b230d-9daf-4a1a-9e8c-9d68c25dd209","resourceId":"http://aai.onap:34433/aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resource-version=1743410299694","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:47:118-84766\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[80be48b0-b2b5-4e63-bee5-eddd9bf810e8], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[600b230d-9daf-4a1a-9e8c-9d68c25dd209], Host=[aai.onap:34433], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[34433], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[75], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[600b230d-9daf-4a1a-9e8c-9d68c25dd209]}\",\"Payload\":\"{\\\"resource-version\\\":\\\"1743410299694\\\",\\\"orchestration-status\\\":\\\"PendingDelete\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:38:47:118-84766\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[233640], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:38:47:118-84766]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:47 +0000] "POST /aai/v25/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resource-version=1743410299694" 200 0 REST 600b230d-9daf-4a1a-9e8c-9d68c25dd209 openECOMP 127.0.0.6 - - - - - - - - - 57 - "logType": "access"
2025-03-31 08:38:47.225 [67ea54973cabc021208303cad70351e4,208303cad70351e4] [qtp1225114731-20]  INFO [aai-resources,67ea54973cabc021208303cad70351e4,208303cad70351e4] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.230 [67ea54973cabc021208303cad70351e4,208303cad70351e4] [qtp1225114731-20]  INFO [aai-resources,67ea54973cabc021208303cad70351e4,208303cad70351e4] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.230 [67ea54973cabc021208303cad70351e4,208303cad70351e4] [qtp1225114731-20]  INFO [aai-resources,67ea54973cabc021208303cad70351e4,208303cad70351e4] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.230 [67ea54973cabc021208303cad70351e4,208303cad70351e4] [qtp1225114731-20]  INFO [aai-resources,67ea54973cabc021208303cad70351e4,208303cad70351e4] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.231 [67ea54973cabc021208303cad70351e4,208303cad70351e4] [qtp1225114731-20]  INFO [aai-resources,67ea54973cabc021208303cad70351e4,208303cad70351e4] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:47.266 [67ea54973cabc021208303cad70351e4,208303cad70351e4] [qtp1225114731-20]  INFO [aai-resources,67ea54973cabc021208303cad70351e4,208303cad70351e4] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:47.286 [67ea54973cabc021208303cad70351e4,208303cad70351e4] [qtp1225114731-20] DEBUG [aai-resources,67ea54973cabc021208303cad70351e4,208303cad70351e4] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:47:225","respDate":"250331-08:38:47:285","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:47:225-67118\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[b18e157b-b3f2-49b7-8e41-bec6079a4a6b], Accept=[application/json], x-invocationid=[4503d6ee-fe20-4040-b4ae-af74dade0d2e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], Content-Length=[83], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"6fb6a4d7-0495-4642-9fc8-1549bdb855cc\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:38:47:225-67118\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[233640], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:38:47:225-67118]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:47 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc" 200 0 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 63 - "logType": "access"
2025-03-31 08:38:47.626 [67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] [qtp1225114731-22]  INFO [aai-resources,67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.630 [67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] [pool-512-thread-1]  INFO [aai-resources,67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] 1 --- [ol-512-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.631 [67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] [pool-512-thread-1]  INFO [aai-resources,67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] 1 --- [ol-512-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.631 [67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] [pool-512-thread-1]  INFO [aai-resources,67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] 1 --- [ol-512-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.631 [67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] [pool-512-thread-1]  INFO [aai-resources,67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] 1 --- [ol-512-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:47.633 [67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] [pool-512-thread-1]  INFO [aai-resources,67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] 1 --- [ol-512-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:47.633 [67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] [qtp1225114731-22] DEBUG [aai-resources,67ea5497ae935d6d0cb73e3508d6df5d,0cb73e3508d6df5d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:47:626","respDate":"250331-08:38:47:633","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:47:626-52677\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c01879b9-4488-4de9-917d-308fc1d50827], Accept=[application/json], x-invocationid=[74faa5e1-b11e-4954-b26e-4caae627126e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:47 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:38:47.655 [67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] [qtp1225114731-20]  INFO [aai-resources,67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.659 [67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] [pool-513-thread-1]  INFO [aai-resources,67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] 1 --- [ol-513-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.659 [67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] [pool-513-thread-1]  INFO [aai-resources,67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] 1 --- [ol-513-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.660 [67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] [pool-513-thread-1]  INFO [aai-resources,67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] 1 --- [ol-513-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.660 [67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] [pool-513-thread-1]  INFO [aai-resources,67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] 1 --- [ol-513-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:47.672 [67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] [pool-513-thread-1]  INFO [aai-resources,67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] 1 --- [ol-513-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:47.672 [67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] [qtp1225114731-20] DEBUG [aai-resources,67ea54976f96134a4a460a9d88b5eb9a,4a460a9d88b5eb9a] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:47:655","respDate":"250331-08:38:47:672","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:47:655-48381\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ac7d4c1e-95b2-4b17-880a-19028c5aaebe], Accept=[application/json], x-invocationid=[780f88d1-66e0-4ffd-b0bb-3fd14ad75c7c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:47 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1627 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:38:47.725 [67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] [qtp1225114731-22]  INFO [aai-resources,67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.730 [67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] [pool-514-thread-1]  INFO [aai-resources,67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] 1 --- [ol-514-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.730 [67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] [pool-514-thread-1]  INFO [aai-resources,67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] 1 --- [ol-514-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.730 [67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] [pool-514-thread-1]  INFO [aai-resources,67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] 1 --- [ol-514-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.730 [67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] [pool-514-thread-1]  INFO [aai-resources,67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] 1 --- [ol-514-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:47.732 [67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] [pool-514-thread-1]  INFO [aai-resources,67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] 1 --- [ol-514-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:47.732 [67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] [qtp1225114731-22] DEBUG [aai-resources,67ea54977e1bab9272f20627ebd3316d,72f20627ebd3316d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:47:726","respDate":"250331-08:38:47:732","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:47:726-40059\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[59ad3ffd-27c2-4886-b25b-474f4f8d55f0], Accept=[application/json], x-invocationid=[daa37095-4725-436c-badc-1bc1f2b49533], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:47 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:38:47.756 [67ea549795f096747ceba0e356047883,7ceba0e356047883] [qtp1225114731-20]  INFO [aai-resources,67ea549795f096747ceba0e356047883,7ceba0e356047883] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.760 [67ea549795f096747ceba0e356047883,7ceba0e356047883] [pool-515-thread-1]  INFO [aai-resources,67ea549795f096747ceba0e356047883,7ceba0e356047883] 1 --- [ol-515-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.760 [67ea549795f096747ceba0e356047883,7ceba0e356047883] [pool-515-thread-1]  INFO [aai-resources,67ea549795f096747ceba0e356047883,7ceba0e356047883] 1 --- [ol-515-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.760 [67ea549795f096747ceba0e356047883,7ceba0e356047883] [pool-515-thread-1]  INFO [aai-resources,67ea549795f096747ceba0e356047883,7ceba0e356047883] 1 --- [ol-515-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.760 [67ea549795f096747ceba0e356047883,7ceba0e356047883] [pool-515-thread-1]  INFO [aai-resources,67ea549795f096747ceba0e356047883,7ceba0e356047883] 1 --- [ol-515-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:47.762 [67ea549795f096747ceba0e356047883,7ceba0e356047883] [pool-515-thread-1]  INFO [aai-resources,67ea549795f096747ceba0e356047883,7ceba0e356047883] 1 --- [ol-515-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:47.762 [67ea549795f096747ceba0e356047883,7ceba0e356047883] [qtp1225114731-20] DEBUG [aai-resources,67ea549795f096747ceba0e356047883,7ceba0e356047883] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:47:756","respDate":"250331-08:38:47:762","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:47:756-60027\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[966a3997-321d-40b4-8d47-86188d156080], Accept=[application/json], x-invocationid=[ce227946-bfe0-40c1-b904-17c647d294dc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:47 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:47.785 [67ea54972f5cfa95609629a906fb9962,609629a906fb9962] [qtp1225114731-22]  INFO [aai-resources,67ea54972f5cfa95609629a906fb9962,609629a906fb9962] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.790 [67ea54972f5cfa95609629a906fb9962,609629a906fb9962] [pool-516-thread-1]  INFO [aai-resources,67ea54972f5cfa95609629a906fb9962,609629a906fb9962] 1 --- [ol-516-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.790 [67ea54972f5cfa95609629a906fb9962,609629a906fb9962] [pool-516-thread-1]  INFO [aai-resources,67ea54972f5cfa95609629a906fb9962,609629a906fb9962] 1 --- [ol-516-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.790 [67ea54972f5cfa95609629a906fb9962,609629a906fb9962] [pool-516-thread-1]  INFO [aai-resources,67ea54972f5cfa95609629a906fb9962,609629a906fb9962] 1 --- [ol-516-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.790 [67ea54972f5cfa95609629a906fb9962,609629a906fb9962] [pool-516-thread-1]  INFO [aai-resources,67ea54972f5cfa95609629a906fb9962,609629a906fb9962] 1 --- [ol-516-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:47.809 [67ea54972f5cfa95609629a906fb9962,609629a906fb9962] [pool-516-thread-1]  INFO [aai-resources,67ea54972f5cfa95609629a906fb9962,609629a906fb9962] 1 --- [ol-516-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:47.809 [67ea54972f5cfa95609629a906fb9962,609629a906fb9962] [qtp1225114731-22] DEBUG [aai-resources,67ea54972f5cfa95609629a906fb9962,609629a906fb9962] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:47:786","respDate":"250331-08:38:47:809","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:47:786-55357\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fd5a3224-a239-40e1-bd6f-a2a1574e12f4], Accept=[application/json], x-invocationid=[f78f1095-a745-456f-a104-20df4f2ee4da], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:47 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3791 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:38:47.835 [67ea549704f046c0e79056be35d81d40,e79056be35d81d40] [qtp1225114731-20]  INFO [aai-resources,67ea549704f046c0e79056be35d81d40,e79056be35d81d40] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.839 [67ea549704f046c0e79056be35d81d40,e79056be35d81d40] [pool-517-thread-1]  INFO [aai-resources,67ea549704f046c0e79056be35d81d40,e79056be35d81d40] 1 --- [ol-517-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.839 [67ea549704f046c0e79056be35d81d40,e79056be35d81d40] [pool-517-thread-1]  INFO [aai-resources,67ea549704f046c0e79056be35d81d40,e79056be35d81d40] 1 --- [ol-517-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.839 [67ea549704f046c0e79056be35d81d40,e79056be35d81d40] [pool-517-thread-1]  INFO [aai-resources,67ea549704f046c0e79056be35d81d40,e79056be35d81d40] 1 --- [ol-517-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.839 [67ea549704f046c0e79056be35d81d40,e79056be35d81d40] [pool-517-thread-1]  INFO [aai-resources,67ea549704f046c0e79056be35d81d40,e79056be35d81d40] 1 --- [ol-517-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:47.840 [67ea549704f046c0e79056be35d81d40,e79056be35d81d40] [pool-517-thread-1]  INFO [aai-resources,67ea549704f046c0e79056be35d81d40,e79056be35d81d40] 1 --- [ol-517-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:47.841 [67ea549704f046c0e79056be35d81d40,e79056be35d81d40] [qtp1225114731-20] DEBUG [aai-resources,67ea549704f046c0e79056be35d81d40,e79056be35d81d40] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:47:835","respDate":"250331-08:38:47:841","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:47:835-61139\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[92e3749a-92d0-9142-af7d-83b7f3c6837b], Accept=[application/json], x-invocationid=[5da83bb5-cd85-4441-b49d-6530aedf098f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:47 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:47.862 [67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] [qtp1225114731-22]  INFO [aai-resources,67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.866 [67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] [pool-518-thread-1]  INFO [aai-resources,67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] 1 --- [ol-518-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.867 [67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] [pool-518-thread-1]  INFO [aai-resources,67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] 1 --- [ol-518-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.867 [67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] [pool-518-thread-1]  INFO [aai-resources,67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] 1 --- [ol-518-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.867 [67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] [pool-518-thread-1]  INFO [aai-resources,67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] 1 --- [ol-518-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:47.868 [67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] [pool-518-thread-1]  INFO [aai-resources,67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] 1 --- [ol-518-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:47.869 [67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] [qtp1225114731-22] DEBUG [aai-resources,67ea5497ed5f9753b18bfc0246adca9f,b18bfc0246adca9f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:47:863","respDate":"250331-08:38:47:868","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:47:863-64997\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b5a113a5-3161-44b1-8b05-48d5ed10bf06], Accept=[application/json], x-invocationid=[56391d94-9672-439c-8d9d-01504637962a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:47 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:38:47.889 [67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] [qtp1225114731-20]  INFO [aai-resources,67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.894 [67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] [pool-519-thread-1]  INFO [aai-resources,67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] 1 --- [ol-519-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.894 [67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] [pool-519-thread-1]  INFO [aai-resources,67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] 1 --- [ol-519-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.894 [67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] [pool-519-thread-1]  INFO [aai-resources,67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] 1 --- [ol-519-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.894 [67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] [pool-519-thread-1]  INFO [aai-resources,67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] 1 --- [ol-519-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:47.917 [67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] [pool-519-thread-1]  INFO [aai-resources,67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] 1 --- [ol-519-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:47.917 [67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] [qtp1225114731-20] DEBUG [aai-resources,67ea5497c63d35840d37bd0f8eb84d27,0d37bd0f8eb84d27] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:47:890","respDate":"250331-08:38:47:917","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:47:890-10864\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[434c744e-ffe6-4ae7-b5e7-854c9dde8093], Accept=[application/json], x-invocationid=[60006f2d-e33a-40b7-845d-3012e63349df], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:47 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?depth=1" 200 3791 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:38:47.987 [67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] [qtp1225114731-22]  INFO [aai-resources,67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:47.991 [67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] [pool-520-thread-1]  INFO [aai-resources,67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] 1 --- [ol-520-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:47.991 [67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] [pool-520-thread-1]  INFO [aai-resources,67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] 1 --- [ol-520-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:47.992 [67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] [pool-520-thread-1]  INFO [aai-resources,67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] 1 --- [ol-520-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:47.992 [67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] [pool-520-thread-1]  INFO [aai-resources,67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] 1 --- [ol-520-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:48.003 [67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] [pool-520-thread-1]  INFO [aai-resources,67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] 1 --- [ol-520-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:48.004 [67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] [qtp1225114731-22] DEBUG [aai-resources,67ea5497548e79909c5cc5ebc16ed7c2,9c5cc5ebc16ed7c2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:47:987","respDate":"250331-08:38:48:004","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:47:987-1800\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e3b451e2-e7d1-470b-a85a-f6ef955834f6], Accept=[application/json], x-invocationid=[433d31f3-8814-47a6-86e0-5fb1384b89f6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:48 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1754 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:38:48.025 [67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] [qtp1225114731-20]  INFO [aai-resources,67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:48.029 [67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] [pool-521-thread-1]  INFO [aai-resources,67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] 1 --- [ol-521-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:48.029 [67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] [pool-521-thread-1]  INFO [aai-resources,67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] 1 --- [ol-521-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:48.029 [67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] [pool-521-thread-1]  INFO [aai-resources,67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] 1 --- [ol-521-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:48.029 [67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] [pool-521-thread-1]  INFO [aai-resources,67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] 1 --- [ol-521-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:48.031 [67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] [pool-521-thread-1]  INFO [aai-resources,67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] 1 --- [ol-521-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:48.031 [67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] [qtp1225114731-20] DEBUG [aai-resources,67ea5498b8c13e83b7379e2b21008a8c,b7379e2b21008a8c] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:48:025","respDate":"250331-08:38:48:031","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:48:025-9760\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d47db08d-1ca2-42f2-8883-835943e1afc0], Accept=[application/json], x-invocationid=[df02f06e-ef79-4fc4-b807-9a8b6f629905], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:48 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:48.053 [67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] [qtp1225114731-22]  INFO [aai-resources,67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:48.056 [67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] [pool-522-thread-1]  INFO [aai-resources,67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] 1 --- [ol-522-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:48.056 [67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] [pool-522-thread-1]  INFO [aai-resources,67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] 1 --- [ol-522-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:48.056 [67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] [pool-522-thread-1]  INFO [aai-resources,67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] 1 --- [ol-522-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:48.057 [67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] [pool-522-thread-1]  INFO [aai-resources,67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] 1 --- [ol-522-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:48.059 [67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] [pool-522-thread-1]  INFO [aai-resources,67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] 1 --- [ol-522-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:48.059 [67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] [qtp1225114731-22] DEBUG [aai-resources,67ea54981dac63c0e52d48c0dfa123a3,e52d48c0dfa123a3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:48:053","respDate":"250331-08:38:48:059","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:48:053-29840\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[503d48b1-f4d6-4ddb-b2bc-75ab998ec52c], Accept=[application/json], x-invocationid=[11f90ff7-df7e-4354-bb91-f3f011596279], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:48 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:38:48.081 [67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] [qtp1225114731-20]  INFO [aai-resources,67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:48.085 [67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] [pool-523-thread-1]  INFO [aai-resources,67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] 1 --- [ol-523-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:48.085 [67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] [pool-523-thread-1]  INFO [aai-resources,67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] 1 --- [ol-523-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:48.085 [67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] [pool-523-thread-1]  INFO [aai-resources,67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] 1 --- [ol-523-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:48.085 [67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] [pool-523-thread-1]  INFO [aai-resources,67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] 1 --- [ol-523-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:48.087 [67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] [pool-523-thread-1]  INFO [aai-resources,67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] 1 --- [ol-523-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:48.088 [67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] [qtp1225114731-20] DEBUG [aai-resources,67ea5498a6e10e5741bcca7b087e0cea,41bcca7b087e0cea] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:48:082","respDate":"250331-08:38:48:088","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:48:082-82789\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1af572d8-926d-4e71-9e80-8af2aa6838d0], Accept=[application/json], x-invocationid=[a88041d0-3592-4942-981c-7066134b3c42], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:48 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:48.328 [67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] [qtp1225114731-22]  INFO [aai-resources,67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:48.333 [67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] [pool-524-thread-1]  INFO [aai-resources,67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] 1 --- [ol-524-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:48.333 [67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] [pool-524-thread-1]  INFO [aai-resources,67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] 1 --- [ol-524-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:48.333 [67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] [pool-524-thread-1]  INFO [aai-resources,67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] 1 --- [ol-524-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:48.333 [67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] [pool-524-thread-1]  INFO [aai-resources,67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] 1 --- [ol-524-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:48.348 [67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] [pool-524-thread-1]  INFO [aai-resources,67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] 1 --- [ol-524-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:48.349 [67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] [qtp1225114731-22] DEBUG [aai-resources,67ea5498b08d47c47bbb3d1c42039ca0,7bbb3d1c42039ca0] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"200","rqstDate":"250331-08:38:48:328","respDate":"250331-08:38:48:349","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:48:328-66409\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b062a95b-28a1-4772-9205-4474e7733de7], Accept=[application/json], x-invocationid=[60a1470d-95f1-4757-a900-629a4f0c1d3c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:48 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc" 200 3791 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:38:48.377 [67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] [qtp1225114731-20]  INFO [aai-resources,67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:48.383 [67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] [qtp1225114731-20]  INFO [aai-resources,67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:48.383 [67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] [qtp1225114731-20]  INFO [aai-resources,67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:48.383 [67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] [qtp1225114731-20]  INFO [aai-resources,67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:48.386 [67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] [qtp1225114731-20]  INFO [aai-resources,67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:48.421 [67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] [qtp1225114731-20]  INFO [aai-resources,67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:48.840 [67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] [qtp1225114731-20] DEBUG [aai-resources,67ea5498815a2b364d929be2de3d7b85,4d929be2de3d7b85] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e7a1712-a3c2-49ad-b572-24756bdb9500","status":"204","rqstDate":"250331-08:38:48:378","respDate":"250331-08:38:48:840","sourceId":"UNKNOWN:5e7a1712-a3c2-49ad-b572-24756bdb9500","resourceId":"http://aai.onap:56189/aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resource-version=1743410327230","resourceType":"DELETE","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:48:378-11199\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"*/*\",\"Headers\":\"{x-request-id=[d90f78ab-0a86-475c-a219-52b7aa67093b], Accept=[application/json], x-invocationid=[31057de3-ed81-4d2c-9eb9-ce470c5d5e1c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,5e7a1712-a3c2-49ad-b572-24756bdb9500], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], x-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5e7a1712-a3c2-49ad-b572-24756bdb9500], Content-Type=[*/*]}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:38:48:378-11199\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:38:48:378-11199]}\",\"Entity\":\"\"}"}
2025-03-31 08:38:48.841 [67ea54982b5a89c6caff653f41132b31,caff653f41132b31] [qtp1225114731-717]  INFO [aai-resources,67ea54982b5a89c6caff653f41132b31,caff653f41132b31] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
127.0.0.6 - - [31/Mar/2025:08:38:48 +0000] "DELETE /aai/v24/network/generic-vnfs/generic-vnf/6fb6a4d7-0495-4642-9fc8-1549bdb855cc?resource-version=1743410327230" 204 0 REST ,5e7a1712-a3c2-49ad-b572-24756bdb9500 MSO 127.0.0.6 - - - - - - - - - 465 - "logType": "access"
2025-03-31 08:38:48.854 [67ea54982b5a89c6caff653f41132b31,caff653f41132b31] [qtp1225114731-717] DEBUG [aai-resources,67ea54982b5a89c6caff653f41132b31,caff653f41132b31] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e478e5e8-d9b2-4e95-8b8f-4efbf162a3c3","status":"200","rqstDate":"250331-08:38:48:841","respDate":"250331-08:38:48:854","sourceId":"haproxy:e478e5e8-d9b2-4e95-8b8f-4efbf162a3c3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:48:841-17584\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0e2ed43e-8159-9b0d-93c6-66f044c0d1df], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e478e5e8-d9b2-4e95-8b8f-4efbf162a3c3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:50.860 [67ea549acef2e9a1d0411abc94301110,d0411abc94301110] [qtp1225114731-270]  INFO [aai-resources,67ea549acef2e9a1d0411abc94301110,d0411abc94301110] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:50.867 [67ea549acef2e9a1d0411abc94301110,d0411abc94301110] [qtp1225114731-270] DEBUG [aai-resources,67ea549acef2e9a1d0411abc94301110,d0411abc94301110] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c20693d-634b-47b6-9c76-abc1fd899778","status":"200","rqstDate":"250331-08:38:50:860","respDate":"250331-08:38:50:867","sourceId":"haproxy:8c20693d-634b-47b6-9c76-abc1fd899778","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:50:860-20326\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[377dabd4-8167-4bdb-ad65-2e5de4976102], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8c20693d-634b-47b6-9c76-abc1fd899778]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:38:52.874 [67ea549cfb646a7480a973a2815e3d37,80a973a2815e3d37] [qtp1225114731-717]  INFO [aai-resources,67ea549cfb646a7480a973a2815e3d37,80a973a2815e3d37] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:52.887 [67ea549cfb646a7480a973a2815e3d37,80a973a2815e3d37] [qtp1225114731-717] DEBUG [aai-resources,67ea549cfb646a7480a973a2815e3d37,80a973a2815e3d37] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c196c995-12f4-487b-879e-fc151e8ef508","status":"200","rqstDate":"250331-08:38:52:874","respDate":"250331-08:38:52:887","sourceId":"haproxy:c196c995-12f4-487b-879e-fc151e8ef508","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:52:874-65316\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[712b6982-d625-4f6d-9b76-bb7de28a21f9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c196c995-12f4-487b-879e-fc151e8ef508]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:54.282 [67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] [qtp1225114731-270]  INFO [aai-resources,67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:54.286 [67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] [pool-525-thread-1]  INFO [aai-resources,67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] 1 --- [ol-525-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:54.286 [67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] [pool-525-thread-1]  INFO [aai-resources,67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] 1 --- [ol-525-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:54.286 [67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] [pool-525-thread-1]  INFO [aai-resources,67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] 1 --- [ol-525-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:54.286 [67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] [pool-525-thread-1]  INFO [aai-resources,67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] 1 --- [ol-525-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:54.298 [67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] [pool-525-thread-1]  INFO [aai-resources,67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] 1 --- [ol-525-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:54.299 [67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] [qtp1225114731-270] DEBUG [aai-resources,67ea549e51cb6dfa14f2c64dbf7e7ec2,14f2c64dbf7e7ec2] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:54:282","respDate":"250331-08:38:54:299","sourceId":"SO:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:34433/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:54:282-53086\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9b395b1e-8715-43c8-989a-f17e09731991], Accept=[application/json], x-invocationid=[a09dcfea-3a7d-4829-bda9-105bef6eaaf6], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:34433], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:54 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:38:54.355 [67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] [qtp1225114731-717]  INFO [aai-resources,67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:54.361 [67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] [pool-526-thread-1]  INFO [aai-resources,67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] 1 --- [ol-526-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:54.361 [67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] [pool-526-thread-1]  INFO [aai-resources,67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] 1 --- [ol-526-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:54.361 [67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] [pool-526-thread-1]  INFO [aai-resources,67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] 1 --- [ol-526-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:54.362 [67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] [pool-526-thread-1]  INFO [aai-resources,67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] 1 --- [ol-526-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:54.369 [67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] [pool-526-thread-1]  INFO [aai-resources,67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] 1 --- [ol-526-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type generic-vnf found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/generic-vnfs ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:38:54.370 [67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] [pool-526-thread-1]  INFO [aai-resources,67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] 1 --- [ol-526-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:54.370 [67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] [qtp1225114731-717] DEBUG [aai-resources,67ea549e53942d54f95df42eb12e8a22,f95df42eb12e8a22] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"404","rqstDate":"250331-08:38:54:355","respDate":"250331-08:38:54:370","sourceId":"SO:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:34433/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:54:355-37194\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bc7dd70c-e842-47ff-88ab-50bb35b399d6], Accept=[application/json], x-invocationid=[bf81cdbf-36cd-4e56-b31b-19a20139098d], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:34433], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:54 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count" 404 603 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:38:54.421 [67ea549e152e686606d5170934871c4a,06d5170934871c4a] [qtp1225114731-270]  INFO [aai-resources,67ea549e152e686606d5170934871c4a,06d5170934871c4a] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:54.425 [67ea549e152e686606d5170934871c4a,06d5170934871c4a] [pool-527-thread-1]  INFO [aai-resources,67ea549e152e686606d5170934871c4a,06d5170934871c4a] 1 --- [ol-527-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:54.425 [67ea549e152e686606d5170934871c4a,06d5170934871c4a] [pool-527-thread-1]  INFO [aai-resources,67ea549e152e686606d5170934871c4a,06d5170934871c4a] 1 --- [ol-527-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:54.425 [67ea549e152e686606d5170934871c4a,06d5170934871c4a] [pool-527-thread-1]  INFO [aai-resources,67ea549e152e686606d5170934871c4a,06d5170934871c4a] 1 --- [ol-527-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:54.425 [67ea549e152e686606d5170934871c4a,06d5170934871c4a] [pool-527-thread-1]  INFO [aai-resources,67ea549e152e686606d5170934871c4a,06d5170934871c4a] 1 --- [ol-527-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:54.434 [67ea549e152e686606d5170934871c4a,06d5170934871c4a] [pool-527-thread-1]  INFO [aai-resources,67ea549e152e686606d5170934871c4a,06d5170934871c4a] 1 --- [ol-527-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:54.435 [67ea549e152e686606d5170934871c4a,06d5170934871c4a] [qtp1225114731-270] DEBUG [aai-resources,67ea549e152e686606d5170934871c4a,06d5170934871c4a] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:54:421","respDate":"250331-08:38:54:435","sourceId":"SO:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:34433/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:54:421-38197\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[80386cd2-918f-43a6-9121-3edf1fdc1b06], Accept=[application/json], x-invocationid=[2187d402-f8c6-4003-9c59-311b41f0c0d0], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:34433], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:54 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:54.488 [67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] [qtp1225114731-717]  INFO [aai-resources,67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:54.493 [67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] [pool-528-thread-1]  INFO [aai-resources,67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] 1 --- [ol-528-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:54.493 [67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] [pool-528-thread-1]  INFO [aai-resources,67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] 1 --- [ol-528-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:54.493 [67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] [pool-528-thread-1]  INFO [aai-resources,67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] 1 --- [ol-528-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:54.494 [67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] [pool-528-thread-1]  INFO [aai-resources,67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] 1 --- [ol-528-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:54.502 [67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] [pool-528-thread-1]  INFO [aai-resources,67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] 1 --- [ol-528-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type l3-network found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/l3-networks ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:38:54.503 [67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] [pool-528-thread-1]  INFO [aai-resources,67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] 1 --- [ol-528-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:54.503 [67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] [qtp1225114731-717] DEBUG [aai-resources,67ea549ecbffc2f5e458e1ab0d7f9186,e458e1ab0d7f9186] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"404","rqstDate":"250331-08:38:54:489","respDate":"250331-08:38:54:503","sourceId":"SO:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:34433/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/l3-networks?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:54:489-94629\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[01846e76-a681-4870-9c69-162f001c2979], Accept=[application/json], x-invocationid=[4cb4ac49-708c-449e-9839-e98eb0c8bfd4], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:34433], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:54 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/l3-networks?resultIndex=0&resultSize=1&format=count" 404 600 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:38:54.583 [67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] [qtp1225114731-270]  INFO [aai-resources,67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:54.587 [67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] [pool-529-thread-1]  INFO [aai-resources,67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] 1 --- [ol-529-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:54.587 [67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] [pool-529-thread-1]  INFO [aai-resources,67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] 1 --- [ol-529-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:54.587 [67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] [pool-529-thread-1]  INFO [aai-resources,67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] 1 --- [ol-529-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:54.587 [67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] [pool-529-thread-1]  INFO [aai-resources,67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] 1 --- [ol-529-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:54.595 [67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] [pool-529-thread-1]  INFO [aai-resources,67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] 1 --- [ol-529-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:54.595 [67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] [qtp1225114731-270] DEBUG [aai-resources,67ea549ec2ec58f4e8c08791b8b12b5c,e8c08791b8b12b5c] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:54:583","respDate":"250331-08:38:54:595","sourceId":"SO:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:34433/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:54:583-78580\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a7bec147-6e92-40b5-964f-528be448f7c7], Accept=[application/json], x-invocationid=[4d51bcc1-c4e4-423b-b74a-55fee3d60053], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:34433], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:54 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:54.652 [67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] [qtp1225114731-717]  INFO [aai-resources,67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:54.657 [67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] [pool-530-thread-1]  INFO [aai-resources,67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] 1 --- [ol-530-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:54.657 [67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] [pool-530-thread-1]  INFO [aai-resources,67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] 1 --- [ol-530-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:54.657 [67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] [pool-530-thread-1]  INFO [aai-resources,67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] 1 --- [ol-530-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:54.657 [67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] [pool-530-thread-1]  INFO [aai-resources,67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] 1 --- [ol-530-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:54.665 [67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] [pool-530-thread-1]  INFO [aai-resources,67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] 1 --- [ol-530-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type configuration found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/configurations ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:38:54.665 [67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] [pool-530-thread-1]  INFO [aai-resources,67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] 1 --- [ol-530-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:54.666 [67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] [qtp1225114731-717] DEBUG [aai-resources,67ea549ecfc6c90300822a3d181fc628,00822a3d181fc628] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"404","rqstDate":"250331-08:38:54:653","respDate":"250331-08:38:54:665","sourceId":"SO:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:34433/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/configurations?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:54:653-20625\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e055a369-275e-433a-b90e-193eae47f6ba], Accept=[application/json], x-invocationid=[90342253-546c-4af8-9b6e-fed5269f899f], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:34433], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[34433], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:54 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6/related-to/configurations?resultIndex=0&resultSize=1&format=count" 404 609 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:38:54.893 [67ea549e14f3be65827c696f7489f58d,827c696f7489f58d] [qtp1225114731-270]  INFO [aai-resources,67ea549e14f3be65827c696f7489f58d,827c696f7489f58d] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:54.902 [67ea549e14f3be65827c696f7489f58d,827c696f7489f58d] [qtp1225114731-270] DEBUG [aai-resources,67ea549e14f3be65827c696f7489f58d,827c696f7489f58d] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a19a65b-533e-41bc-8add-52a0f6ddc942","status":"200","rqstDate":"250331-08:38:54:893","respDate":"250331-08:38:54:902","sourceId":"haproxy:4a19a65b-533e-41bc-8add-52a0f6ddc942","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:54:893-17489\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[03294901-d7cd-4603-9693-28f538efcce5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4a19a65b-533e-41bc-8add-52a0f6ddc942]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:38:54.990 [67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] [qtp1225114731-717]  INFO [aai-resources,67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:54.994 [67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] [pool-531-thread-1]  INFO [aai-resources,67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] 1 --- [ol-531-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:54.994 [67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] [pool-531-thread-1]  INFO [aai-resources,67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] 1 --- [ol-531-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:54.994 [67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] [pool-531-thread-1]  INFO [aai-resources,67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] 1 --- [ol-531-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:54.994 [67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] [pool-531-thread-1]  INFO [aai-resources,67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] 1 --- [ol-531-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.001 [67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] [pool-531-thread-1]  INFO [aai-resources,67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] 1 --- [ol-531-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.002 [67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] [qtp1225114731-717] DEBUG [aai-resources,67ea549e07eaeeb9fbc6deb461e90ea8,fbc6deb461e90ea8] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:54:990","respDate":"250331-08:38:55:002","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:54:990-41949\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[81499441-386a-4b85-a6ed-0b174ebac6a7], Accept=[application/json], x-invocationid=[3664e5af-1538-4261-b3fc-1721c93d2a25], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:55.022 [67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] [qtp1225114731-270]  INFO [aai-resources,67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.026 [67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] [pool-532-thread-1]  INFO [aai-resources,67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] 1 --- [ol-532-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.026 [67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] [pool-532-thread-1]  INFO [aai-resources,67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] 1 --- [ol-532-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.026 [67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] [pool-532-thread-1]  INFO [aai-resources,67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] 1 --- [ol-532-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.027 [67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] [pool-532-thread-1]  INFO [aai-resources,67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] 1 --- [ol-532-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.038 [67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] [pool-532-thread-1]  INFO [aai-resources,67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] 1 --- [ol-532-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.039 [67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] [qtp1225114731-270] DEBUG [aai-resources,67ea549f298316ebd3d0c6b6be4f1eac,d3d0c6b6be4f1eac] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:55:022","respDate":"250331-08:38:55:039","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:55:022-32078\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6b3dca7f-8187-4716-a6c7-dbe67d47d266], Accept=[application/json], x-invocationid=[49783a3f-74da-4f68-9778-8bbcb242ca01], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1176 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:38:55.430 [67ea549f7bd394632c721950195c18cf,2c721950195c18cf] [qtp1225114731-717]  INFO [aai-resources,67ea549f7bd394632c721950195c18cf,2c721950195c18cf] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.433 [67ea549f7bd394632c721950195c18cf,2c721950195c18cf] [pool-533-thread-1]  INFO [aai-resources,67ea549f7bd394632c721950195c18cf,2c721950195c18cf] 1 --- [ol-533-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.434 [67ea549f7bd394632c721950195c18cf,2c721950195c18cf] [pool-533-thread-1]  INFO [aai-resources,67ea549f7bd394632c721950195c18cf,2c721950195c18cf] 1 --- [ol-533-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.434 [67ea549f7bd394632c721950195c18cf,2c721950195c18cf] [pool-533-thread-1]  INFO [aai-resources,67ea549f7bd394632c721950195c18cf,2c721950195c18cf] 1 --- [ol-533-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.434 [67ea549f7bd394632c721950195c18cf,2c721950195c18cf] [pool-533-thread-1]  INFO [aai-resources,67ea549f7bd394632c721950195c18cf,2c721950195c18cf] 1 --- [ol-533-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.436 [67ea549f7bd394632c721950195c18cf,2c721950195c18cf] [pool-533-thread-1]  INFO [aai-resources,67ea549f7bd394632c721950195c18cf,2c721950195c18cf] 1 --- [ol-533-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.436 [67ea549f7bd394632c721950195c18cf,2c721950195c18cf] [qtp1225114731-717] DEBUG [aai-resources,67ea549f7bd394632c721950195c18cf,2c721950195c18cf] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:55:430","respDate":"250331-08:38:55:436","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:55:430-90926\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f5d0f500-dd2d-409a-8d73-22efa9f2cabf], Accept=[application/json], x-invocationid=[a4e62801-c1ed-4140-97c3-d4eac28430c3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:55.459 [67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] [qtp1225114731-270]  INFO [aai-resources,67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.462 [67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] [pool-534-thread-1]  INFO [aai-resources,67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] 1 --- [ol-534-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.462 [67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] [pool-534-thread-1]  INFO [aai-resources,67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] 1 --- [ol-534-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.462 [67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] [pool-534-thread-1]  INFO [aai-resources,67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] 1 --- [ol-534-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.463 [67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] [pool-534-thread-1]  INFO [aai-resources,67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] 1 --- [ol-534-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.465 [67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] [pool-534-thread-1]  INFO [aai-resources,67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] 1 --- [ol-534-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.465 [67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] [qtp1225114731-270] DEBUG [aai-resources,67ea549f341cd9696f87c40f3cf6b296,6f87c40f3cf6b296] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:55:459","respDate":"250331-08:38:55:465","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:55:459-164\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[68bed657-1236-4aee-b64c-ebb6b6025368], Accept=[application/json], x-invocationid=[460eeff5-062f-4770-bda2-80e9b4d17fc5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:55.486 [67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] [qtp1225114731-717]  INFO [aai-resources,67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.490 [67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] [pool-535-thread-1]  INFO [aai-resources,67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] 1 --- [ol-535-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.490 [67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] [pool-535-thread-1]  INFO [aai-resources,67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] 1 --- [ol-535-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.490 [67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] [pool-535-thread-1]  INFO [aai-resources,67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] 1 --- [ol-535-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.490 [67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] [pool-535-thread-1]  INFO [aai-resources,67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] 1 --- [ol-535-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.492 [67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] [pool-535-thread-1]  INFO [aai-resources,67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] 1 --- [ol-535-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.492 [67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] [qtp1225114731-717] DEBUG [aai-resources,67ea549fd21fe17eb30ce1cf7f8a4eb6,b30ce1cf7f8a4eb6] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:55:486","respDate":"250331-08:38:55:492","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:55:486-35709\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c1021369-51dd-4822-847c-931e7f2aae25], Accept=[application/json], x-invocationid=[a908912c-6cdc-40f2-ab1d-6e7377d83a90], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:55.513 [67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] [qtp1225114731-270]  INFO [aai-resources,67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.519 [67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] [pool-536-thread-1]  INFO [aai-resources,67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] 1 --- [ol-536-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.519 [67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] [pool-536-thread-1]  INFO [aai-resources,67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] 1 --- [ol-536-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.519 [67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] [pool-536-thread-1]  INFO [aai-resources,67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] 1 --- [ol-536-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.519 [67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] [pool-536-thread-1]  INFO [aai-resources,67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] 1 --- [ol-536-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.528 [67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] [pool-536-thread-1]  INFO [aai-resources,67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] 1 --- [ol-536-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.528 [67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] [qtp1225114731-270] DEBUG [aai-resources,67ea549f7d2ee6d1e052553a353852ae,e052553a353852ae] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:55:513","respDate":"250331-08:38:55:528","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:55:513-75798\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[36391b67-d845-41b9-9c4b-967b28358de5], Accept=[application/json], x-invocationid=[3359cc1c-0934-4367-9626-ea76ff9e9635], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:38:55.575 [67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] [qtp1225114731-717]  INFO [aai-resources,67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.580 [67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] [pool-537-thread-1]  INFO [aai-resources,67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] 1 --- [ol-537-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.580 [67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] [pool-537-thread-1]  INFO [aai-resources,67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] 1 --- [ol-537-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.580 [67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] [pool-537-thread-1]  INFO [aai-resources,67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] 1 --- [ol-537-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.580 [67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] [pool-537-thread-1]  INFO [aai-resources,67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] 1 --- [ol-537-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.587 [67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] [pool-537-thread-1]  INFO [aai-resources,67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] 1 --- [ol-537-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.587 [67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] [qtp1225114731-717] DEBUG [aai-resources,67ea549f0ab0e5df96c4f84eb2f011d8,96c4f84eb2f011d8] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:55:575","respDate":"250331-08:38:55:587","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:55:575-5899\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e68cacf3-aa7f-437a-bd7f-82c5fa33e3dc], Accept=[application/json], x-invocationid=[14239095-2aea-49d2-b89d-230e098ceb8c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1176 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:55.610 [67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] [qtp1225114731-270]  INFO [aai-resources,67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.615 [67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] [pool-538-thread-1]  INFO [aai-resources,67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] 1 --- [ol-538-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.615 [67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] [pool-538-thread-1]  INFO [aai-resources,67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] 1 --- [ol-538-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.615 [67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] [pool-538-thread-1]  INFO [aai-resources,67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] 1 --- [ol-538-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.615 [67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] [pool-538-thread-1]  INFO [aai-resources,67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] 1 --- [ol-538-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.617 [67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] [pool-538-thread-1]  INFO [aai-resources,67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] 1 --- [ol-538-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.617 [67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] [qtp1225114731-270] DEBUG [aai-resources,67ea549f0fdd2e065688fdee15e5e378,5688fdee15e5e378] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:55:610","respDate":"250331-08:38:55:617","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:55:610-48617\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ef258bba-3a6e-4c9b-ad9a-2e7450f18e99], Accept=[application/json], x-invocationid=[982b68a8-014c-4a85-ae61-770806eb176a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:38:55.641 [67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] [qtp1225114731-717]  INFO [aai-resources,67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.644 [67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] [pool-539-thread-1]  INFO [aai-resources,67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] 1 --- [ol-539-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.645 [67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] [pool-539-thread-1]  INFO [aai-resources,67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] 1 --- [ol-539-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.645 [67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] [pool-539-thread-1]  INFO [aai-resources,67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] 1 --- [ol-539-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.645 [67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] [pool-539-thread-1]  INFO [aai-resources,67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] 1 --- [ol-539-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.646 [67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] [pool-539-thread-1]  INFO [aai-resources,67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] 1 --- [ol-539-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.647 [67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] [qtp1225114731-717] DEBUG [aai-resources,67ea549f1bcc42081909beeff556ee9a,1909beeff556ee9a] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:55:641","respDate":"250331-08:38:55:647","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:55:641-32514\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[be52c197-e723-4f68-b3d2-a493738f583c], Accept=[application/json], x-invocationid=[f38fe08f-69f6-4fd2-b2b2-edcb4c56d08b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:38:55.669 [67ea549fba58a780562889bd963a34d7,562889bd963a34d7] [qtp1225114731-270]  INFO [aai-resources,67ea549fba58a780562889bd963a34d7,562889bd963a34d7] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.674 [67ea549fba58a780562889bd963a34d7,562889bd963a34d7] [pool-540-thread-1]  INFO [aai-resources,67ea549fba58a780562889bd963a34d7,562889bd963a34d7] 1 --- [ol-540-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.674 [67ea549fba58a780562889bd963a34d7,562889bd963a34d7] [pool-540-thread-1]  INFO [aai-resources,67ea549fba58a780562889bd963a34d7,562889bd963a34d7] 1 --- [ol-540-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.674 [67ea549fba58a780562889bd963a34d7,562889bd963a34d7] [pool-540-thread-1]  INFO [aai-resources,67ea549fba58a780562889bd963a34d7,562889bd963a34d7] 1 --- [ol-540-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.674 [67ea549fba58a780562889bd963a34d7,562889bd963a34d7] [pool-540-thread-1]  INFO [aai-resources,67ea549fba58a780562889bd963a34d7,562889bd963a34d7] 1 --- [ol-540-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.682 [67ea549fba58a780562889bd963a34d7,562889bd963a34d7] [pool-540-thread-1]  INFO [aai-resources,67ea549fba58a780562889bd963a34d7,562889bd963a34d7] 1 --- [ol-540-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.683 [67ea549fba58a780562889bd963a34d7,562889bd963a34d7] [qtp1225114731-270] DEBUG [aai-resources,67ea549fba58a780562889bd963a34d7,562889bd963a34d7] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:55:670","respDate":"250331-08:38:55:683","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:55:670-32866\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[778a680d-2796-4b25-a969-dc7d861a022f], Accept=[application/json], x-invocationid=[6fca761c-cb95-4e2b-a6c4-20fea77783a7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1176 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:38:55.800 [67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] [qtp1225114731-717]  INFO [aai-resources,67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.805 [67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] [pool-541-thread-1]  INFO [aai-resources,67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] 1 --- [ol-541-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.805 [67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] [pool-541-thread-1]  INFO [aai-resources,67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] 1 --- [ol-541-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.805 [67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] [pool-541-thread-1]  INFO [aai-resources,67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] 1 --- [ol-541-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.805 [67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] [pool-541-thread-1]  INFO [aai-resources,67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] 1 --- [ol-541-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.811 [67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] [pool-541-thread-1]  INFO [aai-resources,67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] 1 --- [ol-541-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.812 [67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] [qtp1225114731-717] DEBUG [aai-resources,67ea549f3855a03126a1ba4ae35600d2,26a1ba4ae35600d2] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1e6ae892-058a-41f9-8504-c1310f2fbabc","status":"200","rqstDate":"250331-08:38:55:800","respDate":"250331-08:38:55:812","sourceId":"openECOMP:1e6ae892-058a-41f9-8504-c1310f2fbabc","resourceId":"http://aai.onap:34433/aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:55:800-24468\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5cf83621-5371-4a77-99a8-13d68127d2e1], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[1e6ae892-058a-41f9-8504-c1310f2fbabc], Host=[aai.onap:34433], Pragma=[no-cache], X-Forwarded-Port=[34433], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[1e6ae892-058a-41f9-8504-c1310f2fbabc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "GET /aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=1" 200 1176 REST 1e6ae892-058a-41f9-8504-c1310f2fbabc openECOMP 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:55.870 [67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] [qtp1225114731-270]  INFO [aai-resources,67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.879 [67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] [qtp1225114731-270]  INFO [aai-resources,67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.879 [67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] [qtp1225114731-270]  INFO [aai-resources,67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.879 [67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] [qtp1225114731-270]  INFO [aai-resources,67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.880 [67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] [qtp1225114731-270]  INFO [aai-resources,67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:55.915 [67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] [qtp1225114731-270]  INFO [aai-resources,67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:55.941 [67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] [qtp1225114731-270] DEBUG [aai-resources,67ea549fdac20425e4726e7b5b3b1ee8,e4726e7b5b3b1ee8] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1e6ae892-058a-41f9-8504-c1310f2fbabc","status":"200","rqstDate":"250331-08:38:55:870","respDate":"250331-08:38:55:941","sourceId":"openECOMP:1e6ae892-058a-41f9-8504-c1310f2fbabc","resourceId":"http://aai.onap:34433/aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?resource-version=1743410328382","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:55:870-17857\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[e53ae3c5-ee04-47ea-a94f-1add5065d983], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[1e6ae892-058a-41f9-8504-c1310f2fbabc], Host=[aai.onap:34433], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[34433], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[75], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[1e6ae892-058a-41f9-8504-c1310f2fbabc]}\",\"Payload\":\"{\\\"resource-version\\\":\\\"1743410328382\\\",\\\"orchestration-status\\\":\\\"PendingDelete\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:38:55:870-17857\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[172096], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:38:55:870-17857]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:55 +0000] "POST /aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?resource-version=1743410328382" 200 0 REST 1e6ae892-058a-41f9-8504-c1310f2fbabc openECOMP 127.0.0.6 - - - - - - - - - 73 - "logType": "access"
2025-03-31 08:38:55.993 [67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] [qtp1225114731-717]  INFO [aai-resources,67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:55.998 [67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] [pool-542-thread-1]  INFO [aai-resources,67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] 1 --- [ol-542-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:55.998 [67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] [pool-542-thread-1]  INFO [aai-resources,67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] 1 --- [ol-542-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:55.998 [67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] [pool-542-thread-1]  INFO [aai-resources,67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] 1 --- [ol-542-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:55.998 [67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] [pool-542-thread-1]  INFO [aai-resources,67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] 1 --- [ol-542-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:56.005 [67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] [pool-542-thread-1]  INFO [aai-resources,67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] 1 --- [ol-542-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:56.005 [67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] [qtp1225114731-717] DEBUG [aai-resources,67ea549f3f9fa839c4c6766a8dc3a665,c4c6766a8dc3a665] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:55:993","respDate":"250331-08:38:56:005","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:55:993-36042\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2bf942af-c416-466d-8f95-c4e36ee8d3fc], Accept=[application/json], x-invocationid=[a5a10955-2e27-48ca-a25e-baad0439135a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:56 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:38:56.028 [67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] [qtp1225114731-270]  INFO [aai-resources,67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:56.035 [67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] [qtp1225114731-270]  INFO [aai-resources,67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:56.035 [67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] [qtp1225114731-270]  INFO [aai-resources,67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:56.035 [67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] [qtp1225114731-270]  INFO [aai-resources,67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:56.035 [67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] [qtp1225114731-270]  INFO [aai-resources,67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:56.062 [67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] [qtp1225114731-270]  INFO [aai-resources,67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:56.082 [67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] [qtp1225114731-270] DEBUG [aai-resources,67ea54a01e4b02d88202118f88c3d68a,8202118f88c3d68a] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:56:028","respDate":"250331-08:38:56:082","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:56:028-40014\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[f0ae6e80-dde5-45f8-a739-130357a0e893], Accept=[application/json], x-invocationid=[073c8b8b-05e2-4179-a142-46593a32f948], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], Content-Length=[168], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"e6db5320-e62b-45de-b572-6ce82266a8c6\\\",\\\"service-instance-name\\\":\\\"basic_vm-f0e0e89f-22f6-4edc-9de7-a1976387f084\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:38:56:028-40014\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[172096], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:38:56:028-40014]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:56 +0000] "POST /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6" 200 0 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 08:38:56.425 [67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] [qtp1225114731-717]  INFO [aai-resources,67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:56.430 [67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] [pool-543-thread-1]  INFO [aai-resources,67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] 1 --- [ol-543-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:56.431 [67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] [pool-543-thread-1]  INFO [aai-resources,67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] 1 --- [ol-543-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:56.431 [67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] [pool-543-thread-1]  INFO [aai-resources,67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] 1 --- [ol-543-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:56.431 [67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] [pool-543-thread-1]  INFO [aai-resources,67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] 1 --- [ol-543-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:56.440 [67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] [pool-543-thread-1]  INFO [aai-resources,67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] 1 --- [ol-543-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:56.441 [67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] [qtp1225114731-717] DEBUG [aai-resources,67ea54a0ca45ad9cf4ca1b45b3143bda,f4ca1b45b3143bda] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:56:425","respDate":"250331-08:38:56:441","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:56:425-73473\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[353d9565-1459-4231-ad2e-6af0b489c0d3], Accept=[application/json], x-invocationid=[2557f76f-810f-47e3-a22a-090c135df113], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:56 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:38:56.462 [67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] [qtp1225114731-270]  INFO [aai-resources,67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:56.468 [67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] [pool-544-thread-1]  INFO [aai-resources,67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] 1 --- [ol-544-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:56.468 [67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] [pool-544-thread-1]  INFO [aai-resources,67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] 1 --- [ol-544-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:56.468 [67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] [pool-544-thread-1]  INFO [aai-resources,67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] 1 --- [ol-544-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:56.468 [67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] [pool-544-thread-1]  INFO [aai-resources,67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] 1 --- [ol-544-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:56.471 [67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] [pool-544-thread-1]  INFO [aai-resources,67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] 1 --- [ol-544-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:56.471 [67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] [qtp1225114731-270] DEBUG [aai-resources,67ea54a07db6467bb133707a0dbb1219,b133707a0dbb1219] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:56:462","respDate":"250331-08:38:56:471","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:56:462-77617\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[455ef970-5239-4a5b-ba35-8bb777541337], Accept=[application/json], x-invocationid=[45ff66c6-c863-4e9c-a6cd-282223c2c5ab], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:56 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:38:56.493 [67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] [qtp1225114731-717]  INFO [aai-resources,67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:56.497 [67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] [pool-545-thread-1]  INFO [aai-resources,67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] 1 --- [ol-545-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:56.497 [67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] [pool-545-thread-1]  INFO [aai-resources,67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] 1 --- [ol-545-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:56.497 [67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] [pool-545-thread-1]  INFO [aai-resources,67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] 1 --- [ol-545-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:56.497 [67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] [pool-545-thread-1]  INFO [aai-resources,67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] 1 --- [ol-545-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:56.505 [67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] [pool-545-thread-1]  INFO [aai-resources,67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] 1 --- [ol-545-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:56.505 [67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] [qtp1225114731-717] DEBUG [aai-resources,67ea54a068fe5b9f1772867443660cbd,1772867443660cbd] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:56:493","respDate":"250331-08:38:56:505","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:56:493-72546\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[805a8f25-064c-4744-b3af-581d121b9965], Accept=[application/json], x-invocationid=[448522b6-d838-4b68-99e0-3ec3a2c96ac5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:56 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:38:56.527 [67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] [qtp1225114731-270]  INFO [aai-resources,67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:56.532 [67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] [pool-546-thread-1]  INFO [aai-resources,67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] 1 --- [ol-546-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:56.532 [67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] [pool-546-thread-1]  INFO [aai-resources,67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] 1 --- [ol-546-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:56.532 [67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] [pool-546-thread-1]  INFO [aai-resources,67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] 1 --- [ol-546-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:56.532 [67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] [pool-546-thread-1]  INFO [aai-resources,67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] 1 --- [ol-546-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:56.535 [67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] [pool-546-thread-1]  INFO [aai-resources,67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] 1 --- [ol-546-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:56.536 [67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] [qtp1225114731-270] DEBUG [aai-resources,67ea54a00f3a84b832f0f10f20e7f15c,32f0f10f20e7f15c] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:56:527","respDate":"250331-08:38:56:536","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:56:527-68849\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[70bb4ed3-4f94-44c7-99d3-e5706daef4e3], Accept=[application/json], x-invocationid=[340114c9-450e-4d1e-bb9b-369c10afcbc7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:56 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm" 200 734 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:38:56.585 [67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] [qtp1225114731-717]  INFO [aai-resources,67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:56.591 [67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] [pool-547-thread-1]  INFO [aai-resources,67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] 1 --- [ol-547-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:56.591 [67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] [pool-547-thread-1]  INFO [aai-resources,67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] 1 --- [ol-547-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:56.591 [67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] [pool-547-thread-1]  INFO [aai-resources,67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] 1 --- [ol-547-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:56.592 [67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] [pool-547-thread-1]  INFO [aai-resources,67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] 1 --- [ol-547-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:56.613 [67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] [pool-547-thread-1]  INFO [aai-resources,67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] 1 --- [ol-547-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:56.614 [67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] [qtp1225114731-717] DEBUG [aai-resources,67ea54a022bd725743c98d0644dfd0de,43c98d0644dfd0de] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:56:585","respDate":"250331-08:38:56:614","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:56:585-16867\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bc51b4b0-c496-45ab-b163-74b18c65f69f], Accept=[application/json], x-invocationid=[31e96cbc-bb5c-46b6-873e-63ff6c533d27], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:56 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1178 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 32 - "logType": "access"
2025-03-31 08:38:56.637 [67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] [qtp1225114731-270]  INFO [aai-resources,67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:56.642 [67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] [pool-548-thread-1]  INFO [aai-resources,67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] 1 --- [ol-548-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:56.642 [67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] [pool-548-thread-1]  INFO [aai-resources,67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] 1 --- [ol-548-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:56.642 [67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] [pool-548-thread-1]  INFO [aai-resources,67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] 1 --- [ol-548-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:56.642 [67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] [pool-548-thread-1]  INFO [aai-resources,67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] 1 --- [ol-548-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:56.645 [67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] [pool-548-thread-1]  INFO [aai-resources,67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] 1 --- [ol-548-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:56.645 [67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] [qtp1225114731-270] DEBUG [aai-resources,67ea54a0219cf44f2affc21db2eb17e2,2affc21db2eb17e2] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:56:637","respDate":"250331-08:38:56:645","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:56:637-233\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[43ee75dd-a3e2-4c7d-ba7b-501148e1b74b], Accept=[application/json], x-invocationid=[d30aecf1-49ec-4045-8be0-f4e03bcf94f3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:56 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:38:56.668 [67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] [qtp1225114731-717]  INFO [aai-resources,67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:56.674 [67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] [pool-549-thread-1]  INFO [aai-resources,67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] 1 --- [ol-549-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:56.675 [67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] [pool-549-thread-1]  INFO [aai-resources,67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] 1 --- [ol-549-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:56.675 [67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] [pool-549-thread-1]  INFO [aai-resources,67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] 1 --- [ol-549-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:56.675 [67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] [pool-549-thread-1]  INFO [aai-resources,67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] 1 --- [ol-549-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:56.679 [67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] [pool-549-thread-1]  INFO [aai-resources,67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] 1 --- [ol-549-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:56.679 [67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] [qtp1225114731-717] DEBUG [aai-resources,67ea54a004fca4a118b52892cabda0db,18b52892cabda0db] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:56:668","respDate":"250331-08:38:56:679","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:56:668-39719\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c8fd8e9e-4037-4538-9614-ac5609936b1b], Accept=[application/json], x-invocationid=[db8c2ac7-dd0a-41f1-a91a-db052206d090], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:56 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:38:56.699 [67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] [qtp1225114731-270]  INFO [aai-resources,67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:56.719 [67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] [pool-550-thread-1]  INFO [aai-resources,67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] 1 --- [ol-550-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:56.719 [67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] [pool-550-thread-1]  INFO [aai-resources,67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] 1 --- [ol-550-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:56.719 [67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] [pool-550-thread-1]  INFO [aai-resources,67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] 1 --- [ol-550-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:56.720 [67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] [pool-550-thread-1]  INFO [aai-resources,67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] 1 --- [ol-550-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:56.727 [67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] [pool-550-thread-1]  INFO [aai-resources,67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] 1 --- [ol-550-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:56.728 [67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] [qtp1225114731-270] DEBUG [aai-resources,67ea54a08095928a3b937ea326b867e9,3b937ea326b867e9] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:56:699","respDate":"250331-08:38:56:727","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:56:699-22536\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2bf4711f-6126-9b1e-86e5-bdcf923d2a05], Accept=[application/json], x-invocationid=[ecd51bd7-4eda-4379-83be-4475176b6706], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:56 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?depth=2" 200 1178 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:38:56.909 [67ea54a0b27852f6c31980169902e477,c31980169902e477] [qtp1225114731-717]  INFO [aai-resources,67ea54a0b27852f6c31980169902e477,c31980169902e477] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:56.924 [67ea54a0b27852f6c31980169902e477,c31980169902e477] [qtp1225114731-717] DEBUG [aai-resources,67ea54a0b27852f6c31980169902e477,c31980169902e477] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"91142c60-52b6-47cc-8540-0ba2afdf48b5","status":"200","rqstDate":"250331-08:38:56:909","respDate":"250331-08:38:56:923","sourceId":"haproxy:91142c60-52b6-47cc-8540-0ba2afdf48b5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:56:909-70615\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7047b5e0-4f9f-460b-b40c-458c0812b345], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[91142c60-52b6-47cc-8540-0ba2afdf48b5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:38:56.992 [67ea54a04a441c7ac146130269f809da,c146130269f809da] [qtp1225114731-270]  INFO [aai-resources,67ea54a04a441c7ac146130269f809da,c146130269f809da] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:56.996 [67ea54a04a441c7ac146130269f809da,c146130269f809da] [pool-551-thread-1]  INFO [aai-resources,67ea54a04a441c7ac146130269f809da,c146130269f809da] 1 --- [ol-551-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:56.996 [67ea54a04a441c7ac146130269f809da,c146130269f809da] [pool-551-thread-1]  INFO [aai-resources,67ea54a04a441c7ac146130269f809da,c146130269f809da] 1 --- [ol-551-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:56.996 [67ea54a04a441c7ac146130269f809da,c146130269f809da] [pool-551-thread-1]  INFO [aai-resources,67ea54a04a441c7ac146130269f809da,c146130269f809da] 1 --- [ol-551-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:56.997 [67ea54a04a441c7ac146130269f809da,c146130269f809da] [pool-551-thread-1]  INFO [aai-resources,67ea54a04a441c7ac146130269f809da,c146130269f809da] 1 --- [ol-551-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:56.999 [67ea54a04a441c7ac146130269f809da,c146130269f809da] [pool-551-thread-1]  INFO [aai-resources,67ea54a04a441c7ac146130269f809da,c146130269f809da] 1 --- [ol-551-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:56.999 [67ea54a04a441c7ac146130269f809da,c146130269f809da] [qtp1225114731-270] DEBUG [aai-resources,67ea54a04a441c7ac146130269f809da,c146130269f809da] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:56:992","respDate":"250331-08:38:56:999","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:38:56:992-1395\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c416af15-741a-4540-b433-9a00705ac424], Accept=[application/json], x-invocationid=[4bf88bec-9e8d-488f-9f2b-4c2884397a08], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:57 +0000] "GET /aai/v24/nodes/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?format=pathed" 200 246 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:38:57.022 [67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] [qtp1225114731-717]  INFO [aai-resources,67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:57.026 [67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] [pool-552-thread-1]  INFO [aai-resources,67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] 1 --- [ol-552-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:57.026 [67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] [pool-552-thread-1]  INFO [aai-resources,67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] 1 --- [ol-552-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:57.026 [67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] [pool-552-thread-1]  INFO [aai-resources,67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] 1 --- [ol-552-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:57.026 [67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] [pool-552-thread-1]  INFO [aai-resources,67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] 1 --- [ol-552-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:57.032 [67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] [pool-552-thread-1]  INFO [aai-resources,67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] 1 --- [ol-552-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:57.033 [67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] [qtp1225114731-717] DEBUG [aai-resources,67ea54a1fbd7ff38375d6e57985e5b2d,375d6e57985e5b2d] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"200","rqstDate":"250331-08:38:57:022","respDate":"250331-08:38:57:033","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:57:022-46859\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[baf6eaf8-5f35-4b55-9b26-96a9a9ff0dd6], Accept=[application/json], x-invocationid=[f067cd01-7b0a-4f19-84dc-8c29af695b65], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:57 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6" 200 1178 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:38:57.057 [67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] [qtp1225114731-270]  INFO [aai-resources,67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:57.060 [67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] [qtp1225114731-270]  INFO [aai-resources,67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:38:57.060 [67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] [qtp1225114731-270]  INFO [aai-resources,67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:38:57.060 [67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] [qtp1225114731-270]  INFO [aai-resources,67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:38:57.060 [67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] [qtp1225114731-270]  INFO [aai-resources,67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:38:57.088 [67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] [qtp1225114731-270]  INFO [aai-resources,67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:38:57.499 [67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] [qtp1225114731-270] DEBUG [aai-resources,67ea54a17f9f72a75ff30f24bfe4b46e,5ff30f24bfe4b46e] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85031d30-40c7-4fea-beee-3fde1afe4fba","status":"204","rqstDate":"250331-08:38:57:057","respDate":"250331-08:38:57:499","sourceId":"UNKNOWN:85031d30-40c7-4fea-beee-3fde1afe4fba","resourceId":"http://aai.onap:56189/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?resource-version=1743410336035","resourceType":"DELETE","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:38:57:057-50845\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"*/*\",\"Headers\":\"{x-request-id=[ca7d05f6-c2e1-40ba-9a8a-9c5b1a82084b], Accept=[application/json], x-invocationid=[d569428e-db0f-4e27-9fdf-eaabc64d8ecc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,85031d30-40c7-4fea-beee-3fde1afe4fba], Host=[aai.onap:56189], Pragma=[no-cache], x-onap-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], x-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], X-Forwarded-Port=[56189], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[85031d30-40c7-4fea-beee-3fde1afe4fba], Content-Type=[*/*]}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:38:57:057-50845\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:38:57:057-50845]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:57 +0000] "DELETE /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/e6db5320-e62b-45de-b572-6ce82266a8c6?resource-version=1743410336035" 204 0 REST ,85031d30-40c7-4fea-beee-3fde1afe4fba MSO 127.0.0.6 - - - - - - - - - 444 - "logType": "access"
2025-03-31 08:38:58.932 [67ea54a2dbcd15450764efbb378779d2,0764efbb378779d2] [qtp1225114731-717]  INFO [aai-resources,67ea54a2dbcd15450764efbb378779d2,0764efbb378779d2] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:38:58.946 [67ea54a2dbcd15450764efbb378779d2,0764efbb378779d2] [qtp1225114731-717] DEBUG [aai-resources,67ea54a2dbcd15450764efbb378779d2,0764efbb378779d2] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"64bfb4db-8e79-4724-b7b5-c4a69d60e126","status":"200","rqstDate":"250331-08:38:58:932","respDate":"250331-08:38:58:946","sourceId":"haproxy:64bfb4db-8e79-4724-b7b5-c4a69d60e126","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:38:58:932-69471\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cdedca2b-fba0-45b5-a474-2c111525d780], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[64bfb4db-8e79-4724-b7b5-c4a69d60e126]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:38:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:39:00.952 [67ea54a45de039462ef82ef92811c06d,2ef82ef92811c06d] [qtp1225114731-270]  INFO [aai-resources,67ea54a45de039462ef82ef92811c06d,2ef82ef92811c06d] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:00.977 [67ea54a45de039462ef82ef92811c06d,2ef82ef92811c06d] [qtp1225114731-270] DEBUG [aai-resources,67ea54a45de039462ef82ef92811c06d,2ef82ef92811c06d] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"11e9bfeb-8873-4c54-9324-01cc03533c12","status":"200","rqstDate":"250331-08:39:00:952","respDate":"250331-08:39:00:976","sourceId":"haproxy:11e9bfeb-8873-4c54-9324-01cc03533c12","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:00:952-24505\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[926c2ef9-b5d7-45d7-a0f4-92e4805dbe0b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[11e9bfeb-8873-4c54-9324-01cc03533c12]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:39:02.983 [67ea54a6a72fe34735ddfcfd043d187d,35ddfcfd043d187d] [qtp1225114731-717]  INFO [aai-resources,67ea54a6a72fe34735ddfcfd043d187d,35ddfcfd043d187d] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:02.996 [67ea54a6a72fe34735ddfcfd043d187d,35ddfcfd043d187d] [qtp1225114731-717] DEBUG [aai-resources,67ea54a6a72fe34735ddfcfd043d187d,35ddfcfd043d187d] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"82ee0563-e2bd-4bff-bada-44818b4cd7ca","status":"200","rqstDate":"250331-08:39:02:983","respDate":"250331-08:39:02:996","sourceId":"haproxy:82ee0563-e2bd-4bff-bada-44818b4cd7ca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:02:983-20236\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0f902c97-5935-46d9-bb58-4e282e6f7499], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[82ee0563-e2bd-4bff-bada-44818b4cd7ca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:39:05.003 [67ea54a9f504abc15d914fa57d95c135,5d914fa57d95c135] [qtp1225114731-270]  INFO [aai-resources,67ea54a9f504abc15d914fa57d95c135,5d914fa57d95c135] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:05.018 [67ea54a9f504abc15d914fa57d95c135,5d914fa57d95c135] [qtp1225114731-270] DEBUG [aai-resources,67ea54a9f504abc15d914fa57d95c135,5d914fa57d95c135] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8d37a532-a407-4165-b7e3-be1967cb861c","status":"200","rqstDate":"250331-08:39:05:003","respDate":"250331-08:39:05:018","sourceId":"haproxy:8d37a532-a407-4165-b7e3-be1967cb861c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:05:003-80447\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d75f62f3-e9f1-4cef-b162-bbd679de01c0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8d37a532-a407-4165-b7e3-be1967cb861c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:39:07.024 [67ea54ab3a33106bde51603556ed4dd5,de51603556ed4dd5] [qtp1225114731-717]  INFO [aai-resources,67ea54ab3a33106bde51603556ed4dd5,de51603556ed4dd5] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:07.046 [67ea54ab3a33106bde51603556ed4dd5,de51603556ed4dd5] [qtp1225114731-717] DEBUG [aai-resources,67ea54ab3a33106bde51603556ed4dd5,de51603556ed4dd5] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"196f91f3-3cea-4020-81b3-35d3d577692f","status":"200","rqstDate":"250331-08:39:07:024","respDate":"250331-08:39:07:046","sourceId":"haproxy:196f91f3-3cea-4020-81b3-35d3d577692f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:07:024-8351\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[651d4f89-d6d5-40f1-ae9e-29f458dc3ab8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[196f91f3-3cea-4020-81b3-35d3d577692f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:39:09.051 [67ea54adbfd89cd2a48db2ed5697b47b,a48db2ed5697b47b] [qtp1225114731-270]  INFO [aai-resources,67ea54adbfd89cd2a48db2ed5697b47b,a48db2ed5697b47b] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:09.061 [67ea54adbfd89cd2a48db2ed5697b47b,a48db2ed5697b47b] [qtp1225114731-270] DEBUG [aai-resources,67ea54adbfd89cd2a48db2ed5697b47b,a48db2ed5697b47b] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a93d1fe-085c-483d-a8ae-c334a0ebc4ba","status":"200","rqstDate":"250331-08:39:09:052","respDate":"250331-08:39:09:061","sourceId":"haproxy:4a93d1fe-085c-483d-a8ae-c334a0ebc4ba","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:09:052-83797\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9329fd07-b4c2-4dab-90e4-bf9454b90078], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4a93d1fe-085c-483d-a8ae-c334a0ebc4ba]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:39:11.068 [67ea54afd315d3876872802dd8481864,6872802dd8481864] [qtp1225114731-717]  INFO [aai-resources,67ea54afd315d3876872802dd8481864,6872802dd8481864] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:11.082 [67ea54afd315d3876872802dd8481864,6872802dd8481864] [qtp1225114731-717] DEBUG [aai-resources,67ea54afd315d3876872802dd8481864,6872802dd8481864] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bad0c3a3-01be-4d0f-9dff-a0e71b252808","status":"200","rqstDate":"250331-08:39:11:068","respDate":"250331-08:39:11:082","sourceId":"haproxy:bad0c3a3-01be-4d0f-9dff-a0e71b252808","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:11:068-14488\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4056a8d4-dfba-458f-9f7e-de6785ab077f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bad0c3a3-01be-4d0f-9dff-a0e71b252808]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:39:13.090 [67ea54b1d7fb8ef595ff53903fecbce2,95ff53903fecbce2] [qtp1225114731-270]  INFO [aai-resources,67ea54b1d7fb8ef595ff53903fecbce2,95ff53903fecbce2] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:13.102 [67ea54b1d7fb8ef595ff53903fecbce2,95ff53903fecbce2] [qtp1225114731-270] DEBUG [aai-resources,67ea54b1d7fb8ef595ff53903fecbce2,95ff53903fecbce2] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5750fdef-eecb-411b-94e5-82ef31da9ada","status":"200","rqstDate":"250331-08:39:13:090","respDate":"250331-08:39:13:102","sourceId":"haproxy:5750fdef-eecb-411b-94e5-82ef31da9ada","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:39:13:090-58883\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3387e12c-a41c-40be-bcfc-844f1eb9c61e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5750fdef-eecb-411b-94e5-82ef31da9ada]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:39:15.108 [67ea54b3446b2f6ab55a587229fdb538,b55a587229fdb538] [qtp1225114731-717]  INFO [aai-resources,67ea54b3446b2f6ab55a587229fdb538,b55a587229fdb538] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:15.123 [67ea54b3446b2f6ab55a587229fdb538,b55a587229fdb538] [qtp1225114731-717] DEBUG [aai-resources,67ea54b3446b2f6ab55a587229fdb538,b55a587229fdb538] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"88843463-9215-4d65-95cb-58fcec54bcb1","status":"200","rqstDate":"250331-08:39:15:108","respDate":"250331-08:39:15:123","sourceId":"haproxy:88843463-9215-4d65-95cb-58fcec54bcb1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:15:108-28003\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c1204dd9-8f96-4a2f-946e-a29548451e92], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[88843463-9215-4d65-95cb-58fcec54bcb1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:39:17.129 [67ea54b52d854d5ca142697df3db716a,a142697df3db716a] [qtp1225114731-270]  INFO [aai-resources,67ea54b52d854d5ca142697df3db716a,a142697df3db716a] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:17.139 [67ea54b52d854d5ca142697df3db716a,a142697df3db716a] [qtp1225114731-270] DEBUG [aai-resources,67ea54b52d854d5ca142697df3db716a,a142697df3db716a] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a488cb17-0a1f-4c47-b5b8-dd3c8f491259","status":"200","rqstDate":"250331-08:39:17:130","respDate":"250331-08:39:17:139","sourceId":"haproxy:a488cb17-0a1f-4c47-b5b8-dd3c8f491259","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:17:130-74890\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[08aaedbc-eb98-44d0-adac-869e590645d6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a488cb17-0a1f-4c47-b5b8-dd3c8f491259]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:39:19.145 [67ea54b7c612bd31ee6db1b2625831d9,ee6db1b2625831d9] [qtp1225114731-717]  INFO [aai-resources,67ea54b7c612bd31ee6db1b2625831d9,ee6db1b2625831d9] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:19.160 [67ea54b7c612bd31ee6db1b2625831d9,ee6db1b2625831d9] [qtp1225114731-717] DEBUG [aai-resources,67ea54b7c612bd31ee6db1b2625831d9,ee6db1b2625831d9] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"202538d6-b052-42ea-b5f5-03a60a46da1b","status":"200","rqstDate":"250331-08:39:19:145","respDate":"250331-08:39:19:160","sourceId":"haproxy:202538d6-b052-42ea-b5f5-03a60a46da1b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:39:19:145-96562\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f12e618c-dedc-4b15-953f-ca1e575f2a9f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[202538d6-b052-42ea-b5f5-03a60a46da1b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:39:21.167 [67ea54b9c6aa2f8158eb7e1b8da0cff2,58eb7e1b8da0cff2] [qtp1225114731-22]  INFO [aai-resources,67ea54b9c6aa2f8158eb7e1b8da0cff2,58eb7e1b8da0cff2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:21.178 [67ea54b9c6aa2f8158eb7e1b8da0cff2,58eb7e1b8da0cff2] [qtp1225114731-22] DEBUG [aai-resources,67ea54b9c6aa2f8158eb7e1b8da0cff2,58eb7e1b8da0cff2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"487dc398-c7a7-4ebe-9907-967e269c28e4","status":"200","rqstDate":"250331-08:39:21:167","respDate":"250331-08:39:21:178","sourceId":"haproxy:487dc398-c7a7-4ebe-9907-967e269c28e4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:39:21:167-48256\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e2a839f3-f08b-4f76-a466-4cca09a1c39e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[487dc398-c7a7-4ebe-9907-967e269c28e4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:39:23.184 [67ea54bb9409b5fda707007d94848cb8,a707007d94848cb8] [qtp1225114731-717]  INFO [aai-resources,67ea54bb9409b5fda707007d94848cb8,a707007d94848cb8] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:23.198 [67ea54bb9409b5fda707007d94848cb8,a707007d94848cb8] [qtp1225114731-717] DEBUG [aai-resources,67ea54bb9409b5fda707007d94848cb8,a707007d94848cb8] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f6a83133-32d7-440d-acc9-b9fca7a33012","status":"200","rqstDate":"250331-08:39:23:184","respDate":"250331-08:39:23:198","sourceId":"haproxy:f6a83133-32d7-440d-acc9-b9fca7a33012","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:23:184-52977\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[772fb665-b9a8-4ff3-8821-dfd2f92a5ca7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f6a83133-32d7-440d-acc9-b9fca7a33012]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:39:25.205 [67ea54bdd38226cd2ba7b4633e4a2768,2ba7b4633e4a2768] [qtp1225114731-22]  INFO [aai-resources,67ea54bdd38226cd2ba7b4633e4a2768,2ba7b4633e4a2768] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:25.219 [67ea54bdd38226cd2ba7b4633e4a2768,2ba7b4633e4a2768] [qtp1225114731-22] DEBUG [aai-resources,67ea54bdd38226cd2ba7b4633e4a2768,2ba7b4633e4a2768] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"851485cd-cd1c-4e18-9666-6850ce3d9cd3","status":"200","rqstDate":"250331-08:39:25:205","respDate":"250331-08:39:25:219","sourceId":"haproxy:851485cd-cd1c-4e18-9666-6850ce3d9cd3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:25:205-72462\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[96147e92-e12d-4ff2-885f-0c68ca757339], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[851485cd-cd1c-4e18-9666-6850ce3d9cd3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:39:27.227 [67ea54bff410715eb5e58f9c74b8e41f,b5e58f9c74b8e41f] [qtp1225114731-717]  INFO [aai-resources,67ea54bff410715eb5e58f9c74b8e41f,b5e58f9c74b8e41f] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:27.248 [67ea54bff410715eb5e58f9c74b8e41f,b5e58f9c74b8e41f] [qtp1225114731-717] DEBUG [aai-resources,67ea54bff410715eb5e58f9c74b8e41f,b5e58f9c74b8e41f] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"61ef5db1-e972-40e1-a80e-9542826ab0dd","status":"200","rqstDate":"250331-08:39:27:228","respDate":"250331-08:39:27:248","sourceId":"haproxy:61ef5db1-e972-40e1-a80e-9542826ab0dd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:27:228-32886\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4a765247-7bd5-4c59-9d04-d198c986771c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[61ef5db1-e972-40e1-a80e-9542826ab0dd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:39:29.255 [67ea54c1a3deab54e3182e5bb1bebee9,e3182e5bb1bebee9] [qtp1225114731-22]  INFO [aai-resources,67ea54c1a3deab54e3182e5bb1bebee9,e3182e5bb1bebee9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:29.269 [67ea54c1a3deab54e3182e5bb1bebee9,e3182e5bb1bebee9] [qtp1225114731-22] DEBUG [aai-resources,67ea54c1a3deab54e3182e5bb1bebee9,e3182e5bb1bebee9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ea6002e2-ffde-4fe9-96df-b80035c7f72b","status":"200","rqstDate":"250331-08:39:29:255","respDate":"250331-08:39:29:269","sourceId":"haproxy:ea6002e2-ffde-4fe9-96df-b80035c7f72b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:29:255-17933\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fc5920dc-d424-4590-b7b6-e143436b8bfc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ea6002e2-ffde-4fe9-96df-b80035c7f72b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:39:31.276 [67ea54c37b79b1f390e292cbf6c95aea,90e292cbf6c95aea] [qtp1225114731-717]  INFO [aai-resources,67ea54c37b79b1f390e292cbf6c95aea,90e292cbf6c95aea] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:31.290 [67ea54c37b79b1f390e292cbf6c95aea,90e292cbf6c95aea] [qtp1225114731-717] DEBUG [aai-resources,67ea54c37b79b1f390e292cbf6c95aea,90e292cbf6c95aea] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"be5c2565-b9ce-43a9-8ff7-82e84997faae","status":"200","rqstDate":"250331-08:39:31:276","respDate":"250331-08:39:31:290","sourceId":"haproxy:be5c2565-b9ce-43a9-8ff7-82e84997faae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:31:276-24171\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aeabceb0-b3a2-475e-910c-5e90156df664], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[be5c2565-b9ce-43a9-8ff7-82e84997faae]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:39:33.296 [67ea54c53f18b225a131161df03844ba,a131161df03844ba] [qtp1225114731-22]  INFO [aai-resources,67ea54c53f18b225a131161df03844ba,a131161df03844ba] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:33.312 [67ea54c53f18b225a131161df03844ba,a131161df03844ba] [qtp1225114731-22] DEBUG [aai-resources,67ea54c53f18b225a131161df03844ba,a131161df03844ba] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d1ef8c1-ddf2-40ea-a58c-142be20060b2","status":"200","rqstDate":"250331-08:39:33:296","respDate":"250331-08:39:33:312","sourceId":"haproxy:0d1ef8c1-ddf2-40ea-a58c-142be20060b2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:33:296-80742\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae8d7eba-ae0a-46ef-810c-a20e5f65e391], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0d1ef8c1-ddf2-40ea-a58c-142be20060b2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:39:35.319 [67ea54c7a62eb78d2cdfa0b4fd343608,2cdfa0b4fd343608] [qtp1225114731-717]  INFO [aai-resources,67ea54c7a62eb78d2cdfa0b4fd343608,2cdfa0b4fd343608] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:35.334 [67ea54c7a62eb78d2cdfa0b4fd343608,2cdfa0b4fd343608] [qtp1225114731-717] DEBUG [aai-resources,67ea54c7a62eb78d2cdfa0b4fd343608,2cdfa0b4fd343608] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"21a5c3ec-4b87-461d-bafa-b0b279bd5855","status":"200","rqstDate":"250331-08:39:35:320","respDate":"250331-08:39:35:334","sourceId":"haproxy:21a5c3ec-4b87-461d-bafa-b0b279bd5855","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:35:320-24658\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ec4f85d6-a36e-4d82-b738-bdc742bbc4a8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[21a5c3ec-4b87-461d-bafa-b0b279bd5855]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:39:37.341 [67ea54c9cf9d67505b6d6c19fa8407c5,5b6d6c19fa8407c5] [qtp1225114731-22]  INFO [aai-resources,67ea54c9cf9d67505b6d6c19fa8407c5,5b6d6c19fa8407c5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:37.355 [67ea54c9cf9d67505b6d6c19fa8407c5,5b6d6c19fa8407c5] [qtp1225114731-22] DEBUG [aai-resources,67ea54c9cf9d67505b6d6c19fa8407c5,5b6d6c19fa8407c5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b0f68ee7-b5f0-448d-9e5e-9973841bd559","status":"200","rqstDate":"250331-08:39:37:341","respDate":"250331-08:39:37:354","sourceId":"haproxy:b0f68ee7-b5f0-448d-9e5e-9973841bd559","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:37:341-88336\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e6871472-7b19-43d4-9d53-fabfb1be7c6e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b0f68ee7-b5f0-448d-9e5e-9973841bd559]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:39:39.362 [67ea54cbd2825178421cb6719eb32228,421cb6719eb32228] [qtp1225114731-717]  INFO [aai-resources,67ea54cbd2825178421cb6719eb32228,421cb6719eb32228] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:39.372 [67ea54cbd2825178421cb6719eb32228,421cb6719eb32228] [qtp1225114731-717] DEBUG [aai-resources,67ea54cbd2825178421cb6719eb32228,421cb6719eb32228] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f029759e-c30c-4a6d-a695-975b2450381d","status":"200","rqstDate":"250331-08:39:39:362","respDate":"250331-08:39:39:372","sourceId":"haproxy:f029759e-c30c-4a6d-a695-975b2450381d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:39:362-20912\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2388673c-7af3-430b-abdb-0a477e957f68], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f029759e-c30c-4a6d-a695-975b2450381d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:39:41.379 [67ea54cd1cfbce83e002e79c985cf113,e002e79c985cf113] [qtp1225114731-22]  INFO [aai-resources,67ea54cd1cfbce83e002e79c985cf113,e002e79c985cf113] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:41.394 [67ea54cd1cfbce83e002e79c985cf113,e002e79c985cf113] [qtp1225114731-22] DEBUG [aai-resources,67ea54cd1cfbce83e002e79c985cf113,e002e79c985cf113] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"71add016-1c46-43c8-9f7b-aa5ee596e382","status":"200","rqstDate":"250331-08:39:41:379","respDate":"250331-08:39:41:394","sourceId":"haproxy:71add016-1c46-43c8-9f7b-aa5ee596e382","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:41:379-64253\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e295ace5-0b26-480c-b2c0-8d6490043780], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[71add016-1c46-43c8-9f7b-aa5ee596e382]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:39:43.401 [67ea54cf83a7a381e69eec0fff6a57dc,e69eec0fff6a57dc] [qtp1225114731-717]  INFO [aai-resources,67ea54cf83a7a381e69eec0fff6a57dc,e69eec0fff6a57dc] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:43.416 [67ea54cf83a7a381e69eec0fff6a57dc,e69eec0fff6a57dc] [qtp1225114731-717] DEBUG [aai-resources,67ea54cf83a7a381e69eec0fff6a57dc,e69eec0fff6a57dc] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bc0b47ad-f3a9-4319-9846-f601acd0e10b","status":"200","rqstDate":"250331-08:39:43:401","respDate":"250331-08:39:43:416","sourceId":"haproxy:bc0b47ad-f3a9-4319-9846-f601acd0e10b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:43:401-82434\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4fab325c-b4aa-4c90-bae3-59d3daa4c5a8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bc0b47ad-f3a9-4319-9846-f601acd0e10b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:39:45.422 [67ea54d1fdef4f0008e34279bc293b10,08e34279bc293b10] [qtp1225114731-22]  INFO [aai-resources,67ea54d1fdef4f0008e34279bc293b10,08e34279bc293b10] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:45.437 [67ea54d1fdef4f0008e34279bc293b10,08e34279bc293b10] [qtp1225114731-22] DEBUG [aai-resources,67ea54d1fdef4f0008e34279bc293b10,08e34279bc293b10] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5357defb-6dcf-40bb-aa37-188076e45730","status":"200","rqstDate":"250331-08:39:45:422","respDate":"250331-08:39:45:436","sourceId":"haproxy:5357defb-6dcf-40bb-aa37-188076e45730","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:39:45:422-99139\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[82eab6f1-3b43-4e13-bfac-b8753802fe9d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5357defb-6dcf-40bb-aa37-188076e45730]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:39:47.443 [67ea54d36ee337752e3e7873868f1508,2e3e7873868f1508] [qtp1225114731-717]  INFO [aai-resources,67ea54d36ee337752e3e7873868f1508,2e3e7873868f1508] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:47.457 [67ea54d36ee337752e3e7873868f1508,2e3e7873868f1508] [qtp1225114731-717] DEBUG [aai-resources,67ea54d36ee337752e3e7873868f1508,2e3e7873868f1508] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5071944d-2b71-4db5-b888-5d4c2c631f34","status":"200","rqstDate":"250331-08:39:47:443","respDate":"250331-08:39:47:457","sourceId":"haproxy:5071944d-2b71-4db5-b888-5d4c2c631f34","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:47:443-22780\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e2512ee8-1316-499e-aef4-0b801a08f810], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5071944d-2b71-4db5-b888-5d4c2c631f34]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:39:49.466 [67ea54d5598aad54ad466e8c98cebe87,ad466e8c98cebe87] [qtp1225114731-717]  INFO [aai-resources,67ea54d5598aad54ad466e8c98cebe87,ad466e8c98cebe87] 1 --- [p1225114731-717] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:49.481 [67ea54d5598aad54ad466e8c98cebe87,ad466e8c98cebe87] [qtp1225114731-717] DEBUG [aai-resources,67ea54d5598aad54ad466e8c98cebe87,ad466e8c98cebe87] 1 --- [p1225114731-717] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2f78f40c-a5b7-453d-8b24-1018ba80fe90","status":"200","rqstDate":"250331-08:39:49:466","respDate":"250331-08:39:49:481","sourceId":"haproxy:2f78f40c-a5b7-453d-8b24-1018ba80fe90","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:49:466-11175\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[de6883e4-d908-47e8-877a-a42acaee3e5b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2f78f40c-a5b7-453d-8b24-1018ba80fe90]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:39:51.487 [67ea54d7a6eec3f1124dae3e5c985f0b,124dae3e5c985f0b] [qtp1225114731-22]  INFO [aai-resources,67ea54d7a6eec3f1124dae3e5c985f0b,124dae3e5c985f0b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:51.498 [67ea54d7a6eec3f1124dae3e5c985f0b,124dae3e5c985f0b] [qtp1225114731-22] DEBUG [aai-resources,67ea54d7a6eec3f1124dae3e5c985f0b,124dae3e5c985f0b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"86d5c123-f2c3-482f-9c7b-3e3221547a6c","status":"200","rqstDate":"250331-08:39:51:487","respDate":"250331-08:39:51:498","sourceId":"haproxy:86d5c123-f2c3-482f-9c7b-3e3221547a6c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:39:51:487-89474\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[91a5c1ad-aa6e-4d4e-8e9d-8c27aad20010], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[86d5c123-f2c3-482f-9c7b-3e3221547a6c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:39:53.506 [67ea54d97b94c941d79ed66aa9ef370e,d79ed66aa9ef370e] [qtp1225114731-25]  INFO [aai-resources,67ea54d97b94c941d79ed66aa9ef370e,d79ed66aa9ef370e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:53.521 [67ea54d97b94c941d79ed66aa9ef370e,d79ed66aa9ef370e] [qtp1225114731-25] DEBUG [aai-resources,67ea54d97b94c941d79ed66aa9ef370e,d79ed66aa9ef370e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"31520b07-15e2-4ca4-a460-ff51bcc6ab0f","status":"200","rqstDate":"250331-08:39:53:506","respDate":"250331-08:39:53:521","sourceId":"haproxy:31520b07-15e2-4ca4-a460-ff51bcc6ab0f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:53:506-36529\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[255b1733-dc21-4302-a9a0-2496e978acad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[31520b07-15e2-4ca4-a460-ff51bcc6ab0f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:39:55.527 [67ea54db9e4727b5855ba079d079b427,855ba079d079b427] [qtp1225114731-22]  INFO [aai-resources,67ea54db9e4727b5855ba079d079b427,855ba079d079b427] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:55.542 [67ea54db9e4727b5855ba079d079b427,855ba079d079b427] [qtp1225114731-22] DEBUG [aai-resources,67ea54db9e4727b5855ba079d079b427,855ba079d079b427] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"32d16463-dfca-4489-9511-d580371aa3fc","status":"200","rqstDate":"250331-08:39:55:527","respDate":"250331-08:39:55:542","sourceId":"haproxy:32d16463-dfca-4489-9511-d580371aa3fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:55:527-76533\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[14037959-3044-4cf5-8659-77c096c79096], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[32d16463-dfca-4489-9511-d580371aa3fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:39:57.549 [67ea54dd80cfc501d077dba11a50e65c,d077dba11a50e65c] [qtp1225114731-25]  INFO [aai-resources,67ea54dd80cfc501d077dba11a50e65c,d077dba11a50e65c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:57.564 [67ea54dd80cfc501d077dba11a50e65c,d077dba11a50e65c] [qtp1225114731-25] DEBUG [aai-resources,67ea54dd80cfc501d077dba11a50e65c,d077dba11a50e65c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6f14922c-aa18-483a-a2ac-6a023f4af27d","status":"200","rqstDate":"250331-08:39:57:549","respDate":"250331-08:39:57:564","sourceId":"haproxy:6f14922c-aa18-483a-a2ac-6a023f4af27d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:39:57:549-74648\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[012b6dc0-8317-4f31-b250-b23b998f49bc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6f14922c-aa18-483a-a2ac-6a023f4af27d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:39:59.573 [67ea54df583f5c2a68c2e5e4e0552152,68c2e5e4e0552152] [qtp1225114731-22]  INFO [aai-resources,67ea54df583f5c2a68c2e5e4e0552152,68c2e5e4e0552152] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:39:59.587 [67ea54df583f5c2a68c2e5e4e0552152,68c2e5e4e0552152] [qtp1225114731-22] DEBUG [aai-resources,67ea54df583f5c2a68c2e5e4e0552152,68c2e5e4e0552152] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"73a6c05c-b6a6-4418-ad10-dc698a0e8780","status":"200","rqstDate":"250331-08:39:59:573","respDate":"250331-08:39:59:587","sourceId":"haproxy:73a6c05c-b6a6-4418-ad10-dc698a0e8780","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:39:59:573-44270\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[405daa3a-f165-4c72-86dd-e8b135c6c394], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[73a6c05c-b6a6-4418-ad10-dc698a0e8780]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:39:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:40:01.594 [67ea54e1074021091d00a7d71022a09b,1d00a7d71022a09b] [qtp1225114731-25]  INFO [aai-resources,67ea54e1074021091d00a7d71022a09b,1d00a7d71022a09b] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:01.609 [67ea54e1074021091d00a7d71022a09b,1d00a7d71022a09b] [qtp1225114731-25] DEBUG [aai-resources,67ea54e1074021091d00a7d71022a09b,1d00a7d71022a09b] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"227a6dd8-718a-4064-8870-ddf372f5c22d","status":"200","rqstDate":"250331-08:40:01:594","respDate":"250331-08:40:01:609","sourceId":"haproxy:227a6dd8-718a-4064-8870-ddf372f5c22d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:01:594-76614\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[455a798b-6e4e-4dad-af31-7aacfd724e65], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[227a6dd8-718a-4064-8870-ddf372f5c22d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:40:03.618 [67ea54e3210acd33ddb9f5bcfc756320,ddb9f5bcfc756320] [qtp1225114731-22]  INFO [aai-resources,67ea54e3210acd33ddb9f5bcfc756320,ddb9f5bcfc756320] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:03.632 [67ea54e3210acd33ddb9f5bcfc756320,ddb9f5bcfc756320] [qtp1225114731-22] DEBUG [aai-resources,67ea54e3210acd33ddb9f5bcfc756320,ddb9f5bcfc756320] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c5995c7b-c12a-49a2-8ef5-ff5334ed82b7","status":"200","rqstDate":"250331-08:40:03:618","respDate":"250331-08:40:03:631","sourceId":"haproxy:c5995c7b-c12a-49a2-8ef5-ff5334ed82b7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:03:618-40533\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[50bc9623-44ae-4fa1-907f-211389eb4c5b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c5995c7b-c12a-49a2-8ef5-ff5334ed82b7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:40:05.639 [67ea54e5738f99f5828fec205ec28411,828fec205ec28411] [qtp1225114731-25]  INFO [aai-resources,67ea54e5738f99f5828fec205ec28411,828fec205ec28411] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:05.654 [67ea54e5738f99f5828fec205ec28411,828fec205ec28411] [qtp1225114731-25] DEBUG [aai-resources,67ea54e5738f99f5828fec205ec28411,828fec205ec28411] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"277b4500-0a9a-4a96-bc24-b8f8f731db5e","status":"200","rqstDate":"250331-08:40:05:639","respDate":"250331-08:40:05:654","sourceId":"haproxy:277b4500-0a9a-4a96-bc24-b8f8f731db5e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:05:639-37219\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[463f82a3-68e2-4587-8adf-02a8c799a325], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[277b4500-0a9a-4a96-bc24-b8f8f731db5e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:40:07.660 [67ea54e7deff9cf6f05347f703fe113c,f05347f703fe113c] [qtp1225114731-22]  INFO [aai-resources,67ea54e7deff9cf6f05347f703fe113c,f05347f703fe113c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:07.674 [67ea54e7deff9cf6f05347f703fe113c,f05347f703fe113c] [qtp1225114731-22] DEBUG [aai-resources,67ea54e7deff9cf6f05347f703fe113c,f05347f703fe113c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b9e9af49-fc44-461d-ae87-197afb27d748","status":"200","rqstDate":"250331-08:40:07:660","respDate":"250331-08:40:07:673","sourceId":"haproxy:b9e9af49-fc44-461d-ae87-197afb27d748","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:40:07:660-30868\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[71a1d2a1-d902-4138-9ce2-369106f928e1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b9e9af49-fc44-461d-ae87-197afb27d748]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:40:09.684 [67ea54e90a4e63697da57949cba50b0d,7da57949cba50b0d] [qtp1225114731-25]  INFO [aai-resources,67ea54e90a4e63697da57949cba50b0d,7da57949cba50b0d] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:09.696 [67ea54e90a4e63697da57949cba50b0d,7da57949cba50b0d] [qtp1225114731-25] DEBUG [aai-resources,67ea54e90a4e63697da57949cba50b0d,7da57949cba50b0d] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00e653c4-eda5-4542-a42d-b9ce8030c638","status":"200","rqstDate":"250331-08:40:09:684","respDate":"250331-08:40:09:695","sourceId":"haproxy:00e653c4-eda5-4542-a42d-b9ce8030c638","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:09:684-31130\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6b81dae9-9eaa-4616-b3c2-9aea2df35a06], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[00e653c4-eda5-4542-a42d-b9ce8030c638]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:40:11.702 [67ea54eb29e5f9deccc0d0c4816049a5,ccc0d0c4816049a5] [qtp1225114731-22]  INFO [aai-resources,67ea54eb29e5f9deccc0d0c4816049a5,ccc0d0c4816049a5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:11.716 [67ea54eb29e5f9deccc0d0c4816049a5,ccc0d0c4816049a5] [qtp1225114731-22] DEBUG [aai-resources,67ea54eb29e5f9deccc0d0c4816049a5,ccc0d0c4816049a5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ba739e0f-8cdd-434f-ac75-dd267056b092","status":"200","rqstDate":"250331-08:40:11:702","respDate":"250331-08:40:11:716","sourceId":"haproxy:ba739e0f-8cdd-434f-ac75-dd267056b092","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:11:702-74542\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8f05e422-b7dd-423c-b5ae-22fd3fb7b7a9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ba739e0f-8cdd-434f-ac75-dd267056b092]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:40:13.722 [67ea54ed9a9c27b92d5020e04252ec81,2d5020e04252ec81] [qtp1225114731-25]  INFO [aai-resources,67ea54ed9a9c27b92d5020e04252ec81,2d5020e04252ec81] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:13.736 [67ea54ed9a9c27b92d5020e04252ec81,2d5020e04252ec81] [qtp1225114731-25] DEBUG [aai-resources,67ea54ed9a9c27b92d5020e04252ec81,2d5020e04252ec81] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f7f55fd5-4495-43ad-919d-6d6a856d010a","status":"200","rqstDate":"250331-08:40:13:722","respDate":"250331-08:40:13:736","sourceId":"haproxy:f7f55fd5-4495-43ad-919d-6d6a856d010a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:40:13:722-42524\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[08412970-0967-4f4b-9a1a-31d521b5b62c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f7f55fd5-4495-43ad-919d-6d6a856d010a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:40:15.742 [67ea54efed3d7eb153abe7e2ce4bfd20,53abe7e2ce4bfd20] [qtp1225114731-22]  INFO [aai-resources,67ea54efed3d7eb153abe7e2ce4bfd20,53abe7e2ce4bfd20] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:15.757 [67ea54efed3d7eb153abe7e2ce4bfd20,53abe7e2ce4bfd20] [qtp1225114731-22] DEBUG [aai-resources,67ea54efed3d7eb153abe7e2ce4bfd20,53abe7e2ce4bfd20] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6da46748-d9df-4c21-b8c6-7c8fb6a941e1","status":"200","rqstDate":"250331-08:40:15:742","respDate":"250331-08:40:15:757","sourceId":"haproxy:6da46748-d9df-4c21-b8c6-7c8fb6a941e1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:15:742-1904\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[727023e5-4eee-4ec3-8bdc-11156f0f1a08], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6da46748-d9df-4c21-b8c6-7c8fb6a941e1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:40:17.765 [67ea54f17a75e819c2d4a402ab1876ea,c2d4a402ab1876ea] [qtp1225114731-25]  INFO [aai-resources,67ea54f17a75e819c2d4a402ab1876ea,c2d4a402ab1876ea] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:17.777 [67ea54f17a75e819c2d4a402ab1876ea,c2d4a402ab1876ea] [qtp1225114731-25] DEBUG [aai-resources,67ea54f17a75e819c2d4a402ab1876ea,c2d4a402ab1876ea] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2ae26f37-9dbb-4dd7-a2ab-0afe63752ddc","status":"200","rqstDate":"250331-08:40:17:765","respDate":"250331-08:40:17:777","sourceId":"haproxy:2ae26f37-9dbb-4dd7-a2ab-0afe63752ddc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:17:765-92152\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[57dab228-b0c8-4dae-8d6a-67807720c167], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2ae26f37-9dbb-4dd7-a2ab-0afe63752ddc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:40:19.786 [67ea54f3f7d4faa745e8d7bb0e03bc2e,45e8d7bb0e03bc2e] [qtp1225114731-22]  INFO [aai-resources,67ea54f3f7d4faa745e8d7bb0e03bc2e,45e8d7bb0e03bc2e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:19.801 [67ea54f3f7d4faa745e8d7bb0e03bc2e,45e8d7bb0e03bc2e] [qtp1225114731-22] DEBUG [aai-resources,67ea54f3f7d4faa745e8d7bb0e03bc2e,45e8d7bb0e03bc2e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f75b88c6-f196-4fdf-b1be-6ee7def9f2ab","status":"200","rqstDate":"250331-08:40:19:786","respDate":"250331-08:40:19:801","sourceId":"haproxy:f75b88c6-f196-4fdf-b1be-6ee7def9f2ab","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:19:786-51108\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2c04bf50-66a4-4835-ab53-633812747844], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f75b88c6-f196-4fdf-b1be-6ee7def9f2ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:40:21.807 [67ea54f5f709681932f912c9b4837627,32f912c9b4837627] [qtp1225114731-25]  INFO [aai-resources,67ea54f5f709681932f912c9b4837627,32f912c9b4837627] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:21.817 [67ea54f5f709681932f912c9b4837627,32f912c9b4837627] [qtp1225114731-25] DEBUG [aai-resources,67ea54f5f709681932f912c9b4837627,32f912c9b4837627] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c4d260a-5e86-45fc-a69e-934a33bdd722","status":"200","rqstDate":"250331-08:40:21:807","respDate":"250331-08:40:21:817","sourceId":"haproxy:8c4d260a-5e86-45fc-a69e-934a33bdd722","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:21:807-52234\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[feb953a8-8a4f-4d77-91c1-2379f69b69c0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8c4d260a-5e86-45fc-a69e-934a33bdd722]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:40:23.824 [67ea54f782251f7433bdf560d6cb3ac2,33bdf560d6cb3ac2] [qtp1225114731-22]  INFO [aai-resources,67ea54f782251f7433bdf560d6cb3ac2,33bdf560d6cb3ac2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:23.839 [67ea54f782251f7433bdf560d6cb3ac2,33bdf560d6cb3ac2] [qtp1225114731-22] DEBUG [aai-resources,67ea54f782251f7433bdf560d6cb3ac2,33bdf560d6cb3ac2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a4809a6b-0a3e-4756-904d-e74df32c5a1d","status":"200","rqstDate":"250331-08:40:23:825","respDate":"250331-08:40:23:839","sourceId":"haproxy:a4809a6b-0a3e-4756-904d-e74df32c5a1d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:40:23:825-50786\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5270f209-1d93-42af-b490-e3c65cb8c1f2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a4809a6b-0a3e-4756-904d-e74df32c5a1d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:40:25.847 [67ea54f9509347b37c1f0588a05197b9,7c1f0588a05197b9] [qtp1225114731-25]  INFO [aai-resources,67ea54f9509347b37c1f0588a05197b9,7c1f0588a05197b9] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:25.859 [67ea54f9509347b37c1f0588a05197b9,7c1f0588a05197b9] [qtp1225114731-25] DEBUG [aai-resources,67ea54f9509347b37c1f0588a05197b9,7c1f0588a05197b9] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eb15a83a-5221-49ac-ad48-5c0b1b21b6e3","status":"200","rqstDate":"250331-08:40:25:847","respDate":"250331-08:40:25:859","sourceId":"haproxy:eb15a83a-5221-49ac-ad48-5c0b1b21b6e3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:40:25:847-15174\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[48e05810-0894-4e9a-b2a5-e26d3ee35483], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eb15a83a-5221-49ac-ad48-5c0b1b21b6e3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:40:27.865 [67ea54fb6a68be3bef77d232ed9a211f,ef77d232ed9a211f] [qtp1225114731-22]  INFO [aai-resources,67ea54fb6a68be3bef77d232ed9a211f,ef77d232ed9a211f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:27.881 [67ea54fb6a68be3bef77d232ed9a211f,ef77d232ed9a211f] [qtp1225114731-22] DEBUG [aai-resources,67ea54fb6a68be3bef77d232ed9a211f,ef77d232ed9a211f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df5b135d-19bf-4286-8b2b-e3442b66f35a","status":"200","rqstDate":"250331-08:40:27:866","respDate":"250331-08:40:27:881","sourceId":"haproxy:df5b135d-19bf-4286-8b2b-e3442b66f35a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:27:866-10950\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eba22dc1-7439-4a4b-9fdf-fa1a958ce401], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df5b135d-19bf-4286-8b2b-e3442b66f35a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:40:29.888 [67ea54fd693c979008577e41d1c78c51,08577e41d1c78c51] [qtp1225114731-25]  INFO [aai-resources,67ea54fd693c979008577e41d1c78c51,08577e41d1c78c51] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:29.904 [67ea54fd693c979008577e41d1c78c51,08577e41d1c78c51] [qtp1225114731-25] DEBUG [aai-resources,67ea54fd693c979008577e41d1c78c51,08577e41d1c78c51] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d704f0ab-f2c7-4d58-8c99-5d25f81f587a","status":"200","rqstDate":"250331-08:40:29:889","respDate":"250331-08:40:29:904","sourceId":"haproxy:d704f0ab-f2c7-4d58-8c99-5d25f81f587a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:29:889-51973\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[02a42ce7-8485-4aba-9d1a-ff3bd266d9cd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d704f0ab-f2c7-4d58-8c99-5d25f81f587a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:40:31.909 [67ea54ff41b757dfbca41103435abdfc,bca41103435abdfc] [qtp1225114731-22]  INFO [aai-resources,67ea54ff41b757dfbca41103435abdfc,bca41103435abdfc] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:31.924 [67ea54ff41b757dfbca41103435abdfc,bca41103435abdfc] [qtp1225114731-22] DEBUG [aai-resources,67ea54ff41b757dfbca41103435abdfc,bca41103435abdfc] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"15a145f7-460e-4325-9b4f-bad21a31bfb2","status":"200","rqstDate":"250331-08:40:31:910","respDate":"250331-08:40:31:923","sourceId":"haproxy:15a145f7-460e-4325-9b4f-bad21a31bfb2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:40:31:910-94508\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[71dbc66a-0298-4730-bd6d-43fe21406800], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[15a145f7-460e-4325-9b4f-bad21a31bfb2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:40:33.931 [67ea550125e60148a53618323cb43e4c,a53618323cb43e4c] [qtp1225114731-25]  INFO [aai-resources,67ea550125e60148a53618323cb43e4c,a53618323cb43e4c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:33.944 [67ea550125e60148a53618323cb43e4c,a53618323cb43e4c] [qtp1225114731-25] DEBUG [aai-resources,67ea550125e60148a53618323cb43e4c,a53618323cb43e4c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"23628db1-bbfa-4298-b09c-af1e8d2d9ae3","status":"200","rqstDate":"250331-08:40:33:931","respDate":"250331-08:40:33:944","sourceId":"haproxy:23628db1-bbfa-4298-b09c-af1e8d2d9ae3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:33:931-52950\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f29d2f54-626a-4bce-8d92-e576213e9e48], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[23628db1-bbfa-4298-b09c-af1e8d2d9ae3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:40:35.950 [67ea55030d83b400f719016277d4f3fa,f719016277d4f3fa] [qtp1225114731-22]  INFO [aai-resources,67ea55030d83b400f719016277d4f3fa,f719016277d4f3fa] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:35.963 [67ea55030d83b400f719016277d4f3fa,f719016277d4f3fa] [qtp1225114731-22] DEBUG [aai-resources,67ea55030d83b400f719016277d4f3fa,f719016277d4f3fa] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"01c8c5ab-3dc2-4981-a2b7-c6eb72c09682","status":"200","rqstDate":"250331-08:40:35:950","respDate":"250331-08:40:35:962","sourceId":"haproxy:01c8c5ab-3dc2-4981-a2b7-c6eb72c09682","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:35:950-57819\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c2632360-b069-443a-8d0e-141cea6c44ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[01c8c5ab-3dc2-4981-a2b7-c6eb72c09682]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:40:37.969 [67ea5505e73485f873800a25b6118a8c,73800a25b6118a8c] [qtp1225114731-25]  INFO [aai-resources,67ea5505e73485f873800a25b6118a8c,73800a25b6118a8c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:37.983 [67ea5505e73485f873800a25b6118a8c,73800a25b6118a8c] [qtp1225114731-25] DEBUG [aai-resources,67ea5505e73485f873800a25b6118a8c,73800a25b6118a8c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"30e7c9f8-9fe4-4747-83d2-0412b6b3d1cc","status":"200","rqstDate":"250331-08:40:37:969","respDate":"250331-08:40:37:983","sourceId":"haproxy:30e7c9f8-9fe4-4747-83d2-0412b6b3d1cc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:40:37:969-80659\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[31366037-551b-48d9-8f93-26abfef137f9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[30e7c9f8-9fe4-4747-83d2-0412b6b3d1cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:40:39.989 [67ea55070c345bc7ce25ae8666930ce1,ce25ae8666930ce1] [qtp1225114731-22]  INFO [aai-resources,67ea55070c345bc7ce25ae8666930ce1,ce25ae8666930ce1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:40.000 [67ea55070c345bc7ce25ae8666930ce1,ce25ae8666930ce1] [qtp1225114731-22] DEBUG [aai-resources,67ea55070c345bc7ce25ae8666930ce1,ce25ae8666930ce1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9075e84b-05a2-4d2a-99a8-574237c23b87","status":"200","rqstDate":"250331-08:40:39:990","respDate":"250331-08:40:40:000","sourceId":"haproxy:9075e84b-05a2-4d2a-99a8-574237c23b87","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:39:990-46309\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[430b9629-f626-450b-a520-93db1ea0a0ab], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9075e84b-05a2-4d2a-99a8-574237c23b87]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:40:42.007 [67ea550a73bbef0c03a0809290b4d248,03a0809290b4d248] [qtp1225114731-25]  INFO [aai-resources,67ea550a73bbef0c03a0809290b4d248,03a0809290b4d248] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:42.021 [67ea550a73bbef0c03a0809290b4d248,03a0809290b4d248] [qtp1225114731-25] DEBUG [aai-resources,67ea550a73bbef0c03a0809290b4d248,03a0809290b4d248] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"008921af-755a-48b9-8226-70f5c0e8a671","status":"200","rqstDate":"250331-08:40:42:007","respDate":"250331-08:40:42:021","sourceId":"haproxy:008921af-755a-48b9-8226-70f5c0e8a671","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:42:007-805\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a07cba8c-06b1-4099-a37e-6b53917f1f3f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[008921af-755a-48b9-8226-70f5c0e8a671]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:40:44.027 [67ea550c1c264d6b938a1b658b3b6868,938a1b658b3b6868] [qtp1225114731-22]  INFO [aai-resources,67ea550c1c264d6b938a1b658b3b6868,938a1b658b3b6868] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:44.042 [67ea550c1c264d6b938a1b658b3b6868,938a1b658b3b6868] [qtp1225114731-22] DEBUG [aai-resources,67ea550c1c264d6b938a1b658b3b6868,938a1b658b3b6868] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4753341-5797-48a3-8ff6-a07a2ce9c329","status":"200","rqstDate":"250331-08:40:44:027","respDate":"250331-08:40:44:042","sourceId":"haproxy:b4753341-5797-48a3-8ff6-a07a2ce9c329","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:44:027-72146\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[32feae94-c555-4ce5-9ad8-5838ee08ef74], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4753341-5797-48a3-8ff6-a07a2ce9c329]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:40:46.049 [67ea550e4a389df431b77c3b4d63a51c,31b77c3b4d63a51c] [qtp1225114731-25]  INFO [aai-resources,67ea550e4a389df431b77c3b4d63a51c,31b77c3b4d63a51c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:46.063 [67ea550e4a389df431b77c3b4d63a51c,31b77c3b4d63a51c] [qtp1225114731-25] DEBUG [aai-resources,67ea550e4a389df431b77c3b4d63a51c,31b77c3b4d63a51c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f7767af-d1ac-4e4a-b6e8-49b34449c6b3","status":"200","rqstDate":"250331-08:40:46:049","respDate":"250331-08:40:46:063","sourceId":"haproxy:0f7767af-d1ac-4e4a-b6e8-49b34449c6b3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:46:049-97198\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bf1208b7-3b2f-4a2d-9239-f4bfa77ef008], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0f7767af-d1ac-4e4a-b6e8-49b34449c6b3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:40:48.070 [67ea55108bf9ef59fe2e3b0065edd17b,fe2e3b0065edd17b] [qtp1225114731-22]  INFO [aai-resources,67ea55108bf9ef59fe2e3b0065edd17b,fe2e3b0065edd17b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:48.079 [67ea55108bf9ef59fe2e3b0065edd17b,fe2e3b0065edd17b] [qtp1225114731-22] DEBUG [aai-resources,67ea55108bf9ef59fe2e3b0065edd17b,fe2e3b0065edd17b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"27e607fc-1529-44c2-a645-72df61e6aab2","status":"200","rqstDate":"250331-08:40:48:070","respDate":"250331-08:40:48:079","sourceId":"haproxy:27e607fc-1529-44c2-a645-72df61e6aab2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:48:070-44621\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5abfc91f-45eb-4f11-9df3-07361416d6f1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[27e607fc-1529-44c2-a645-72df61e6aab2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:40:50.086 [67ea5512191848909d8bc7d5a03248a1,9d8bc7d5a03248a1] [qtp1225114731-25]  INFO [aai-resources,67ea5512191848909d8bc7d5a03248a1,9d8bc7d5a03248a1] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:50.101 [67ea5512191848909d8bc7d5a03248a1,9d8bc7d5a03248a1] [qtp1225114731-25] DEBUG [aai-resources,67ea5512191848909d8bc7d5a03248a1,9d8bc7d5a03248a1] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b047e726-894c-4a69-bea4-f4a3636581db","status":"200","rqstDate":"250331-08:40:50:086","respDate":"250331-08:40:50:101","sourceId":"haproxy:b047e726-894c-4a69-bea4-f4a3636581db","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:50:086-1618\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3eb07658-a320-4482-93f7-da4080fbac1e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b047e726-894c-4a69-bea4-f4a3636581db]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:40:51.976 [67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] [qtp1225114731-22]  INFO [aai-resources,67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:51.982 [67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] [pool-553-thread-1]  INFO [aai-resources,67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] 1 --- [ol-553-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:40:51.982 [67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] [pool-553-thread-1]  INFO [aai-resources,67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] 1 --- [ol-553-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:40:51.982 [67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] [pool-553-thread-1]  INFO [aai-resources,67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] 1 --- [ol-553-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:40:51.982 [67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] [pool-553-thread-1]  INFO [aai-resources,67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] 1 --- [ol-553-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:40:51.998 [67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] [pool-553-thread-1]  INFO [aai-resources,67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] 1 --- [ol-553-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type cloud-region found at: cloud-infrastructure/cloud-regions ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:40:51.999 [67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] [pool-553-thread-1]  INFO [aai-resources,67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] 1 --- [ol-553-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:40:52.000 [67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] [qtp1225114731-22] DEBUG [aai-resources,67ea55133989e53f70b89ed6c014efe3,70b89ed6c014efe3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:40:51:976","respDate":"250331-08:40:52:000","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:33121/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion-pnf-macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:51:976-63962\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f61e5868-95e5-4572-bca5-3f39dc08a119], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:33121], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[33121], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:40:52 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion-pnf-macro" 404 288 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:40:52.036 [67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] [qtp1225114731-25]  INFO [aai-resources,67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:52.043 [67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] [qtp1225114731-25]  INFO [aai-resources,67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:40:52.044 [67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] [qtp1225114731-25]  INFO [aai-resources,67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:40:52.044 [67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] [qtp1225114731-25]  INFO [aai-resources,67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:40:52.044 [67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] [qtp1225114731-25]  INFO [aai-resources,67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:40:52.061 [67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] [qtp1225114731-25]  INFO [aai-resources,67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:40:52.078 [67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] [qtp1225114731-25] DEBUG [aai-resources,67ea55142c4ffe1d384ea9e545a01075,384ea9e545a01075] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:40:52:037","respDate":"250331-08:40:52:078","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:33121/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion-pnf-macro","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:52:037-65347\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a71b40d4-b1c5-47cb-bc72-2f0fa3196f77], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:33121], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[33121], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[428], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"cloud-owner\\\": \\\"basicnf-owner\\\",\\n    \\\"cloud-region-id\\\": \\\"k8sregion-pnf-macro\\\",\\n    \\\"orchestration-disabled\\\": \\\"False\\\",\\n    \\\"in-maint\\\": \\\"False\\\",\\n    \\\"cloud-type\\\": \\\"k8s\\\",\\n    \\\"owner-defined-type\\\": \\\"N/A\\\",\\n    \\\"cloud-region-version\\\": \\\"1.0\\\",\\n    \\\"identity-url\\\": \\\"\\\",\\n    \\\"cloud-zone\\\": \\\"\\\",\\n    \\\"complex-name\\\": \\\"sdktests\\\",\\n    \\\"sriov-automation\\\": \\\"\\\",\\n    \\\"cloud-extra-info\\\": \\\"\\\",\\n    \\\"upgrade-cycle\\\": \\\"\\\",\\n    \\\"resource-version\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:40:52:037-65347\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[180288], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:40:52:037-65347]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:40:52 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion-pnf-macro" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 44 - "logType": "access"
2025-03-31 08:40:52.106 [67ea5514990b7e5bff00c43943b4886a,ff00c43943b4886a] [qtp1225114731-22]  INFO [aai-resources,67ea5514990b7e5bff00c43943b4886a,ff00c43943b4886a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:52.118 [67ea5514990b7e5bff00c43943b4886a,ff00c43943b4886a] [qtp1225114731-22] DEBUG [aai-resources,67ea5514990b7e5bff00c43943b4886a,ff00c43943b4886a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"05bca837-9493-43d1-8621-8d207fb0f8ed","status":"200","rqstDate":"250331-08:40:52:106","respDate":"250331-08:40:52:118","sourceId":"haproxy:05bca837-9493-43d1-8621-8d207fb0f8ed","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:52:106-6499\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3d442838-f85d-4c9f-a1ce-b694cd5328a2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[05bca837-9493-43d1-8621-8d207fb0f8ed]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:40:54.125 [67ea5516192fc707c33c844996cef90b,c33c844996cef90b] [qtp1225114731-25]  INFO [aai-resources,67ea5516192fc707c33c844996cef90b,c33c844996cef90b] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:54.149 [67ea5516192fc707c33c844996cef90b,c33c844996cef90b] [qtp1225114731-25] DEBUG [aai-resources,67ea5516192fc707c33c844996cef90b,c33c844996cef90b] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"09ceb0ea-7b3a-4e55-b88b-956d39e9e8ea","status":"200","rqstDate":"250331-08:40:54:125","respDate":"250331-08:40:54:149","sourceId":"haproxy:09ceb0ea-7b3a-4e55-b88b-956d39e9e8ea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:40:54:125-89134\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6d99c55a-6065-4217-b450-2c8a0b58e761], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[09ceb0ea-7b3a-4e55-b88b-956d39e9e8ea]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:40:56.158 [67ea5518867532bed11325ca045b21a3,d11325ca045b21a3] [qtp1225114731-22]  INFO [aai-resources,67ea5518867532bed11325ca045b21a3,d11325ca045b21a3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:56.176 [67ea5518867532bed11325ca045b21a3,d11325ca045b21a3] [qtp1225114731-22] DEBUG [aai-resources,67ea5518867532bed11325ca045b21a3,d11325ca045b21a3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f7cf8b62-d8d2-4cc8-b7cb-cfb40d8c1ad7","status":"200","rqstDate":"250331-08:40:56:158","respDate":"250331-08:40:56:176","sourceId":"haproxy:f7cf8b62-d8d2-4cc8-b7cb-cfb40d8c1ad7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:56:158-80498\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[03716553-a55e-421c-9856-e561dc1c2dc7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f7cf8b62-d8d2-4cc8-b7cb-cfb40d8c1ad7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:40:58.187 [67ea551ad60487429136fb9f225681e1,9136fb9f225681e1] [qtp1225114731-25]  INFO [aai-resources,67ea551ad60487429136fb9f225681e1,9136fb9f225681e1] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:40:58.199 [67ea551ad60487429136fb9f225681e1,9136fb9f225681e1] [qtp1225114731-25] DEBUG [aai-resources,67ea551ad60487429136fb9f225681e1,9136fb9f225681e1] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8d74bc3f-110f-462a-a434-453e0801659f","status":"200","rqstDate":"250331-08:40:58:187","respDate":"250331-08:40:58:199","sourceId":"haproxy:8d74bc3f-110f-462a-a434-453e0801659f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:40:58:187-140\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae51d8bb-1e89-4804-ac6f-b0f555963ea7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8d74bc3f-110f-462a-a434-453e0801659f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:40:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:41:00.206 [67ea551c976ca6d4a20bf5ee485b4bce,a20bf5ee485b4bce] [qtp1225114731-22]  INFO [aai-resources,67ea551c976ca6d4a20bf5ee485b4bce,a20bf5ee485b4bce] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:00.218 [67ea551c976ca6d4a20bf5ee485b4bce,a20bf5ee485b4bce] [qtp1225114731-22] DEBUG [aai-resources,67ea551c976ca6d4a20bf5ee485b4bce,a20bf5ee485b4bce] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7eb6e5d7-e673-439a-aef8-82a2dbd6f05c","status":"200","rqstDate":"250331-08:41:00:206","respDate":"250331-08:41:00:218","sourceId":"haproxy:7eb6e5d7-e673-439a-aef8-82a2dbd6f05c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:00:206-28449\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[832703f4-5077-4642-b815-8e80ff72e3c3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7eb6e5d7-e673-439a-aef8-82a2dbd6f05c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:41:02.225 [67ea551ecea3bd4f91435a017954cd14,91435a017954cd14] [qtp1225114731-25]  INFO [aai-resources,67ea551ecea3bd4f91435a017954cd14,91435a017954cd14] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:02.245 [67ea551ecea3bd4f91435a017954cd14,91435a017954cd14] [qtp1225114731-25] DEBUG [aai-resources,67ea551ecea3bd4f91435a017954cd14,91435a017954cd14] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4dcf3ce1-7aba-4518-8560-5c45f65a34ea","status":"200","rqstDate":"250331-08:41:02:225","respDate":"250331-08:41:02:245","sourceId":"haproxy:4dcf3ce1-7aba-4518-8560-5c45f65a34ea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:41:02:225-83219\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5830ad77-fd28-4a4f-879f-ed01d3e36354], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4dcf3ce1-7aba-4518-8560-5c45f65a34ea]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:41:04.251 [67ea5520b18ab21535003dbb4fca1596,35003dbb4fca1596] [qtp1225114731-22]  INFO [aai-resources,67ea5520b18ab21535003dbb4fca1596,35003dbb4fca1596] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:04.266 [67ea5520b18ab21535003dbb4fca1596,35003dbb4fca1596] [qtp1225114731-22] DEBUG [aai-resources,67ea5520b18ab21535003dbb4fca1596,35003dbb4fca1596] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6be6a067-8390-42d6-ab77-3f5511888725","status":"200","rqstDate":"250331-08:41:04:251","respDate":"250331-08:41:04:266","sourceId":"haproxy:6be6a067-8390-42d6-ab77-3f5511888725","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:41:04:251-84326\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b2a4a5f9-4ef8-4116-822f-dc74536f73d7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6be6a067-8390-42d6-ab77-3f5511888725]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:41:06.273 [67ea5522989affc8d8210a0f8fa4f956,d8210a0f8fa4f956] [qtp1225114731-25]  INFO [aai-resources,67ea5522989affc8d8210a0f8fa4f956,d8210a0f8fa4f956] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:06.287 [67ea5522989affc8d8210a0f8fa4f956,d8210a0f8fa4f956] [qtp1225114731-25] DEBUG [aai-resources,67ea5522989affc8d8210a0f8fa4f956,d8210a0f8fa4f956] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d81e81b2-5994-4a9d-820d-21f5ec4a3401","status":"200","rqstDate":"250331-08:41:06:273","respDate":"250331-08:41:06:287","sourceId":"haproxy:d81e81b2-5994-4a9d-820d-21f5ec4a3401","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:06:273-32312\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99bf6a05-4403-4abf-ab6d-43a543558590], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d81e81b2-5994-4a9d-820d-21f5ec4a3401]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:41:08.293 [67ea55240e534abb045ac184a1c1f63c,045ac184a1c1f63c] [qtp1225114731-22]  INFO [aai-resources,67ea55240e534abb045ac184a1c1f63c,045ac184a1c1f63c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:08.304 [67ea55240e534abb045ac184a1c1f63c,045ac184a1c1f63c] [qtp1225114731-22] DEBUG [aai-resources,67ea55240e534abb045ac184a1c1f63c,045ac184a1c1f63c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"69d202a3-95ab-41eb-8a16-248fb134b5af","status":"200","rqstDate":"250331-08:41:08:293","respDate":"250331-08:41:08:304","sourceId":"haproxy:69d202a3-95ab-41eb-8a16-248fb134b5af","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:08:293-88022\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[06fd4a2e-bc30-45ad-8f5f-ba3efd606ba1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[69d202a3-95ab-41eb-8a16-248fb134b5af]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:41:10.310 [67ea55267df448bcaa787303b1bda722,aa787303b1bda722] [qtp1225114731-25]  INFO [aai-resources,67ea55267df448bcaa787303b1bda722,aa787303b1bda722] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:10.322 [67ea55267df448bcaa787303b1bda722,aa787303b1bda722] [qtp1225114731-25] DEBUG [aai-resources,67ea55267df448bcaa787303b1bda722,aa787303b1bda722] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58b1ff8a-43dd-4a05-b68f-4e2259709dee","status":"200","rqstDate":"250331-08:41:10:311","respDate":"250331-08:41:10:322","sourceId":"haproxy:58b1ff8a-43dd-4a05-b68f-4e2259709dee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:41:10:311-60350\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[72cff3f0-0e4a-40b5-ad42-4d8150d747ac], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[58b1ff8a-43dd-4a05-b68f-4e2259709dee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:41:12.328 [67ea5528543d473283c684145f899106,83c684145f899106] [qtp1225114731-22]  INFO [aai-resources,67ea5528543d473283c684145f899106,83c684145f899106] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:12.345 [67ea5528543d473283c684145f899106,83c684145f899106] [qtp1225114731-22] DEBUG [aai-resources,67ea5528543d473283c684145f899106,83c684145f899106] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1fc4eb0f-f019-4a70-a8d3-1bd04937c984","status":"200","rqstDate":"250331-08:41:12:328","respDate":"250331-08:41:12:345","sourceId":"haproxy:1fc4eb0f-f019-4a70-a8d3-1bd04937c984","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:41:12:328-99899\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d153eede-eaf9-4fe5-88a0-ab9363f20af4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1fc4eb0f-f019-4a70-a8d3-1bd04937c984]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:41:14.351 [67ea552aacbc1f4cba12f29e668e3b9f,ba12f29e668e3b9f] [qtp1225114731-25]  INFO [aai-resources,67ea552aacbc1f4cba12f29e668e3b9f,ba12f29e668e3b9f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:14.363 [67ea552aacbc1f4cba12f29e668e3b9f,ba12f29e668e3b9f] [qtp1225114731-25] DEBUG [aai-resources,67ea552aacbc1f4cba12f29e668e3b9f,ba12f29e668e3b9f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c816e172-e111-4d8c-a9a6-4619f54d1da9","status":"200","rqstDate":"250331-08:41:14:352","respDate":"250331-08:41:14:363","sourceId":"haproxy:c816e172-e111-4d8c-a9a6-4619f54d1da9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:41:14:352-94016\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a0b09c01-84b8-45d6-a16b-be7be25b31cb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c816e172-e111-4d8c-a9a6-4619f54d1da9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:41:16.369 [67ea552c71e3d35d151bd95a95934b3e,151bd95a95934b3e] [qtp1225114731-22]  INFO [aai-resources,67ea552c71e3d35d151bd95a95934b3e,151bd95a95934b3e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:16.382 [67ea552c71e3d35d151bd95a95934b3e,151bd95a95934b3e] [qtp1225114731-22] DEBUG [aai-resources,67ea552c71e3d35d151bd95a95934b3e,151bd95a95934b3e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"59e5e71f-1e06-4b25-b8c2-ba9ee4378363","status":"200","rqstDate":"250331-08:41:16:369","respDate":"250331-08:41:16:381","sourceId":"haproxy:59e5e71f-1e06-4b25-b8c2-ba9ee4378363","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:41:16:369-64707\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[097020d1-d0e2-43a7-8f06-90a59a3832c9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[59e5e71f-1e06-4b25-b8c2-ba9ee4378363]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:41:18.391 [67ea552e9fb5da212a9189e9a75928ee,2a9189e9a75928ee] [qtp1225114731-25]  INFO [aai-resources,67ea552e9fb5da212a9189e9a75928ee,2a9189e9a75928ee] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:18.406 [67ea552e9fb5da212a9189e9a75928ee,2a9189e9a75928ee] [qtp1225114731-25] DEBUG [aai-resources,67ea552e9fb5da212a9189e9a75928ee,2a9189e9a75928ee] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6074fe62-5e63-4e83-a5a5-1e2f6a03968a","status":"200","rqstDate":"250331-08:41:18:391","respDate":"250331-08:41:18:405","sourceId":"haproxy:6074fe62-5e63-4e83-a5a5-1e2f6a03968a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:18:391-43053\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99159168-0ab0-46ad-9d4b-9b1b8dbbd37f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6074fe62-5e63-4e83-a5a5-1e2f6a03968a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:41:20.412 [67ea5530e86e8e23d93019c533a8a292,d93019c533a8a292] [qtp1225114731-22]  INFO [aai-resources,67ea5530e86e8e23d93019c533a8a292,d93019c533a8a292] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:20.427 [67ea5530e86e8e23d93019c533a8a292,d93019c533a8a292] [qtp1225114731-22] DEBUG [aai-resources,67ea5530e86e8e23d93019c533a8a292,d93019c533a8a292] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f99406d0-4ab2-4c18-83c7-975453a1c9d9","status":"200","rqstDate":"250331-08:41:20:412","respDate":"250331-08:41:20:427","sourceId":"haproxy:f99406d0-4ab2-4c18-83c7-975453a1c9d9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:41:20:412-33039\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9e7ce834-3b82-4883-8358-873d57d0389f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f99406d0-4ab2-4c18-83c7-975453a1c9d9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:41:22.434 [67ea5532c4507b1cc1b219875f18b146,c1b219875f18b146] [qtp1225114731-25]  INFO [aai-resources,67ea5532c4507b1cc1b219875f18b146,c1b219875f18b146] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:22.449 [67ea5532c4507b1cc1b219875f18b146,c1b219875f18b146] [qtp1225114731-25] DEBUG [aai-resources,67ea5532c4507b1cc1b219875f18b146,c1b219875f18b146] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4149c004-fe14-448b-bb89-04fdf2a2accf","status":"200","rqstDate":"250331-08:41:22:434","respDate":"250331-08:41:22:449","sourceId":"haproxy:4149c004-fe14-448b-bb89-04fdf2a2accf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:41:22:434-82812\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b9eb6373-fc6d-4ee9-86e5-4168a9f661d8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4149c004-fe14-448b-bb89-04fdf2a2accf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:41:24.456 [67ea55343db92166ac5b73d45d8285fe,ac5b73d45d8285fe] [qtp1225114731-22]  INFO [aai-resources,67ea55343db92166ac5b73d45d8285fe,ac5b73d45d8285fe] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:24.469 [67ea55343db92166ac5b73d45d8285fe,ac5b73d45d8285fe] [qtp1225114731-22] DEBUG [aai-resources,67ea55343db92166ac5b73d45d8285fe,ac5b73d45d8285fe] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"67113ef3-093b-46b7-a313-44e55011a1c0","status":"200","rqstDate":"250331-08:41:24:456","respDate":"250331-08:41:24:469","sourceId":"haproxy:67113ef3-093b-46b7-a313-44e55011a1c0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:41:24:456-7816\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e074205f-9db6-4985-8a55-3c357e074902], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[67113ef3-093b-46b7-a313-44e55011a1c0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:41:26.475 [67ea5536cd1ba3e49f30ae308fa101e2,9f30ae308fa101e2] [qtp1225114731-25]  INFO [aai-resources,67ea5536cd1ba3e49f30ae308fa101e2,9f30ae308fa101e2] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:26.486 [67ea5536cd1ba3e49f30ae308fa101e2,9f30ae308fa101e2] [qtp1225114731-25] DEBUG [aai-resources,67ea5536cd1ba3e49f30ae308fa101e2,9f30ae308fa101e2] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c001e756-cce1-4500-b733-7f4426c20b4d","status":"200","rqstDate":"250331-08:41:26:475","respDate":"250331-08:41:26:485","sourceId":"haproxy:c001e756-cce1-4500-b733-7f4426c20b4d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:26:475-3689\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[557b4150-f74d-4813-bd1c-21d4b56f4fa4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c001e756-cce1-4500-b733-7f4426c20b4d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:41:28.495 [67ea5538e5c5f6f48a6249f1bbb5743f,8a6249f1bbb5743f] [qtp1225114731-22]  INFO [aai-resources,67ea5538e5c5f6f48a6249f1bbb5743f,8a6249f1bbb5743f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:28.508 [67ea5538e5c5f6f48a6249f1bbb5743f,8a6249f1bbb5743f] [qtp1225114731-22] DEBUG [aai-resources,67ea5538e5c5f6f48a6249f1bbb5743f,8a6249f1bbb5743f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5758b322-6a6d-4961-a38b-0d8e63a159a6","status":"200","rqstDate":"250331-08:41:28:495","respDate":"250331-08:41:28:508","sourceId":"haproxy:5758b322-6a6d-4961-a38b-0d8e63a159a6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:41:28:495-27371\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1cfa885a-d277-44e9-9b12-6d74be0a1c5f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5758b322-6a6d-4961-a38b-0d8e63a159a6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:41:30.514 [67ea553aa1cb8d531bfd580e5e288513,1bfd580e5e288513] [qtp1225114731-25]  INFO [aai-resources,67ea553aa1cb8d531bfd580e5e288513,1bfd580e5e288513] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:30.530 [67ea553aa1cb8d531bfd580e5e288513,1bfd580e5e288513] [qtp1225114731-25] DEBUG [aai-resources,67ea553aa1cb8d531bfd580e5e288513,1bfd580e5e288513] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ad2ed860-238e-4af8-9569-c6434d279762","status":"200","rqstDate":"250331-08:41:30:515","respDate":"250331-08:41:30:530","sourceId":"haproxy:ad2ed860-238e-4af8-9569-c6434d279762","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:30:515-74516\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c49d5ca6-d069-4518-ab70-4578aad975ab], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ad2ed860-238e-4af8-9569-c6434d279762]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:41:32.537 [67ea553c0f63f0dd50fc36ab755635de,50fc36ab755635de] [qtp1225114731-22]  INFO [aai-resources,67ea553c0f63f0dd50fc36ab755635de,50fc36ab755635de] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:32.547 [67ea553c0f63f0dd50fc36ab755635de,50fc36ab755635de] [qtp1225114731-22] DEBUG [aai-resources,67ea553c0f63f0dd50fc36ab755635de,50fc36ab755635de] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"48d0ebf2-b841-40c1-8e6c-a37f8588ea09","status":"200","rqstDate":"250331-08:41:32:537","respDate":"250331-08:41:32:547","sourceId":"haproxy:48d0ebf2-b841-40c1-8e6c-a37f8588ea09","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:32:537-67006\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9e66f7e2-c426-40be-a389-4ec9d7401f16], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[48d0ebf2-b841-40c1-8e6c-a37f8588ea09]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:41:34.554 [67ea553e555bdfa0a5b8905d22c6e0ea,a5b8905d22c6e0ea] [qtp1225114731-25]  INFO [aai-resources,67ea553e555bdfa0a5b8905d22c6e0ea,a5b8905d22c6e0ea] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:34.565 [67ea553e555bdfa0a5b8905d22c6e0ea,a5b8905d22c6e0ea] [qtp1225114731-25] DEBUG [aai-resources,67ea553e555bdfa0a5b8905d22c6e0ea,a5b8905d22c6e0ea] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"26f5f3e4-01c9-41c1-b7e1-24a5f5037355","status":"200","rqstDate":"250331-08:41:34:554","respDate":"250331-08:41:34:565","sourceId":"haproxy:26f5f3e4-01c9-41c1-b7e1-24a5f5037355","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:41:34:554-26525\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3c20115b-00bb-4d34-913d-8c3cd34729b5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[26f5f3e4-01c9-41c1-b7e1-24a5f5037355]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:41:36.572 [67ea5540896f87b19401d0cc668c8918,9401d0cc668c8918] [qtp1225114731-22]  INFO [aai-resources,67ea5540896f87b19401d0cc668c8918,9401d0cc668c8918] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:36.586 [67ea5540896f87b19401d0cc668c8918,9401d0cc668c8918] [qtp1225114731-22] DEBUG [aai-resources,67ea5540896f87b19401d0cc668c8918,9401d0cc668c8918] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5595f065-df10-4358-8447-6a743400b547","status":"200","rqstDate":"250331-08:41:36:572","respDate":"250331-08:41:36:585","sourceId":"haproxy:5595f065-df10-4358-8447-6a743400b547","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:41:36:572-8344\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[38681dba-270f-44c3-8aae-9a5555b2cea0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5595f065-df10-4358-8447-6a743400b547]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:41:38.594 [67ea5542365e21c9b68af74affedd856,b68af74affedd856] [qtp1225114731-25]  INFO [aai-resources,67ea5542365e21c9b68af74affedd856,b68af74affedd856] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:38.606 [67ea5542365e21c9b68af74affedd856,b68af74affedd856] [qtp1225114731-25] DEBUG [aai-resources,67ea5542365e21c9b68af74affedd856,b68af74affedd856] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a6ae1f1-5a98-40e1-812a-de03d0a8e2e6","status":"200","rqstDate":"250331-08:41:38:594","respDate":"250331-08:41:38:606","sourceId":"haproxy:4a6ae1f1-5a98-40e1-812a-de03d0a8e2e6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:41:38:594-4768\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a473d44f-63b2-494f-9a07-781edde29473], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4a6ae1f1-5a98-40e1-812a-de03d0a8e2e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:41:40.613 [67ea55441752fdcb1adf809d9cdc47f7,1adf809d9cdc47f7] [qtp1225114731-22]  INFO [aai-resources,67ea55441752fdcb1adf809d9cdc47f7,1adf809d9cdc47f7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:40.622 [67ea55441752fdcb1adf809d9cdc47f7,1adf809d9cdc47f7] [qtp1225114731-22] DEBUG [aai-resources,67ea55441752fdcb1adf809d9cdc47f7,1adf809d9cdc47f7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ab6b6802-3f13-4764-86dc-8a736601ff72","status":"200","rqstDate":"250331-08:41:40:613","respDate":"250331-08:41:40:622","sourceId":"haproxy:ab6b6802-3f13-4764-86dc-8a736601ff72","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:41:40:613-92082\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[30393372-3ee0-4dc7-81bd-2d4589038d86], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ab6b6802-3f13-4764-86dc-8a736601ff72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:41:42.629 [67ea5546d2c2ce9aa9dcc60da3e24edf,a9dcc60da3e24edf] [qtp1225114731-25]  INFO [aai-resources,67ea5546d2c2ce9aa9dcc60da3e24edf,a9dcc60da3e24edf] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:42.643 [67ea5546d2c2ce9aa9dcc60da3e24edf,a9dcc60da3e24edf] [qtp1225114731-25] DEBUG [aai-resources,67ea5546d2c2ce9aa9dcc60da3e24edf,a9dcc60da3e24edf] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f9b7dff-5628-4be2-9639-4b47d667881a","status":"200","rqstDate":"250331-08:41:42:629","respDate":"250331-08:41:42:643","sourceId":"haproxy:9f9b7dff-5628-4be2-9639-4b47d667881a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:42:629-15140\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e1b0d529-9bd0-4d75-942e-61a78411d565], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9f9b7dff-5628-4be2-9639-4b47d667881a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:41:44.650 [67ea55486d63fbbbc4409efa3cdbbef2,c4409efa3cdbbef2] [qtp1225114731-22]  INFO [aai-resources,67ea55486d63fbbbc4409efa3cdbbef2,c4409efa3cdbbef2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:44.661 [67ea55486d63fbbbc4409efa3cdbbef2,c4409efa3cdbbef2] [qtp1225114731-22] DEBUG [aai-resources,67ea55486d63fbbbc4409efa3cdbbef2,c4409efa3cdbbef2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7d05b827-f1d1-4153-949b-8a0480e7ed05","status":"200","rqstDate":"250331-08:41:44:650","respDate":"250331-08:41:44:661","sourceId":"haproxy:7d05b827-f1d1-4153-949b-8a0480e7ed05","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:41:44:650-82789\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[745877c2-513f-4f95-8d1b-856ea5f3a49c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7d05b827-f1d1-4153-949b-8a0480e7ed05]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:41:46.668 [67ea554a6b651187b8b5828a635f4380,b8b5828a635f4380] [qtp1225114731-25]  INFO [aai-resources,67ea554a6b651187b8b5828a635f4380,b8b5828a635f4380] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:46.686 [67ea554a6b651187b8b5828a635f4380,b8b5828a635f4380] [qtp1225114731-25] DEBUG [aai-resources,67ea554a6b651187b8b5828a635f4380,b8b5828a635f4380] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"21cc6192-7717-4b33-b2c1-a99fa4f808e2","status":"200","rqstDate":"250331-08:41:46:668","respDate":"250331-08:41:46:685","sourceId":"haproxy:21cc6192-7717-4b33-b2c1-a99fa4f808e2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:41:46:668-47623\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[80c9ff6c-e431-437f-83c6-5be0d2e3f224], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[21cc6192-7717-4b33-b2c1-a99fa4f808e2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:41:48.692 [67ea554c0342dbc5775ef147655d3f23,775ef147655d3f23] [qtp1225114731-22]  INFO [aai-resources,67ea554c0342dbc5775ef147655d3f23,775ef147655d3f23] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:48.704 [67ea554c0342dbc5775ef147655d3f23,775ef147655d3f23] [qtp1225114731-22] DEBUG [aai-resources,67ea554c0342dbc5775ef147655d3f23,775ef147655d3f23] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0551d84f-0e91-48ea-a115-3f9c630021d7","status":"200","rqstDate":"250331-08:41:48:692","respDate":"250331-08:41:48:704","sourceId":"haproxy:0551d84f-0e91-48ea-a115-3f9c630021d7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:41:48:692-11193\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8ef970ad-5a80-480d-9f65-335856f7c6c1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0551d84f-0e91-48ea-a115-3f9c630021d7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:41:50.711 [67ea554ed2432415af715afbb0d30f5c,af715afbb0d30f5c] [qtp1225114731-25]  INFO [aai-resources,67ea554ed2432415af715afbb0d30f5c,af715afbb0d30f5c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:50.724 [67ea554ed2432415af715afbb0d30f5c,af715afbb0d30f5c] [qtp1225114731-25] DEBUG [aai-resources,67ea554ed2432415af715afbb0d30f5c,af715afbb0d30f5c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2f52974d-8e23-4adb-bc08-4879a518e0b6","status":"200","rqstDate":"250331-08:41:50:711","respDate":"250331-08:41:50:724","sourceId":"haproxy:2f52974d-8e23-4adb-bc08-4879a518e0b6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:50:711-13703\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[83b140ba-dea2-4bb4-8930-9d42a8c58ade], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2f52974d-8e23-4adb-bc08-4879a518e0b6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:41:52.731 [67ea5550394863969b938675a86d1f3b,9b938675a86d1f3b] [qtp1225114731-22]  INFO [aai-resources,67ea5550394863969b938675a86d1f3b,9b938675a86d1f3b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:52.745 [67ea5550394863969b938675a86d1f3b,9b938675a86d1f3b] [qtp1225114731-22] DEBUG [aai-resources,67ea5550394863969b938675a86d1f3b,9b938675a86d1f3b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"99916cb8-0745-47a1-8045-4f5069fcf512","status":"200","rqstDate":"250331-08:41:52:731","respDate":"250331-08:41:52:745","sourceId":"haproxy:99916cb8-0745-47a1-8045-4f5069fcf512","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:41:52:731-21345\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aaf5ce35-6995-4d14-899b-fc2abccf0ae4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[99916cb8-0745-47a1-8045-4f5069fcf512]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:41:54.752 [67ea5552470f66f86546b46a3bbb84ee,6546b46a3bbb84ee] [qtp1225114731-25]  INFO [aai-resources,67ea5552470f66f86546b46a3bbb84ee,6546b46a3bbb84ee] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:54.765 [67ea5552470f66f86546b46a3bbb84ee,6546b46a3bbb84ee] [qtp1225114731-25] DEBUG [aai-resources,67ea5552470f66f86546b46a3bbb84ee,6546b46a3bbb84ee] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c79b385f-555a-4605-936e-91bf54cae217","status":"200","rqstDate":"250331-08:41:54:753","respDate":"250331-08:41:54:765","sourceId":"haproxy:c79b385f-555a-4605-936e-91bf54cae217","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:54:753-54294\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4f80ead2-d5f9-469f-ba83-79cab34a9126], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c79b385f-555a-4605-936e-91bf54cae217]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:41:56.772 [67ea5554a0ccaa34d2dabe17b2abf2a1,d2dabe17b2abf2a1] [qtp1225114731-22]  INFO [aai-resources,67ea5554a0ccaa34d2dabe17b2abf2a1,d2dabe17b2abf2a1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:56.783 [67ea5554a0ccaa34d2dabe17b2abf2a1,d2dabe17b2abf2a1] [qtp1225114731-22] DEBUG [aai-resources,67ea5554a0ccaa34d2dabe17b2abf2a1,d2dabe17b2abf2a1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e26cad31-93e8-461e-8f84-982c28a10dec","status":"200","rqstDate":"250331-08:41:56:772","respDate":"250331-08:41:56:783","sourceId":"haproxy:e26cad31-93e8-461e-8f84-982c28a10dec","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:56:772-50677\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[55ad0c50-6162-40eb-9106-53198f1add10], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e26cad31-93e8-461e-8f84-982c28a10dec]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:41:58.764 [67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] [qtp1225114731-25]  INFO [aai-resources,67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:58.769 [67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] [pool-554-thread-1]  INFO [aai-resources,67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] 1 --- [ol-554-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:41:58.769 [67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] [pool-554-thread-1]  INFO [aai-resources,67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] 1 --- [ol-554-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:41:58.769 [67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] [pool-554-thread-1]  INFO [aai-resources,67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] 1 --- [ol-554-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:41:58.769 [67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] [pool-554-thread-1]  INFO [aai-resources,67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] 1 --- [ol-554-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:41:58.775 [67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] [pool-554-thread-1]  INFO [aai-resources,67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] 1 --- [ol-554-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:41:58.776 [67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] [pool-554-thread-1]  INFO [aai-resources,67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] 1 --- [ol-554-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:41:58.776 [67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] [qtp1225114731-25] DEBUG [aai-resources,67ea5556595665064b3b80d07b79a5ba,4b3b80d07b79a5ba] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eb0ab2d0-31bc-4ba6-8636-6b8502561331","status":"404","rqstDate":"250331-08:41:58:764","respDate":"250331-08:41:58:776","sourceId":"prh:eb0ab2d0-31bc-4ba6-8636-6b8502561331","resourceId":"http://aai-internal.onap.svc.cluster.local:57459/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:58:764-61663\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[140c9aae-a1bc-4789-b2aa-f7870e0450c0], Accept=[application/json], x-invocationid=[f850fdf6-bd3c-4655-b9d9-f78eca02db64], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:57459], x-requestid=[eb0ab2d0-31bc-4ba6-8636-6b8502561331], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[eb0ab2d0-31bc-4ba6-8636-6b8502561331]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:58 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:41:58.788 [67ea55561eee22876c20f169e6be8d9d,6c20f169e6be8d9d] [qtp1225114731-22]  INFO [aai-resources,67ea55561eee22876c20f169e6be8d9d,6c20f169e6be8d9d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:41:58.798 [67ea55561eee22876c20f169e6be8d9d,6c20f169e6be8d9d] [qtp1225114731-22] DEBUG [aai-resources,67ea55561eee22876c20f169e6be8d9d,6c20f169e6be8d9d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"75e6714b-e2a7-4832-93dd-a7f0d552bed3","status":"200","rqstDate":"250331-08:41:58:788","respDate":"250331-08:41:58:797","sourceId":"haproxy:75e6714b-e2a7-4832-93dd-a7f0d552bed3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:41:58:788-64110\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d9019700-5704-9477-b076-05e6f45be4e4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[75e6714b-e2a7-4832-93dd-a7f0d552bed3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:41:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:42:00.802 [67ea5558b2b713be83f6bc1d727b70a7,83f6bc1d727b70a7] [qtp1225114731-25]  INFO [aai-resources,67ea5558b2b713be83f6bc1d727b70a7,83f6bc1d727b70a7] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:00.823 [67ea5558b2b713be83f6bc1d727b70a7,83f6bc1d727b70a7] [qtp1225114731-25] DEBUG [aai-resources,67ea5558b2b713be83f6bc1d727b70a7,83f6bc1d727b70a7] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8192c0a0-dfad-4bb5-879e-b23515e063e3","status":"200","rqstDate":"250331-08:42:00:802","respDate":"250331-08:42:00:823","sourceId":"haproxy:8192c0a0-dfad-4bb5-879e-b23515e063e3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:00:802-71758\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[947b8509-d751-4600-b823-024e9ea55b3c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8192c0a0-dfad-4bb5-879e-b23515e063e3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:42:02.830 [67ea555a978d9e2180770f0338305cf5,80770f0338305cf5] [qtp1225114731-22]  INFO [aai-resources,67ea555a978d9e2180770f0338305cf5,80770f0338305cf5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:02.842 [67ea555a978d9e2180770f0338305cf5,80770f0338305cf5] [qtp1225114731-22] DEBUG [aai-resources,67ea555a978d9e2180770f0338305cf5,80770f0338305cf5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2599956b-9647-4eb9-b9e6-6133277f6d3b","status":"200","rqstDate":"250331-08:42:02:830","respDate":"250331-08:42:02:842","sourceId":"haproxy:2599956b-9647-4eb9-b9e6-6133277f6d3b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:02:830-71969\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cb0d05d3-cfe1-4204-abb0-6f896701df8d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2599956b-9647-4eb9-b9e6-6133277f6d3b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:42:04.850 [67ea555c59189b935fcad6b575d69a70,5fcad6b575d69a70] [qtp1225114731-25]  INFO [aai-resources,67ea555c59189b935fcad6b575d69a70,5fcad6b575d69a70] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:04.862 [67ea555c59189b935fcad6b575d69a70,5fcad6b575d69a70] [qtp1225114731-25] DEBUG [aai-resources,67ea555c59189b935fcad6b575d69a70,5fcad6b575d69a70] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a560432b-01e2-4ffc-bca2-4d6794181cb3","status":"200","rqstDate":"250331-08:42:04:850","respDate":"250331-08:42:04:862","sourceId":"haproxy:a560432b-01e2-4ffc-bca2-4d6794181cb3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:04:850-11745\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3b7c426f-0d9a-4877-a490-fe4dfb532afe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a560432b-01e2-4ffc-bca2-4d6794181cb3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:42:04.989 [67ea555c86be2260049bce46761f9b05,049bce46761f9b05] [qtp1225114731-22]  INFO [aai-resources,67ea555c86be2260049bce46761f9b05,049bce46761f9b05] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:04.994 [67ea555c86be2260049bce46761f9b05,049bce46761f9b05] [pool-555-thread-1]  INFO [aai-resources,67ea555c86be2260049bce46761f9b05,049bce46761f9b05] 1 --- [ol-555-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:04.994 [67ea555c86be2260049bce46761f9b05,049bce46761f9b05] [pool-555-thread-1]  INFO [aai-resources,67ea555c86be2260049bce46761f9b05,049bce46761f9b05] 1 --- [ol-555-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:04.994 [67ea555c86be2260049bce46761f9b05,049bce46761f9b05] [pool-555-thread-1]  INFO [aai-resources,67ea555c86be2260049bce46761f9b05,049bce46761f9b05] 1 --- [ol-555-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:04.994 [67ea555c86be2260049bce46761f9b05,049bce46761f9b05] [pool-555-thread-1]  INFO [aai-resources,67ea555c86be2260049bce46761f9b05,049bce46761f9b05] 1 --- [ol-555-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.013 [67ea555c86be2260049bce46761f9b05,049bce46761f9b05] [pool-555-thread-1]  INFO [aai-resources,67ea555c86be2260049bce46761f9b05,049bce46761f9b05] 1 --- [ol-555-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type cloud-region found at: cloud-infrastructure/cloud-regions ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:05.013 [67ea555c86be2260049bce46761f9b05,049bce46761f9b05] [pool-555-thread-1]  INFO [aai-resources,67ea555c86be2260049bce46761f9b05,049bce46761f9b05] 1 --- [ol-555-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.014 [67ea555c86be2260049bce46761f9b05,049bce46761f9b05] [qtp1225114731-22] DEBUG [aai-resources,67ea555c86be2260049bce46761f9b05,049bce46761f9b05] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:42:04:990","respDate":"250331-08:42:05:014","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basiccnf-cloud-owner&cloud-region-id=k8sregion-cnf-macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:04:990-12532\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[0df35cad-529f-4661-a89d-7c257aeab224], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basiccnf-cloud-owner&cloud-region-id=k8sregion-cnf-macro" 404 288 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:42:05.048 [67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] [qtp1225114731-25]  INFO [aai-resources,67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.056 [67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] [qtp1225114731-25]  INFO [aai-resources,67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.057 [67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] [qtp1225114731-25]  INFO [aai-resources,67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.057 [67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] [qtp1225114731-25]  INFO [aai-resources,67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.057 [67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] [qtp1225114731-25]  INFO [aai-resources,67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.071 [67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] [qtp1225114731-25]  INFO [aai-resources,67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.092 [67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] [qtp1225114731-25] DEBUG [aai-resources,67ea555d96b80a95ae51c5db3ac16707,ae51c5db3ac16707] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:42:05:049","respDate":"250331-08:42:05:091","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:05:049-32289\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[bd64b022-1183-433b-9a96-dae21876394c], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[433], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"cloud-owner\\\": \\\"basiccnf-cloud-owner\\\",\\n    \\\"cloud-region-id\\\": \\\"k8sregion-cnf-macro\\\",\\n    \\\"orchestration-disabled\\\": \\\"False\\\",\\n    \\\"in-maint\\\": \\\"False\\\",\\n    \\\"cloud-type\\\": \\\"k8s\\\",\\n    \\\"owner-defined-type\\\": \\\"t1\\\",\\n    \\\"cloud-region-version\\\": \\\"1.0\\\",\\n    \\\"identity-url\\\": \\\"\\\",\\n    \\\"cloud-zone\\\": \\\"\\\",\\n    \\\"complex-name\\\": \\\"lannion\\\",\\n    \\\"sriov-automation\\\": \\\"\\\",\\n    \\\"cloud-extra-info\\\": \\\"\\\",\\n    \\\"upgrade-cycle\\\": \\\"\\\",\\n    \\\"resource-version\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:05:049-32289\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[213208], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:42:05:049-32289]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 47 - "logType": "access"
2025-03-31 08:42:05.126 [67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] [qtp1225114731-22]  INFO [aai-resources,67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.130 [67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] [pool-556-thread-1]  INFO [aai-resources,67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] 1 --- [ol-556-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.130 [67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] [pool-556-thread-1]  INFO [aai-resources,67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] 1 --- [ol-556-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.130 [67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] [pool-556-thread-1]  INFO [aai-resources,67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] 1 --- [ol-556-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.130 [67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] [pool-556-thread-1]  INFO [aai-resources,67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] 1 --- [ol-556-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.157 [67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] [pool-556-thread-1]  INFO [aai-resources,67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] 1 --- [ol-556-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.157 [67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] [qtp1225114731-22] DEBUG [aai-resources,67ea555d5f94b13e2d8b0cc940802c9c,2d8b0cc940802c9c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:05:126","respDate":"250331-08:42:05:157","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basiccnf-cloud-owner&cloud-region-id=k8sregion-cnf-macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:05:126-11116\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cdfc2148-fa99-4197-8f94-4629500105ef], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basiccnf-cloud-owner&cloud-region-id=k8sregion-cnf-macro" 200 376 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 34 - "logType": "access"
2025-03-31 08:42:05.206 [67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] [qtp1225114731-25]  INFO [aai-resources,67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.214 [67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] [qtp1225114731-25]  INFO [aai-resources,67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.214 [67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] [qtp1225114731-25]  INFO [aai-resources,67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.214 [67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] [qtp1225114731-25]  INFO [aai-resources,67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.214 [67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] [qtp1225114731-25]  INFO [aai-resources,67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.237 [67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] [qtp1225114731-25]  INFO [aai-resources,67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.252 [67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] [qtp1225114731-25] DEBUG [aai-resources,67ea555d105ca22f346db5ee19ba792d,346db5ee19ba792d] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:42:05:206","respDate":"250331-08:42:05:252","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/esr-system-info-list/esr-system-info/86875d13-5c29-4adc-98eb-e2f4febad3ee","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:05:206-52291\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[906f58f3-d1e7-4884-ade9-1bf0e8756481], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[346], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"esr-system-info-id\\\": \\\"86875d13-5c29-4adc-98eb-e2f4febad3ee\\\",\\n    \\\"user-name\\\": \\\"dummy\\\",\\n    \\\"password\\\": \\\"dummy123\\\",\\n    \\\"system-type\\\": \\\"VIM\\\"\\n        , \\\"service-url\\\": \\\"http://10.12.25.2:5000/v3\\\"\\n        , \\\"ssl-insecure\\\": false\\n        , \\\"cloud-domain\\\": \\\"Default\\\"\\n        , \\\"default-tenant\\\": \\\"dummy_test\\\"\\n        , \\\"system-status\\\": \\\"active\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:05:206-52291\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[262304], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:42:05:206-52291]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/esr-system-info-list/esr-system-info/86875d13-5c29-4adc-98eb-e2f4febad3ee" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 49 - "logType": "access"
2025-03-31 08:42:05.280 [67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] [qtp1225114731-22]  INFO [aai-resources,67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.284 [67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] [pool-557-thread-1]  INFO [aai-resources,67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] 1 --- [ol-557-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.284 [67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] [pool-557-thread-1]  INFO [aai-resources,67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] 1 --- [ol-557-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.284 [67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] [pool-557-thread-1]  INFO [aai-resources,67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] 1 --- [ol-557-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.284 [67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] [pool-557-thread-1]  INFO [aai-resources,67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] 1 --- [ol-557-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.289 [67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] [pool-557-thread-1]  INFO [aai-resources,67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] 1 --- [ol-557-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:05.290 [67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] [pool-557-thread-1]  INFO [aai-resources,67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] 1 --- [ol-557-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.290 [67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] [qtp1225114731-22] DEBUG [aai-resources,67ea555d577e8e3f1ce2968e7000574b,1ce2968e7000574b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:42:05:280","respDate":"250331-08:42:05:290","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:05:280-24147\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[0f3d17e7-22b8-48f1-8232-146cde5dc79f], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456" 404 434 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:42:05.321 [67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] [qtp1225114731-25]  INFO [aai-resources,67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.329 [67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] [qtp1225114731-25]  INFO [aai-resources,67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.329 [67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] [qtp1225114731-25]  INFO [aai-resources,67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.329 [67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] [qtp1225114731-25]  INFO [aai-resources,67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.329 [67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] [qtp1225114731-25]  INFO [aai-resources,67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.349 [67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] [qtp1225114731-25]  INFO [aai-resources,67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.365 [67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] [qtp1225114731-25] DEBUG [aai-resources,67ea555d4b7e560476ba42f76b121ce7,76ba42f76b121ce7] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:42:05:321","respDate":"250331-08:42:05:365","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:05:321-20304\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f1f3369d-3fb5-4268-98a2-725a0a5d78f2], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[92], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"tenant-id\\\": \\\"123456\\\",\\n    \\\"tenant-name\\\": \\\"dummy_test\\\",\\n    \\\"tenant-context\\\": \\\"None\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:05:321-20304\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[217264], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:42:05:321-20304]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 46 - "logType": "access"
2025-03-31 08:42:05.395 [67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] [qtp1225114731-22]  INFO [aai-resources,67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.400 [67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] [pool-558-thread-1]  INFO [aai-resources,67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] 1 --- [ol-558-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.400 [67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] [pool-558-thread-1]  INFO [aai-resources,67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] 1 --- [ol-558-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.400 [67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] [pool-558-thread-1]  INFO [aai-resources,67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] 1 --- [ol-558-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.400 [67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] [pool-558-thread-1]  INFO [aai-resources,67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] 1 --- [ol-558-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.405 [67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] [pool-558-thread-1]  INFO [aai-resources,67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] 1 --- [ol-558-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/availability-zones/availability-zone/basiccnf-availability-zone ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:05.405 [67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] [pool-558-thread-1]  INFO [aai-resources,67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] 1 --- [ol-558-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.406 [67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] [qtp1225114731-22] DEBUG [aai-resources,67ea555da0becef07f8d8dc75e52dd7b,7f8d8dc75e52dd7b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:42:05:396","respDate":"250331-08:42:05:406","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/availability-zones/availability-zone/basiccnf-availability-zone","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:05:396-65535\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d40f7a52-c902-4d25-9b4b-8ebeaced0ee2], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/availability-zones/availability-zone/basiccnf-availability-zone" 404 529 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:42:05.438 [67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] [qtp1225114731-25]  INFO [aai-resources,67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.445 [67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] [qtp1225114731-25]  INFO [aai-resources,67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.445 [67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] [qtp1225114731-25]  INFO [aai-resources,67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.445 [67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] [qtp1225114731-25]  INFO [aai-resources,67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.445 [67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] [qtp1225114731-25]  INFO [aai-resources,67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.461 [67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] [qtp1225114731-25]  INFO [aai-resources,67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.474 [67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] [qtp1225114731-25] DEBUG [aai-resources,67ea555d3b23576c4a898ef44e68b34b,4a898ef44e68b34b] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:42:05:438","respDate":"250331-08:42:05:474","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/availability-zones/availability-zone/basiccnf-availability-zone","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:05:438-94919\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a8d78ed0-f990-4e95-96f2-c74e1e937c53], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[93], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"availability-zone-name\\\": \\\"basiccnf-availability-zone\\\",\\n    \\\"hypervisor-type\\\": \\\"nova\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:05:438-94919\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[209104], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:42:05:438-94919]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/availability-zones/availability-zone/basiccnf-availability-zone" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 38 - "logType": "access"
2025-03-31 08:42:05.505 [67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] [qtp1225114731-22]  INFO [aai-resources,67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.510 [67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] [qtp1225114731-22]  INFO [aai-resources,67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.510 [67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] [qtp1225114731-22]  INFO [aai-resources,67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.510 [67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] [qtp1225114731-22]  INFO [aai-resources,67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.510 [67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] [qtp1225114731-22]  INFO [aai-resources,67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.520 [67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] [qtp1225114731-22]  WARN [aai-resources,67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] 1 --- [tp1225114731-22] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6130 root cause=org.onap.aai.exceptions.AAIException: resource-version not passed for update of /cloud-infrastructure/complexes/complex/lannion ClassName- org.onap.aai.serialization.db.DBSerializer :LineNumber- 2244 :MethodName- verifyResourceVersion ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 278 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 247 :MethodName- handleWrites ClassName- org.onap.aai.rest.ResourcesController :LineNumber- 61 :MethodName- update ClassName- jdk.internal.reflect.GeneratedMethodAccessor30 :LineNumber- -1 :MethodName- invoke ClassName- jdk.internal.reflect.DelegatingMethodAccessorImpl :LineNumber- -1 :MethodName- invoke ClassName- java.lang.reflect.Method :LineNumber- -1 :MethodName- invoke ClassName- org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory :LineNumber- 52 :MethodName- lambda$static$0 ClassName- org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1 :LineNumber- 124 :MethodName- run
2025-03-31 08:42:05.520 [67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] [qtp1225114731-22]  INFO [aai-resources,67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.521 [67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] [qtp1225114731-22] DEBUG [aai-resources,67ea555d367c05c70d5ebf4a5d00ef6f,0d5ebf4a5d00ef6f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"412","rqstDate":"250331-08:42:05:505","respDate":"250331-08:42:05:520","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/complexes/complex/lannion","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:05:505-33493\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[8abf0006-1010-461d-8459-bf83e806e762], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[498], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"physical-location-id\\\": \\\"lannion\\\",\\n    \\\"data-center-code\\\": \\\"1234-5\\\",\\n    \\\"complex-name\\\": \\\"lannion\\\",\\n    \\\"identity-url\\\": \\\"\\\",\\n    \\\"resource-version\\\": \\\"\\\",\\n    \\\"physical-location-type\\\": \\\"\\\",\\n    \\\"street1\\\": \\\"\\\",\\n    \\\"street2\\\": \\\"\\\",\\n    \\\"city\\\": \\\"\\\",\\n    \\\"state\\\": \\\"\\\",\\n    \\\"postal-code\\\": \\\"\\\",\\n    \\\"country\\\": \\\"\\\",\\n    \\\"region\\\": \\\"\\\",\\n    \\\"latitude\\\": \\\"\\\",\\n    \\\"longitude\\\": \\\"\\\",\\n    \\\"elevation\\\": \\\"\\\",\\n    \\\"lata\\\": \\\"\\\",\\n    \\\"time-zone\\\": \\\"\\\",\\n    \\\"data-owner\\\": \\\"\\\",\\n    \\\"data-source\\\": \\\"\\\",\\n    \\\"data-source-version\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:42:05:505-33493\",\"Content-Type\":null,\"Response-Code\":412,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:42:05:505-33493]}\",\"Entity\":\"{\\\"requestError\\\":{\\\"serviceException\\\":{\\\"messageId\\\":\\\"SVC3000\\\",\\\"text\\\":\\\"Invalid input performing %1 on %2 (msg=%3) (ec=%4)\\\",\\\"variables\\\":[\\\"PUT\\\",\\\"cloud-infrastructure/complexes/complex/lannion\\\",\\\"Precondition Required:resource-version not passed for update of /cloud-infrastructure/complexes/complex/lannion\\\",\\\"ERR.5.4.6130\\\"]}}}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "PUT /aai/v27/cloud-infrastructure/complexes/complex/lannion" 412 319 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:42:05.556 [67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] [qtp1225114731-25]  INFO [aai-resources,67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.560 [67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] [pool-559-thread-1]  INFO [aai-resources,67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] 1 --- [ol-559-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.560 [67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] [pool-559-thread-1]  INFO [aai-resources,67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] 1 --- [ol-559-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.560 [67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] [pool-559-thread-1]  INFO [aai-resources,67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] 1 --- [ol-559-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.560 [67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] [pool-559-thread-1]  INFO [aai-resources,67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] 1 --- [ol-559-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.584 [67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] [pool-559-thread-1]  INFO [aai-resources,67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] 1 --- [ol-559-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.585 [67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] [qtp1225114731-25] DEBUG [aai-resources,67ea555d9cda23e5e67dcbde385cafb6,e67dcbde385cafb6] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:05:556","respDate":"250331-08:42:05:585","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basiccnf-cloud-owner&cloud-region-id=k8sregion-cnf-macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:05:556-38396\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ddbcd17e-79aa-49f1-9c51-9efa60d84899], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basiccnf-cloud-owner&cloud-region-id=k8sregion-cnf-macro" 200 376 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:42:05.616 [67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] [qtp1225114731-22]  INFO [aai-resources,67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.621 [67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] [qtp1225114731-22]  INFO [aai-resources,67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.621 [67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] [qtp1225114731-22]  INFO [aai-resources,67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.621 [67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] [qtp1225114731-22]  INFO [aai-resources,67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.622 [67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] [qtp1225114731-22]  INFO [aai-resources,67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.637 [67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] [qtp1225114731-22]  INFO [aai-resources,67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.715 [67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] [qtp1225114731-22] DEBUG [aai-resources,67ea555d8c46dc5d6aee2138ed96d83b,6aee2138ed96d83b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:05:616","respDate":"250331-08:42:05:715","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:05:616-84650\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[137079a0-2cf4-4edf-afc7-b467f7e6b333], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[348], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"related-to\\\": \\\"complex\\\",\\n    \\\"related-link\\\": \\\"https://aai-api-oom-sm-master.tnaplab.telekom.de/aai/v27/cloud-infrastructure/complexes/complex/lannion\\\",\\n        \\\"relationship-label\\\": \\\"org.onap.relationships.inventory.LocatedIn\\\",\\n    \\\"relationship-data\\\": [{\\\"relationship-key\\\": \\\"complex.physical-location-id\\\", \\\"relationship-value\\\": \\\"lannion\\\"}]\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:42:05:616-84650\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:42:05:616-84650]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/relationship-list/relationship" 200 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 101 - "logType": "access"
2025-03-31 08:42:05.749 [67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] [qtp1225114731-25]  INFO [aai-resources,67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.760 [67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] [qtp1225114731-25]  INFO [aai-resources,67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.761 [67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] [qtp1225114731-25]  INFO [aai-resources,67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.761 [67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] [qtp1225114731-25]  INFO [aai-resources,67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.761 [67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] [qtp1225114731-25]  INFO [aai-resources,67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.785 [67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] [qtp1225114731-25]  INFO [aai-resources,67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.796 [67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] [qtp1225114731-25] DEBUG [aai-resources,67ea555ddedafd3d393de2bb8a66ba16,393de2bb8a66ba16] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:42:05:749","respDate":"250331-08:42:05:796","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basiccnf-macro-customer","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:05:749-7523\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e959dce9-df00-41d2-b11d-21a6c3639b62], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[137], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"global-customer-id\\\": \\\"basiccnf-macro-customer\\\",\\n    \\\"subscriber-name\\\": \\\"basiccnf-macro-customer\\\",\\n    \\\"subscriber-type\\\": \\\"INFRA\\\"\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:42:05:749-7523\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[237736], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:42:05:749-7523]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "PUT /aai/v27/business/customers/customer/basiccnf-macro-customer" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 50 - "logType": "access"
2025-03-31 08:42:05.825 [67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] [qtp1225114731-22]  INFO [aai-resources,67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.830 [67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] [pool-560-thread-1]  INFO [aai-resources,67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] 1 --- [ol-560-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.830 [67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] [pool-560-thread-1]  INFO [aai-resources,67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] 1 --- [ol-560-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.830 [67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] [pool-560-thread-1]  INFO [aai-resources,67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] 1 --- [ol-560-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.830 [67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] [pool-560-thread-1]  INFO [aai-resources,67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] 1 --- [ol-560-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.845 [67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] [pool-560-thread-1]  INFO [aai-resources,67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] 1 --- [ol-560-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.845 [67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] [qtp1225114731-22] DEBUG [aai-resources,67ea555def8552c2c563455ec469ddbc,c563455ec469ddbc] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:05:826","respDate":"250331-08:42:05:845","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basiccnf-macro-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:05:826-80623\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[865f8489-f73f-46db-bcd1-935550900b86], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "GET /aai/v27/business/customers/customer/basiccnf-macro-customer" 200 153 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:42:05.876 [67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] [qtp1225114731-25]  INFO [aai-resources,67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.880 [67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] [pool-561-thread-1]  INFO [aai-resources,67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] 1 --- [ol-561-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.880 [67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] [pool-561-thread-1]  INFO [aai-resources,67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] 1 --- [ol-561-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.880 [67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] [pool-561-thread-1]  INFO [aai-resources,67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] 1 --- [ol-561-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.880 [67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] [pool-561-thread-1]  INFO [aai-resources,67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] 1 --- [ol-561-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.896 [67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] [pool-561-thread-1]  INFO [aai-resources,67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] 1 --- [ol-561-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.896 [67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] [qtp1225114731-25] DEBUG [aai-resources,67ea555de2762fac2ddc38b9196a057f,2ddc38b9196a057f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:05:876","respDate":"250331-08:42:05:896","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basiccnf-macro-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:05:876-73732\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cb63349d-51d9-4e93-9e80-e9d79893a189], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "GET /aai/v27/business/customers/customer/basiccnf-macro-customer" 200 153 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:42:05.925 [67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] [qtp1225114731-22]  INFO [aai-resources,67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.929 [67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] [pool-562-thread-1]  INFO [aai-resources,67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] 1 --- [ol-562-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.929 [67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] [pool-562-thread-1]  INFO [aai-resources,67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] 1 --- [ol-562-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.929 [67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] [pool-562-thread-1]  INFO [aai-resources,67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] 1 --- [ol-562-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.929 [67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] [pool-562-thread-1]  INFO [aai-resources,67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] 1 --- [ol-562-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.938 [67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] [pool-562-thread-1]  INFO [aai-resources,67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] 1 --- [ol-562-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-subscription found at: business/customers/customer/basiccnf-macro-customer/service-subscriptions ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:05.939 [67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] [pool-562-thread-1]  INFO [aai-resources,67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] 1 --- [ol-562-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:05.939 [67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] [qtp1225114731-22] DEBUG [aai-resources,67ea555d8e3fe2f0c7d2d6c716bb28d2,c7d2d6c716bb28d2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:42:05:925","respDate":"250331-08:42:05:939","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions?service-type=basic_cnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:05:925-692\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[84aa7436-c239-423a-96b8-430bac8d344d], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:05 +0000] "GET /aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions?service-type=basic_cnf_macro" 404 374 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:42:05.967 [67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] [qtp1225114731-25]  INFO [aai-resources,67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:05.973 [67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] [qtp1225114731-25]  INFO [aai-resources,67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:05.973 [67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] [qtp1225114731-25]  INFO [aai-resources,67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:05.973 [67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] [qtp1225114731-25]  INFO [aai-resources,67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:05.973 [67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] [qtp1225114731-25]  INFO [aai-resources,67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:05.996 [67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] [qtp1225114731-25]  INFO [aai-resources,67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:06.010 [67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] [qtp1225114731-25] DEBUG [aai-resources,67ea555d07cb71eaccae05ce3c906ae8,ccae05ce3c906ae8] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:42:05:968","respDate":"250331-08:42:06:010","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:05:968-19623\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6a5ee58a-6588-4d8d-9f90-bd2fcbcbb7df], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[0], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:42:05:968-19623\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[213176], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:42:05:968-19623]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:06 +0000] "PUT /aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 44 - "logType": "access"
2025-03-31 08:42:06.040 [67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] [qtp1225114731-22]  INFO [aai-resources,67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:06.045 [67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] [pool-563-thread-1]  INFO [aai-resources,67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] 1 --- [ol-563-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:06.045 [67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] [pool-563-thread-1]  INFO [aai-resources,67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] 1 --- [ol-563-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:06.045 [67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] [pool-563-thread-1]  INFO [aai-resources,67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] 1 --- [ol-563-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:06.045 [67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] [pool-563-thread-1]  INFO [aai-resources,67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] 1 --- [ol-563-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:06.066 [67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] [pool-563-thread-1]  INFO [aai-resources,67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] 1 --- [ol-563-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:06.067 [67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] [qtp1225114731-22] DEBUG [aai-resources,67ea555e25b4b38325ae8b421e81be0a,25ae8b421e81be0a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:06:041","respDate":"250331-08:42:06:067","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions?service-type=basic_cnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:06:041-66771\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[1d55f575-1f0b-4801-9df1-5505d37db983], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:06 +0000] "GET /aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions?service-type=basic_cnf_macro" 200 96 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:42:06.105 [67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] [qtp1225114731-25]  INFO [aai-resources,67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:06.111 [67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] [pool-564-thread-1]  INFO [aai-resources,67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] 1 --- [ol-564-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:06.111 [67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] [pool-564-thread-1]  INFO [aai-resources,67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] 1 --- [ol-564-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:06.111 [67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] [pool-564-thread-1]  INFO [aai-resources,67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] 1 --- [ol-564-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:06.111 [67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] [pool-564-thread-1]  INFO [aai-resources,67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] 1 --- [ol-564-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:06.125 [67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] [pool-564-thread-1]  INFO [aai-resources,67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] 1 --- [ol-564-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:06.125 [67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] [qtp1225114731-25] DEBUG [aai-resources,67ea555e35282dfd5785d822dfc2029f,5785d822dfc2029f] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:06:106","respDate":"250331-08:42:06:125","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basiccnf-macro-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:06:106-8761\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[55d98b68-9b9a-46b0-b773-91fa2a2eaa66], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:06 +0000] "GET /aai/v27/business/customers/customer/basiccnf-macro-customer" 200 153 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:42:06.157 [67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] [qtp1225114731-22]  INFO [aai-resources,67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:06.161 [67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] [pool-565-thread-1]  INFO [aai-resources,67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] 1 --- [ol-565-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:06.161 [67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] [pool-565-thread-1]  INFO [aai-resources,67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] 1 --- [ol-565-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:06.161 [67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] [pool-565-thread-1]  INFO [aai-resources,67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] 1 --- [ol-565-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:06.162 [67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] [pool-565-thread-1]  INFO [aai-resources,67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] 1 --- [ol-565-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:06.176 [67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] [pool-565-thread-1]  INFO [aai-resources,67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] 1 --- [ol-565-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:06.177 [67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] [qtp1225114731-22] DEBUG [aai-resources,67ea555e5ff805232abcc31b7a1e79bd,2abcc31b7a1e79bd] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:06:157","respDate":"250331-08:42:06:177","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions?service-type=basic_cnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:06:157-4923\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7f839e00-e48d-4089-b4f5-1c4863bfa5de], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:06 +0000] "GET /aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions?service-type=basic_cnf_macro" 200 96 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:42:06.206 [67ea555e4d87f84133a9a29882648169,33a9a29882648169] [qtp1225114731-25]  INFO [aai-resources,67ea555e4d87f84133a9a29882648169,33a9a29882648169] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:06.212 [67ea555e4d87f84133a9a29882648169,33a9a29882648169] [pool-566-thread-1]  INFO [aai-resources,67ea555e4d87f84133a9a29882648169,33a9a29882648169] 1 --- [ol-566-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:06.212 [67ea555e4d87f84133a9a29882648169,33a9a29882648169] [pool-566-thread-1]  INFO [aai-resources,67ea555e4d87f84133a9a29882648169,33a9a29882648169] 1 --- [ol-566-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:06.212 [67ea555e4d87f84133a9a29882648169,33a9a29882648169] [pool-566-thread-1]  INFO [aai-resources,67ea555e4d87f84133a9a29882648169,33a9a29882648169] 1 --- [ol-566-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:06.212 [67ea555e4d87f84133a9a29882648169,33a9a29882648169] [pool-566-thread-1]  INFO [aai-resources,67ea555e4d87f84133a9a29882648169,33a9a29882648169] 1 --- [ol-566-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:06.228 [67ea555e4d87f84133a9a29882648169,33a9a29882648169] [pool-566-thread-1]  INFO [aai-resources,67ea555e4d87f84133a9a29882648169,33a9a29882648169] 1 --- [ol-566-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:06.229 [67ea555e4d87f84133a9a29882648169,33a9a29882648169] [qtp1225114731-25] DEBUG [aai-resources,67ea555e4d87f84133a9a29882648169,33a9a29882648169] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:06:206","respDate":"250331-08:42:06:229","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basiccnf-cloud-owner&cloud-region-id=k8sregion-cnf-macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:06:206-40284\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cdb68939-333f-42f7-8272-9f90892ead97], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:06 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basiccnf-cloud-owner&cloud-region-id=k8sregion-cnf-macro" 200 684 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:42:06.258 [67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] [qtp1225114731-22]  INFO [aai-resources,67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:06.262 [67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] [pool-567-thread-1]  INFO [aai-resources,67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] 1 --- [ol-567-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:06.262 [67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] [pool-567-thread-1]  INFO [aai-resources,67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] 1 --- [ol-567-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:06.262 [67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] [pool-567-thread-1]  INFO [aai-resources,67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] 1 --- [ol-567-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:06.262 [67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] [pool-567-thread-1]  INFO [aai-resources,67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] 1 --- [ol-567-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:06.269 [67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] [pool-567-thread-1]  INFO [aai-resources,67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] 1 --- [ol-567-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:06.269 [67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] [qtp1225114731-22] DEBUG [aai-resources,67ea555ed646f949d32fda13bd42699d,d32fda13bd42699d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:06:259","respDate":"250331-08:42:06:269","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:06:259-71973\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f1cfd376-7df8-47e3-9166-7ac04096e493], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:06 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456" 200 108 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:42:06.302 [67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] [qtp1225114731-25]  INFO [aai-resources,67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:06.307 [67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] [qtp1225114731-25]  INFO [aai-resources,67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:06.307 [67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] [qtp1225114731-25]  INFO [aai-resources,67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:06.307 [67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] [qtp1225114731-25]  INFO [aai-resources,67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:06.307 [67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] [qtp1225114731-25]  INFO [aai-resources,67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:06.322 [67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] [qtp1225114731-25]  INFO [aai-resources,67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:06.361 [67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] [qtp1225114731-25] DEBUG [aai-resources,67ea555ef1e4ebb4dc06bb71f16ae3a5,dc06bb71f16ae3a5] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:06:302","respDate":"250331-08:42:06:361","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:06:302-60118\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e104ac8e-4898-4359-b373-7445613abb23], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[653], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"related-to\\\": \\\"tenant\\\",\\n    \\\"related-link\\\": \\\"https://aai-api-oom-sm-master.tnaplab.telekom.de/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456?resource-version=1743410525329\\\",\\n        \\\"related-to-property\\\": [{\\\"property-key\\\": \\\"tenant.tenant-name\\\", \\\"property-value\\\": \\\"dummy_test\\\"}],\\n    \\\"relationship-data\\\": [{\\\"relationship-key\\\": \\\"cloud-region.cloud-owner\\\", \\\"relationship-value\\\": \\\"basiccnf-cloud-owner\\\"}, {\\\"relationship-key\\\": \\\"cloud-region.cloud-region-id\\\", \\\"relationship-value\\\": \\\"k8sregion-cnf-macro\\\"}, {\\\"relationship-key\\\": \\\"tenant.tenant-id\\\", \\\"relationship-value\\\": \\\"123456\\\"}]\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:06:302-60118\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:42:06:302-60118]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:06 +0000] "PUT /aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/relationship-list/relationship" 200 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 61 - "logType": "access"
2025-03-31 08:42:06.868 [67ea555e5931db3e26cdf73318c991f3,26cdf73318c991f3] [qtp1225114731-22]  INFO [aai-resources,67ea555e5931db3e26cdf73318c991f3,26cdf73318c991f3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:06.880 [67ea555e5931db3e26cdf73318c991f3,26cdf73318c991f3] [qtp1225114731-22] DEBUG [aai-resources,67ea555e5931db3e26cdf73318c991f3,26cdf73318c991f3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f77470fd-ad19-4417-b0f0-aaf8f188a4c6","status":"200","rqstDate":"250331-08:42:06:868","respDate":"250331-08:42:06:880","sourceId":"haproxy:f77470fd-ad19-4417-b0f0-aaf8f188a4c6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:06:868-43086\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[71f6b88a-f839-4898-af56-871142d024c6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f77470fd-ad19-4417-b0f0-aaf8f188a4c6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:42:08.885 [67ea556040d802271f3dacbfd0dd017c,1f3dacbfd0dd017c] [qtp1225114731-25]  INFO [aai-resources,67ea556040d802271f3dacbfd0dd017c,1f3dacbfd0dd017c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:08.900 [67ea556040d802271f3dacbfd0dd017c,1f3dacbfd0dd017c] [qtp1225114731-25] DEBUG [aai-resources,67ea556040d802271f3dacbfd0dd017c,1f3dacbfd0dd017c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a153206-7227-4352-9656-e135babf378e","status":"200","rqstDate":"250331-08:42:08:886","respDate":"250331-08:42:08:900","sourceId":"haproxy:4a153206-7227-4352-9656-e135babf378e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:08:886-6494\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6feae3bb-ec9b-480e-8864-a1e2dbe63897], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4a153206-7227-4352-9656-e135babf378e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:42:10.906 [67ea5562b1c509352da610c6a736fba1,2da610c6a736fba1] [qtp1225114731-22]  INFO [aai-resources,67ea5562b1c509352da610c6a736fba1,2da610c6a736fba1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:10.916 [67ea5562b1c509352da610c6a736fba1,2da610c6a736fba1] [qtp1225114731-22] DEBUG [aai-resources,67ea5562b1c509352da610c6a736fba1,2da610c6a736fba1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"866178a6-5b17-4e10-ae91-3b715d3ec597","status":"200","rqstDate":"250331-08:42:10:906","respDate":"250331-08:42:10:916","sourceId":"haproxy:866178a6-5b17-4e10-ae91-3b715d3ec597","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:10:906-51676\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[366578e6-16df-40f0-9f8f-6b40577880f9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[866178a6-5b17-4e10-ae91-3b715d3ec597]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:42:12.923 [67ea5564ca05e06ec7435eb4109dc99c,c7435eb4109dc99c] [qtp1225114731-25]  INFO [aai-resources,67ea5564ca05e06ec7435eb4109dc99c,c7435eb4109dc99c] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:12.938 [67ea5564ca05e06ec7435eb4109dc99c,c7435eb4109dc99c] [qtp1225114731-25] DEBUG [aai-resources,67ea5564ca05e06ec7435eb4109dc99c,c7435eb4109dc99c] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ff6fbac7-0e33-401b-af2d-23b01ba48500","status":"200","rqstDate":"250331-08:42:12:923","respDate":"250331-08:42:12:938","sourceId":"haproxy:ff6fbac7-0e33-401b-af2d-23b01ba48500","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:12:923-71461\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fa8a154f-4971-405b-a9d6-e33a3d5fdb22], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ff6fbac7-0e33-401b-af2d-23b01ba48500]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:42:14.944 [67ea556678bb7057237f56af6605f387,237f56af6605f387] [qtp1225114731-22]  INFO [aai-resources,67ea556678bb7057237f56af6605f387,237f56af6605f387] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:14.954 [67ea556678bb7057237f56af6605f387,237f56af6605f387] [qtp1225114731-22] DEBUG [aai-resources,67ea556678bb7057237f56af6605f387,237f56af6605f387] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6333f371-31fd-42e3-a89b-f8b35940a686","status":"200","rqstDate":"250331-08:42:14:945","respDate":"250331-08:42:14:954","sourceId":"haproxy:6333f371-31fd-42e3-a89b-f8b35940a686","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:14:945-28125\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8c049441-612c-4ff2-be02-841c156d7312], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6333f371-31fd-42e3-a89b-f8b35940a686]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:42:16.960 [67ea55686c363cc795a15b2dbce4c78e,95a15b2dbce4c78e] [qtp1225114731-25]  INFO [aai-resources,67ea55686c363cc795a15b2dbce4c78e,95a15b2dbce4c78e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:16.971 [67ea55686c363cc795a15b2dbce4c78e,95a15b2dbce4c78e] [qtp1225114731-25] DEBUG [aai-resources,67ea55686c363cc795a15b2dbce4c78e,95a15b2dbce4c78e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c6bc0384-c850-439e-8fa4-b842b07a2113","status":"200","rqstDate":"250331-08:42:16:960","respDate":"250331-08:42:16:971","sourceId":"haproxy:c6bc0384-c850-439e-8fa4-b842b07a2113","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:16:960-40200\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3c4b04bb-8955-413a-bdd2-05d91f86abbe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c6bc0384-c850-439e-8fa4-b842b07a2113]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:42:18.978 [67ea556a80017319a99c54402a5e0a18,a99c54402a5e0a18] [qtp1225114731-22]  INFO [aai-resources,67ea556a80017319a99c54402a5e0a18,a99c54402a5e0a18] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:18.990 [67ea556a80017319a99c54402a5e0a18,a99c54402a5e0a18] [qtp1225114731-22] DEBUG [aai-resources,67ea556a80017319a99c54402a5e0a18,a99c54402a5e0a18] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2fa0c642-a03e-48fa-bfec-f1483d328561","status":"200","rqstDate":"250331-08:42:18:978","respDate":"250331-08:42:18:990","sourceId":"haproxy:2fa0c642-a03e-48fa-bfec-f1483d328561","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:18:978-54318\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[22dd7819-f7aa-458b-b71b-c76e8e0ba371], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2fa0c642-a03e-48fa-bfec-f1483d328561]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:42:20.996 [67ea556c2ecdfcc55418ad49f9604a68,5418ad49f9604a68] [qtp1225114731-25]  INFO [aai-resources,67ea556c2ecdfcc55418ad49f9604a68,5418ad49f9604a68] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:21.008 [67ea556c2ecdfcc55418ad49f9604a68,5418ad49f9604a68] [qtp1225114731-25] DEBUG [aai-resources,67ea556c2ecdfcc55418ad49f9604a68,5418ad49f9604a68] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8415942d-549d-44c9-a56e-fe4aeabf18a5","status":"200","rqstDate":"250331-08:42:20:996","respDate":"250331-08:42:21:008","sourceId":"haproxy:8415942d-549d-44c9-a56e-fe4aeabf18a5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:20:996-42959\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7565bc77-2859-4e77-b28a-affa734afa1c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8415942d-549d-44c9-a56e-fe4aeabf18a5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:42:23.015 [67ea556f8e16f8f2262e5750617d235c,262e5750617d235c] [qtp1225114731-22]  INFO [aai-resources,67ea556f8e16f8f2262e5750617d235c,262e5750617d235c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:23.041 [67ea556f8e16f8f2262e5750617d235c,262e5750617d235c] [qtp1225114731-22] DEBUG [aai-resources,67ea556f8e16f8f2262e5750617d235c,262e5750617d235c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"04847086-b95b-4aa1-8c71-b400a567c43d","status":"200","rqstDate":"250331-08:42:23:015","respDate":"250331-08:42:23:041","sourceId":"haproxy:04847086-b95b-4aa1-8c71-b400a567c43d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:23:015-78501\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a50e7681-5116-408a-a142-5afefd354b12], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[04847086-b95b-4aa1-8c71-b400a567c43d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:42:24.205 [67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] [qtp1225114731-25]  INFO [aai-resources,67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:24.210 [67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] [pool-568-thread-1]  INFO [aai-resources,67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] 1 --- [ol-568-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:24.210 [67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] [pool-568-thread-1]  INFO [aai-resources,67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] 1 --- [ol-568-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:24.210 [67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] [pool-568-thread-1]  INFO [aai-resources,67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] 1 --- [ol-568-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:24.210 [67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] [pool-568-thread-1]  INFO [aai-resources,67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] 1 --- [ol-568-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:24.215 [67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] [pool-568-thread-1]  INFO [aai-resources,67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] 1 --- [ol-568-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/b05bbad3-4ce1-4051-a18e-3ffd887f42a5 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:24.216 [67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] [pool-568-thread-1]  INFO [aai-resources,67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] 1 --- [ol-568-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:24.217 [67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] [qtp1225114731-25] DEBUG [aai-resources,67ea5570f2bfbefc49aa16e22bd680c6,999d8c0716c6df53] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5dfd683c-116d-4620-aee4-63e4430ff8ab","status":"404","rqstDate":"250331-08:42:24:206","respDate":"250331-08:42:24:217","sourceId":"ModelLoader:5dfd683c-116d-4620-aee4-63e4430ff8ab","resourceId":"http://aai.onap:57459/aai/v29/service-design-and-creation/models/model/b05bbad3-4ce1-4051-a18e-3ffd887f42a5","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:24:206-29914\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0742a9b4-40ae-42ba-b6ce-7daa3bf2d9e9], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5dfd683c-116d-4620-aee4-63e4430ff8ab], Host=[aai.onap:57459], X-Forwarded-Port=[57459], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea5570f2bfbefc49aa16e22bd680c6], x-b3-spanid=[49aa16e22bd680c6], traceparent=[00-67ea5570f2bfbefc49aa16e22bd680c6-49aa16e22bd680c6-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[5dfd683c-116d-4620-aee4-63e4430ff8ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:24 +0000] "GET /aai/v29/service-design-and-creation/models/model/b05bbad3-4ce1-4051-a18e-3ffd887f42a5" 404 501 REST 5dfd683c-116d-4620-aee4-63e4430ff8ab ModelLoader 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:42:24.230 [67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] [qtp1225114731-22]  INFO [aai-resources,67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:24.259 [67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] [qtp1225114731-22]  INFO [aai-resources,67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:24.259 [67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] [qtp1225114731-22]  INFO [aai-resources,67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:24.259 [67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] [qtp1225114731-22]  INFO [aai-resources,67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:24.259 [67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] [qtp1225114731-22]  INFO [aai-resources,67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:24.327 [67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] [qtp1225114731-22]  INFO [aai-resources,67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:24.382 [67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] [qtp1225114731-22] DEBUG [aai-resources,67ea55706da662296218d14f1d083a0e,799e02d2ffd9b298] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5dfd683c-116d-4620-aee4-63e4430ff8ab","status":"201","rqstDate":"250331-08:42:24:230","respDate":"250331-08:42:24:382","sourceId":"ModelLoader:5dfd683c-116d-4620-aee4-63e4430ff8ab","resourceId":"http://aai.onap:57459/aai/v29/service-design-and-creation/models/model/b05bbad3-4ce1-4051-a18e-3ffd887f42a5","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:24:230-77929\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[448624d1-7a5e-4c5d-83fc-befef9d57719], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5dfd683c-116d-4620-aee4-63e4430ff8ab], Host=[aai.onap:57459], X-Forwarded-Port=[57459], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea55706da662296218d14f1d083a0e], x-b3-spanid=[6218d14f1d083a0e], traceparent=[00-67ea55706da662296218d14f1d083a0e-6218d14f1d083a0e-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[1566], Content-Type=[application/xml], X-ONAP-RequestID=[5dfd683c-116d-4620-aee4-63e4430ff8ab]}\",\"Payload\":\"\\n    b05bbad3-4ce1-4051-a18e-3ffd887f42a5\\n    resource\\n    \\n        \\n            f2a6fe90-237e-43d2-8893-40ea184d31f6\\n            BasicCnfMacro..helm_apache..module-1\\n            1\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                c00563ae-812b-4e62-8330-7c4d0f47088a\\n                            \\n                            \\n                                model.model-invariant-id\\n                                ef86f9c5-2165-44f3-8fc3-96018b609ea5\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:42:24:230-77929\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[184384], Content-Type=[application/xml], X-AAI-TXID=[1-aai-resources-250331-08:42:24:230-77929]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:24 +0000] "PUT /aai/v29/service-design-and-creation/models/model/b05bbad3-4ce1-4051-a18e-3ffd887f42a5" 201 0 REST 5dfd683c-116d-4620-aee4-63e4430ff8ab ModelLoader 127.0.0.6 - - - - - - - - - 154 - "logType": "access"
2025-03-31 08:42:24.395 [67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] [qtp1225114731-25]  INFO [aai-resources,67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:24.401 [67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] [pool-569-thread-1]  INFO [aai-resources,67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] 1 --- [ol-569-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:24.401 [67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] [pool-569-thread-1]  INFO [aai-resources,67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] 1 --- [ol-569-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:24.401 [67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] [pool-569-thread-1]  INFO [aai-resources,67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] 1 --- [ol-569-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:24.401 [67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] [pool-569-thread-1]  INFO [aai-resources,67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] 1 --- [ol-569-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:24.408 [67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] [pool-569-thread-1]  INFO [aai-resources,67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] 1 --- [ol-569-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/2122bb78-c430-4b80-8d4f-0ad3b6a832df ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:24.408 [67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] [pool-569-thread-1]  INFO [aai-resources,67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] 1 --- [ol-569-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:24.409 [67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] [qtp1225114731-25] DEBUG [aai-resources,67ea557016bd77b55479f4e2394f22a7,b23b2461157b9716] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5dfd683c-116d-4620-aee4-63e4430ff8ab","status":"404","rqstDate":"250331-08:42:24:395","respDate":"250331-08:42:24:409","sourceId":"ModelLoader:5dfd683c-116d-4620-aee4-63e4430ff8ab","resourceId":"http://aai.onap:57459/aai/v29/service-design-and-creation/models/model/2122bb78-c430-4b80-8d4f-0ad3b6a832df","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:24:395-79663\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1831c7bf-aa06-438a-9d20-d10ed08aacbd], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5dfd683c-116d-4620-aee4-63e4430ff8ab], Host=[aai.onap:57459], X-Forwarded-Port=[57459], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea557016bd77b55479f4e2394f22a7], x-b3-spanid=[5479f4e2394f22a7], traceparent=[00-67ea557016bd77b55479f4e2394f22a7-5479f4e2394f22a7-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[5dfd683c-116d-4620-aee4-63e4430ff8ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:24 +0000] "GET /aai/v29/service-design-and-creation/models/model/2122bb78-c430-4b80-8d4f-0ad3b6a832df" 404 501 REST 5dfd683c-116d-4620-aee4-63e4430ff8ab ModelLoader 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:42:24.419 [67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] [qtp1225114731-22]  INFO [aai-resources,67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:24.449 [67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] [qtp1225114731-22]  INFO [aai-resources,67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:24.449 [67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] [qtp1225114731-22]  INFO [aai-resources,67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:24.449 [67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] [qtp1225114731-22]  INFO [aai-resources,67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:24.449 [67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] [qtp1225114731-22]  INFO [aai-resources,67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:24.645 [67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] [qtp1225114731-22]  INFO [aai-resources,67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:24.851 [67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] [qtp1225114731-22] DEBUG [aai-resources,67ea5570aac9ffdb50459d699dc4d4b9,fd73bf9400d61bcf] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5dfd683c-116d-4620-aee4-63e4430ff8ab","status":"201","rqstDate":"250331-08:42:24:419","respDate":"250331-08:42:24:851","sourceId":"ModelLoader:5dfd683c-116d-4620-aee4-63e4430ff8ab","resourceId":"http://aai.onap:57459/aai/v29/service-design-and-creation/models/model/2122bb78-c430-4b80-8d4f-0ad3b6a832df","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:24:419-74678\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[f8eeb84f-6e5d-4218-9dce-8690c3315777], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5dfd683c-116d-4620-aee4-63e4430ff8ab], Host=[aai.onap:57459], X-Forwarded-Port=[57459], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea5570aac9ffdb50459d699dc4d4b9], x-b3-spanid=[50459d699dc4d4b9], traceparent=[00-67ea5570aac9ffdb50459d699dc4d4b9-50459d699dc4d4b9-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[8199], Content-Type=[application/xml], X-ONAP-RequestID=[5dfd683c-116d-4620-aee4-63e4430ff8ab]}\",\"Payload\":\"\\n    2122bb78-c430-4b80-8d4f-0ad3b6a832df\\n    resource\\n    \\n        \\n            3a9c23eb-a89a-4d82-965e-d0ea1f12fac4\\n            BasicCnfMacro..base_template_dummy_ignore..module-0\\n            1\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                f6a038c2-820c-42ba-8c2b-375e24e8f932\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                3f4c7204-739b-4bbb-87a7-8a6856439c90\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                abcc54bc-bb74-49dc-9043-7f7171707545\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                97c26c99-6870-44c1-8a07-1d900d3f4ce6\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                36200fb5-f251-4f5d-a520-7c5ad5c2cd4b\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                bace8d1c-a261-4041-9e37-823117415d0f\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    T\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                5761e0a7-c6df-4d8a-9ebd-b8f445054dec\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                96129eb9-f0de-4e05-8af2-73146473f766\\n                                            \\n                                        \\n                                    \\n                                \\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        8ecb2c5d-7176-4317-a255-26274edfdd53\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                c00563ae-812b-4e62-8330-7c4d0f47088a\\n                            \\n                            \\n                                model.model-invariant-id\\n                                ef86f9c5-2165-44f3-8fc3-96018b609ea5\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:24:419-74678\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[266400], Content-Type=[application/xml], X-AAI-TXID=[2-aai-resources-250331-08:42:24:419-74678]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:24 +0000] "PUT /aai/v29/service-design-and-creation/models/model/2122bb78-c430-4b80-8d4f-0ad3b6a832df" 201 0 REST 5dfd683c-116d-4620-aee4-63e4430ff8ab ModelLoader 127.0.0.6 - - - - - - - - - 434 - "logType": "access"
2025-03-31 08:42:24.861 [67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] [qtp1225114731-25]  INFO [aai-resources,67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:24.865 [67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] [pool-570-thread-1]  INFO [aai-resources,67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] 1 --- [ol-570-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:24.865 [67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] [pool-570-thread-1]  INFO [aai-resources,67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] 1 --- [ol-570-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:24.865 [67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] [pool-570-thread-1]  INFO [aai-resources,67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] 1 --- [ol-570-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:24.865 [67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] [pool-570-thread-1]  INFO [aai-resources,67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] 1 --- [ol-570-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:24.870 [67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] [pool-570-thread-1]  INFO [aai-resources,67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] 1 --- [ol-570-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/ef83c1ef-f6c3-4b98-8e54-214caeeb6d7f ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:24.870 [67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] [pool-570-thread-1]  INFO [aai-resources,67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] 1 --- [ol-570-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:24.871 [67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] [qtp1225114731-25] DEBUG [aai-resources,67ea557121d1cc23fd20d8ea2188939d,d9e24b5597d9cb2d] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5dfd683c-116d-4620-aee4-63e4430ff8ab","status":"404","rqstDate":"250331-08:42:24:861","respDate":"250331-08:42:24:870","sourceId":"ModelLoader:5dfd683c-116d-4620-aee4-63e4430ff8ab","resourceId":"http://aai.onap:57459/aai/v29/service-design-and-creation/models/model/ef83c1ef-f6c3-4b98-8e54-214caeeb6d7f","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:24:861-34431\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bad75972-1b9d-43f3-96b0-e4d17150fb53], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5dfd683c-116d-4620-aee4-63e4430ff8ab], Host=[aai.onap:57459], X-Forwarded-Port=[57459], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea557121d1cc23fd20d8ea2188939d], x-b3-spanid=[fd20d8ea2188939d], traceparent=[00-67ea557121d1cc23fd20d8ea2188939d-fd20d8ea2188939d-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[5dfd683c-116d-4620-aee4-63e4430ff8ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:24 +0000] "GET /aai/v29/service-design-and-creation/models/model/ef83c1ef-f6c3-4b98-8e54-214caeeb6d7f" 404 501 REST 5dfd683c-116d-4620-aee4-63e4430ff8ab ModelLoader 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:42:24.882 [67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] [qtp1225114731-22]  INFO [aai-resources,67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:24.906 [67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] [qtp1225114731-22]  INFO [aai-resources,67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:24.906 [67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] [qtp1225114731-22]  INFO [aai-resources,67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:24.906 [67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] [qtp1225114731-22]  INFO [aai-resources,67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:24.907 [67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] [qtp1225114731-22]  INFO [aai-resources,67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:25.037 [67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] [qtp1225114731-22]  INFO [aai-resources,67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:25.048 [67ea5571d823f3f4805866dbc1f5c5d1,805866dbc1f5c5d1] [qtp1225114731-26]  INFO [aai-resources,67ea5571d823f3f4805866dbc1f5c5d1,805866dbc1f5c5d1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:25.058 [67ea5571d823f3f4805866dbc1f5c5d1,805866dbc1f5c5d1] [qtp1225114731-26] DEBUG [aai-resources,67ea5571d823f3f4805866dbc1f5c5d1,805866dbc1f5c5d1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"62923107-9e99-4184-839d-228c97f63bee","status":"200","rqstDate":"250331-08:42:25:048","respDate":"250331-08:42:25:057","sourceId":"haproxy:62923107-9e99-4184-839d-228c97f63bee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:25:048-26459\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4a8d1025-a87e-4dac-93bf-2033034edcff], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[62923107-9e99-4184-839d-228c97f63bee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:42:25.138 [67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] [qtp1225114731-22] DEBUG [aai-resources,67ea55714b3039b9f4555de1a6c106a9,0d1467584094b1c1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5dfd683c-116d-4620-aee4-63e4430ff8ab","status":"201","rqstDate":"250331-08:42:24:882","respDate":"250331-08:42:25:138","sourceId":"ModelLoader:5dfd683c-116d-4620-aee4-63e4430ff8ab","resourceId":"http://aai.onap:57459/aai/v29/service-design-and-creation/models/model/ef83c1ef-f6c3-4b98-8e54-214caeeb6d7f","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:24:882-97382\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[8cd300b5-3bea-4392-90fb-a2eba4e89369], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5dfd683c-116d-4620-aee4-63e4430ff8ab], Host=[aai.onap:57459], X-Forwarded-Port=[57459], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea55714b3039b9f4555de1a6c106a9], x-b3-spanid=[f4555de1a6c106a9], traceparent=[00-67ea55714b3039b9f4555de1a6c106a9-f4555de1a6c106a9-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[4150], Content-Type=[application/xml], X-ONAP-RequestID=[5dfd683c-116d-4620-aee4-63e4430ff8ab]}\",\"Payload\":\"\\n    ef83c1ef-f6c3-4b98-8e54-214caeeb6d7f\\n    resource\\n    \\n        \\n            197b4bde-998c-4fb7-bb43-6d6552e0e1fa\\n            basic_cnf_macro\\n            1.0\\n            ONAP SDK Resource\\n            APACHE\\n            1.0.0\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        3a9c23eb-a89a-4d82-965e-d0ea1f12fac4\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        2122bb78-c430-4b80-8d4f-0ad3b6a832df\\n                                    \\n                                \\n                            \\n                        \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        f2a6fe90-237e-43d2-8893-40ea184d31f6\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        b05bbad3-4ce1-4051-a18e-3ffd887f42a5\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                93a6166f-b3d5-4f06-b4ba-aed48d009ad9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                acc6edd8-a8d4-4b93-afaa-0994068be14c\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:24:882-97382\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[274592], Content-Type=[application/xml], X-AAI-TXID=[2-aai-resources-250331-08:42:24:882-97382]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:25 +0000] "PUT /aai/v29/service-design-and-creation/models/model/ef83c1ef-f6c3-4b98-8e54-214caeeb6d7f" 201 0 REST 5dfd683c-116d-4620-aee4-63e4430ff8ab ModelLoader 127.0.0.6 - - - - - - - - - 258 - "logType": "access"
2025-03-31 08:42:25.147 [67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] [qtp1225114731-25]  INFO [aai-resources,67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:25.151 [67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] [pool-571-thread-1]  INFO [aai-resources,67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] 1 --- [ol-571-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:25.151 [67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] [pool-571-thread-1]  INFO [aai-resources,67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] 1 --- [ol-571-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:25.151 [67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] [pool-571-thread-1]  INFO [aai-resources,67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] 1 --- [ol-571-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:25.151 [67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] [pool-571-thread-1]  INFO [aai-resources,67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] 1 --- [ol-571-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:25.156 [67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] [pool-571-thread-1]  INFO [aai-resources,67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] 1 --- [ol-571-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/17196b74-4b91-494b-b0ac-e5803c3e52bb ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:25.157 [67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] [pool-571-thread-1]  INFO [aai-resources,67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] 1 --- [ol-571-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:25.157 [67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] [qtp1225114731-25] DEBUG [aai-resources,67ea5571aa02e5b212bef2ef8e3297ef,fdc0dbfa5911fe9d] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5dfd683c-116d-4620-aee4-63e4430ff8ab","status":"404","rqstDate":"250331-08:42:25:147","respDate":"250331-08:42:25:157","sourceId":"ModelLoader:5dfd683c-116d-4620-aee4-63e4430ff8ab","resourceId":"http://aai.onap:57459/aai/v29/service-design-and-creation/models/model/17196b74-4b91-494b-b0ac-e5803c3e52bb","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:25:147-56154\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0a08102b-4e4b-4efe-9edc-e36e69857946], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5dfd683c-116d-4620-aee4-63e4430ff8ab], Host=[aai.onap:57459], X-Forwarded-Port=[57459], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea5571aa02e5b212bef2ef8e3297ef], x-b3-spanid=[12bef2ef8e3297ef], traceparent=[00-67ea5571aa02e5b212bef2ef8e3297ef-12bef2ef8e3297ef-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[5dfd683c-116d-4620-aee4-63e4430ff8ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:25 +0000] "GET /aai/v29/service-design-and-creation/models/model/17196b74-4b91-494b-b0ac-e5803c3e52bb" 404 501 REST 5dfd683c-116d-4620-aee4-63e4430ff8ab ModelLoader 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:42:25.167 [67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] [qtp1225114731-22]  INFO [aai-resources,67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:25.194 [67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] [qtp1225114731-22]  INFO [aai-resources,67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:25.194 [67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] [qtp1225114731-22]  INFO [aai-resources,67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:25.194 [67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] [qtp1225114731-22]  INFO [aai-resources,67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:25.194 [67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] [qtp1225114731-22]  INFO [aai-resources,67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:25.273 [67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] [qtp1225114731-22]  INFO [aai-resources,67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:25.349 [67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] [qtp1225114731-22] DEBUG [aai-resources,67ea5571ef3059ec0e6b5cc9857261bf,6a9a1c5eeb41b945] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5dfd683c-116d-4620-aee4-63e4430ff8ab","status":"201","rqstDate":"250331-08:42:25:167","respDate":"250331-08:42:25:349","sourceId":"ModelLoader:5dfd683c-116d-4620-aee4-63e4430ff8ab","resourceId":"http://aai.onap:57459/aai/v29/service-design-and-creation/models/model/17196b74-4b91-494b-b0ac-e5803c3e52bb","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:25:167-38332\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[c457d789-ef37-43ce-a2c1-5482e56015d2], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[5dfd683c-116d-4620-aee4-63e4430ff8ab], Host=[aai.onap:57459], X-Forwarded-Port=[57459], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea5571ef3059ec0e6b5cc9857261bf], x-b3-spanid=[0e6b5cc9857261bf], traceparent=[00-67ea5571ef3059ec0e6b5cc9857261bf-0e6b5cc9857261bf-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[2888], Content-Type=[application/xml], X-ONAP-RequestID=[5dfd683c-116d-4620-aee4-63e4430ff8ab]}\",\"Payload\":\"\\n    17196b74-4b91-494b-b0ac-e5803c3e52bb\\n    service\\n    Network Service\\n    \\n        \\n            deb9360e-99ac-4f11-bb61-b055ea1a7866\\n            basic_cnf_macro\\n            1.0\\n            ONAP SDK Service\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        197b4bde-998c-4fb7-bb43-6d6552e0e1fa\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        ef83c1ef-f6c3-4b98-8e54-214caeeb6d7f\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                46b92144-923a-4d20-b85a-3cbd847668a9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                82194af1-3c2c-485a-8f44-420e22a9eaa4\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:42:25:167-38332\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[278688], Content-Type=[application/xml], X-AAI-TXID=[0-aai-resources-250331-08:42:25:167-38332]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:25 +0000] "PUT /aai/v29/service-design-and-creation/models/model/17196b74-4b91-494b-b0ac-e5803c3e52bb" 201 0 REST 5dfd683c-116d-4620-aee4-63e4430ff8ab ModelLoader 127.0.0.6 - - - - - - - - - 185 - "logType": "access"
2025-03-31 08:42:26.970 [67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] [qtp1225114731-25]  INFO [aai-resources,67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:26.975 [67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] [pool-572-thread-1]  INFO [aai-resources,67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] 1 --- [ol-572-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:26.975 [67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] [pool-572-thread-1]  INFO [aai-resources,67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] 1 --- [ol-572-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:26.975 [67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] [pool-572-thread-1]  INFO [aai-resources,67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] 1 --- [ol-572-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:26.975 [67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] [pool-572-thread-1]  INFO [aai-resources,67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] 1 --- [ol-572-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:26.990 [67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] [pool-572-thread-1]  INFO [aai-resources,67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] 1 --- [ol-572-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type cloud-region found at: cloud-infrastructure/cloud-regions ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:26.990 [67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] [pool-572-thread-1]  INFO [aai-resources,67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] 1 --- [ol-572-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:26.991 [67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] [qtp1225114731-25] DEBUG [aai-resources,67ea557238d610c6aa3d14cc121b0565,aa3d14cc121b0565] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:42:26:970","respDate":"250331-08:42:26:991","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-macro-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:26:970-62728\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6a29033d-b48a-4881-8c7c-b434f2618176], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:26 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-macro-cloud-owner&cloud-region-id=RegionOne" 404 288 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:42:27.024 [67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] [qtp1225114731-22]  INFO [aai-resources,67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.032 [67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] [qtp1225114731-22]  INFO [aai-resources,67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.032 [67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] [qtp1225114731-22]  INFO [aai-resources,67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.032 [67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] [qtp1225114731-22]  INFO [aai-resources,67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.032 [67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] [qtp1225114731-22]  INFO [aai-resources,67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.048 [67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] [qtp1225114731-22]  INFO [aai-resources,67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.061 [67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] [qtp1225114731-22] DEBUG [aai-resources,67ea5573fe284bcd3398a579aa96bd19,3398a579aa96bd19] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:42:27:025","respDate":"250331-08:42:27:061","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:27:025-85731\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5825aa37-0dbb-490b-8803-31bb4c914da6], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[436], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"cloud-owner\\\": \\\"basicvm-macro-cloud-owner\\\",\\n    \\\"cloud-region-id\\\": \\\"RegionOne\\\",\\n    \\\"orchestration-disabled\\\": \\\"False\\\",\\n    \\\"in-maint\\\": \\\"False\\\",\\n    \\\"cloud-type\\\": \\\"openstack\\\",\\n    \\\"owner-defined-type\\\": \\\"N/A\\\",\\n    \\\"cloud-region-version\\\": \\\"pike\\\",\\n    \\\"identity-url\\\": \\\"\\\",\\n    \\\"cloud-zone\\\": \\\"\\\",\\n    \\\"complex-name\\\": \\\"lannion\\\",\\n    \\\"sriov-automation\\\": \\\"\\\",\\n    \\\"cloud-extra-info\\\": \\\"\\\",\\n    \\\"upgrade-cycle\\\": \\\"\\\",\\n    \\\"resource-version\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:42:27:025-85731\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[233648], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:42:27:025-85731]}\",\"Entity\":\"\"}"}
2025-03-31 08:42:27.063 [67ea55730871d6f86a69298ea9e1270b,6a69298ea9e1270b] [qtp1225114731-20]  INFO [aai-resources,67ea55730871d6f86a69298ea9e1270b,6a69298ea9e1270b] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 39 - "logType": "access"
2025-03-31 08:42:27.076 [67ea55730871d6f86a69298ea9e1270b,6a69298ea9e1270b] [qtp1225114731-20] DEBUG [aai-resources,67ea55730871d6f86a69298ea9e1270b,6a69298ea9e1270b] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aa503be5-cb03-4aa5-9a74-6a4da9975240","status":"200","rqstDate":"250331-08:42:27:063","respDate":"250331-08:42:27:076","sourceId":"haproxy:aa503be5-cb03-4aa5-9a74-6a4da9975240","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:27:063-13411\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[083bad26-d193-4912-b0a8-381e324ad012], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aa503be5-cb03-4aa5-9a74-6a4da9975240]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:42:27.092 [67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] [qtp1225114731-26]  INFO [aai-resources,67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.096 [67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] [pool-573-thread-1]  INFO [aai-resources,67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] 1 --- [ol-573-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.096 [67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] [pool-573-thread-1]  INFO [aai-resources,67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] 1 --- [ol-573-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.096 [67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] [pool-573-thread-1]  INFO [aai-resources,67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] 1 --- [ol-573-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.096 [67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] [pool-573-thread-1]  INFO [aai-resources,67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] 1 --- [ol-573-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.121 [67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] [pool-573-thread-1]  INFO [aai-resources,67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] 1 --- [ol-573-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.122 [67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] [qtp1225114731-26] DEBUG [aai-resources,67ea55730ec39cc444dad9121770eac2,44dad9121770eac2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:27:092","respDate":"250331-08:42:27:122","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-macro-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:27:092-1927\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[be9a914b-75c9-424b-9b8b-4f39bdbd76cb], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-macro-cloud-owner&cloud-region-id=RegionOne" 200 379 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:42:27.155 [67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] [qtp1225114731-20]  INFO [aai-resources,67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.161 [67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] [qtp1225114731-20]  INFO [aai-resources,67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.161 [67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] [qtp1225114731-20]  INFO [aai-resources,67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.161 [67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] [qtp1225114731-20]  INFO [aai-resources,67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.162 [67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] [qtp1225114731-20]  INFO [aai-resources,67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.182 [67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] [qtp1225114731-20]  INFO [aai-resources,67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.195 [67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] [qtp1225114731-20] DEBUG [aai-resources,67ea557326cc32688ec518a91da6485e,8ec518a91da6485e] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:42:27:155","respDate":"250331-08:42:27:194","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/20c12122-a9b6-41ac-ac62-175d3212ab4f","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:27:155-73526\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9f4431bd-a6fe-44bd-83c0-cf0c19b45f2c], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[417], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"esr-system-info-id\\\": \\\"20c12122-a9b6-41ac-ac62-175d3212ab4f\\\",\\n    \\\"user-name\\\": \\\"onap-daily-master-sm\\\",\\n    \\\"password\\\": \\\"8Th47S0ToI11FPprXmy8R0CQLfSLg2pn\\\",\\n    \\\"system-type\\\": \\\"VIM\\\"\\n        , \\\"service-url\\\": \\\"https://control-api.tnaplab.telekom.de:5000/v3/\\\"\\n        , \\\"ssl-insecure\\\": false\\n        , \\\"cloud-domain\\\": \\\"Default\\\"\\n        , \\\"default-tenant\\\": \\\"onap-daily-master-sm\\\"\\n        , \\\"system-status\\\": \\\"active\\\"\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:42:27:155-73526\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[237744], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:42:27:155-73526]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/20c12122-a9b6-41ac-ac62-175d3212ab4f" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 42 - "logType": "access"
2025-03-31 08:42:27.223 [67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] [qtp1225114731-26]  INFO [aai-resources,67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.227 [67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] [pool-574-thread-1]  INFO [aai-resources,67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] 1 --- [ol-574-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.227 [67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] [pool-574-thread-1]  INFO [aai-resources,67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] 1 --- [ol-574-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.227 [67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] [pool-574-thread-1]  INFO [aai-resources,67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] 1 --- [ol-574-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.227 [67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] [pool-574-thread-1]  INFO [aai-resources,67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] 1 --- [ol-574-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.232 [67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] [pool-574-thread-1]  INFO [aai-resources,67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] 1 --- [ol-574-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:27.232 [67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] [pool-574-thread-1]  INFO [aai-resources,67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] 1 --- [ol-574-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.232 [67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] [qtp1225114731-26] DEBUG [aai-resources,67ea557316f5660721b5dab3c2b95d58,21b5dab3c2b95d58] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:42:27:223","respDate":"250331-08:42:27:232","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:27:223-82275\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[06f8e15c-f441-4aef-8eb6-cd70a39ba135], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 404 476 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:42:27.264 [67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] [qtp1225114731-20]  INFO [aai-resources,67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.269 [67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] [qtp1225114731-20]  INFO [aai-resources,67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.269 [67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] [qtp1225114731-20]  INFO [aai-resources,67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.270 [67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] [qtp1225114731-20]  INFO [aai-resources,67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.270 [67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] [qtp1225114731-20]  INFO [aai-resources,67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.290 [67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] [qtp1225114731-20]  INFO [aai-resources,67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.305 [67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] [qtp1225114731-20] DEBUG [aai-resources,67ea55734c2718ee8c3fe406e1a58372,8c3fe406e1a58372] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:42:27:264","respDate":"250331-08:42:27:305","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:27:264-3975\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2389a5b9-cc58-4123-9151-aecbe717d54e], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[128], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"tenant-id\\\": \\\"5d082e34040e4f62a4bdf5b11f4bb2a8\\\",\\n    \\\"tenant-name\\\": \\\"onap-daily-master-sm\\\",\\n    \\\"tenant-context\\\": \\\"None\\\"\\n}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:42:27:264-3975\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[139456], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:42:27:264-3975]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 44 - "logType": "access"
2025-03-31 08:42:27.339 [67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] [qtp1225114731-26]  INFO [aai-resources,67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.346 [67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] [pool-575-thread-1]  INFO [aai-resources,67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] 1 --- [ol-575-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.346 [67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] [pool-575-thread-1]  INFO [aai-resources,67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] 1 --- [ol-575-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.346 [67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] [pool-575-thread-1]  INFO [aai-resources,67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] 1 --- [ol-575-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.347 [67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] [pool-575-thread-1]  INFO [aai-resources,67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] 1 --- [ol-575-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.351 [67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] [pool-575-thread-1]  INFO [aai-resources,67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] 1 --- [ol-575-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-macro-availability-zone ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:27.351 [67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] [pool-575-thread-1]  INFO [aai-resources,67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] 1 --- [ol-575-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.352 [67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] [qtp1225114731-26] DEBUG [aai-resources,67ea5573c2608b49b78006f3ebb3590a,b78006f3ebb3590a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:42:27:339","respDate":"250331-08:42:27:352","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-macro-availability-zone","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:27:339-86291\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[660ce5f7-f024-4bb6-ba32-080074d37d44], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-macro-availability-zone" 404 529 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:42:27.382 [67ea5573c617d464c48b93348f64090f,c48b93348f64090f] [qtp1225114731-20]  INFO [aai-resources,67ea5573c617d464c48b93348f64090f,c48b93348f64090f] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.390 [67ea5573c617d464c48b93348f64090f,c48b93348f64090f] [qtp1225114731-20]  INFO [aai-resources,67ea5573c617d464c48b93348f64090f,c48b93348f64090f] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.390 [67ea5573c617d464c48b93348f64090f,c48b93348f64090f] [qtp1225114731-20]  INFO [aai-resources,67ea5573c617d464c48b93348f64090f,c48b93348f64090f] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.390 [67ea5573c617d464c48b93348f64090f,c48b93348f64090f] [qtp1225114731-20]  INFO [aai-resources,67ea5573c617d464c48b93348f64090f,c48b93348f64090f] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.390 [67ea5573c617d464c48b93348f64090f,c48b93348f64090f] [qtp1225114731-20]  INFO [aai-resources,67ea5573c617d464c48b93348f64090f,c48b93348f64090f] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.408 [67ea5573c617d464c48b93348f64090f,c48b93348f64090f] [qtp1225114731-20]  INFO [aai-resources,67ea5573c617d464c48b93348f64090f,c48b93348f64090f] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.424 [67ea5573c617d464c48b93348f64090f,c48b93348f64090f] [qtp1225114731-20] DEBUG [aai-resources,67ea5573c617d464c48b93348f64090f,c48b93348f64090f] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:42:27:382","respDate":"250331-08:42:27:423","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-macro-availability-zone","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:27:382-93307\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[1553236e-12fe-96ee-9f57-a144863f6c08], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[98], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"availability-zone-name\\\": \\\"basicvm-macro-availability-zone\\\",\\n    \\\"hypervisor-type\\\": \\\"nova\\\"\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:42:27:382-93307\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[192576], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:42:27:382-93307]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-macro-availability-zone" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 43 - "logType": "access"
2025-03-31 08:42:27.459 [67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] [qtp1225114731-26]  INFO [aai-resources,67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.464 [67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] [qtp1225114731-26]  INFO [aai-resources,67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.464 [67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] [qtp1225114731-26]  INFO [aai-resources,67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.464 [67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] [qtp1225114731-26]  INFO [aai-resources,67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.464 [67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] [qtp1225114731-26]  INFO [aai-resources,67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.466 [67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] [qtp1225114731-26]  WARN [aai-resources,67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] 1 --- [tp1225114731-26] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6130 root cause=org.onap.aai.exceptions.AAIException: resource-version not passed for update of /cloud-infrastructure/complexes/complex/lannion ClassName- org.onap.aai.serialization.db.DBSerializer :LineNumber- 2244 :MethodName- verifyResourceVersion ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 278 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 247 :MethodName- handleWrites ClassName- org.onap.aai.rest.ResourcesController :LineNumber- 61 :MethodName- update ClassName- jdk.internal.reflect.GeneratedMethodAccessor30 :LineNumber- -1 :MethodName- invoke ClassName- jdk.internal.reflect.DelegatingMethodAccessorImpl :LineNumber- -1 :MethodName- invoke ClassName- java.lang.reflect.Method :LineNumber- -1 :MethodName- invoke ClassName- org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory :LineNumber- 52 :MethodName- lambda$static$0 ClassName- org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1 :LineNumber- 124 :MethodName- run
2025-03-31 08:42:27.467 [67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] [qtp1225114731-26]  INFO [aai-resources,67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.467 [67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] [qtp1225114731-26] DEBUG [aai-resources,67ea55731af63a958391972c2c5f1e64,8391972c2c5f1e64] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"412","rqstDate":"250331-08:42:27:459","respDate":"250331-08:42:27:467","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/complexes/complex/lannion","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:27:459-76041\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[784170f5-4ae2-4db5-8cf9-555b6f0ead2f], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[498], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"physical-location-id\\\": \\\"lannion\\\",\\n    \\\"data-center-code\\\": \\\"1234-5\\\",\\n    \\\"complex-name\\\": \\\"lannion\\\",\\n    \\\"identity-url\\\": \\\"\\\",\\n    \\\"resource-version\\\": \\\"\\\",\\n    \\\"physical-location-type\\\": \\\"\\\",\\n    \\\"street1\\\": \\\"\\\",\\n    \\\"street2\\\": \\\"\\\",\\n    \\\"city\\\": \\\"\\\",\\n    \\\"state\\\": \\\"\\\",\\n    \\\"postal-code\\\": \\\"\\\",\\n    \\\"country\\\": \\\"\\\",\\n    \\\"region\\\": \\\"\\\",\\n    \\\"latitude\\\": \\\"\\\",\\n    \\\"longitude\\\": \\\"\\\",\\n    \\\"elevation\\\": \\\"\\\",\\n    \\\"lata\\\": \\\"\\\",\\n    \\\"time-zone\\\": \\\"\\\",\\n    \\\"data-owner\\\": \\\"\\\",\\n    \\\"data-source\\\": \\\"\\\",\\n    \\\"data-source-version\\\": \\\"\\\"\\n}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:42:27:459-76041\",\"Content-Type\":null,\"Response-Code\":412,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:42:27:459-76041]}\",\"Entity\":\"{\\\"requestError\\\":{\\\"serviceException\\\":{\\\"messageId\\\":\\\"SVC3000\\\",\\\"text\\\":\\\"Invalid input performing %1 on %2 (msg=%3) (ec=%4)\\\",\\\"variables\\\":[\\\"PUT\\\",\\\"cloud-infrastructure/complexes/complex/lannion\\\",\\\"Precondition Required:resource-version not passed for update of /cloud-infrastructure/complexes/complex/lannion\\\",\\\"ERR.5.4.6130\\\"]}}}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "PUT /aai/v27/cloud-infrastructure/complexes/complex/lannion" 412 319 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:42:27.494 [67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] [qtp1225114731-20]  INFO [aai-resources,67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.498 [67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] [pool-576-thread-1]  INFO [aai-resources,67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] 1 --- [ol-576-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.498 [67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] [pool-576-thread-1]  INFO [aai-resources,67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] 1 --- [ol-576-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.498 [67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] [pool-576-thread-1]  INFO [aai-resources,67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] 1 --- [ol-576-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.498 [67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] [pool-576-thread-1]  INFO [aai-resources,67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] 1 --- [ol-576-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.529 [67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] [pool-576-thread-1]  INFO [aai-resources,67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] 1 --- [ol-576-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.529 [67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] [qtp1225114731-20] DEBUG [aai-resources,67ea55731a376ad6533d9696f7e0376d,533d9696f7e0376d] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:27:494","respDate":"250331-08:42:27:529","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-macro-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:27:494-40810\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5d0c2700-ffbd-4cca-8037-4f4e6db71a95], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-macro-cloud-owner&cloud-region-id=RegionOne" 200 379 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 37 - "logType": "access"
2025-03-31 08:42:27.559 [67ea55737a58653666361485bb808eaf,66361485bb808eaf] [qtp1225114731-26]  INFO [aai-resources,67ea55737a58653666361485bb808eaf,66361485bb808eaf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.565 [67ea55737a58653666361485bb808eaf,66361485bb808eaf] [qtp1225114731-26]  INFO [aai-resources,67ea55737a58653666361485bb808eaf,66361485bb808eaf] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.565 [67ea55737a58653666361485bb808eaf,66361485bb808eaf] [qtp1225114731-26]  INFO [aai-resources,67ea55737a58653666361485bb808eaf,66361485bb808eaf] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.565 [67ea55737a58653666361485bb808eaf,66361485bb808eaf] [qtp1225114731-26]  INFO [aai-resources,67ea55737a58653666361485bb808eaf,66361485bb808eaf] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.565 [67ea55737a58653666361485bb808eaf,66361485bb808eaf] [qtp1225114731-26]  INFO [aai-resources,67ea55737a58653666361485bb808eaf,66361485bb808eaf] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.585 [67ea55737a58653666361485bb808eaf,66361485bb808eaf] [qtp1225114731-26]  INFO [aai-resources,67ea55737a58653666361485bb808eaf,66361485bb808eaf] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.664 [67ea55737a58653666361485bb808eaf,66361485bb808eaf] [qtp1225114731-26] DEBUG [aai-resources,67ea55737a58653666361485bb808eaf,66361485bb808eaf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:27:559","respDate":"250331-08:42:27:664","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:27:559-61561\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2e8b2a2b-fdaf-4763-a387-66c1330d4d47], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[348], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"related-to\\\": \\\"complex\\\",\\n    \\\"related-link\\\": \\\"https://aai-api-oom-sm-master.tnaplab.telekom.de/aai/v27/cloud-infrastructure/complexes/complex/lannion\\\",\\n        \\\"relationship-label\\\": \\\"org.onap.relationships.inventory.LocatedIn\\\",\\n    \\\"relationship-data\\\": [{\\\"relationship-key\\\": \\\"complex.physical-location-id\\\", \\\"relationship-value\\\": \\\"lannion\\\"}]\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:27:559-61561\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:42:27:559-61561]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "PUT /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/relationship-list/relationship" 200 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 107 - "logType": "access"
2025-03-31 08:42:27.696 [67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] [qtp1225114731-20]  INFO [aai-resources,67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.702 [67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] [qtp1225114731-20]  INFO [aai-resources,67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.702 [67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] [qtp1225114731-20]  INFO [aai-resources,67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.702 [67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] [qtp1225114731-20]  INFO [aai-resources,67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.703 [67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] [qtp1225114731-20]  INFO [aai-resources,67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.711 [67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] [qtp1225114731-20]  WARN [aai-resources,67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] 1 --- [tp1225114731-20] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6130 root cause=org.onap.aai.exceptions.AAIException: resource-version not passed for update of /business/customers/customer/basicvm-customer ClassName- org.onap.aai.serialization.db.DBSerializer :LineNumber- 2244 :MethodName- verifyResourceVersion ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 278 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 247 :MethodName- handleWrites ClassName- org.onap.aai.rest.ResourcesController :LineNumber- 61 :MethodName- update ClassName- jdk.internal.reflect.GeneratedMethodAccessor30 :LineNumber- -1 :MethodName- invoke ClassName- jdk.internal.reflect.DelegatingMethodAccessorImpl :LineNumber- -1 :MethodName- invoke ClassName- java.lang.reflect.Method :LineNumber- -1 :MethodName- invoke ClassName- org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory :LineNumber- 52 :MethodName- lambda$static$0 ClassName- org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1 :LineNumber- 124 :MethodName- run
2025-03-31 08:42:27.711 [67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] [qtp1225114731-20]  INFO [aai-resources,67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.712 [67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] [qtp1225114731-20] DEBUG [aai-resources,67ea55737015c7af5c963594f1db5f19,5c963594f1db5f19] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"412","rqstDate":"250331-08:42:27:696","respDate":"250331-08:42:27:712","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basicvm-customer","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:27:696-25750\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a68fa814-6017-435f-9e96-f0bba6796aaf], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[123], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"global-customer-id\\\": \\\"basicvm-customer\\\",\\n    \\\"subscriber-name\\\": \\\"basicvm-customer\\\",\\n    \\\"subscriber-type\\\": \\\"INFRA\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:27:696-25750\",\"Content-Type\":null,\"Response-Code\":412,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:42:27:696-25750]}\",\"Entity\":\"{\\\"requestError\\\":{\\\"serviceException\\\":{\\\"messageId\\\":\\\"SVC3000\\\",\\\"text\\\":\\\"Invalid input performing %1 on %2 (msg=%3) (ec=%4)\\\",\\\"variables\\\":[\\\"PUT\\\",\\\"business/customers/customer/basicvm-customer\\\",\\\"Precondition Required:resource-version not passed for update of /business/customers/customer/basicvm-customer\\\",\\\"ERR.5.4.6130\\\"]}}}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "PUT /aai/v27/business/customers/customer/basicvm-customer" 412 315 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:42:27.748 [67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] [qtp1225114731-26]  INFO [aai-resources,67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.752 [67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] [pool-577-thread-1]  INFO [aai-resources,67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] 1 --- [ol-577-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.753 [67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] [pool-577-thread-1]  INFO [aai-resources,67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] 1 --- [ol-577-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.753 [67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] [pool-577-thread-1]  INFO [aai-resources,67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] 1 --- [ol-577-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.753 [67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] [pool-577-thread-1]  INFO [aai-resources,67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] 1 --- [ol-577-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.762 [67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] [pool-577-thread-1]  INFO [aai-resources,67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] 1 --- [ol-577-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.762 [67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] [qtp1225114731-26] DEBUG [aai-resources,67ea55734326793b867ffb72bac4610c,867ffb72bac4610c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:27:749","respDate":"250331-08:42:27:762","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:27:749-78083\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f1badd1c-0d8c-483a-accc-58e101564263], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:42:27.792 [67ea5573142e772ada0fc21165905613,da0fc21165905613] [qtp1225114731-20]  INFO [aai-resources,67ea5573142e772ada0fc21165905613,da0fc21165905613] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.797 [67ea5573142e772ada0fc21165905613,da0fc21165905613] [pool-578-thread-1]  INFO [aai-resources,67ea5573142e772ada0fc21165905613,da0fc21165905613] 1 --- [ol-578-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.797 [67ea5573142e772ada0fc21165905613,da0fc21165905613] [pool-578-thread-1]  INFO [aai-resources,67ea5573142e772ada0fc21165905613,da0fc21165905613] 1 --- [ol-578-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.797 [67ea5573142e772ada0fc21165905613,da0fc21165905613] [pool-578-thread-1]  INFO [aai-resources,67ea5573142e772ada0fc21165905613,da0fc21165905613] 1 --- [ol-578-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.797 [67ea5573142e772ada0fc21165905613,da0fc21165905613] [pool-578-thread-1]  INFO [aai-resources,67ea5573142e772ada0fc21165905613,da0fc21165905613] 1 --- [ol-578-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.810 [67ea5573142e772ada0fc21165905613,da0fc21165905613] [pool-578-thread-1]  INFO [aai-resources,67ea5573142e772ada0fc21165905613,da0fc21165905613] 1 --- [ol-578-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-subscription found at: business/customers/customer/basicvm-customer/service-subscriptions ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:27.810 [67ea5573142e772ada0fc21165905613,da0fc21165905613] [pool-578-thread-1]  INFO [aai-resources,67ea5573142e772ada0fc21165905613,da0fc21165905613] 1 --- [ol-578-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.811 [67ea5573142e772ada0fc21165905613,da0fc21165905613] [qtp1225114731-20] DEBUG [aai-resources,67ea5573142e772ada0fc21165905613,da0fc21165905613] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:42:27:792","respDate":"250331-08:42:27:811","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:27:792-66448\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9eed0206-7155-4ae8-baa6-fa1dc373dc69], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm_macro" 404 360 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:42:27.840 [67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] [qtp1225114731-26]  INFO [aai-resources,67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.847 [67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] [qtp1225114731-26]  INFO [aai-resources,67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.847 [67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] [qtp1225114731-26]  INFO [aai-resources,67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.847 [67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] [qtp1225114731-26]  INFO [aai-resources,67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.848 [67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] [qtp1225114731-26]  INFO [aai-resources,67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.861 [67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] [qtp1225114731-26]  INFO [aai-resources,67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.878 [67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] [qtp1225114731-26] DEBUG [aai-resources,67ea5573d9d3c0c2eb598e1dd5bd1275,eb598e1dd5bd1275] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:42:27:840","respDate":"250331-08:42:27:878","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:27:840-14985\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b88697fa-e0cb-4db0-b16b-265badad0a78], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[0], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:42:27:840-14985\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41226344], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:42:27:840-14985]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "PUT /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 40 - "logType": "access"
2025-03-31 08:42:27.908 [67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] [qtp1225114731-20]  INFO [aai-resources,67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.913 [67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] [pool-579-thread-1]  INFO [aai-resources,67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] 1 --- [ol-579-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.913 [67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] [pool-579-thread-1]  INFO [aai-resources,67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] 1 --- [ol-579-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.913 [67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] [pool-579-thread-1]  INFO [aai-resources,67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] 1 --- [ol-579-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.913 [67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] [pool-579-thread-1]  INFO [aai-resources,67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] 1 --- [ol-579-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.928 [67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] [pool-579-thread-1]  INFO [aai-resources,67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] 1 --- [ol-579-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.929 [67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] [qtp1225114731-20] DEBUG [aai-resources,67ea55734af135fc99dd19fa05363b2e,99dd19fa05363b2e] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:27:908","respDate":"250331-08:42:27:929","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:27:908-76556\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7c24debb-8f33-4ba1-9e3f-6dec1b403142], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm_macro" 200 95 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:42:27.958 [67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] [qtp1225114731-26]  INFO [aai-resources,67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:27.963 [67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] [pool-580-thread-1]  INFO [aai-resources,67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] 1 --- [ol-580-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:27.963 [67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] [pool-580-thread-1]  INFO [aai-resources,67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] 1 --- [ol-580-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:27.963 [67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] [pool-580-thread-1]  INFO [aai-resources,67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] 1 --- [ol-580-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:27.963 [67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] [pool-580-thread-1]  INFO [aai-resources,67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] 1 --- [ol-580-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:27.974 [67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] [pool-580-thread-1]  INFO [aai-resources,67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] 1 --- [ol-580-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:27.974 [67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] [qtp1225114731-26] DEBUG [aai-resources,67ea55739876c4d669e2b8d0d2ad610c,69e2b8d0d2ad610c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:27:959","respDate":"250331-08:42:27:974","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:27:959-38920\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a33eeff3-c1d3-4546-9534-a0e4ea691081], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:27 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:42:28.002 [67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] [qtp1225114731-20]  INFO [aai-resources,67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:28.006 [67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] [pool-581-thread-1]  INFO [aai-resources,67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] 1 --- [ol-581-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:28.006 [67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] [pool-581-thread-1]  INFO [aai-resources,67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] 1 --- [ol-581-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:28.006 [67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] [pool-581-thread-1]  INFO [aai-resources,67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] 1 --- [ol-581-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:28.006 [67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] [pool-581-thread-1]  INFO [aai-resources,67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] 1 --- [ol-581-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:28.028 [67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] [pool-581-thread-1]  INFO [aai-resources,67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] 1 --- [ol-581-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:28.028 [67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] [qtp1225114731-20] DEBUG [aai-resources,67ea557481729e17c38324f38ed14a76,c38324f38ed14a76] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:28:002","respDate":"250331-08:42:28:028","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:28:002-45104\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[91b39ec2-3c68-4401-9024-14b32b32ac82], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:28 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm_macro" 200 95 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:42:28.058 [67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] [qtp1225114731-26]  INFO [aai-resources,67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:28.062 [67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] [pool-582-thread-1]  INFO [aai-resources,67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] 1 --- [ol-582-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:28.062 [67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] [pool-582-thread-1]  INFO [aai-resources,67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] 1 --- [ol-582-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:28.062 [67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] [pool-582-thread-1]  INFO [aai-resources,67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] 1 --- [ol-582-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:28.062 [67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] [pool-582-thread-1]  INFO [aai-resources,67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] 1 --- [ol-582-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:28.088 [67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] [pool-582-thread-1]  INFO [aai-resources,67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] 1 --- [ol-582-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:28.089 [67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] [qtp1225114731-26] DEBUG [aai-resources,67ea55748f68e7a5c52c49c456d709b1,c52c49c456d709b1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:28:058","respDate":"250331-08:42:28:089","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-macro-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:28:058-14093\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[92ba0944-3e60-4c64-b050-8a12f64658a9], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:28 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-macro-cloud-owner&cloud-region-id=RegionOne" 200 687 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:42:28.121 [67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] [qtp1225114731-20]  INFO [aai-resources,67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:28.125 [67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] [pool-583-thread-1]  INFO [aai-resources,67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] 1 --- [ol-583-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:28.125 [67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] [pool-583-thread-1]  INFO [aai-resources,67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] 1 --- [ol-583-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:28.125 [67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] [pool-583-thread-1]  INFO [aai-resources,67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] 1 --- [ol-583-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:28.125 [67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] [pool-583-thread-1]  INFO [aai-resources,67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] 1 --- [ol-583-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:28.133 [67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] [pool-583-thread-1]  INFO [aai-resources,67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] 1 --- [ol-583-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:28.133 [67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] [qtp1225114731-20] DEBUG [aai-resources,67ea5574a9197347058cb2d9347882e4,058cb2d9347882e4] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:28:121","respDate":"250331-08:42:28:133","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:28:121-79522\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[999062fb-3aef-4d78-8373-46961d1fb1e0], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:28 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 144 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:42:28.163 [67ea557451625557a644d08138499645,a644d08138499645] [qtp1225114731-26]  INFO [aai-resources,67ea557451625557a644d08138499645,a644d08138499645] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:28.170 [67ea557451625557a644d08138499645,a644d08138499645] [qtp1225114731-26]  INFO [aai-resources,67ea557451625557a644d08138499645,a644d08138499645] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:28.170 [67ea557451625557a644d08138499645,a644d08138499645] [qtp1225114731-26]  INFO [aai-resources,67ea557451625557a644d08138499645,a644d08138499645] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:28.170 [67ea557451625557a644d08138499645,a644d08138499645] [qtp1225114731-26]  INFO [aai-resources,67ea557451625557a644d08138499645,a644d08138499645] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:28.171 [67ea557451625557a644d08138499645,a644d08138499645] [qtp1225114731-26]  INFO [aai-resources,67ea557451625557a644d08138499645,a644d08138499645] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:28.187 [67ea557451625557a644d08138499645,a644d08138499645] [qtp1225114731-26]  INFO [aai-resources,67ea557451625557a644d08138499645,a644d08138499645] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:28.227 [67ea557451625557a644d08138499645,a644d08138499645] [qtp1225114731-26] DEBUG [aai-resources,67ea557451625557a644d08138499645,a644d08138499645] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:42:28:164","respDate":"250331-08:42:28:227","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:57459/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:28:164-75538\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7e6ac94a-f774-476f-b408-e4f97af12931], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:57459], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[705], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"related-to\\\": \\\"tenant\\\",\\n    \\\"related-link\\\": \\\"https://aai-api-oom-sm-master.tnaplab.telekom.de/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8?resource-version=1743410547269\\\",\\n        \\\"related-to-property\\\": [{\\\"property-key\\\": \\\"tenant.tenant-name\\\", \\\"property-value\\\": \\\"onap-daily-master-sm\\\"}],\\n    \\\"relationship-data\\\": [{\\\"relationship-key\\\": \\\"cloud-region.cloud-owner\\\", \\\"relationship-value\\\": \\\"basicvm-macro-cloud-owner\\\"}, {\\\"relationship-key\\\": \\\"cloud-region.cloud-region-id\\\", \\\"relationship-value\\\": \\\"RegionOne\\\"}, {\\\"relationship-key\\\": \\\"tenant.tenant-id\\\", \\\"relationship-value\\\": \\\"5d082e34040e4f62a4bdf5b11f4bb2a8\\\"}]\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:28:164-75538\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:42:28:164-75538]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:42:28 +0000] "PUT /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/relationship-list/relationship" 200 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 66 - "logType": "access"
2025-03-31 08:42:29.082 [67ea5575f4a1ead747b54ff2db8a0746,47b54ff2db8a0746] [qtp1225114731-20]  INFO [aai-resources,67ea5575f4a1ead747b54ff2db8a0746,47b54ff2db8a0746] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:29.093 [67ea5575f4a1ead747b54ff2db8a0746,47b54ff2db8a0746] [qtp1225114731-20] DEBUG [aai-resources,67ea5575f4a1ead747b54ff2db8a0746,47b54ff2db8a0746] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"68f0ff36-125c-4def-82d0-50139a75a29c","status":"200","rqstDate":"250331-08:42:29:082","respDate":"250331-08:42:29:093","sourceId":"haproxy:68f0ff36-125c-4def-82d0-50139a75a29c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:29:082-10175\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1ff80e1f-21d7-4856-8267-a5b6c13be6b8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[68f0ff36-125c-4def-82d0-50139a75a29c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:42:29.813 [67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] [qtp1225114731-26]  INFO [aai-resources,67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:29.819 [67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] [pool-584-thread-1]  INFO [aai-resources,67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] 1 --- [ol-584-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:29.819 [67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] [pool-584-thread-1]  INFO [aai-resources,67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] 1 --- [ol-584-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:29.820 [67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] [pool-584-thread-1]  INFO [aai-resources,67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] 1 --- [ol-584-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:29.820 [67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] [pool-584-thread-1]  INFO [aai-resources,67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] 1 --- [ol-584-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:29.822 [67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] [pool-584-thread-1]  INFO [aai-resources,67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] 1 --- [ol-584-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:29.822 [67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] [pool-584-thread-1]  INFO [aai-resources,67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] 1 --- [ol-584-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:29.823 [67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] [qtp1225114731-26] DEBUG [aai-resources,67ea5575857575991471dae50b2a1bb6,1471dae50b2a1bb6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d402eb1f-e4a7-4d71-9d1c-9e1b94e71db0","status":"404","rqstDate":"250331-08:42:29:814","respDate":"250331-08:42:29:823","sourceId":"prh:d402eb1f-e4a7-4d71-9d1c-9e1b94e71db0","resourceId":"http://aai-internal.onap.svc.cluster.local:57459/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:29:814-27613\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b14efe2f-9bd8-4e36-91a2-365e40c9db82], Accept=[application/json], x-invocationid=[6b5050fb-00cc-4353-9335-46f902e47485], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:57459], x-requestid=[d402eb1f-e4a7-4d71-9d1c-9e1b94e71db0], X-Forwarded-Port=[57459], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[d402eb1f-e4a7-4d71-9d1c-9e1b94e71db0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:29 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:42:31.100 [67ea557743cdde82b1ef5346992fc0f9,b1ef5346992fc0f9] [qtp1225114731-20]  INFO [aai-resources,67ea557743cdde82b1ef5346992fc0f9,b1ef5346992fc0f9] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:31.113 [67ea557743cdde82b1ef5346992fc0f9,b1ef5346992fc0f9] [qtp1225114731-20] DEBUG [aai-resources,67ea557743cdde82b1ef5346992fc0f9,b1ef5346992fc0f9] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ff7e8187-5921-44b6-8701-564322b22bcd","status":"200","rqstDate":"250331-08:42:31:100","respDate":"250331-08:42:31:113","sourceId":"haproxy:ff7e8187-5921-44b6-8701-564322b22bcd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:31:100-60856\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ef45de49-94a1-482c-bcb3-4603519ff675], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ff7e8187-5921-44b6-8701-564322b22bcd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:42:33.120 [67ea55795c1da9c3dbd72ceaf9a5065c,dbd72ceaf9a5065c] [qtp1225114731-26]  INFO [aai-resources,67ea55795c1da9c3dbd72ceaf9a5065c,dbd72ceaf9a5065c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:33.130 [67ea55795c1da9c3dbd72ceaf9a5065c,dbd72ceaf9a5065c] [qtp1225114731-26] DEBUG [aai-resources,67ea55795c1da9c3dbd72ceaf9a5065c,dbd72ceaf9a5065c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"700edb48-1725-498e-859a-0062b4f30513","status":"200","rqstDate":"250331-08:42:33:120","respDate":"250331-08:42:33:130","sourceId":"haproxy:700edb48-1725-498e-859a-0062b4f30513","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:33:120-15572\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e50e880f-6cca-4c37-a473-105d02f881c1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[700edb48-1725-498e-859a-0062b4f30513]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:42:35.137 [67ea557bc2c5caa6da0f453ce78f2ee3,da0f453ce78f2ee3] [qtp1225114731-20]  INFO [aai-resources,67ea557bc2c5caa6da0f453ce78f2ee3,da0f453ce78f2ee3] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:35.153 [67ea557bc2c5caa6da0f453ce78f2ee3,da0f453ce78f2ee3] [qtp1225114731-20] DEBUG [aai-resources,67ea557bc2c5caa6da0f453ce78f2ee3,da0f453ce78f2ee3] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"abbbca73-53d9-4816-87b4-13d9f325e64f","status":"200","rqstDate":"250331-08:42:35:138","respDate":"250331-08:42:35:152","sourceId":"haproxy:abbbca73-53d9-4816-87b4-13d9f325e64f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:35:138-58465\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c580e235-800b-45ab-8cf6-abf522b7677f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[abbbca73-53d9-4816-87b4-13d9f325e64f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:42:37.160 [67ea557d7c43c7ea20546730f7410b15,20546730f7410b15] [qtp1225114731-26]  INFO [aai-resources,67ea557d7c43c7ea20546730f7410b15,20546730f7410b15] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:37.171 [67ea557d7c43c7ea20546730f7410b15,20546730f7410b15] [qtp1225114731-26] DEBUG [aai-resources,67ea557d7c43c7ea20546730f7410b15,20546730f7410b15] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79655d80-a5e1-4a5f-9dd9-515a3ec3a162","status":"200","rqstDate":"250331-08:42:37:160","respDate":"250331-08:42:37:171","sourceId":"haproxy:79655d80-a5e1-4a5f-9dd9-515a3ec3a162","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:37:160-58861\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a6d7afad-88e6-4330-b17e-4cf4d9ea3291], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[79655d80-a5e1-4a5f-9dd9-515a3ec3a162]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:42:39.178 [67ea557f426bb7df0f70c2c154f9e666,0f70c2c154f9e666] [qtp1225114731-20]  INFO [aai-resources,67ea557f426bb7df0f70c2c154f9e666,0f70c2c154f9e666] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:39.195 [67ea557f426bb7df0f70c2c154f9e666,0f70c2c154f9e666] [qtp1225114731-20] DEBUG [aai-resources,67ea557f426bb7df0f70c2c154f9e666,0f70c2c154f9e666] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"11ea8b98-5920-438b-8ce8-9d4dc22b6ca8","status":"200","rqstDate":"250331-08:42:39:178","respDate":"250331-08:42:39:195","sourceId":"haproxy:11ea8b98-5920-438b-8ce8-9d4dc22b6ca8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:39:178-97445\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3e5ba5f1-14b0-46e5-9619-17c964d649c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[11ea8b98-5920-438b-8ce8-9d4dc22b6ca8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:42:41.202 [67ea558139d253adc167c736745a6bea,c167c736745a6bea] [qtp1225114731-26]  INFO [aai-resources,67ea558139d253adc167c736745a6bea,c167c736745a6bea] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:41.214 [67ea558139d253adc167c736745a6bea,c167c736745a6bea] [qtp1225114731-26] DEBUG [aai-resources,67ea558139d253adc167c736745a6bea,c167c736745a6bea] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"76b4d6b4-0d36-4382-b297-1a216cb5f5ae","status":"200","rqstDate":"250331-08:42:41:202","respDate":"250331-08:42:41:214","sourceId":"haproxy:76b4d6b4-0d36-4382-b297-1a216cb5f5ae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:41:202-38812\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0e34c598-1489-4e80-a519-8514ec59c705], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[76b4d6b4-0d36-4382-b297-1a216cb5f5ae]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:42:43.221 [67ea55838f70bd81c7a52f7fba4b31ca,c7a52f7fba4b31ca] [qtp1225114731-20]  INFO [aai-resources,67ea55838f70bd81c7a52f7fba4b31ca,c7a52f7fba4b31ca] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:43.234 [67ea55838f70bd81c7a52f7fba4b31ca,c7a52f7fba4b31ca] [qtp1225114731-20] DEBUG [aai-resources,67ea55838f70bd81c7a52f7fba4b31ca,c7a52f7fba4b31ca] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8a59731e-effb-4758-bd2d-887efbe46c6f","status":"200","rqstDate":"250331-08:42:43:221","respDate":"250331-08:42:43:234","sourceId":"haproxy:8a59731e-effb-4758-bd2d-887efbe46c6f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:43:221-36946\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f9f7525e-cb05-44ec-928f-42e74c0b16a4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8a59731e-effb-4758-bd2d-887efbe46c6f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:42:45.241 [67ea5585babbcaf1a60b5c9ef4a3c69e,a60b5c9ef4a3c69e] [qtp1225114731-26]  INFO [aai-resources,67ea5585babbcaf1a60b5c9ef4a3c69e,a60b5c9ef4a3c69e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:45.254 [67ea5585babbcaf1a60b5c9ef4a3c69e,a60b5c9ef4a3c69e] [qtp1225114731-26] DEBUG [aai-resources,67ea5585babbcaf1a60b5c9ef4a3c69e,a60b5c9ef4a3c69e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"da6fb675-3b15-40f9-9d06-36f55620642e","status":"200","rqstDate":"250331-08:42:45:241","respDate":"250331-08:42:45:254","sourceId":"haproxy:da6fb675-3b15-40f9-9d06-36f55620642e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:45:241-62781\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[248b9d15-2002-4563-8c64-8b82c3a8a3ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[da6fb675-3b15-40f9-9d06-36f55620642e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:42:47.260 [67ea55870677e54c899c9a2d67787fde,899c9a2d67787fde] [qtp1225114731-20]  INFO [aai-resources,67ea55870677e54c899c9a2d67787fde,899c9a2d67787fde] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:47.272 [67ea55870677e54c899c9a2d67787fde,899c9a2d67787fde] [qtp1225114731-20] DEBUG [aai-resources,67ea55870677e54c899c9a2d67787fde,899c9a2d67787fde] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"353b3dec-4958-4199-93f7-17aca32bbad2","status":"200","rqstDate":"250331-08:42:47:261","respDate":"250331-08:42:47:272","sourceId":"haproxy:353b3dec-4958-4199-93f7-17aca32bbad2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:47:261-41753\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9f631b6c-d482-4360-a3a8-38cfb0903517], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[353b3dec-4958-4199-93f7-17aca32bbad2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:42:49.280 [67ea5589209b7707a593a15e35097b76,a593a15e35097b76] [qtp1225114731-26]  INFO [aai-resources,67ea5589209b7707a593a15e35097b76,a593a15e35097b76] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:49.291 [67ea5589209b7707a593a15e35097b76,a593a15e35097b76] [qtp1225114731-26] DEBUG [aai-resources,67ea5589209b7707a593a15e35097b76,a593a15e35097b76] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4d18adf-6caa-4458-bfbe-69dd6ad9795c","status":"200","rqstDate":"250331-08:42:49:280","respDate":"250331-08:42:49:291","sourceId":"haproxy:b4d18adf-6caa-4458-bfbe-69dd6ad9795c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:49:280-14712\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e5a7a8b1-5315-4d23-8acb-c2607f4153e3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4d18adf-6caa-4458-bfbe-69dd6ad9795c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:42:51.298 [67ea558bc020bfb5a5d89f4d9a059870,a5d89f4d9a059870] [qtp1225114731-20]  INFO [aai-resources,67ea558bc020bfb5a5d89f4d9a059870,a5d89f4d9a059870] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:51.310 [67ea558bc020bfb5a5d89f4d9a059870,a5d89f4d9a059870] [qtp1225114731-20] DEBUG [aai-resources,67ea558bc020bfb5a5d89f4d9a059870,a5d89f4d9a059870] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3b27cc7b-0763-4ac6-872c-563f8fdd1013","status":"200","rqstDate":"250331-08:42:51:298","respDate":"250331-08:42:51:310","sourceId":"haproxy:3b27cc7b-0763-4ac6-872c-563f8fdd1013","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:51:298-4509\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c8466af1-a558-4a8f-b502-e679380918ab], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3b27cc7b-0763-4ac6-872c-563f8fdd1013]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:42:52.023 [67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] [qtp1225114731-26]  INFO [aai-resources,67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:52.028 [67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] [pool-585-thread-1]  INFO [aai-resources,67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] 1 --- [ol-585-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:52.028 [67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] [pool-585-thread-1]  INFO [aai-resources,67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] 1 --- [ol-585-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:52.028 [67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] [pool-585-thread-1]  INFO [aai-resources,67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] 1 --- [ol-585-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:52.028 [67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] [pool-585-thread-1]  INFO [aai-resources,67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] 1 --- [ol-585-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:52.035 [67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] [pool-585-thread-1]  INFO [aai-resources,67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] 1 --- [ol-585-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/44780779-1da2-42cb-8779-3e28de6bfc4b ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:52.035 [67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] [pool-585-thread-1]  INFO [aai-resources,67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] 1 --- [ol-585-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:52.036 [67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] [qtp1225114731-26] DEBUG [aai-resources,67ea558c855ede28a581c1d91483b9ca,e802b58e21306a50] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","status":"404","rqstDate":"250331-08:42:52:023","respDate":"250331-08:42:52:036","sourceId":"ModelLoader:e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","resourceId":"http://aai.onap:53093/aai/v29/service-design-and-creation/models/model/44780779-1da2-42cb-8779-3e28de6bfc4b","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:52:023-12117\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f9b1d0a8-60ea-9359-9b62-d53b489c06f7], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c], Host=[aai.onap:53093], X-Forwarded-Port=[53093], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea558c855ede28a581c1d91483b9ca], x-b3-spanid=[a581c1d91483b9ca], traceparent=[00-67ea558c855ede28a581c1d91483b9ca-a581c1d91483b9ca-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:52 +0000] "GET /aai/v29/service-design-and-creation/models/model/44780779-1da2-42cb-8779-3e28de6bfc4b" 404 501 REST e49f3acf-e955-4e5c-bc4e-68e68cd8e89c ModelLoader 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:42:52.046 [67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] [qtp1225114731-20]  INFO [aai-resources,67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:52.103 [67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] [qtp1225114731-20]  INFO [aai-resources,67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:52.103 [67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] [qtp1225114731-20]  INFO [aai-resources,67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:52.103 [67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] [qtp1225114731-20]  INFO [aai-resources,67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:52.103 [67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] [qtp1225114731-20]  INFO [aai-resources,67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:52.345 [67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] [qtp1225114731-20]  INFO [aai-resources,67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:52.488 [67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] [qtp1225114731-20] DEBUG [aai-resources,67ea558c21eb371a54db27f4c44e4f73,72076c8cd9195654] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","status":"201","rqstDate":"250331-08:42:52:046","respDate":"250331-08:42:52:488","sourceId":"ModelLoader:e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","resourceId":"http://aai.onap:53093/aai/v29/service-design-and-creation/models/model/44780779-1da2-42cb-8779-3e28de6bfc4b","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:52:046-91309\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[a56525af-ad1c-4ce3-b596-6dcee70bd69e], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c], Host=[aai.onap:53093], X-Forwarded-Port=[53093], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea558c21eb371a54db27f4c44e4f73], x-b3-spanid=[54db27f4c44e4f73], traceparent=[00-67ea558c21eb371a54db27f4c44e4f73-54db27f4c44e4f73-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[8185], Content-Type=[application/xml], X-ONAP-RequestID=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c]}\",\"Payload\":\"\\n    44780779-1da2-42cb-8779-3e28de6bfc4b\\n    resource\\n    \\n        \\n            3f5e3850-1b64-4db5-806a-ea6336e686e0\\n            BasicVmMacro..base_ubuntu20..module-0\\n            1\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                f6a038c2-820c-42ba-8c2b-375e24e8f932\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                3f4c7204-739b-4bbb-87a7-8a6856439c90\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                abcc54bc-bb74-49dc-9043-7f7171707545\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                97c26c99-6870-44c1-8a07-1d900d3f4ce6\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    F\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                36200fb5-f251-4f5d-a520-7c5ad5c2cd4b\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                bace8d1c-a261-4041-9e37-823117415d0f\\n                                            \\n                                        \\n                                    \\n                                \\n                                \\n                                    T\\n                                    unbounded\\n                                    \\n                                    \\n                                        \\n                                            model-ver\\n                                            \\n                                                model-ver.model-version-id\\n                                                5761e0a7-c6df-4d8a-9ebd-b8f445054dec\\n                                            \\n                                            \\n                                                model.model-invariant-id\\n                                                96129eb9-f0de-4e05-8af2-73146473f766\\n                                            \\n                                        \\n                                    \\n                                \\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        8ecb2c5d-7176-4317-a255-26274edfdd53\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        ff69d4e0-a8e8-4108-bdb0-dd63217e63c7\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                c00563ae-812b-4e62-8330-7c4d0f47088a\\n                            \\n                            \\n                                model.model-invariant-id\\n                                ef86f9c5-2165-44f3-8fc3-96018b609ea5\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:52:046-91309\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[221400], Content-Type=[application/xml], X-AAI-TXID=[2-aai-resources-250331-08:42:52:046-91309]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:52 +0000] "PUT /aai/v29/service-design-and-creation/models/model/44780779-1da2-42cb-8779-3e28de6bfc4b" 201 0 REST e49f3acf-e955-4e5c-bc4e-68e68cd8e89c ModelLoader 127.0.0.6 - - - - - - - - - 445 - "logType": "access"
2025-03-31 08:42:52.500 [67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] [qtp1225114731-26]  INFO [aai-resources,67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:52.504 [67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] [pool-586-thread-1]  INFO [aai-resources,67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] 1 --- [ol-586-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:52.504 [67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] [pool-586-thread-1]  INFO [aai-resources,67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] 1 --- [ol-586-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:52.504 [67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] [pool-586-thread-1]  INFO [aai-resources,67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] 1 --- [ol-586-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:52.504 [67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] [pool-586-thread-1]  INFO [aai-resources,67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] 1 --- [ol-586-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:52.509 [67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] [pool-586-thread-1]  INFO [aai-resources,67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] 1 --- [ol-586-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/b2fd927f-da97-4f97-bb8d-4fef5bced9e3 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:52.510 [67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] [pool-586-thread-1]  INFO [aai-resources,67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] 1 --- [ol-586-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:52.510 [67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] [qtp1225114731-26] DEBUG [aai-resources,67ea558cef4b5f39dcaed14c819dc7ec,756bc98bfe28590e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","status":"404","rqstDate":"250331-08:42:52:500","respDate":"250331-08:42:52:510","sourceId":"ModelLoader:e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","resourceId":"http://aai.onap:53093/aai/v29/service-design-and-creation/models/model/b2fd927f-da97-4f97-bb8d-4fef5bced9e3","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:52:500-37225\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[46f721f3-3660-436f-8dc9-38c52b64dd2e], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c], Host=[aai.onap:53093], X-Forwarded-Port=[53093], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea558cef4b5f39dcaed14c819dc7ec], x-b3-spanid=[dcaed14c819dc7ec], traceparent=[00-67ea558cef4b5f39dcaed14c819dc7ec-dcaed14c819dc7ec-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:52 +0000] "GET /aai/v29/service-design-and-creation/models/model/b2fd927f-da97-4f97-bb8d-4fef5bced9e3" 404 501 REST e49f3acf-e955-4e5c-bc4e-68e68cd8e89c ModelLoader 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:42:52.519 [67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] [qtp1225114731-20]  INFO [aai-resources,67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:52.540 [67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] [qtp1225114731-20]  INFO [aai-resources,67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:52.540 [67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] [qtp1225114731-20]  INFO [aai-resources,67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:52.540 [67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] [qtp1225114731-20]  INFO [aai-resources,67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:52.540 [67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] [qtp1225114731-20]  INFO [aai-resources,67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:52.628 [67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] [qtp1225114731-20]  INFO [aai-resources,67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:52.675 [67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] [qtp1225114731-20] DEBUG [aai-resources,67ea558c57b5ee40757a1b0adc032ca8,d2f246d52a65056c] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","status":"201","rqstDate":"250331-08:42:52:520","respDate":"250331-08:42:52:675","sourceId":"ModelLoader:e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","resourceId":"http://aai.onap:53093/aai/v29/service-design-and-creation/models/model/b2fd927f-da97-4f97-bb8d-4fef5bced9e3","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:42:52:520-7035\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[89de54c9-0f30-4aa3-888e-b17d85208856], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c], Host=[aai.onap:53093], X-Forwarded-Port=[53093], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea558c57b5ee40757a1b0adc032ca8], x-b3-spanid=[757a1b0adc032ca8], traceparent=[00-67ea558c57b5ee40757a1b0adc032ca8-757a1b0adc032ca8-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[2959], Content-Type=[application/xml], X-ONAP-RequestID=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c]}\",\"Payload\":\"\\n    b2fd927f-da97-4f97-bb8d-4fef5bced9e3\\n    resource\\n    \\n        \\n            f9ea367f-e28b-4c4e-a7be-43954490e127\\n            basic_vm_macro\\n            1.0\\n            ONAP SDK Resource\\n            ubuntu20\\n            1.0.0\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        3f5e3850-1b64-4db5-806a-ea6336e686e0\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        44780779-1da2-42cb-8779-3e28de6bfc4b\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                93a6166f-b3d5-4f06-b4ba-aed48d009ad9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                acc6edd8-a8d4-4b93-afaa-0994068be14c\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:42:52:520-7035\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[225496], Content-Type=[application/xml], X-AAI-TXID=[1-aai-resources-250331-08:42:52:520-7035]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:52 +0000] "PUT /aai/v29/service-design-and-creation/models/model/b2fd927f-da97-4f97-bb8d-4fef5bced9e3" 201 0 REST e49f3acf-e955-4e5c-bc4e-68e68cd8e89c ModelLoader 127.0.0.6 - - - - - - - - - 157 - "logType": "access"
2025-03-31 08:42:52.686 [67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] [qtp1225114731-26]  INFO [aai-resources,67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:52.690 [67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] [pool-587-thread-1]  INFO [aai-resources,67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] 1 --- [ol-587-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:52.690 [67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] [pool-587-thread-1]  INFO [aai-resources,67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] 1 --- [ol-587-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:52.691 [67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] [pool-587-thread-1]  INFO [aai-resources,67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] 1 --- [ol-587-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:52.691 [67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] [pool-587-thread-1]  INFO [aai-resources,67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] 1 --- [ol-587-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:52.696 [67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] [pool-587-thread-1]  INFO [aai-resources,67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] 1 --- [ol-587-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/2423ba3e-d67c-4dae-a5ca-4f219df9b8ee ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:42:52.697 [67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] [pool-587-thread-1]  INFO [aai-resources,67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] 1 --- [ol-587-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:52.697 [67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] [qtp1225114731-26] DEBUG [aai-resources,67ea558cb1d76425786319f494e9e2d6,1266f961821f8562] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","status":"404","rqstDate":"250331-08:42:52:687","respDate":"250331-08:42:52:697","sourceId":"ModelLoader:e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","resourceId":"http://aai.onap:53093/aai/v29/service-design-and-creation/models/model/2423ba3e-d67c-4dae-a5ca-4f219df9b8ee","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:52:687-37738\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[aae5f607-8a00-44bf-af61-160561cf285f], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c], Host=[aai.onap:53093], X-Forwarded-Port=[53093], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea558cb1d76425786319f494e9e2d6], x-b3-spanid=[786319f494e9e2d6], traceparent=[00-67ea558cb1d76425786319f494e9e2d6-786319f494e9e2d6-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:52 +0000] "GET /aai/v29/service-design-and-creation/models/model/2423ba3e-d67c-4dae-a5ca-4f219df9b8ee" 404 501 REST e49f3acf-e955-4e5c-bc4e-68e68cd8e89c ModelLoader 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:42:52.706 [67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] [qtp1225114731-20]  INFO [aai-resources,67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:52.726 [67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] [qtp1225114731-20]  INFO [aai-resources,67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:42:52.726 [67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] [qtp1225114731-20]  INFO [aai-resources,67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:42:52.726 [67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] [qtp1225114731-20]  INFO [aai-resources,67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:42:52.726 [67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] [qtp1225114731-20]  INFO [aai-resources,67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:42:52.821 [67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] [qtp1225114731-20]  INFO [aai-resources,67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:42:52.876 [67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] [qtp1225114731-20] DEBUG [aai-resources,67ea558c0d2b905a8e119a75b101b0b9,78863330a866663f] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","status":"201","rqstDate":"250331-08:42:52:706","respDate":"250331-08:42:52:876","sourceId":"ModelLoader:e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","resourceId":"http://aai.onap:53093/aai/v29/service-design-and-creation/models/model/2423ba3e-d67c-4dae-a5ca-4f219df9b8ee","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:42:52:706-30783\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[4f931db6-4643-4fce-80bc-d6a16b6932a2], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c], Host=[aai.onap:53093], X-Forwarded-Port=[53093], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea558c0d2b905a8e119a75b101b0b9], x-b3-spanid=[8e119a75b101b0b9], traceparent=[00-67ea558c0d2b905a8e119a75b101b0b9-8e119a75b101b0b9-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[2887], Content-Type=[application/xml], X-ONAP-RequestID=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c]}\",\"Payload\":\"\\n    2423ba3e-d67c-4dae-a5ca-4f219df9b8ee\\n    service\\n    Network Service\\n    \\n        \\n            d43a0904-3af8-447a-8ab2-d7e9ddef0263\\n            basic_vm_macro\\n            1.0\\n            ONAP SDK Service\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        f9ea367f-e28b-4c4e-a7be-43954490e127\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        b2fd927f-da97-4f97-bb8d-4fef5bced9e3\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                46b92144-923a-4d20-b85a-3cbd847668a9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                82194af1-3c2c-485a-8f44-420e22a9eaa4\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:42:52:706-30783\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[147648], Content-Type=[application/xml], X-AAI-TXID=[2-aai-resources-250331-08:42:52:706-30783]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:52 +0000] "PUT /aai/v29/service-design-and-creation/models/model/2423ba3e-d67c-4dae-a5ca-4f219df9b8ee" 201 0 REST e49f3acf-e955-4e5c-bc4e-68e68cd8e89c ModelLoader 127.0.0.6 - - - - - - - - - 172 - "logType": "access"
2025-03-31 08:42:53.315 [67ea558d1ef92958e6286f7dd334a8ce,e6286f7dd334a8ce] [qtp1225114731-26]  INFO [aai-resources,67ea558d1ef92958e6286f7dd334a8ce,e6286f7dd334a8ce] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:53.333 [67ea558d1ef92958e6286f7dd334a8ce,e6286f7dd334a8ce] [qtp1225114731-26] DEBUG [aai-resources,67ea558d1ef92958e6286f7dd334a8ce,e6286f7dd334a8ce] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0fa35be4-093c-45cd-9b00-350350b72ec4","status":"200","rqstDate":"250331-08:42:53:316","respDate":"250331-08:42:53:333","sourceId":"haproxy:0fa35be4-093c-45cd-9b00-350350b72ec4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:53:316-38826\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5748b460-b7ca-4b35-87f3-3ed315e182ce], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0fa35be4-093c-45cd-9b00-350350b72ec4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:42:55.339 [67ea558f0cc448f1609f35ba23028511,609f35ba23028511] [qtp1225114731-20]  INFO [aai-resources,67ea558f0cc448f1609f35ba23028511,609f35ba23028511] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:55.350 [67ea558f0cc448f1609f35ba23028511,609f35ba23028511] [qtp1225114731-20] DEBUG [aai-resources,67ea558f0cc448f1609f35ba23028511,609f35ba23028511] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"25e2037e-086f-44ac-92ad-ee0b06f66d9e","status":"200","rqstDate":"250331-08:42:55:339","respDate":"250331-08:42:55:350","sourceId":"haproxy:25e2037e-086f-44ac-92ad-ee0b06f66d9e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:55:339-73486\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ee27366d-398e-4327-a222-ff9fada95d5e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[25e2037e-086f-44ac-92ad-ee0b06f66d9e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:42:57.357 [67ea55919d14609fd19dd7f84b99d2d3,d19dd7f84b99d2d3] [qtp1225114731-26]  INFO [aai-resources,67ea55919d14609fd19dd7f84b99d2d3,d19dd7f84b99d2d3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:57.370 [67ea55919d14609fd19dd7f84b99d2d3,d19dd7f84b99d2d3] [qtp1225114731-26] DEBUG [aai-resources,67ea55919d14609fd19dd7f84b99d2d3,d19dd7f84b99d2d3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a5d4b5f0-fedc-489b-be08-a5680e3c1113","status":"200","rqstDate":"250331-08:42:57:357","respDate":"250331-08:42:57:369","sourceId":"haproxy:a5d4b5f0-fedc-489b-be08-a5680e3c1113","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:57:357-9520\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2a376c3f-1780-46c3-9614-26e58aa330cd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a5d4b5f0-fedc-489b-be08-a5680e3c1113]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:42:59.375 [67ea5593cef5df5edbc7d7497d77d3ad,dbc7d7497d77d3ad] [qtp1225114731-25]  INFO [aai-resources,67ea5593cef5df5edbc7d7497d77d3ad,dbc7d7497d77d3ad] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:42:59.385 [67ea5593cef5df5edbc7d7497d77d3ad,dbc7d7497d77d3ad] [qtp1225114731-25] DEBUG [aai-resources,67ea5593cef5df5edbc7d7497d77d3ad,dbc7d7497d77d3ad] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7114d452-3415-4e6c-84dc-88130b3a35cd","status":"200","rqstDate":"250331-08:42:59:376","respDate":"250331-08:42:59:385","sourceId":"haproxy:7114d452-3415-4e6c-84dc-88130b3a35cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:42:59:376-86133\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dd14c25c-e415-472a-9e22-32e254aefc8f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7114d452-3415-4e6c-84dc-88130b3a35cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:42:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:43:00.855 [67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] [qtp1225114731-26]  INFO [aai-resources,67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:00.859 [67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] [pool-588-thread-1]  INFO [aai-resources,67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] 1 --- [ol-588-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:00.859 [67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] [pool-588-thread-1]  INFO [aai-resources,67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] 1 --- [ol-588-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:00.859 [67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] [pool-588-thread-1]  INFO [aai-resources,67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] 1 --- [ol-588-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:00.859 [67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] [pool-588-thread-1]  INFO [aai-resources,67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] 1 --- [ol-588-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:00.860 [67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] [pool-588-thread-1]  INFO [aai-resources,67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] 1 --- [ol-588-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:43:00.860 [67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] [pool-588-thread-1]  INFO [aai-resources,67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] 1 --- [ol-588-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:00.861 [67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] [qtp1225114731-26] DEBUG [aai-resources,67ea5594e2224e375c3459ff2716d53c,5c3459ff2716d53c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85f8ad1b-00fd-432c-969c-3d3b6dd7503b","status":"404","rqstDate":"250331-08:43:00:855","respDate":"250331-08:43:00:861","sourceId":"prh:85f8ad1b-00fd-432c-969c-3d3b6dd7503b","resourceId":"http://aai-internal.onap.svc.cluster.local:50821/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:00:855-97954\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[05bd766d-795f-4b9a-9b8e-1ce5688064c2], Accept=[application/json], x-invocationid=[914a973e-2942-4436-825e-75745279cc44], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:50821], x-requestid=[85f8ad1b-00fd-432c-969c-3d3b6dd7503b], X-Forwarded-Port=[50821], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[85f8ad1b-00fd-432c-969c-3d3b6dd7503b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:00 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:43:01.392 [67ea55953962d163f17df2dc35d4440e,f17df2dc35d4440e] [qtp1225114731-25]  INFO [aai-resources,67ea55953962d163f17df2dc35d4440e,f17df2dc35d4440e] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:01.403 [67ea55953962d163f17df2dc35d4440e,f17df2dc35d4440e] [qtp1225114731-25] DEBUG [aai-resources,67ea55953962d163f17df2dc35d4440e,f17df2dc35d4440e] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d8edc17c-f8c3-485a-a614-735185385979","status":"200","rqstDate":"250331-08:43:01:392","respDate":"250331-08:43:01:403","sourceId":"haproxy:d8edc17c-f8c3-485a-a614-735185385979","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:01:392-21649\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cf0f9697-5e56-4a9f-b35c-942f1af6621a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d8edc17c-f8c3-485a-a614-735185385979]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:43:03.410 [67ea5597eb8f6b11071d6f04cdc6d9ae,071d6f04cdc6d9ae] [qtp1225114731-26]  INFO [aai-resources,67ea5597eb8f6b11071d6f04cdc6d9ae,071d6f04cdc6d9ae] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:03.422 [67ea5597eb8f6b11071d6f04cdc6d9ae,071d6f04cdc6d9ae] [qtp1225114731-26] DEBUG [aai-resources,67ea5597eb8f6b11071d6f04cdc6d9ae,071d6f04cdc6d9ae] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"922923b6-3276-450b-9328-82121824c77d","status":"200","rqstDate":"250331-08:43:03:410","respDate":"250331-08:43:03:422","sourceId":"haproxy:922923b6-3276-450b-9328-82121824c77d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:03:410-95983\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1d9df59b-0a8b-4498-9107-f8687f56ab22], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[922923b6-3276-450b-9328-82121824c77d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:43:05.430 [67ea55999be8b2f31b6acc2308cc913d,1b6acc2308cc913d] [qtp1225114731-25]  INFO [aai-resources,67ea55999be8b2f31b6acc2308cc913d,1b6acc2308cc913d] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:05.444 [67ea55999be8b2f31b6acc2308cc913d,1b6acc2308cc913d] [qtp1225114731-25] DEBUG [aai-resources,67ea55999be8b2f31b6acc2308cc913d,1b6acc2308cc913d] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3dae1129-b94f-4267-a24e-80a101503f26","status":"200","rqstDate":"250331-08:43:05:430","respDate":"250331-08:43:05:444","sourceId":"haproxy:3dae1129-b94f-4267-a24e-80a101503f26","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:05:430-48341\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[76c61803-0830-462e-9df3-154a7946fc42], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3dae1129-b94f-4267-a24e-80a101503f26]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:43:07.449 [67ea559b5e35f9680f72a79290384119,0f72a79290384119] [qtp1225114731-26]  INFO [aai-resources,67ea559b5e35f9680f72a79290384119,0f72a79290384119] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:07.461 [67ea559b5e35f9680f72a79290384119,0f72a79290384119] [qtp1225114731-26] DEBUG [aai-resources,67ea559b5e35f9680f72a79290384119,0f72a79290384119] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4ce79a5-7c6e-4517-9764-9910cd54bcb0","status":"200","rqstDate":"250331-08:43:07:449","respDate":"250331-08:43:07:461","sourceId":"haproxy:b4ce79a5-7c6e-4517-9764-9910cd54bcb0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:07:449-93125\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d51f1d2-406d-42ec-a090-c8b77673c271], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4ce79a5-7c6e-4517-9764-9910cd54bcb0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:43:09.247 [67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] [qtp1225114731-25]  INFO [aai-resources,67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:09.252 [67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] [qtp1225114731-25]  INFO [aai-resources,67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:09.252 [67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] [qtp1225114731-25]  INFO [aai-resources,67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:09.252 [67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] [qtp1225114731-25]  INFO [aai-resources,67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:09.252 [67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] [qtp1225114731-25]  INFO [aai-resources,67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:09.270 [67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] [qtp1225114731-25]  INFO [aai-resources,67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:09.278 [67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] [qtp1225114731-25] DEBUG [aai-resources,67ea559d600aa99aac7a48fd0a8275a8,ac7a48fd0a8275a8] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:43:09:247","respDate":"250331-08:43:09:278","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:50821/aai/v27/business/customers/customer/pnf_macrocustomer","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:09:247-89696\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[0bce0357-c0a7-4347-829a-dcfed8460286], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:50821], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[50821], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[125], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"global-customer-id\\\": \\\"pnf_macrocustomer\\\",\\n    \\\"subscriber-name\\\": \\\"pnf_macrocustomer\\\",\\n    \\\"subscriber-type\\\": \\\"INFRA\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:43:09:247-89696\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[245944], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:43:09:247-89696]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:43:09 +0000] "PUT /aai/v27/business/customers/customer/pnf_macrocustomer" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:43:09.309 [67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] [qtp1225114731-26]  INFO [aai-resources,67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:09.312 [67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] [pool-589-thread-1]  INFO [aai-resources,67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] 1 --- [ol-589-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:09.312 [67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] [pool-589-thread-1]  INFO [aai-resources,67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] 1 --- [ol-589-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:09.312 [67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] [pool-589-thread-1]  INFO [aai-resources,67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] 1 --- [ol-589-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:09.313 [67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] [pool-589-thread-1]  INFO [aai-resources,67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] 1 --- [ol-589-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:09.325 [67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] [pool-589-thread-1]  INFO [aai-resources,67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] 1 --- [ol-589-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:09.326 [67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] [qtp1225114731-26] DEBUG [aai-resources,67ea559df93a2d158e8dae968c62f0e6,8e8dae968c62f0e6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:43:09:309","respDate":"250331-08:43:09:326","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:50821/aai/v27/business/customers/customer/pnf_macrocustomer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:09:309-84290\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[85410a13-1de9-4d3d-8049-f173c907c26a], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:50821], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[50821], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:43:09 +0000] "GET /aai/v27/business/customers/customer/pnf_macrocustomer" 200 141 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:43:09.355 [67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] [qtp1225114731-25]  INFO [aai-resources,67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:09.358 [67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] [pool-590-thread-1]  INFO [aai-resources,67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] 1 --- [ol-590-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:09.358 [67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] [pool-590-thread-1]  INFO [aai-resources,67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] 1 --- [ol-590-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:09.358 [67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] [pool-590-thread-1]  INFO [aai-resources,67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] 1 --- [ol-590-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:09.359 [67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] [pool-590-thread-1]  INFO [aai-resources,67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] 1 --- [ol-590-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:09.375 [67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] [pool-590-thread-1]  INFO [aai-resources,67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] 1 --- [ol-590-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:09.375 [67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] [qtp1225114731-25] DEBUG [aai-resources,67ea559d1b422c2ac830690188d45d9b,c830690188d45d9b] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:43:09:355","respDate":"250331-08:43:09:375","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:50821/aai/v27/business/customers/customer/pnf_macrocustomer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:09:355-7442\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[03362e36-2e3c-4870-be36-ee5fd5231c74], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:50821], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[50821], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:43:09 +0000] "GET /aai/v27/business/customers/customer/pnf_macrocustomer" 200 141 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:43:09.403 [67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] [qtp1225114731-26]  INFO [aai-resources,67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:09.407 [67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] [pool-591-thread-1]  INFO [aai-resources,67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] 1 --- [ol-591-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:09.407 [67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] [pool-591-thread-1]  INFO [aai-resources,67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] 1 --- [ol-591-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:09.408 [67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] [pool-591-thread-1]  INFO [aai-resources,67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] 1 --- [ol-591-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:09.408 [67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] [pool-591-thread-1]  INFO [aai-resources,67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] 1 --- [ol-591-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:09.420 [67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] [pool-591-thread-1]  INFO [aai-resources,67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] 1 --- [ol-591-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-subscription found at: business/customers/customer/pnf_macrocustomer/service-subscriptions ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:43:09.420 [67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] [pool-591-thread-1]  INFO [aai-resources,67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] 1 --- [ol-591-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:09.421 [67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] [qtp1225114731-26] DEBUG [aai-resources,67ea559dffa395183ec2f1a8c7fd11a8,3ec2f1a8c7fd11a8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:43:09:404","respDate":"250331-08:43:09:421","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:50821/aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions?service-type=pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:09:404-70065\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[88b3a0ed-6d48-41b3-a575-f7d10ea0ddd5], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:50821], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[50821], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:43:09 +0000] "GET /aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions?service-type=pnf_macro" 404 362 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:43:09.463 [67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] [qtp1225114731-25]  INFO [aai-resources,67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:09.467 [67ea559d92bda33a8f60e86c6f6b4b2d,8f60e86c6f6b4b2d] [qtp1225114731-642]  INFO [aai-resources,67ea559d92bda33a8f60e86c6f6b4b2d,8f60e86c6f6b4b2d] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:09.470 [67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] [qtp1225114731-25]  INFO [aai-resources,67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:09.470 [67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] [qtp1225114731-25]  INFO [aai-resources,67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:09.470 [67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] [qtp1225114731-25]  INFO [aai-resources,67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:09.470 [67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] [qtp1225114731-25]  INFO [aai-resources,67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:09.479 [67ea559d92bda33a8f60e86c6f6b4b2d,8f60e86c6f6b4b2d] [qtp1225114731-642] DEBUG [aai-resources,67ea559d92bda33a8f60e86c6f6b4b2d,8f60e86c6f6b4b2d] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c34f36b8-1876-4333-9f30-4a9dd17a903f","status":"200","rqstDate":"250331-08:43:09:468","respDate":"250331-08:43:09:479","sourceId":"haproxy:c34f36b8-1876-4333-9f30-4a9dd17a903f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:09:468-23829\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99bacdd3-81cc-4da5-8e78-54af89a0c20f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c34f36b8-1876-4333-9f30-4a9dd17a903f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:43:09.493 [67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] [qtp1225114731-25]  INFO [aai-resources,67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:09.505 [67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] [qtp1225114731-25] DEBUG [aai-resources,67ea559dbb7efbdb7603f56fd89774fa,7603f56fd89774fa] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:43:09:463","respDate":"250331-08:43:09:505","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:50821/aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:09:463-20552\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d12a53f8-9a69-42cc-8465-bbf57f52d6a2], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:50821], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[50821], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[0], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:43:09:463-20552\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[250040], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:43:09:463-20552]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:43:09 +0000] "PUT /aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 44 - "logType": "access"
2025-03-31 08:43:09.532 [67ea559d75a48f8c28f545b54414da39,28f545b54414da39] [qtp1225114731-26]  INFO [aai-resources,67ea559d75a48f8c28f545b54414da39,28f545b54414da39] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:09.537 [67ea559d75a48f8c28f545b54414da39,28f545b54414da39] [pool-592-thread-1]  INFO [aai-resources,67ea559d75a48f8c28f545b54414da39,28f545b54414da39] 1 --- [ol-592-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:09.537 [67ea559d75a48f8c28f545b54414da39,28f545b54414da39] [pool-592-thread-1]  INFO [aai-resources,67ea559d75a48f8c28f545b54414da39,28f545b54414da39] 1 --- [ol-592-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:09.537 [67ea559d75a48f8c28f545b54414da39,28f545b54414da39] [pool-592-thread-1]  INFO [aai-resources,67ea559d75a48f8c28f545b54414da39,28f545b54414da39] 1 --- [ol-592-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:09.537 [67ea559d75a48f8c28f545b54414da39,28f545b54414da39] [pool-592-thread-1]  INFO [aai-resources,67ea559d75a48f8c28f545b54414da39,28f545b54414da39] 1 --- [ol-592-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:09.561 [67ea559d75a48f8c28f545b54414da39,28f545b54414da39] [pool-592-thread-1]  INFO [aai-resources,67ea559d75a48f8c28f545b54414da39,28f545b54414da39] 1 --- [ol-592-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:09.562 [67ea559d75a48f8c28f545b54414da39,28f545b54414da39] [qtp1225114731-26] DEBUG [aai-resources,67ea559d75a48f8c28f545b54414da39,28f545b54414da39] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:43:09:533","respDate":"250331-08:43:09:561","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:50821/aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions?service-type=pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:09:533-97683\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6cc61e55-f81a-4633-b4da-12207d36463d], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:50821], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[50821], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:43:09 +0000] "GET /aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions?service-type=pnf_macro" 200 90 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:43:11.486 [67ea559f368391c4106f4c1700599150,106f4c1700599150] [qtp1225114731-25]  INFO [aai-resources,67ea559f368391c4106f4c1700599150,106f4c1700599150] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:11.498 [67ea559f368391c4106f4c1700599150,106f4c1700599150] [qtp1225114731-25] DEBUG [aai-resources,67ea559f368391c4106f4c1700599150,106f4c1700599150] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a3c4e5b2-aaa6-47c8-9e86-36bfcd080846","status":"200","rqstDate":"250331-08:43:11:486","respDate":"250331-08:43:11:498","sourceId":"haproxy:a3c4e5b2-aaa6-47c8-9e86-36bfcd080846","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:11:486-80765\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c506523a-3d3d-4af0-968d-5e3940826bb6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a3c4e5b2-aaa6-47c8-9e86-36bfcd080846]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:43:13.503 [67ea55a1e79e0151fa6fc077ced1f2ab,fa6fc077ced1f2ab] [qtp1225114731-26]  INFO [aai-resources,67ea55a1e79e0151fa6fc077ced1f2ab,fa6fc077ced1f2ab] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:13.517 [67ea55a1e79e0151fa6fc077ced1f2ab,fa6fc077ced1f2ab] [qtp1225114731-26] DEBUG [aai-resources,67ea55a1e79e0151fa6fc077ced1f2ab,fa6fc077ced1f2ab] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9be3ca55-d954-4db6-9df9-815ce8ae5a56","status":"200","rqstDate":"250331-08:43:13:503","respDate":"250331-08:43:13:517","sourceId":"haproxy:9be3ca55-d954-4db6-9df9-815ce8ae5a56","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:13:503-16524\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[85df64e4-a27d-9eb9-8305-98c47fb5fd14], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9be3ca55-d954-4db6-9df9-815ce8ae5a56]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:43:15.524 [67ea55a3f6053b9e49f79483eda28825,49f79483eda28825] [qtp1225114731-25]  INFO [aai-resources,67ea55a3f6053b9e49f79483eda28825,49f79483eda28825] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:15.538 [67ea55a3f6053b9e49f79483eda28825,49f79483eda28825] [qtp1225114731-25] DEBUG [aai-resources,67ea55a3f6053b9e49f79483eda28825,49f79483eda28825] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"17e3a883-436b-4c04-bf06-fdd1356af103","status":"200","rqstDate":"250331-08:43:15:524","respDate":"250331-08:43:15:538","sourceId":"haproxy:17e3a883-436b-4c04-bf06-fdd1356af103","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:15:524-76012\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a97f64dc-765a-4b0b-b3b2-5774677818e0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[17e3a883-436b-4c04-bf06-fdd1356af103]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:43:17.545 [67ea55a5a7c92617250139283f0daac3,250139283f0daac3] [qtp1225114731-26]  INFO [aai-resources,67ea55a5a7c92617250139283f0daac3,250139283f0daac3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:17.559 [67ea55a5a7c92617250139283f0daac3,250139283f0daac3] [qtp1225114731-26] DEBUG [aai-resources,67ea55a5a7c92617250139283f0daac3,250139283f0daac3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cfbe1dcc-2912-445f-a2ed-c5d04783fd00","status":"200","rqstDate":"250331-08:43:17:545","respDate":"250331-08:43:17:559","sourceId":"haproxy:cfbe1dcc-2912-445f-a2ed-c5d04783fd00","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:17:545-57054\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[50969e4a-1f16-416a-a557-c3dc19ff27c7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cfbe1dcc-2912-445f-a2ed-c5d04783fd00]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:43:19.566 [67ea55a7b84460b36fc0636af77c6eb4,6fc0636af77c6eb4] [qtp1225114731-25]  INFO [aai-resources,67ea55a7b84460b36fc0636af77c6eb4,6fc0636af77c6eb4] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:19.580 [67ea55a7b84460b36fc0636af77c6eb4,6fc0636af77c6eb4] [qtp1225114731-25] DEBUG [aai-resources,67ea55a7b84460b36fc0636af77c6eb4,6fc0636af77c6eb4] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a8a078bb-5f77-4f1f-b5b8-fdb6c9b493f8","status":"200","rqstDate":"250331-08:43:19:566","respDate":"250331-08:43:19:580","sourceId":"haproxy:a8a078bb-5f77-4f1f-b5b8-fdb6c9b493f8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:19:566-93927\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b247fe58-6f63-4663-ab97-5273589ab990], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a8a078bb-5f77-4f1f-b5b8-fdb6c9b493f8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:43:21.421 [67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] [qtp1225114731-26]  INFO [aai-resources,67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:21.425 [67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] [pool-593-thread-1]  INFO [aai-resources,67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] 1 --- [ol-593-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:21.425 [67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] [pool-593-thread-1]  INFO [aai-resources,67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] 1 --- [ol-593-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:21.425 [67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] [pool-593-thread-1]  INFO [aai-resources,67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] 1 --- [ol-593-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:21.425 [67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] [pool-593-thread-1]  INFO [aai-resources,67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] 1 --- [ol-593-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:21.431 [67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] [pool-593-thread-1]  INFO [aai-resources,67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] 1 --- [ol-593-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/6ff6e973-a86c-4290-bb40-d9d45a999f01 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:43:21.431 [67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] [pool-593-thread-1]  INFO [aai-resources,67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] 1 --- [ol-593-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:21.431 [67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] [qtp1225114731-26] DEBUG [aai-resources,67ea55a99965ebde908e66e468df7705,8bc990f3433d8600] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aab68f1b-71f1-4b45-8c96-c866f57ee559","status":"404","rqstDate":"250331-08:43:21:421","respDate":"250331-08:43:21:431","sourceId":"ModelLoader:aab68f1b-71f1-4b45-8c96-c866f57ee559","resourceId":"http://aai.onap:53093/aai/v29/service-design-and-creation/models/model/6ff6e973-a86c-4290-bb40-d9d45a999f01","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:21:421-63494\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[87761079-287e-4edc-a6cb-e22f8bc6f9e8], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[aab68f1b-71f1-4b45-8c96-c866f57ee559], Host=[aai.onap:53093], X-Forwarded-Port=[53093], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea55a99965ebde908e66e468df7705], x-b3-spanid=[908e66e468df7705], traceparent=[00-67ea55a99965ebde908e66e468df7705-908e66e468df7705-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[aab68f1b-71f1-4b45-8c96-c866f57ee559]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:21 +0000] "GET /aai/v29/service-design-and-creation/models/model/6ff6e973-a86c-4290-bb40-d9d45a999f01" 404 501 REST aab68f1b-71f1-4b45-8c96-c866f57ee559 ModelLoader 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:43:21.441 [67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] [qtp1225114731-25]  INFO [aai-resources,67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:21.458 [67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] [qtp1225114731-25]  INFO [aai-resources,67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:21.458 [67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] [qtp1225114731-25]  INFO [aai-resources,67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:21.458 [67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] [qtp1225114731-25]  INFO [aai-resources,67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:21.459 [67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] [qtp1225114731-25]  INFO [aai-resources,67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:21.522 [67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] [qtp1225114731-25]  INFO [aai-resources,67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:21.555 [67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] [qtp1225114731-25] DEBUG [aai-resources,67ea55a9c8fa3f633f293efc9ca54298,7f303cd5228fc485] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aab68f1b-71f1-4b45-8c96-c866f57ee559","status":"201","rqstDate":"250331-08:43:21:441","respDate":"250331-08:43:21:555","sourceId":"ModelLoader:aab68f1b-71f1-4b45-8c96-c866f57ee559","resourceId":"http://aai.onap:53093/aai/v29/service-design-and-creation/models/model/6ff6e973-a86c-4290-bb40-d9d45a999f01","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:21:441-53144\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[0cdc3314-aa7a-4346-89bd-043cfa5d113a], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[aab68f1b-71f1-4b45-8c96-c866f57ee559], Host=[aai.onap:53093], X-Forwarded-Port=[53093], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea55a9c8fa3f633f293efc9ca54298], x-b3-spanid=[3f293efc9ca54298], traceparent=[00-67ea55a9c8fa3f633f293efc9ca54298-3f293efc9ca54298-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[1610], Content-Type=[application/xml], X-ONAP-RequestID=[aab68f1b-71f1-4b45-8c96-c866f57ee559]}\",\"Payload\":\"\\n    6ff6e973-a86c-4290-bb40-d9d45a999f01\\n    resource\\n    \\n        \\n            b5f9e8ff-70d9-4520-a9bc-0190214dd09a\\n            pnf_macro\\n            1.0\\n            ONAP SDK Resource\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                e9f1fa7d-c839-418a-9601-03dc0d2ad687\\n                            \\n                            \\n                                model.model-invariant-id\\n                                862b25a1-262a-4961-bdaa-cdc55d69785a\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:43:21:441-53144\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[262232], Content-Type=[application/xml], X-AAI-TXID=[1-aai-resources-250331-08:43:21:441-53144]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:21 +0000] "PUT /aai/v29/service-design-and-creation/models/model/6ff6e973-a86c-4290-bb40-d9d45a999f01" 201 0 REST aab68f1b-71f1-4b45-8c96-c866f57ee559 ModelLoader 127.0.0.6 - - - - - - - - - 115 - "logType": "access"
2025-03-31 08:43:21.564 [67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] [qtp1225114731-26]  INFO [aai-resources,67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:21.567 [67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] [pool-594-thread-1]  INFO [aai-resources,67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] 1 --- [ol-594-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:21.567 [67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] [pool-594-thread-1]  INFO [aai-resources,67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] 1 --- [ol-594-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:21.567 [67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] [pool-594-thread-1]  INFO [aai-resources,67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] 1 --- [ol-594-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:21.568 [67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] [pool-594-thread-1]  INFO [aai-resources,67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] 1 --- [ol-594-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:21.572 [67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] [pool-594-thread-1]  INFO [aai-resources,67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] 1 --- [ol-594-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type model found at: service-design-and-creation/models/model/3198faeb-359e-40e0-b2af-162642e7db54 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:43:21.573 [67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] [pool-594-thread-1]  INFO [aai-resources,67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] 1 --- [ol-594-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:21.573 [67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] [qtp1225114731-26] DEBUG [aai-resources,67ea55a9e31e0ae9b031b29df62dee7c,cee37de4d9e5911e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aab68f1b-71f1-4b45-8c96-c866f57ee559","status":"404","rqstDate":"250331-08:43:21:564","respDate":"250331-08:43:21:573","sourceId":"ModelLoader:aab68f1b-71f1-4b45-8c96-c866f57ee559","resourceId":"http://aai.onap:53093/aai/v29/service-design-and-creation/models/model/3198faeb-359e-40e0-b2af-162642e7db54","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:21:564-99554\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8e2b0c9a-34c1-4ddd-a558-4d1fc68029f8], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[aab68f1b-71f1-4b45-8c96-c866f57ee559], Host=[aai.onap:53093], X-Forwarded-Port=[53093], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea55a9e31e0ae9b031b29df62dee7c], x-b3-spanid=[b031b29df62dee7c], traceparent=[00-67ea55a9e31e0ae9b031b29df62dee7c-b031b29df62dee7c-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], X-ONAP-RequestID=[aab68f1b-71f1-4b45-8c96-c866f57ee559]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:21 +0000] "GET /aai/v29/service-design-and-creation/models/model/3198faeb-359e-40e0-b2af-162642e7db54" 404 501 REST aab68f1b-71f1-4b45-8c96-c866f57ee559 ModelLoader 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:43:21.583 [67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] [qtp1225114731-25]  INFO [aai-resources,67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:21.584 [67ea55a9060b1df495a97d4968ed9a27,95a97d4968ed9a27] [qtp1225114731-22]  INFO [aai-resources,67ea55a9060b1df495a97d4968ed9a27,95a97d4968ed9a27] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:21.608 [67ea55a9060b1df495a97d4968ed9a27,95a97d4968ed9a27] [qtp1225114731-22] DEBUG [aai-resources,67ea55a9060b1df495a97d4968ed9a27,95a97d4968ed9a27] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8d2fa9ec-dd6e-4136-b85b-61b72cad57d3","status":"200","rqstDate":"250331-08:43:21:584","respDate":"250331-08:43:21:608","sourceId":"haproxy:8d2fa9ec-dd6e-4136-b85b-61b72cad57d3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:21:584-86784\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[da326e82-f4a0-4768-83ea-f5c9ea27bca3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8d2fa9ec-dd6e-4136-b85b-61b72cad57d3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:43:21.612 [67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] [qtp1225114731-25]  INFO [aai-resources,67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:21.612 [67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] [qtp1225114731-25]  INFO [aai-resources,67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:21.612 [67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] [qtp1225114731-25]  INFO [aai-resources,67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] 1 --- [tp1225114731-25] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:21.612 [67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] [qtp1225114731-25]  INFO [aai-resources,67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:21.709 [67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] [qtp1225114731-25]  INFO [aai-resources,67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] 1 --- [tp1225114731-25] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:21.759 [67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] [qtp1225114731-25] DEBUG [aai-resources,67ea55a90ebbc63182803bd9913f4dfb,929a6cc5436bde83] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aab68f1b-71f1-4b45-8c96-c866f57ee559","status":"201","rqstDate":"250331-08:43:21:583","respDate":"250331-08:43:21:759","sourceId":"ModelLoader:aab68f1b-71f1-4b45-8c96-c866f57ee559","resourceId":"http://aai.onap:53093/aai/v29/service-design-and-creation/models/model/3198faeb-359e-40e0-b2af-162642e7db54","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:21:583-27924\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/xml\",\"Headers\":\"{x-request-id=[af1e8323-2c03-4473-ab75-74802ee52948], Accept=[application/xml], x-b3-sampled=[1], User-Agent=[Java/11.0.9], X-Forwarded-Proto=[http], x-transactionid=[aab68f1b-71f1-4b45-8c96-c866f57ee559], Host=[aai.onap:53093], X-Forwarded-Port=[53093], Authorization=[Basic TW9kZWxMb2FkZXI6TW9kZWxMb2FkZXI=], x-envoy-attempt-count=[1], x-b3-traceid=[67ea55a90ebbc63182803bd9913f4dfb], x-b3-spanid=[82803bd9913f4dfb], traceparent=[00-67ea55a90ebbc63182803bd9913f4dfb-82803bd9913f4dfb-01], X-Forwarded-For=[127.0.0.6], x-fromappid=[ModelLoader], Content-Length=[2882], Content-Type=[application/xml], X-ONAP-RequestID=[aab68f1b-71f1-4b45-8c96-c866f57ee559]}\",\"Payload\":\"\\n    3198faeb-359e-40e0-b2af-162642e7db54\\n    service\\n    Network Service\\n    \\n        \\n            f88c00d4-c52d-4e75-aa51-06d109678ae2\\n            pnf_macro\\n            1.0\\n            ONAP SDK Service\\n            \\n                \\n                    T\\n                    unbounded\\n                    \\n                        \\n                            T\\n                            unbounded\\n                            \\n                            \\n                                \\n                                    model-ver\\n                                    \\n                                        model-ver.model-version-id\\n                                        b5f9e8ff-70d9-4520-a9bc-0190214dd09a\\n                                    \\n                                    \\n                                        model.model-invariant-id\\n                                        6ff6e973-a86c-4290-bb40-d9d45a999f01\\n                                    \\n                                \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            model-ver\\n                            \\n                                model-ver.model-version-id\\n                                46b92144-923a-4d20-b85a-3cbd847668a9\\n                            \\n                            \\n                                model.model-invariant-id\\n                                82194af1-3c2c-485a-8f44-420e22a9eaa4\\n                            \\n                        \\n                    \\n                \\n            \\n        \\n    \\n\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:43:21:583-27924\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[196672], Content-Type=[application/xml], X-AAI-TXID=[2-aai-resources-250331-08:43:21:583-27924]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:21 +0000] "PUT /aai/v29/service-design-and-creation/models/model/3198faeb-359e-40e0-b2af-162642e7db54" 201 0 REST aab68f1b-71f1-4b45-8c96-c866f57ee559 ModelLoader 127.0.0.6 - - - - - - - - - 178 - "logType": "access"
2025-03-31 08:43:23.614 [67ea55ab34167a548661f2735023dddf,8661f2735023dddf] [qtp1225114731-26]  INFO [aai-resources,67ea55ab34167a548661f2735023dddf,8661f2735023dddf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:23.628 [67ea55ab34167a548661f2735023dddf,8661f2735023dddf] [qtp1225114731-26] DEBUG [aai-resources,67ea55ab34167a548661f2735023dddf,8661f2735023dddf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"75ab8ab4-ceb1-46f7-9254-4530fd389102","status":"200","rqstDate":"250331-08:43:23:614","respDate":"250331-08:43:23:628","sourceId":"haproxy:75ab8ab4-ceb1-46f7-9254-4530fd389102","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:23:614-66146\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6e829baa-ae7d-44a7-a1cd-7dac92d65e67], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[75ab8ab4-ceb1-46f7-9254-4530fd389102]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:43:25.636 [67ea55ad6db7c361e081003c1136bbfa,e081003c1136bbfa] [qtp1225114731-25]  INFO [aai-resources,67ea55ad6db7c361e081003c1136bbfa,e081003c1136bbfa] 1 --- [tp1225114731-25] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:25.650 [67ea55ad6db7c361e081003c1136bbfa,e081003c1136bbfa] [qtp1225114731-25] DEBUG [aai-resources,67ea55ad6db7c361e081003c1136bbfa,e081003c1136bbfa] 1 --- [tp1225114731-25] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"756ba768-df7b-4ba9-bd8b-656ce0a570e7","status":"200","rqstDate":"250331-08:43:25:636","respDate":"250331-08:43:25:650","sourceId":"haproxy:756ba768-df7b-4ba9-bd8b-656ce0a570e7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:25:636-85717\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[662057c1-7ddf-4eef-9ef5-fb5b0c0b5a75], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[756ba768-df7b-4ba9-bd8b-656ce0a570e7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:43:27.656 [67ea55af449f9df10316caddbbb176b9,0316caddbbb176b9] [qtp1225114731-26]  INFO [aai-resources,67ea55af449f9df10316caddbbb176b9,0316caddbbb176b9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:27.673 [67ea55af449f9df10316caddbbb176b9,0316caddbbb176b9] [qtp1225114731-26] DEBUG [aai-resources,67ea55af449f9df10316caddbbb176b9,0316caddbbb176b9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ca5d2a73-f7bb-4909-997c-a02dc93698d9","status":"200","rqstDate":"250331-08:43:27:657","respDate":"250331-08:43:27:673","sourceId":"haproxy:ca5d2a73-f7bb-4909-997c-a02dc93698d9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:27:657-39736\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d3e4a7f4-3929-4e5e-aa39-69687de387e5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ca5d2a73-f7bb-4909-997c-a02dc93698d9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:43:29.681 [67ea55b150108d0ce43002a690fd30f9,e43002a690fd30f9] [qtp1225114731-22]  INFO [aai-resources,67ea55b150108d0ce43002a690fd30f9,e43002a690fd30f9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:29.693 [67ea55b150108d0ce43002a690fd30f9,e43002a690fd30f9] [qtp1225114731-22] DEBUG [aai-resources,67ea55b150108d0ce43002a690fd30f9,e43002a690fd30f9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"653e5370-941d-47d6-ab8a-52357e3bf60d","status":"200","rqstDate":"250331-08:43:29:681","respDate":"250331-08:43:29:693","sourceId":"haproxy:653e5370-941d-47d6-ab8a-52357e3bf60d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:29:681-70104\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[36ea7fab-c055-432b-b993-b759853aa09c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[653e5370-941d-47d6-ab8a-52357e3bf60d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:43:31.699 [67ea55b315335f47ca91af7da3d59bda,ca91af7da3d59bda] [qtp1225114731-26]  INFO [aai-resources,67ea55b315335f47ca91af7da3d59bda,ca91af7da3d59bda] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:31.713 [67ea55b315335f47ca91af7da3d59bda,ca91af7da3d59bda] [qtp1225114731-26] DEBUG [aai-resources,67ea55b315335f47ca91af7da3d59bda,ca91af7da3d59bda] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eafd42f3-1dfc-45b0-a079-f4f46ac65dbc","status":"200","rqstDate":"250331-08:43:31:699","respDate":"250331-08:43:31:713","sourceId":"haproxy:eafd42f3-1dfc-45b0-a079-f4f46ac65dbc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:31:699-34968\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f8ad221b-e910-46f3-97db-3d89bdb76479], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eafd42f3-1dfc-45b0-a079-f4f46ac65dbc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:43:31.889 [67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] [qtp1225114731-22]  INFO [aai-resources,67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:31.900 [67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] [pool-595-thread-1]  INFO [aai-resources,67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] 1 --- [ol-595-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:43:31.901 [67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] [pool-595-thread-1]  INFO [aai-resources,67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] 1 --- [ol-595-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:43:31.901 [67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] [pool-595-thread-1]  INFO [aai-resources,67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] 1 --- [ol-595-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:43:31.901 [67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] [pool-595-thread-1]  INFO [aai-resources,67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] 1 --- [ol-595-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:43:31.902 [67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] [pool-595-thread-1]  INFO [aai-resources,67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] 1 --- [ol-595-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:43:31.903 [67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] [pool-595-thread-1]  INFO [aai-resources,67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] 1 --- [ol-595-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:43:31.903 [67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] [qtp1225114731-22] DEBUG [aai-resources,67ea55b35cb4b75731b565d23d735df7,31b565d23d735df7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e28e291e-974c-43c3-8da6-d6245b11b645","status":"404","rqstDate":"250331-08:43:31:889","respDate":"250331-08:43:31:903","sourceId":"prh:e28e291e-974c-43c3-8da6-d6245b11b645","resourceId":"http://aai-internal.onap.svc.cluster.local:50821/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:31:889-26605\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a956de22-684b-4872-bbb4-10d0a043483a], Accept=[application/json], x-invocationid=[abed60df-3106-46ee-bfc8-b5c234a08ea0], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:50821], x-requestid=[e28e291e-974c-43c3-8da6-d6245b11b645], X-Forwarded-Port=[50821], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[e28e291e-974c-43c3-8da6-d6245b11b645]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:31 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:43:33.719 [67ea55b52797a95719524eb70358e988,19524eb70358e988] [qtp1225114731-26]  INFO [aai-resources,67ea55b52797a95719524eb70358e988,19524eb70358e988] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:33.733 [67ea55b52797a95719524eb70358e988,19524eb70358e988] [qtp1225114731-26] DEBUG [aai-resources,67ea55b52797a95719524eb70358e988,19524eb70358e988] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"11ead852-da9a-4864-8ae4-b26effeadaa1","status":"200","rqstDate":"250331-08:43:33:720","respDate":"250331-08:43:33:733","sourceId":"haproxy:11ead852-da9a-4864-8ae4-b26effeadaa1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:33:720-81224\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6b5c6fdc-c08c-9574-8f3b-159f96655380], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[11ead852-da9a-4864-8ae4-b26effeadaa1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:43:35.740 [67ea55b7434aaf77e5efd684429cf006,e5efd684429cf006] [qtp1225114731-22]  INFO [aai-resources,67ea55b7434aaf77e5efd684429cf006,e5efd684429cf006] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:35.755 [67ea55b7434aaf77e5efd684429cf006,e5efd684429cf006] [qtp1225114731-22] DEBUG [aai-resources,67ea55b7434aaf77e5efd684429cf006,e5efd684429cf006] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1ab5a162-d7c6-4b1b-b841-373d5ec93df6","status":"200","rqstDate":"250331-08:43:35:740","respDate":"250331-08:43:35:755","sourceId":"haproxy:1ab5a162-d7c6-4b1b-b841-373d5ec93df6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:35:740-97013\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7e5d9419-a5d1-4fbb-968a-b524f2db75c0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1ab5a162-d7c6-4b1b-b841-373d5ec93df6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:43:37.762 [67ea55b93c2e0d630db1e0f8819d2a4d,0db1e0f8819d2a4d] [qtp1225114731-26]  INFO [aai-resources,67ea55b93c2e0d630db1e0f8819d2a4d,0db1e0f8819d2a4d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:37.775 [67ea55b93c2e0d630db1e0f8819d2a4d,0db1e0f8819d2a4d] [qtp1225114731-26] DEBUG [aai-resources,67ea55b93c2e0d630db1e0f8819d2a4d,0db1e0f8819d2a4d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"91e5f6b0-f499-4e15-ba48-da56c5b368b4","status":"200","rqstDate":"250331-08:43:37:763","respDate":"250331-08:43:37:775","sourceId":"haproxy:91e5f6b0-f499-4e15-ba48-da56c5b368b4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:37:763-89072\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9898f2a3-2b81-4264-8f5c-471b31f10324], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[91e5f6b0-f499-4e15-ba48-da56c5b368b4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:43:39.782 [67ea55bb555154a10df2800bad084dad,0df2800bad084dad] [qtp1225114731-22]  INFO [aai-resources,67ea55bb555154a10df2800bad084dad,0df2800bad084dad] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:39.800 [67ea55bb555154a10df2800bad084dad,0df2800bad084dad] [qtp1225114731-22] DEBUG [aai-resources,67ea55bb555154a10df2800bad084dad,0df2800bad084dad] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a33176ef-070f-4606-ab8e-9a1eec206f7f","status":"200","rqstDate":"250331-08:43:39:782","respDate":"250331-08:43:39:799","sourceId":"haproxy:a33176ef-070f-4606-ab8e-9a1eec206f7f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:39:782-61060\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[941a6764-9f85-447f-afc9-cfbdb3a2aab2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a33176ef-070f-4606-ab8e-9a1eec206f7f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:43:41.806 [67ea55bd2e17fcb2fc5e750e1f0cbdc1,fc5e750e1f0cbdc1] [qtp1225114731-26]  INFO [aai-resources,67ea55bd2e17fcb2fc5e750e1f0cbdc1,fc5e750e1f0cbdc1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:41.816 [67ea55bd2e17fcb2fc5e750e1f0cbdc1,fc5e750e1f0cbdc1] [qtp1225114731-26] DEBUG [aai-resources,67ea55bd2e17fcb2fc5e750e1f0cbdc1,fc5e750e1f0cbdc1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"14b45be1-b3ce-4902-ae7d-3c06b5f89869","status":"200","rqstDate":"250331-08:43:41:807","respDate":"250331-08:43:41:816","sourceId":"haproxy:14b45be1-b3ce-4902-ae7d-3c06b5f89869","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:41:807-47842\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1c7a5511-1cfb-4533-8064-cd4c1f97d954], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[14b45be1-b3ce-4902-ae7d-3c06b5f89869]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:43:43.823 [67ea55bfc1b67272363164a75e34d0ee,363164a75e34d0ee] [qtp1225114731-22]  INFO [aai-resources,67ea55bfc1b67272363164a75e34d0ee,363164a75e34d0ee] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:43.837 [67ea55bfc1b67272363164a75e34d0ee,363164a75e34d0ee] [qtp1225114731-22] DEBUG [aai-resources,67ea55bfc1b67272363164a75e34d0ee,363164a75e34d0ee] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a1da7d91-ff80-4572-aa7b-8f6747353257","status":"200","rqstDate":"250331-08:43:43:823","respDate":"250331-08:43:43:837","sourceId":"haproxy:a1da7d91-ff80-4572-aa7b-8f6747353257","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:43:823-70271\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b5e84d93-a31a-4503-8e41-801be0fd2c52], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a1da7d91-ff80-4572-aa7b-8f6747353257]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:43:45.843 [67ea55c1fa8ba5a62948546c45f13a84,2948546c45f13a84] [qtp1225114731-26]  INFO [aai-resources,67ea55c1fa8ba5a62948546c45f13a84,2948546c45f13a84] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:45.855 [67ea55c1fa8ba5a62948546c45f13a84,2948546c45f13a84] [qtp1225114731-26] DEBUG [aai-resources,67ea55c1fa8ba5a62948546c45f13a84,2948546c45f13a84] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"513efb4e-d45a-4882-88f8-059f470ef988","status":"200","rqstDate":"250331-08:43:45:843","respDate":"250331-08:43:45:855","sourceId":"haproxy:513efb4e-d45a-4882-88f8-059f470ef988","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:45:843-95255\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aa91c37b-fa15-48dd-a1d5-c31ff3adc251], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[513efb4e-d45a-4882-88f8-059f470ef988]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:43:47.861 [67ea55c31705c4ce799087e38303b8af,799087e38303b8af] [qtp1225114731-22]  INFO [aai-resources,67ea55c31705c4ce799087e38303b8af,799087e38303b8af] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:47.873 [67ea55c31705c4ce799087e38303b8af,799087e38303b8af] [qtp1225114731-22] DEBUG [aai-resources,67ea55c31705c4ce799087e38303b8af,799087e38303b8af] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1f248558-a9aa-42a9-9766-f7f3448a32f7","status":"200","rqstDate":"250331-08:43:47:861","respDate":"250331-08:43:47:873","sourceId":"haproxy:1f248558-a9aa-42a9-9766-f7f3448a32f7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:47:861-9192\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0ce5083a-14aa-4055-9a15-df29ff34c661], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1f248558-a9aa-42a9-9766-f7f3448a32f7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:43:49.879 [67ea55c5a03efb7506b3cb52071a7c2a,06b3cb52071a7c2a] [qtp1225114731-26]  INFO [aai-resources,67ea55c5a03efb7506b3cb52071a7c2a,06b3cb52071a7c2a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:49.892 [67ea55c5a03efb7506b3cb52071a7c2a,06b3cb52071a7c2a] [qtp1225114731-26] DEBUG [aai-resources,67ea55c5a03efb7506b3cb52071a7c2a,06b3cb52071a7c2a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a7fc0875-e8bd-4dd8-9098-c6eecc48e2e2","status":"200","rqstDate":"250331-08:43:49:879","respDate":"250331-08:43:49:892","sourceId":"haproxy:a7fc0875-e8bd-4dd8-9098-c6eecc48e2e2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:49:879-46574\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2aea7d48-9ada-4fa3-afbe-26c6616dcdf5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a7fc0875-e8bd-4dd8-9098-c6eecc48e2e2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:43:51.899 [67ea55c7a92cc74fb44972374edfeb62,b44972374edfeb62] [qtp1225114731-22]  INFO [aai-resources,67ea55c7a92cc74fb44972374edfeb62,b44972374edfeb62] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:51.915 [67ea55c7a92cc74fb44972374edfeb62,b44972374edfeb62] [qtp1225114731-22] DEBUG [aai-resources,67ea55c7a92cc74fb44972374edfeb62,b44972374edfeb62] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"915b11c1-9284-4bde-b96b-a0f8d5b23756","status":"200","rqstDate":"250331-08:43:51:899","respDate":"250331-08:43:51:915","sourceId":"haproxy:915b11c1-9284-4bde-b96b-a0f8d5b23756","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:51:899-52192\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e6c74843-2782-4c19-9a5e-9335cccf5067], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[915b11c1-9284-4bde-b96b-a0f8d5b23756]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:43:53.921 [67ea55c93f6f14e8e2d275f11c1b7787,e2d275f11c1b7787] [qtp1225114731-642]  INFO [aai-resources,67ea55c93f6f14e8e2d275f11c1b7787,e2d275f11c1b7787] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:53.935 [67ea55c93f6f14e8e2d275f11c1b7787,e2d275f11c1b7787] [qtp1225114731-642] DEBUG [aai-resources,67ea55c93f6f14e8e2d275f11c1b7787,e2d275f11c1b7787] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c33458c5-4559-4739-afa3-8cbe1b83d77b","status":"200","rqstDate":"250331-08:43:53:921","respDate":"250331-08:43:53:935","sourceId":"haproxy:c33458c5-4559-4739-afa3-8cbe1b83d77b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:53:921-45342\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a0b19480-bc25-4ae7-ac6c-3830f6194a2a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c33458c5-4559-4739-afa3-8cbe1b83d77b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:43:55.943 [67ea55cb95d877754ce0293213f4c333,4ce0293213f4c333] [qtp1225114731-22]  INFO [aai-resources,67ea55cb95d877754ce0293213f4c333,4ce0293213f4c333] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:55.959 [67ea55cb95d877754ce0293213f4c333,4ce0293213f4c333] [qtp1225114731-22] DEBUG [aai-resources,67ea55cb95d877754ce0293213f4c333,4ce0293213f4c333] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3fe8335a-4507-4007-afb1-f723fdf7f6cf","status":"200","rqstDate":"250331-08:43:55:943","respDate":"250331-08:43:55:959","sourceId":"haproxy:3fe8335a-4507-4007-afb1-f723fdf7f6cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:43:55:943-34110\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[41f2cd55-0f58-4772-8a84-635363059867], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3fe8335a-4507-4007-afb1-f723fdf7f6cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:43:57.966 [67ea55cd64fcbd4cabb65da5bcfd47f1,abb65da5bcfd47f1] [qtp1225114731-642]  INFO [aai-resources,67ea55cd64fcbd4cabb65da5bcfd47f1,abb65da5bcfd47f1] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:57.978 [67ea55cd64fcbd4cabb65da5bcfd47f1,abb65da5bcfd47f1] [qtp1225114731-642] DEBUG [aai-resources,67ea55cd64fcbd4cabb65da5bcfd47f1,abb65da5bcfd47f1] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"31639849-79cb-4ca4-8272-ee6d8bf436ab","status":"200","rqstDate":"250331-08:43:57:966","respDate":"250331-08:43:57:978","sourceId":"haproxy:31639849-79cb-4ca4-8272-ee6d8bf436ab","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:43:57:966-27203\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ca3b2c56-98f1-410c-8880-97918f53b402], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[31639849-79cb-4ca4-8272-ee6d8bf436ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:43:59.985 [67ea55cfc3697546adc22e78cfa6c5c2,adc22e78cfa6c5c2] [qtp1225114731-22]  INFO [aai-resources,67ea55cfc3697546adc22e78cfa6c5c2,adc22e78cfa6c5c2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:43:59.995 [67ea55cfc3697546adc22e78cfa6c5c2,adc22e78cfa6c5c2] [qtp1225114731-22] DEBUG [aai-resources,67ea55cfc3697546adc22e78cfa6c5c2,adc22e78cfa6c5c2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d3dd2f45-57e2-48a7-8a53-7760f4dccffd","status":"200","rqstDate":"250331-08:43:59:985","respDate":"250331-08:43:59:995","sourceId":"haproxy:d3dd2f45-57e2-48a7-8a53-7760f4dccffd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:43:59:985-26696\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[34a7fbc0-e54d-4721-bad4-720a49ef7645], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d3dd2f45-57e2-48a7-8a53-7760f4dccffd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:43:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:44:02.003 [67ea55d2d887d3fd5323d1877ef46ee1,5323d1877ef46ee1] [qtp1225114731-642]  INFO [aai-resources,67ea55d2d887d3fd5323d1877ef46ee1,5323d1877ef46ee1] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:02.016 [67ea55d2d887d3fd5323d1877ef46ee1,5323d1877ef46ee1] [qtp1225114731-642] DEBUG [aai-resources,67ea55d2d887d3fd5323d1877ef46ee1,5323d1877ef46ee1] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c96cbdf4-a8cd-4fc9-ac56-8a0673fd0db1","status":"200","rqstDate":"250331-08:44:02:003","respDate":"250331-08:44:02:015","sourceId":"haproxy:c96cbdf4-a8cd-4fc9-ac56-8a0673fd0db1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:02:003-28796\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1656bfbe-5120-49a0-ac38-443c50f1a00d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c96cbdf4-a8cd-4fc9-ac56-8a0673fd0db1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:44:02.944 [67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] [qtp1225114731-22]  INFO [aai-resources,67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:02.948 [67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] [pool-596-thread-1]  INFO [aai-resources,67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] 1 --- [ol-596-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:02.948 [67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] [pool-596-thread-1]  INFO [aai-resources,67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] 1 --- [ol-596-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:02.948 [67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] [pool-596-thread-1]  INFO [aai-resources,67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] 1 --- [ol-596-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:02.948 [67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] [pool-596-thread-1]  INFO [aai-resources,67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] 1 --- [ol-596-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:02.949 [67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] [pool-596-thread-1]  INFO [aai-resources,67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] 1 --- [ol-596-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:02.949 [67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] [pool-596-thread-1]  INFO [aai-resources,67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] 1 --- [ol-596-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:02.950 [67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] [qtp1225114731-22] DEBUG [aai-resources,67ea55d233bb3fe38ba759bd80250803,8ba759bd80250803] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"da561abb-2c98-4b55-a8da-17e92692a75e","status":"404","rqstDate":"250331-08:44:02:944","respDate":"250331-08:44:02:950","sourceId":"prh:da561abb-2c98-4b55-a8da-17e92692a75e","resourceId":"http://aai-internal.onap.svc.cluster.local:49213/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:02:944-29652\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0352f044-3c33-4de1-abc6-9fb47ff89a15], Accept=[application/json], x-invocationid=[00b107cd-861d-4ef4-9ec9-edf655ed5cf2], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:49213], x-requestid=[da561abb-2c98-4b55-a8da-17e92692a75e], X-Forwarded-Port=[49213], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[da561abb-2c98-4b55-a8da-17e92692a75e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:02 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:44:04.022 [67ea55d4ec96cf5f3546e356434aa42d,3546e356434aa42d] [qtp1225114731-642]  INFO [aai-resources,67ea55d4ec96cf5f3546e356434aa42d,3546e356434aa42d] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:04.033 [67ea55d4ec96cf5f3546e356434aa42d,3546e356434aa42d] [qtp1225114731-642] DEBUG [aai-resources,67ea55d4ec96cf5f3546e356434aa42d,3546e356434aa42d] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2161771e-97f8-41fe-963f-e1c276571f12","status":"200","rqstDate":"250331-08:44:04:022","respDate":"250331-08:44:04:033","sourceId":"haproxy:2161771e-97f8-41fe-963f-e1c276571f12","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:04:022-81464\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5e5e932c-273d-4c12-955e-27a8a921c011], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2161771e-97f8-41fe-963f-e1c276571f12]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:44:06.039 [67ea55d6a1d007292cb8493f441ad9b6,2cb8493f441ad9b6] [qtp1225114731-22]  INFO [aai-resources,67ea55d6a1d007292cb8493f441ad9b6,2cb8493f441ad9b6] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:06.054 [67ea55d6a1d007292cb8493f441ad9b6,2cb8493f441ad9b6] [qtp1225114731-22] DEBUG [aai-resources,67ea55d6a1d007292cb8493f441ad9b6,2cb8493f441ad9b6] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0ed609e6-8937-4f49-bc5e-c0f7e977408d","status":"200","rqstDate":"250331-08:44:06:039","respDate":"250331-08:44:06:054","sourceId":"haproxy:0ed609e6-8937-4f49-bc5e-c0f7e977408d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:06:039-57592\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fa7fe6c6-c2ef-4201-ac78-9c5737bc7e28], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0ed609e6-8937-4f49-bc5e-c0f7e977408d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:44:08.059 [67ea55d8ea4d64a5e4f829d9d464b445,e4f829d9d464b445] [qtp1225114731-642]  INFO [aai-resources,67ea55d8ea4d64a5e4f829d9d464b445,e4f829d9d464b445] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:08.070 [67ea55d8ea4d64a5e4f829d9d464b445,e4f829d9d464b445] [qtp1225114731-642] DEBUG [aai-resources,67ea55d8ea4d64a5e4f829d9d464b445,e4f829d9d464b445] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e23494aa-d74b-47b0-94f9-72327244b4f1","status":"200","rqstDate":"250331-08:44:08:059","respDate":"250331-08:44:08:070","sourceId":"haproxy:e23494aa-d74b-47b0-94f9-72327244b4f1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:08:059-32373\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e127a8d5-649d-43cb-9c57-7309cc40d6f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e23494aa-d74b-47b0-94f9-72327244b4f1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:44:10.076 [67ea55dafd2fbf100ee299a038d07b28,0ee299a038d07b28] [qtp1225114731-22]  INFO [aai-resources,67ea55dafd2fbf100ee299a038d07b28,0ee299a038d07b28] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:10.090 [67ea55dafd2fbf100ee299a038d07b28,0ee299a038d07b28] [qtp1225114731-22] DEBUG [aai-resources,67ea55dafd2fbf100ee299a038d07b28,0ee299a038d07b28] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"73f45f7e-fd15-4a66-8396-c8308a446be6","status":"200","rqstDate":"250331-08:44:10:076","respDate":"250331-08:44:10:090","sourceId":"haproxy:73f45f7e-fd15-4a66-8396-c8308a446be6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:10:076-34656\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8f9ed3ff-ff03-4510-bcbf-3dfbe87ab263], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[73f45f7e-fd15-4a66-8396-c8308a446be6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:44:12.097 [67ea55dc071040d1c84e87f108b38eb3,c84e87f108b38eb3] [qtp1225114731-642]  INFO [aai-resources,67ea55dc071040d1c84e87f108b38eb3,c84e87f108b38eb3] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:12.105 [67ea55dc071040d1c84e87f108b38eb3,c84e87f108b38eb3] [qtp1225114731-642] DEBUG [aai-resources,67ea55dc071040d1c84e87f108b38eb3,c84e87f108b38eb3] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b8c17506-fd3a-43c2-876e-6dc4b448651b","status":"200","rqstDate":"250331-08:44:12:097","respDate":"250331-08:44:12:105","sourceId":"haproxy:b8c17506-fd3a-43c2-876e-6dc4b448651b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:12:097-82053\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3a1cd55f-1095-4cd3-bafc-df6ef155b954], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b8c17506-fd3a-43c2-876e-6dc4b448651b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:44:14.112 [67ea55de6975ea663b6f74a6ac776c10,3b6f74a6ac776c10] [qtp1225114731-22]  INFO [aai-resources,67ea55de6975ea663b6f74a6ac776c10,3b6f74a6ac776c10] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:14.134 [67ea55de6975ea663b6f74a6ac776c10,3b6f74a6ac776c10] [qtp1225114731-22] DEBUG [aai-resources,67ea55de6975ea663b6f74a6ac776c10,3b6f74a6ac776c10] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"89debd50-19d6-4ef1-afde-a4d242115b28","status":"200","rqstDate":"250331-08:44:14:112","respDate":"250331-08:44:14:134","sourceId":"haproxy:89debd50-19d6-4ef1-afde-a4d242115b28","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:14:112-10817\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[11ed15fb-a853-4396-84ad-1c54d93db8a0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[89debd50-19d6-4ef1-afde-a4d242115b28]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:44:14.556 [67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] [qtp1225114731-642]  INFO [aai-resources,67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:14.561 [67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] [pool-597-thread-1]  INFO [aai-resources,67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] 1 --- [ol-597-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:14.561 [67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] [pool-597-thread-1]  INFO [aai-resources,67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] 1 --- [ol-597-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:14.561 [67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] [pool-597-thread-1]  INFO [aai-resources,67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] 1 --- [ol-597-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:14.561 [67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] [pool-597-thread-1]  INFO [aai-resources,67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] 1 --- [ol-597-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:14.587 [67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] [pool-597-thread-1]  INFO [aai-resources,67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] 1 --- [ol-597-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:14.587 [67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] [qtp1225114731-642] DEBUG [aai-resources,67ea55de69e44ec882fe68f3bccb6d50,82fe68f3bccb6d50] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:44:14:556","respDate":"250331-08:44:14:587","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:49213/aai/v27/service-design-and-creation/models?model-invariant-id=17196b74-4b91-494b-b0ac-e5803c3e52bb","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:14:556-64213\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[bb45f14c-d647-4ae9-9e89-d672f5b93cf7], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:49213], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[49213], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:44:14 +0000] "GET /aai/v27/service-design-and-creation/models?model-invariant-id=17196b74-4b91-494b-b0ac-e5803c3e52bb" 200 162 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 34 - "logType": "access"
2025-03-31 08:44:14.678 [67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] [qtp1225114731-22]  INFO [aai-resources,67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:14.683 [67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] [pool-598-thread-1]  INFO [aai-resources,67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] 1 --- [ol-598-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:14.683 [67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] [pool-598-thread-1]  INFO [aai-resources,67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] 1 --- [ol-598-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:14.683 [67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] [pool-598-thread-1]  INFO [aai-resources,67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] 1 --- [ol-598-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:14.683 [67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] [pool-598-thread-1]  INFO [aai-resources,67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] 1 --- [ol-598-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:14.691 [67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] [pool-598-thread-1]  INFO [aai-resources,67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] 1 --- [ol-598-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:14.692 [67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] [qtp1225114731-22] DEBUG [aai-resources,67ea55de361023d79a61a86eefe7c163,9a61a86eefe7c163] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:44:14:678","respDate":"250331-08:44:14:692","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:49213/aai/v27/business/customers/customer/basiccnf-macro-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:14:678-93351\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b91dc35a-5982-4c3d-bd8b-77cf06bc6cc2], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:49213], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[49213], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:44:14 +0000] "GET /aai/v27/business/customers/customer/basiccnf-macro-customer" 200 153 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:44:14.723 [67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] [qtp1225114731-642]  INFO [aai-resources,67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:14.728 [67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] [pool-599-thread-1]  INFO [aai-resources,67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] 1 --- [ol-599-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:14.728 [67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] [pool-599-thread-1]  INFO [aai-resources,67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] 1 --- [ol-599-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:14.729 [67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] [pool-599-thread-1]  INFO [aai-resources,67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] 1 --- [ol-599-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:14.729 [67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] [pool-599-thread-1]  INFO [aai-resources,67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] 1 --- [ol-599-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:14.746 [67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] [pool-599-thread-1]  INFO [aai-resources,67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] 1 --- [ol-599-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:14.746 [67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] [qtp1225114731-642] DEBUG [aai-resources,67ea55debab49b7e5facc000da736ecb,5facc000da736ecb] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:44:14:723","respDate":"250331-08:44:14:746","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:49213/aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions?service-type=basic_cnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:14:723-14424\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6b4f676a-c4ea-4aeb-a9e0-58ae46453411], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:49213], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[49213], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:44:14 +0000] "GET /aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions?service-type=basic_cnf_macro" 200 728 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:44:14.776 [67ea55dee57b8f40e636865bbb942590,e636865bbb942590] [qtp1225114731-22]  INFO [aai-resources,67ea55dee57b8f40e636865bbb942590,e636865bbb942590] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:14.781 [67ea55dee57b8f40e636865bbb942590,e636865bbb942590] [pool-600-thread-1]  INFO [aai-resources,67ea55dee57b8f40e636865bbb942590,e636865bbb942590] 1 --- [ol-600-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:14.781 [67ea55dee57b8f40e636865bbb942590,e636865bbb942590] [pool-600-thread-1]  INFO [aai-resources,67ea55dee57b8f40e636865bbb942590,e636865bbb942590] 1 --- [ol-600-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:14.781 [67ea55dee57b8f40e636865bbb942590,e636865bbb942590] [pool-600-thread-1]  INFO [aai-resources,67ea55dee57b8f40e636865bbb942590,e636865bbb942590] 1 --- [ol-600-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:14.781 [67ea55dee57b8f40e636865bbb942590,e636865bbb942590] [pool-600-thread-1]  INFO [aai-resources,67ea55dee57b8f40e636865bbb942590,e636865bbb942590] 1 --- [ol-600-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:14.789 [67ea55dee57b8f40e636865bbb942590,e636865bbb942590] [pool-600-thread-1]  INFO [aai-resources,67ea55dee57b8f40e636865bbb942590,e636865bbb942590] 1 --- [ol-600-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:14.789 [67ea55dee57b8f40e636865bbb942590,e636865bbb942590] [pool-600-thread-1]  INFO [aai-resources,67ea55dee57b8f40e636865bbb942590,e636865bbb942590] 1 --- [ol-600-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:14.790 [67ea55dee57b8f40e636865bbb942590,e636865bbb942590] [qtp1225114731-22] DEBUG [aai-resources,67ea55dee57b8f40e636865bbb942590,e636865bbb942590] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:44:14:777","respDate":"250331-08:44:14:790","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:49213/aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances?service-instance-name=basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:14:777-92240\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7b6baa52-9826-4e0c-a807-82db4ded43a9], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:49213], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[49213], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:44:14 +0000] "GET /aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances?service-instance-name=basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21" 404 480 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:44:14.820 [67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] [qtp1225114731-642]  INFO [aai-resources,67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:14.824 [67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] [pool-601-thread-1]  INFO [aai-resources,67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] 1 --- [ol-601-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:14.824 [67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] [pool-601-thread-1]  INFO [aai-resources,67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] 1 --- [ol-601-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:14.824 [67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] [pool-601-thread-1]  INFO [aai-resources,67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] 1 --- [ol-601-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:14.825 [67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] [pool-601-thread-1]  INFO [aai-resources,67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] 1 --- [ol-601-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:14.830 [67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] [pool-601-thread-1]  INFO [aai-resources,67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] 1 --- [ol-601-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:14.831 [67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] [qtp1225114731-642] DEBUG [aai-resources,67ea55ded21c1578f25570ce7fb959c4,f25570ce7fb959c4] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:44:14:820","respDate":"250331-08:44:14:831","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:49213/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basiccnf-cloud-owner&cloud-region-id=k8sregion-cnf-macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:14:820-82852\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[1ead42a1-f9e7-498d-9741-d7dce2ab527d], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:49213], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[49213], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:44:14 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basiccnf-cloud-owner&cloud-region-id=k8sregion-cnf-macro" 200 684 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:44:14.861 [67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] [qtp1225114731-22]  INFO [aai-resources,67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:14.865 [67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] [pool-602-thread-1]  INFO [aai-resources,67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] 1 --- [ol-602-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:14.866 [67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] [pool-602-thread-1]  INFO [aai-resources,67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] 1 --- [ol-602-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:14.866 [67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] [pool-602-thread-1]  INFO [aai-resources,67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] 1 --- [ol-602-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:14.866 [67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] [pool-602-thread-1]  INFO [aai-resources,67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] 1 --- [ol-602-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:14.876 [67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] [pool-602-thread-1]  INFO [aai-resources,67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] 1 --- [ol-602-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:14.876 [67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] [qtp1225114731-22] DEBUG [aai-resources,67ea55de7b9e700b03a3f396e302f537,03a3f396e302f537] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:44:14:861","respDate":"250331-08:44:14:876","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:49213/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:14:861-3807\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[89203bd4-e0e1-4c37-9a61-41375c083330], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:49213], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[49213], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:44:14 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456" 200 599 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:44:14.908 [67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] [qtp1225114731-642]  INFO [aai-resources,67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:14.913 [67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] [pool-603-thread-1]  INFO [aai-resources,67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] 1 --- [ol-603-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:14.913 [67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] [pool-603-thread-1]  INFO [aai-resources,67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] 1 --- [ol-603-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:14.913 [67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] [pool-603-thread-1]  INFO [aai-resources,67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] 1 --- [ol-603-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:14.914 [67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] [pool-603-thread-1]  INFO [aai-resources,67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] 1 --- [ol-603-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:14.930 [67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] [pool-603-thread-1]  INFO [aai-resources,67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] 1 --- [ol-603-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:14.931 [67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] [qtp1225114731-642] DEBUG [aai-resources,67ea55de364fdf472403af0be25d84dc,2403af0be25d84dc] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:44:14:909","respDate":"250331-08:44:14:931","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:49213/aai/v27/business/owning-entities","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:14:909-65098\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[45e673e7-3955-46f0-9f58-192e6f5bf330], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:49213], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[49213], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:44:14 +0000] "GET /aai/v27/business/owning-entities" 200 277 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:44:14.963 [67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] [qtp1225114731-22]  INFO [aai-resources,67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:14.969 [67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] [qtp1225114731-22]  INFO [aai-resources,67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:14.969 [67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] [qtp1225114731-22]  INFO [aai-resources,67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:14.969 [67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] [qtp1225114731-22]  INFO [aai-resources,67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:14.969 [67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] [qtp1225114731-22]  INFO [aai-resources,67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:14.989 [67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] [qtp1225114731-22]  INFO [aai-resources,67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:14.997 [67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] [qtp1225114731-22] DEBUG [aai-resources,67ea55de347f9c5226f3940170ed19c9,26f3940170ed19c9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:44:14:963","respDate":"250331-08:44:14:997","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:49213/aai/v27/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:14:963-27681\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[608c17f6-2c2e-475f-89ad-2331af570fb5], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:49213], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[49213], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[123], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"owning-entity-name\\\": \\\"basicnf_macro_owning_entity\\\",\\n    \\\"owning-entity-id\\\": \\\"a3075d2e-7cc3-4488-8dd4-f046bbedd2bc\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:44:14:963-27681\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[258232], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:44:14:963-27681]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:44:14 +0000] "PUT /aai/v27/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:44:15.034 [67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] [qtp1225114731-642]  INFO [aai-resources,67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:15.039 [67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] [pool-604-thread-1]  INFO [aai-resources,67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] 1 --- [ol-604-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:15.039 [67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] [pool-604-thread-1]  INFO [aai-resources,67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] 1 --- [ol-604-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:15.039 [67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] [pool-604-thread-1]  INFO [aai-resources,67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] 1 --- [ol-604-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:15.039 [67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] [pool-604-thread-1]  INFO [aai-resources,67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] 1 --- [ol-604-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:15.057 [67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] [pool-604-thread-1]  INFO [aai-resources,67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] 1 --- [ol-604-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:15.058 [67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] [qtp1225114731-642] DEBUG [aai-resources,67ea55df4fa7973330d3c2dea357863f,30d3c2dea357863f] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:44:15:034","respDate":"250331-08:44:15:058","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:49213/aai/v27/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:15:034-50725\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[306716da-eab3-4004-883b-4675f420e97c], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:49213], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[49213], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:44:15 +0000] "GET /aai/v27/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc" 200 145 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:44:16.141 [67ea55e0aa2ade5fd317918f5c523e43,d317918f5c523e43] [qtp1225114731-22]  INFO [aai-resources,67ea55e0aa2ade5fd317918f5c523e43,d317918f5c523e43] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:16.149 [67ea55e0aa2ade5fd317918f5c523e43,d317918f5c523e43] [qtp1225114731-22] DEBUG [aai-resources,67ea55e0aa2ade5fd317918f5c523e43,d317918f5c523e43] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7f3f606d-1728-414c-8337-d5b8557113d9","status":"200","rqstDate":"250331-08:44:16:141","respDate":"250331-08:44:16:149","sourceId":"haproxy:7f3f606d-1728-414c-8337-d5b8557113d9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:16:141-69451\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[47988c49-a26a-401a-bc03-b40a1bb67d5a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7f3f606d-1728-414c-8337-d5b8557113d9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:44:18.156 [67ea55e29e749c8c0d072af6fbf7f111,0d072af6fbf7f111] [qtp1225114731-642]  INFO [aai-resources,67ea55e29e749c8c0d072af6fbf7f111,0d072af6fbf7f111] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:18.172 [67ea55e29e749c8c0d072af6fbf7f111,0d072af6fbf7f111] [qtp1225114731-642] DEBUG [aai-resources,67ea55e29e749c8c0d072af6fbf7f111,0d072af6fbf7f111] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c5948a56-e2da-4d7c-ad2e-9e7e514826bc","status":"200","rqstDate":"250331-08:44:18:156","respDate":"250331-08:44:18:171","sourceId":"haproxy:c5948a56-e2da-4d7c-ad2e-9e7e514826bc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:18:156-49377\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[108190ac-d17c-4336-aca9-bf375b5f9f89], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c5948a56-e2da-4d7c-ad2e-9e7e514826bc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:44:18.297 [67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] [qtp1225114731-22]  INFO [aai-resources,67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:18.302 [67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] [pool-605-thread-1]  INFO [aai-resources,67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] 1 --- [ol-605-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:18.302 [67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] [pool-605-thread-1]  INFO [aai-resources,67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] 1 --- [ol-605-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:18.302 [67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] [pool-605-thread-1]  INFO [aai-resources,67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] 1 --- [ol-605-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:18.302 [67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] [pool-605-thread-1]  INFO [aai-resources,67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] 1 --- [ol-605-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:18.307 [67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] [pool-605-thread-1]  INFO [aai-resources,67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] 1 --- [ol-605-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service found at: service-design-and-creation/services/service/1234 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:18.308 [67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] [pool-605-thread-1]  INFO [aai-resources,67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] 1 --- [ol-605-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:18.308 [67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] [qtp1225114731-22] DEBUG [aai-resources,67ea55e2a1c7613d80d1a7dc1e2e4f31,80d1a7dc1e2e4f31] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:18:298","respDate":"250331-08:44:18:308","sourceId":"SO:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:39921/aai/v24/service-design-and-creation/services/service/1234","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:18:298-49376\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b4ac352d-ff41-47e5-9f31-2ec75e80b7a0], Accept=[application/json], x-invocationid=[6ba1ee2e-527e-4a06-be4f-d3999e1d806f], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:39921], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[39921], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:18 +0000] "GET /aai/v24/service-design-and-creation/services/service/1234" 404 313 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:44:18.411 [67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] [qtp1225114731-642]  INFO [aai-resources,67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:18.418 [67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] [pool-606-thread-1]  INFO [aai-resources,67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] 1 --- [ol-606-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:18.418 [67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] [pool-606-thread-1]  INFO [aai-resources,67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] 1 --- [ol-606-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:18.418 [67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] [pool-606-thread-1]  INFO [aai-resources,67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] 1 --- [ol-606-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:18.418 [67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] [pool-606-thread-1]  INFO [aai-resources,67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] 1 --- [ol-606-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:18.419 [67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] [pool-606-thread-1]  INFO [aai-resources,67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] 1 --- [ol-606-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service found at: service-design-and-creation/services/service/1234 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:18.420 [67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] [pool-606-thread-1]  INFO [aai-resources,67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] 1 --- [ol-606-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:18.421 [67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] [qtp1225114731-642] DEBUG [aai-resources,67ea55e2e545fa0ac94830eac3073209,c94830eac3073209] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:18:412","respDate":"250331-08:44:18:420","sourceId":"SO:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:39921/aai/v24/service-design-and-creation/services/service/1234","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:18:412-83290\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d710e1a8-c54f-47e6-86f3-f1c054cd7f28], Accept=[application/json], x-invocationid=[2c9a9dcc-cb79-4612-befa-66497031f684], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:39921], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[39921], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:18 +0000] "GET /aai/v24/service-design-and-creation/services/service/1234" 404 313 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:44:18.497 [67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] [qtp1225114731-22]  INFO [aai-resources,67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:18.507 [67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] [pool-607-thread-1]  INFO [aai-resources,67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] 1 --- [ol-607-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:18.507 [67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] [pool-607-thread-1]  INFO [aai-resources,67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] 1 --- [ol-607-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:18.507 [67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] [pool-607-thread-1]  INFO [aai-resources,67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] 1 --- [ol-607-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:18.508 [67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] [pool-607-thread-1]  INFO [aai-resources,67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] 1 --- [ol-607-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:18.511 [67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] [pool-607-thread-1]  INFO [aai-resources,67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] 1 --- [ol-607-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:18.512 [67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] [qtp1225114731-22] DEBUG [aai-resources,67ea55e246b43d6dde134e83ace7bceb,de134e83ace7bceb] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:18:497","respDate":"250331-08:44:18:512","sourceId":"SO:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:39921/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:18:497-25903\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0c99effd-65ff-4f58-9a5b-ddd9c17c16fc], Accept=[application/json], x-invocationid=[2b142a0b-a8df-4de9-afcf-2baa1881637d], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:39921], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[39921], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:18 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456" 200 599 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:44:18.903 [67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] [qtp1225114731-642]  INFO [aai-resources,67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:18.908 [67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] [pool-608-thread-1]  INFO [aai-resources,67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] 1 --- [ol-608-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:18.908 [67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] [pool-608-thread-1]  INFO [aai-resources,67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] 1 --- [ol-608-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:18.909 [67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] [pool-608-thread-1]  INFO [aai-resources,67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] 1 --- [ol-608-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:18.909 [67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] [pool-608-thread-1]  INFO [aai-resources,67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] 1 --- [ol-608-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:18.910 [67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] [pool-608-thread-1]  INFO [aai-resources,67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] 1 --- [ol-608-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:18.911 [67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] [pool-608-thread-1]  INFO [aai-resources,67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] 1 --- [ol-608-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:18.911 [67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] [qtp1225114731-642] DEBUG [aai-resources,67ea55e26c819825cae46642e45eaed4,cae46642e45eaed4] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:18:903","respDate":"250331-08:44:18:911","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:18:903-26187\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f560233e-2ff4-4894-b66d-18dbe48bfa3c], Accept=[application/json], x-invocationid=[2db1a3ff-31d8-4196-aacd-5ef91260664e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:18 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21" 404 480 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:44:18.935 [67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] [qtp1225114731-22]  INFO [aai-resources,67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:18.938 [67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] [pool-609-thread-1]  INFO [aai-resources,67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] 1 --- [ol-609-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:18.938 [67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] [pool-609-thread-1]  INFO [aai-resources,67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] 1 --- [ol-609-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:18.939 [67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] [pool-609-thread-1]  INFO [aai-resources,67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] 1 --- [ol-609-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:18.939 [67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] [pool-609-thread-1]  INFO [aai-resources,67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] 1 --- [ol-609-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:18.949 [67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] [pool-609-thread-1]  INFO [aai-resources,67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] 1 --- [ol-609-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: nodes/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:18.950 [67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] [pool-609-thread-1]  INFO [aai-resources,67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] 1 --- [ol-609-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:18.950 [67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] [qtp1225114731-22] DEBUG [aai-resources,67ea55e2d2b2f716abe560dbd17f87d8,abe560dbd17f87d8] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:18:935","respDate":"250331-08:44:18:950","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/nodes/service-instances?service-instance-name=basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:18:935-66094\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a118c112-f0d1-4374-9450-513728f8fd4e], Accept=[application/json], x-invocationid=[fabb4257-35fb-4d6a-a516-6b333c75a488], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:18 +0000] "GET /aai/v24/nodes/service-instances?service-instance-name=basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21" 404 270 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:44:18.973 [67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] [qtp1225114731-642]  INFO [aai-resources,67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:18.976 [67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] [pool-610-thread-1]  INFO [aai-resources,67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] 1 --- [ol-610-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:18.976 [67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] [pool-610-thread-1]  INFO [aai-resources,67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] 1 --- [ol-610-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:18.976 [67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] [pool-610-thread-1]  INFO [aai-resources,67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] 1 --- [ol-610-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:18.977 [67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] [pool-610-thread-1]  INFO [aai-resources,67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] 1 --- [ol-610-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:18.982 [67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] [pool-610-thread-1]  INFO [aai-resources,67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] 1 --- [ol-610-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:18.982 [67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] [pool-610-thread-1]  INFO [aai-resources,67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] 1 --- [ol-610-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:18.983 [67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] [qtp1225114731-642] DEBUG [aai-resources,67ea55e2a8d3fdbd9b1e5be9bf7356a9,9b1e5be9bf7356a9] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:18:973","respDate":"250331-08:44:18:983","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:18:973-40829\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[047774ef-709c-423b-8dec-2fbcf6bc2141], Accept=[application/json], x-invocationid=[7648d91b-b629-402e-b294-4acbdc853077], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:18 +0000] "GET /aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed" 404 378 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:44:19.870 [67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] [qtp1225114731-22]  INFO [aai-resources,67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:19.875 [67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] [pool-611-thread-1]  INFO [aai-resources,67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] 1 --- [ol-611-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:19.875 [67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] [pool-611-thread-1]  INFO [aai-resources,67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] 1 --- [ol-611-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:19.875 [67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] [pool-611-thread-1]  INFO [aai-resources,67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] 1 --- [ol-611-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:19.875 [67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] [pool-611-thread-1]  INFO [aai-resources,67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] 1 --- [ol-611-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:19.877 [67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] [pool-611-thread-1]  INFO [aai-resources,67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] 1 --- [ol-611-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:19.878 [67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] [qtp1225114731-22] DEBUG [aai-resources,67ea55e379a40248a978dc26f6d8f2a1,a978dc26f6d8f2a1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:19:870","respDate":"250331-08:44:19:878","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:19:870-88689\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ecaa100c-f54c-4cff-b196-3f9b3f745c6d], Accept=[application/json], x-invocationid=[bb24cd55-df40-4817-9000-9d1ef788b08a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:19 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer" 200 153 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:44:19.899 [67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] [qtp1225114731-642]  INFO [aai-resources,67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:19.902 [67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] [pool-612-thread-1]  INFO [aai-resources,67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] 1 --- [ol-612-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:19.902 [67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] [pool-612-thread-1]  INFO [aai-resources,67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] 1 --- [ol-612-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:19.902 [67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] [pool-612-thread-1]  INFO [aai-resources,67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] 1 --- [ol-612-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:19.903 [67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] [pool-612-thread-1]  INFO [aai-resources,67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] 1 --- [ol-612-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:19.906 [67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] [pool-612-thread-1]  INFO [aai-resources,67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] 1 --- [ol-612-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:19.906 [67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] [qtp1225114731-642] DEBUG [aai-resources,67ea55e397580cf7092ad0322a09362d,092ad0322a09362d] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:19:899","respDate":"250331-08:44:19:906","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:19:899-88486\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1976a243-af41-4587-abb2-325fb81c0e7a], Accept=[application/json], x-invocationid=[b2f5207f-3a7c-4204-9862-c151b80ec852], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:19 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro" 200 701 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:44:19.952 [67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] [qtp1225114731-22]  INFO [aai-resources,67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:19.957 [67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] [pool-613-thread-1]  INFO [aai-resources,67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] 1 --- [ol-613-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:19.957 [67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] [pool-613-thread-1]  INFO [aai-resources,67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] 1 --- [ol-613-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:19.957 [67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] [pool-613-thread-1]  INFO [aai-resources,67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] 1 --- [ol-613-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:19.957 [67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] [pool-613-thread-1]  INFO [aai-resources,67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] 1 --- [ol-613-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:19.966 [67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] [pool-613-thread-1]  INFO [aai-resources,67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] 1 --- [ol-613-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:19.966 [67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] [pool-613-thread-1]  INFO [aai-resources,67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] 1 --- [ol-613-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:19.966 [67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] [qtp1225114731-22] DEBUG [aai-resources,67ea55e37f715a64ec090e6508ecdf38,ec090e6508ecdf38] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:19:952","respDate":"250331-08:44:19:966","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:19:952-52804\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[195d1a38-cbc4-49f4-bfad-ed678d016042], Accept=[application/json], x-invocationid=[eba507e4-07fb-4ff1-8d80-755633203dc0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:19 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 404 588 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:44:19.987 [67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] [qtp1225114731-642]  INFO [aai-resources,67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:19.991 [67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] [pool-614-thread-1]  INFO [aai-resources,67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] 1 --- [ol-614-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:19.991 [67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] [pool-614-thread-1]  INFO [aai-resources,67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] 1 --- [ol-614-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:19.991 [67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] [pool-614-thread-1]  INFO [aai-resources,67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] 1 --- [ol-614-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:19.991 [67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] [pool-614-thread-1]  INFO [aai-resources,67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] 1 --- [ol-614-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:19.992 [67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] [pool-614-thread-1]  INFO [aai-resources,67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] 1 --- [ol-614-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:19.992 [67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] [pool-614-thread-1]  INFO [aai-resources,67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] 1 --- [ol-614-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:19.993 [67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] [qtp1225114731-642] DEBUG [aai-resources,67ea55e32c7f311921944e14f32c2606,21944e14f32c2606] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:19:987","respDate":"250331-08:44:19:993","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:19:987-96394\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ae0faea2-aa3b-4e0a-9ce3-7c87f4a5fa2d], Accept=[application/json], x-invocationid=[4bf4dae2-57cb-4069-8391-987ed26b644a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:19 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 404 588 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:44:20.012 [67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] [qtp1225114731-22]  INFO [aai-resources,67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.015 [67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] [pool-615-thread-1]  INFO [aai-resources,67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] 1 --- [ol-615-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.015 [67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] [pool-615-thread-1]  INFO [aai-resources,67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] 1 --- [ol-615-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.015 [67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] [pool-615-thread-1]  INFO [aai-resources,67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] 1 --- [ol-615-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.016 [67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] [pool-615-thread-1]  INFO [aai-resources,67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] 1 --- [ol-615-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.035 [67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] [pool-615-thread-1]  INFO [aai-resources,67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] 1 --- [ol-615-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.036 [67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] [qtp1225114731-22] DEBUG [aai-resources,67ea55e43fbfb880aa05a67526ccaa5b,aa05a67526ccaa5b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:20:012","respDate":"250331-08:44:20:036","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:20:012-93635\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f1ea6f19-c011-45bd-a76e-ab57dd3beac4], Accept=[application/json], x-invocationid=[59e5b995-23e2-49a4-a1d7-90ed5a8ea049], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:44:20.076 [67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] [qtp1225114731-642]  INFO [aai-resources,67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.080 [67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] [pool-616-thread-1]  INFO [aai-resources,67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] 1 --- [ol-616-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.080 [67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] [pool-616-thread-1]  INFO [aai-resources,67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] 1 --- [ol-616-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.081 [67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] [pool-616-thread-1]  INFO [aai-resources,67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] 1 --- [ol-616-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.081 [67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] [pool-616-thread-1]  INFO [aai-resources,67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] 1 --- [ol-616-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.092 [67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] [pool-616-thread-1]  INFO [aai-resources,67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] 1 --- [ol-616-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.092 [67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] [qtp1225114731-642] DEBUG [aai-resources,67ea55e4163e3d18bbe29d5d64d5f608,bbe29d5d64d5f608] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:20:076","respDate":"250331-08:44:20:092","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:20:076-84876\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fc5af4a8-85c7-46cf-a83e-5748388ba5f8], Accept=[application/json], x-invocationid=[d4b7934e-8d74-4f57-a578-182140cbb895], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:44:20.146 [67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] [qtp1225114731-22]  INFO [aai-resources,67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.151 [67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] [pool-617-thread-1]  INFO [aai-resources,67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] 1 --- [ol-617-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.151 [67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] [pool-617-thread-1]  INFO [aai-resources,67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] 1 --- [ol-617-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.151 [67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] [pool-617-thread-1]  INFO [aai-resources,67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] 1 --- [ol-617-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.151 [67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] [pool-617-thread-1]  INFO [aai-resources,67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] 1 --- [ol-617-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.153 [67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] [pool-617-thread-1]  INFO [aai-resources,67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] 1 --- [ol-617-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.153 [67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] [qtp1225114731-22] DEBUG [aai-resources,67ea55e41b30fb84fd1444cd574e05e9,fd1444cd574e05e9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:20:146","respDate":"250331-08:44:20:153","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:146-32906\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7e20b0eb-1816-4690-9ae5-772168d2f63d], Accept=[application/json], x-invocationid=[e12f9fe4-8d76-460f-9e79-44ce5deba9f1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro?resultIndex=0&resultSize=1&format=count" 200 40 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:44:20.174 [67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] [qtp1225114731-642]  INFO [aai-resources,67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.177 [67ea55e46c14f1ca563daf81e6b9875a,563daf81e6b9875a] [qtp1225114731-270]  INFO [aai-resources,67ea55e46c14f1ca563daf81e6b9875a,563daf81e6b9875a] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.178 [67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] [pool-618-thread-1]  INFO [aai-resources,67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] 1 --- [ol-618-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.178 [67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] [pool-618-thread-1]  INFO [aai-resources,67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] 1 --- [ol-618-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.178 [67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] [pool-618-thread-1]  INFO [aai-resources,67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] 1 --- [ol-618-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.178 [67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] [pool-618-thread-1]  INFO [aai-resources,67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] 1 --- [ol-618-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.179 [67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] [pool-618-thread-1]  INFO [aai-resources,67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] 1 --- [ol-618-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:20.179 [67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] [pool-618-thread-1]  INFO [aai-resources,67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] 1 --- [ol-618-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.179 [67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] [qtp1225114731-642] DEBUG [aai-resources,67ea55e4344b1523ce03a2410faab31d,ce03a2410faab31d] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:20:174","respDate":"250331-08:44:20:179","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:174-66105\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ebe2de5d-3f0f-4f55-b0a6-76c6ef70c9c1], Accept=[application/json], x-invocationid=[ce624d4a-7fa5-45e7-a765-510e34cf9475], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?resultIndex=0&resultSize=1&format=count" 404 588 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 6 - "logType": "access"
2025-03-31 08:44:20.191 [67ea55e46c14f1ca563daf81e6b9875a,563daf81e6b9875a] [qtp1225114731-270] DEBUG [aai-resources,67ea55e46c14f1ca563daf81e6b9875a,563daf81e6b9875a] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a20b83bd-12f4-408a-9883-eaa4f88c453e","status":"200","rqstDate":"250331-08:44:20:177","respDate":"250331-08:44:20:191","sourceId":"haproxy:a20b83bd-12f4-408a-9883-eaa4f88c453e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:177-34654\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[849f7bc7-0e07-4e8a-a0ba-4cca884ae979], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a20b83bd-12f4-408a-9883-eaa4f88c453e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:44:20.199 [67ea55e4981df941543d7701de4146f4,543d7701de4146f4] [qtp1225114731-852]  INFO [aai-resources,67ea55e4981df941543d7701de4146f4,543d7701de4146f4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.205 [67ea55e4981df941543d7701de4146f4,543d7701de4146f4] [qtp1225114731-852]  INFO [aai-resources,67ea55e4981df941543d7701de4146f4,543d7701de4146f4] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.205 [67ea55e4981df941543d7701de4146f4,543d7701de4146f4] [qtp1225114731-852]  INFO [aai-resources,67ea55e4981df941543d7701de4146f4,543d7701de4146f4] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.205 [67ea55e4981df941543d7701de4146f4,543d7701de4146f4] [qtp1225114731-852]  INFO [aai-resources,67ea55e4981df941543d7701de4146f4,543d7701de4146f4] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.206 [67ea55e4981df941543d7701de4146f4,543d7701de4146f4] [qtp1225114731-852]  INFO [aai-resources,67ea55e4981df941543d7701de4146f4,543d7701de4146f4] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.230 [67ea55e4981df941543d7701de4146f4,543d7701de4146f4] [qtp1225114731-852]  INFO [aai-resources,67ea55e4981df941543d7701de4146f4,543d7701de4146f4] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.253 [67ea55e4981df941543d7701de4146f4,543d7701de4146f4] [qtp1225114731-852] DEBUG [aai-resources,67ea55e4981df941543d7701de4146f4,543d7701de4146f4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"201","rqstDate":"250331-08:44:20:199","respDate":"250331-08:44:20:253","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:199-58291\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2f3535ab-210a-4425-8025-3064329978a5], Accept=[application/json], x-invocationid=[e54c4669-8140-4354-94c2-1e0a4bdaa869], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[376], Content-Type=[application/json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"55c9121d-334c-40ce-b8f5-e4524bc967b1\\\",\\\"service-instance-name\\\":\\\"basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21\\\",\\\"environment-context\\\":\\\"General_Revenue-Bearing\\\",\\\"workload-context\\\":\\\"Production\\\",\\\"model-invariant-id\\\":\\\"17196b74-4b91-494b-b0ac-e5803c3e52bb\\\",\\\"model-version-id\\\":\\\"deb9360e-99ac-4f11-bb61-b055ea1a7866\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:199-58291\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41238632], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:44:20:199-58291]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "PUT /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1" 201 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 08:44:20.277 [67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] [qtp1225114731-270]  INFO [aai-resources,67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.281 [67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] [pool-619-thread-1]  INFO [aai-resources,67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] 1 --- [ol-619-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.281 [67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] [pool-619-thread-1]  INFO [aai-resources,67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] 1 --- [ol-619-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.281 [67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] [pool-619-thread-1]  INFO [aai-resources,67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] 1 --- [ol-619-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.281 [67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] [pool-619-thread-1]  INFO [aai-resources,67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] 1 --- [ol-619-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.288 [67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] [pool-619-thread-1]  INFO [aai-resources,67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] 1 --- [ol-619-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type project found at: business/projects/project/basicnf_macro_project ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:20.288 [67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] [pool-619-thread-1]  INFO [aai-resources,67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] 1 --- [ol-619-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.288 [67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] [qtp1225114731-270] DEBUG [aai-resources,67ea55e492f56bb2b2dbe23c76968966,b2dbe23c76968966] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:20:277","respDate":"250331-08:44:20:288","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/projects/project/basicnf_macro_project?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:20:277-98710\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9d0dcc50-b774-45c6-9b54-3855a4e9c781], Accept=[application/json], x-invocationid=[69a51f38-6a94-44a3-8a3a-ece0e00cc68f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "GET /aai/v24/business/projects/project/basicnf_macro_project?resultIndex=0&resultSize=1&format=count" 404 309 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:44:20.312 [67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] [qtp1225114731-852]  INFO [aai-resources,67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.333 [67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] [qtp1225114731-852]  INFO [aai-resources,67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.333 [67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] [qtp1225114731-852]  INFO [aai-resources,67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.333 [67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] [qtp1225114731-852]  INFO [aai-resources,67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.333 [67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] [qtp1225114731-852]  INFO [aai-resources,67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.352 [67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] [qtp1225114731-852]  INFO [aai-resources,67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.370 [67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] [qtp1225114731-852] DEBUG [aai-resources,67ea55e40d44317ac63ae6b418c4ad30,c63ae6b418c4ad30] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"201","rqstDate":"250331-08:44:20:312","respDate":"250331-08:44:20:370","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/projects/project/basicnf_macro_project","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:312-53001\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ad5af395-2393-4fb3-80e5-ec8ad5b2a71f], Accept=[application/json], x-invocationid=[f19f8b57-69f3-4c46-a1c8-c021a6bedf84], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[40], Content-Type=[application/json]}\",\"Payload\":\"{\\\"project-name\\\":\\\"basicnf_macro_project\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:312-53001\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[41242728], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:44:20:312-53001]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "PUT /aai/v24/business/projects/project/basicnf_macro_project" 201 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 63 - "logType": "access"
2025-03-31 08:44:20.394 [67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] [qtp1225114731-270]  INFO [aai-resources,67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.405 [67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] [pool-620-thread-1]  INFO [aai-resources,67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] 1 --- [ol-620-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.405 [67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] [pool-620-thread-1]  INFO [aai-resources,67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] 1 --- [ol-620-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.406 [67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] [pool-620-thread-1]  INFO [aai-resources,67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] 1 --- [ol-620-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.406 [67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] [pool-620-thread-1]  INFO [aai-resources,67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] 1 --- [ol-620-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.425 [67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] [pool-620-thread-1]  INFO [aai-resources,67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] 1 --- [ol-620-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.426 [67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] [qtp1225114731-270] DEBUG [aai-resources,67ea55e43f0e90190de26eb7ab897c6e,0de26eb7ab897c6e] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:20:394","respDate":"250331-08:44:20:426","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:394-50308\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[400fc5dd-be23-498a-80e3-bf09362c2aa7], Accept=[application/json], x-invocationid=[90c9e3e7-4acc-492c-9213-7d7cb9122b47], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "GET /aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed" 200 260 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 34 - "logType": "access"
2025-03-31 08:44:20.446 [67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] [qtp1225114731-852]  INFO [aai-resources,67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.451 [67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] [qtp1225114731-852]  INFO [aai-resources,67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.451 [67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] [qtp1225114731-852]  INFO [aai-resources,67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.451 [67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] [qtp1225114731-852]  INFO [aai-resources,67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.451 [67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] [qtp1225114731-852]  INFO [aai-resources,67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.488 [67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] [qtp1225114731-852]  INFO [aai-resources,67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.526 [67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] [qtp1225114731-852] DEBUG [aai-resources,67ea55e43a48781f26c0fdd074480602,26c0fdd074480602] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:20:446","respDate":"250331-08:44:20:526","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/projects/project/basicnf_macro_project/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:20:446-31968\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2f59baa5-a342-443c-bd7a-a600541e402c], Accept=[application/json], x-invocationid=[aa9c6f05-c74f-4f17-a512-925c26784137], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[202], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:44:20:446-31968\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:44:20:446-31968]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "PUT /aai/v24/business/projects/project/basicnf_macro_project/relationship-list/relationship" 200 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 81 - "logType": "access"
2025-03-31 08:44:20.550 [67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] [qtp1225114731-270]  INFO [aai-resources,67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.554 [67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] [pool-621-thread-1]  INFO [aai-resources,67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] 1 --- [ol-621-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.554 [67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] [pool-621-thread-1]  INFO [aai-resources,67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] 1 --- [ol-621-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.554 [67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] [pool-621-thread-1]  INFO [aai-resources,67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] 1 --- [ol-621-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.554 [67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] [pool-621-thread-1]  INFO [aai-resources,67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] 1 --- [ol-621-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.564 [67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] [pool-621-thread-1]  INFO [aai-resources,67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] 1 --- [ol-621-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.565 [67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] [qtp1225114731-270] DEBUG [aai-resources,67ea55e4fa24376c29db72b953632c8a,29db72b953632c8a] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:20:550","respDate":"250331-08:44:20:565","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:550-9477\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a70d40ba-1ecd-4a43-8bfc-ea962d2bc414], Accept=[application/json], x-invocationid=[f337108e-0f56-4d9b-918c-a2d6c36a86dd], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "GET /aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?resultIndex=0&resultSize=1&format=count" 200 33 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:44:20.586 [67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] [qtp1225114731-852]  INFO [aai-resources,67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.589 [67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] [pool-622-thread-1]  INFO [aai-resources,67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] 1 --- [ol-622-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.589 [67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] [pool-622-thread-1]  INFO [aai-resources,67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] 1 --- [ol-622-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.589 [67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] [pool-622-thread-1]  INFO [aai-resources,67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] 1 --- [ol-622-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.589 [67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] [pool-622-thread-1]  INFO [aai-resources,67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] 1 --- [ol-622-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.602 [67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] [pool-622-thread-1]  INFO [aai-resources,67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] 1 --- [ol-622-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.602 [67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] [qtp1225114731-852] DEBUG [aai-resources,67ea55e4b442ffee6750824ae79a4f0b,6750824ae79a4f0b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:20:586","respDate":"250331-08:44:20:602","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:20:586-91398\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f176209c-9faf-439e-9601-37887c8cf9e9], Accept=[application/json], x-invocationid=[b5df2873-f4e5-4155-9c60-7af90d31c852], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "GET /aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed" 200 260 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:44:20.624 [67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] [qtp1225114731-270]  INFO [aai-resources,67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.628 [67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] [qtp1225114731-270]  INFO [aai-resources,67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.628 [67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] [qtp1225114731-270]  INFO [aai-resources,67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.628 [67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] [qtp1225114731-270]  INFO [aai-resources,67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.628 [67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] [qtp1225114731-270]  INFO [aai-resources,67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.646 [67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] [qtp1225114731-270]  INFO [aai-resources,67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.680 [67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] [qtp1225114731-270] DEBUG [aai-resources,67ea55e4d386bb012ad0dbcdf4d64a50,2ad0dbcdf4d64a50] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:20:624","respDate":"250331-08:44:20:680","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:624-65590\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[0d2abc8e-7d54-4066-803c-8fc588b7bcac], Accept=[application/json], x-invocationid=[460a51e5-46f0-4b45-abd8-2c3a50dcc9d1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[202], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:624-65590\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:44:20:624-65590]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "PUT /aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc/relationship-list/relationship" 200 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 58 - "logType": "access"
2025-03-31 08:44:20.843 [67ea55e4fc903f7084b741aa53064725,84b741aa53064725] [qtp1225114731-852]  INFO [aai-resources,67ea55e4fc903f7084b741aa53064725,84b741aa53064725] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.848 [67ea55e4fc903f7084b741aa53064725,84b741aa53064725] [pool-623-thread-1]  INFO [aai-resources,67ea55e4fc903f7084b741aa53064725,84b741aa53064725] 1 --- [ol-623-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.848 [67ea55e4fc903f7084b741aa53064725,84b741aa53064725] [pool-623-thread-1]  INFO [aai-resources,67ea55e4fc903f7084b741aa53064725,84b741aa53064725] 1 --- [ol-623-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.848 [67ea55e4fc903f7084b741aa53064725,84b741aa53064725] [pool-623-thread-1]  INFO [aai-resources,67ea55e4fc903f7084b741aa53064725,84b741aa53064725] 1 --- [ol-623-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.848 [67ea55e4fc903f7084b741aa53064725,84b741aa53064725] [pool-623-thread-1]  INFO [aai-resources,67ea55e4fc903f7084b741aa53064725,84b741aa53064725] 1 --- [ol-623-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.877 [67ea55e4fc903f7084b741aa53064725,84b741aa53064725] [pool-623-thread-1]  INFO [aai-resources,67ea55e4fc903f7084b741aa53064725,84b741aa53064725] 1 --- [ol-623-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:20.877 [67ea55e4fc903f7084b741aa53064725,84b741aa53064725] [qtp1225114731-852] DEBUG [aai-resources,67ea55e4fc903f7084b741aa53064725,84b741aa53064725] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1b557d3c-b124-4fd1-87c8-138e3fbe52c0","status":"200","rqstDate":"250331-08:44:20:844","respDate":"250331-08:44:20:877","sourceId":"openECOMP:1b557d3c-b124-4fd1-87c8-138e3fbe52c0","resourceId":"http://aai.onap:39921/aai/v25/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:20:844-85469\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[646e5204-0ead-4ead-8fc0-da01fd325d03], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[1b557d3c-b124-4fd1-87c8-138e3fbe52c0], Host=[aai.onap:39921], Pragma=[no-cache], X-Forwarded-Port=[39921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[1b557d3c-b124-4fd1-87c8-138e3fbe52c0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:20 +0000] "GET /aai/v25/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=1" 200 1056 REST 1b557d3c-b124-4fd1-87c8-138e3fbe52c0 openECOMP 127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:44:20.942 [67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] [qtp1225114731-270]  INFO [aai-resources,67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:20.948 [67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] [qtp1225114731-270]  INFO [aai-resources,67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:20.948 [67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] [qtp1225114731-270]  INFO [aai-resources,67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:20.948 [67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] [qtp1225114731-270]  INFO [aai-resources,67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:20.949 [67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] [qtp1225114731-270]  INFO [aai-resources,67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:20.985 [67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] [qtp1225114731-270]  INFO [aai-resources,67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.002 [67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] [qtp1225114731-270] DEBUG [aai-resources,67ea55e43d69aa42d67d157231bc35fc,d67d157231bc35fc] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1b557d3c-b124-4fd1-87c8-138e3fbe52c0","status":"200","rqstDate":"250331-08:44:20:943","respDate":"250331-08:44:21:002","sourceId":"openECOMP:1b557d3c-b124-4fd1-87c8-138e3fbe52c0","resourceId":"http://aai.onap:39921/aai/v25/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?resource-version=1743410660628","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:20:943-63036\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[00330b8e-765b-49ca-af32-1ce4d39eaefb], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[1b557d3c-b124-4fd1-87c8-138e3fbe52c0], Host=[aai.onap:39921], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[39921], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[259], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[1b557d3c-b124-4fd1-87c8-138e3fbe52c0]}\",\"Payload\":\"{\\\"selflink\\\":\\\"rests/data/GENERIC-RESOURCE-API:services/service=55c9121d-334c-40ce-b8f5-e4524bc967b1/service-data/service-topology?content=config\\\",\\\"resource-version\\\":\\\"1743410660628\\\",\\\"service-instance-name\\\":\\\"basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:44:20:943-63036\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[41238632], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:44:20:943-63036]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "POST /aai/v25/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?resource-version=1743410660628" 200 0 REST 1b557d3c-b124-4fd1-87c8-138e3fbe52c0 openECOMP 127.0.0.6 - - - - - - - - - 62 - "logType": "access"
2025-03-31 08:44:21.057 [67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] [qtp1225114731-852]  INFO [aai-resources,67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:21.061 [67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] [pool-624-thread-1]  INFO [aai-resources,67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] 1 --- [ol-624-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:21.061 [67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] [pool-624-thread-1]  INFO [aai-resources,67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] 1 --- [ol-624-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:21.061 [67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] [pool-624-thread-1]  INFO [aai-resources,67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] 1 --- [ol-624-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:21.061 [67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] [pool-624-thread-1]  INFO [aai-resources,67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] 1 --- [ol-624-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:21.068 [67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] [pool-624-thread-1]  INFO [aai-resources,67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] 1 --- [ol-624-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.068 [67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] [qtp1225114731-852] DEBUG [aai-resources,67ea55e5f93489b00b38adab85f7d8e1,0b38adab85f7d8e1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:21:057","respDate":"250331-08:44:21:068","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:21:057-10726\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1e53f59d-bdb7-4921-8f6e-512af822b5b0], Accept=[application/json], x-invocationid=[169cde4e-db90-446e-a477-96aa8d2fd8d9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "GET /aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed" 200 260 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:44:21.090 [67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] [qtp1225114731-270]  INFO [aai-resources,67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:21.095 [67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] [qtp1225114731-270]  INFO [aai-resources,67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:21.095 [67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] [qtp1225114731-270]  INFO [aai-resources,67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:21.095 [67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] [qtp1225114731-270]  INFO [aai-resources,67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:21.095 [67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] [qtp1225114731-270]  INFO [aai-resources,67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:21.123 [67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] [qtp1225114731-270]  INFO [aai-resources,67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.141 [67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] [qtp1225114731-270] DEBUG [aai-resources,67ea55e56dadd07199b4ae6b9022e916,99b4ae6b9022e916] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:21:090","respDate":"250331-08:44:21:141","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:21:090-17629\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[2ab17234-b31b-40e0-a8ad-4d4b0bd67c04], Accept=[application/json], x-invocationid=[a586aee4-d5b4-47f7-aea5-b06c1619bc7a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[175], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"55c9121d-334c-40ce-b8f5-e4524bc967b1\\\",\\\"service-instance-name\\\":\\\"basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:44:21:090-17629\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[41238632], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:44:21:090-17629]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "POST /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1" 200 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 53 - "logType": "access"
2025-03-31 08:44:21.487 [67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] [qtp1225114731-852]  INFO [aai-resources,67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:21.491 [67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] [pool-625-thread-1]  INFO [aai-resources,67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] 1 --- [ol-625-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:21.491 [67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] [pool-625-thread-1]  INFO [aai-resources,67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] 1 --- [ol-625-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:21.491 [67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] [pool-625-thread-1]  INFO [aai-resources,67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] 1 --- [ol-625-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:21.491 [67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] [pool-625-thread-1]  INFO [aai-resources,67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] 1 --- [ol-625-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:21.494 [67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] [pool-625-thread-1]  INFO [aai-resources,67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] 1 --- [ol-625-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.494 [67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] [qtp1225114731-852] DEBUG [aai-resources,67ea55e5e94d90bb0ed270b0ac74932e,0ed270b0ac74932e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:21:487","respDate":"250331-08:44:21:494","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:21:487-93776\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0d968f90-99a6-44dd-991b-b204fbb97880], Accept=[application/json], x-invocationid=[8c24f326-6509-4b7f-9365-755922a20edc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer" 200 153 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:44:21.514 [67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] [qtp1225114731-270]  INFO [aai-resources,67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:21.521 [67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] [pool-626-thread-1]  INFO [aai-resources,67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] 1 --- [ol-626-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:21.521 [67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] [pool-626-thread-1]  INFO [aai-resources,67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] 1 --- [ol-626-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:21.521 [67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] [pool-626-thread-1]  INFO [aai-resources,67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] 1 --- [ol-626-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:21.521 [67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] [pool-626-thread-1]  INFO [aai-resources,67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] 1 --- [ol-626-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:21.534 [67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] [pool-626-thread-1]  INFO [aai-resources,67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] 1 --- [ol-626-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.534 [67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] [qtp1225114731-270] DEBUG [aai-resources,67ea55e5f11f35b83cedd6ec8a42cbc0,3cedd6ec8a42cbc0] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:21:514","respDate":"250331-08:44:21:534","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:21:514-71025\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9edd9e86-0c58-4c07-b1a3-7fc26cda8acc], Accept=[application/json], x-invocationid=[d57bc36e-a33f-4706-a918-c09d8cbcf704], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro" 200 701 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:44:21.583 [67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] [qtp1225114731-852]  INFO [aai-resources,67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:21.589 [67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] [pool-627-thread-1]  INFO [aai-resources,67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] 1 --- [ol-627-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:21.589 [67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] [pool-627-thread-1]  INFO [aai-resources,67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] 1 --- [ol-627-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:21.589 [67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] [pool-627-thread-1]  INFO [aai-resources,67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] 1 --- [ol-627-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:21.589 [67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] [pool-627-thread-1]  INFO [aai-resources,67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] 1 --- [ol-627-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:21.608 [67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] [pool-627-thread-1]  INFO [aai-resources,67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] 1 --- [ol-627-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.611 [67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] [qtp1225114731-852] DEBUG [aai-resources,67ea55e5d0cb8837c1945ec405799162,c1945ec405799162] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:21:583","respDate":"250331-08:44:21:611","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:21:583-34008\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9663acc6-cef4-44a4-b386-cae27f5c9119], Accept=[application/json], x-invocationid=[51510717-ebd0-48e5-93e9-9af232b5402e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 200 1197 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 32 - "logType": "access"
2025-03-31 08:44:21.631 [67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] [qtp1225114731-270]  INFO [aai-resources,67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:21.635 [67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] [pool-628-thread-1]  INFO [aai-resources,67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] 1 --- [ol-628-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:21.635 [67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] [pool-628-thread-1]  INFO [aai-resources,67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] 1 --- [ol-628-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:21.635 [67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] [pool-628-thread-1]  INFO [aai-resources,67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] 1 --- [ol-628-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:21.635 [67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] [pool-628-thread-1]  INFO [aai-resources,67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] 1 --- [ol-628-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:21.637 [67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] [pool-628-thread-1]  INFO [aai-resources,67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] 1 --- [ol-628-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.637 [67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] [qtp1225114731-270] DEBUG [aai-resources,67ea55e5cb037f280c10245a7a9b46cf,0c10245a7a9b46cf] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:21:632","respDate":"250331-08:44:21:637","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/projects/project/basicnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:21:632-59862\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1f96a9c9-5873-4f18-b911-3e718caa0b8a], Accept=[application/json], x-invocationid=[c4a14d12-ed52-407a-bb7d-eae039068610], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "GET /aai/v24/business/projects/project/basicnf_macro_project?nodes-only=" 200 75 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:44:21.656 [67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] [qtp1225114731-852]  INFO [aai-resources,67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:21.659 [67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] [pool-629-thread-1]  INFO [aai-resources,67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] 1 --- [ol-629-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:21.659 [67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] [pool-629-thread-1]  INFO [aai-resources,67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] 1 --- [ol-629-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:21.659 [67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] [pool-629-thread-1]  INFO [aai-resources,67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] 1 --- [ol-629-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:21.659 [67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] [pool-629-thread-1]  INFO [aai-resources,67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] 1 --- [ol-629-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:21.660 [67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] [pool-629-thread-1]  INFO [aai-resources,67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] 1 --- [ol-629-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.661 [67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] [qtp1225114731-852] DEBUG [aai-resources,67ea55e5b5a62ec2b78b7686fb1a12a0,b78b7686fb1a12a0] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:21:656","respDate":"250331-08:44:21:661","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:21:656-37698\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b985f5ac-0c88-4e73-9c9e-20337287bf73], Accept=[application/json], x-invocationid=[765344fb-0a96-49e1-9339-d193c8bb037e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "GET /aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?nodes-only=" 200 145 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 6 - "logType": "access"
2025-03-31 08:44:21.679 [67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] [qtp1225114731-270]  INFO [aai-resources,67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:21.684 [67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] [pool-630-thread-1]  INFO [aai-resources,67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] 1 --- [ol-630-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:21.684 [67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] [pool-630-thread-1]  INFO [aai-resources,67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] 1 --- [ol-630-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:21.684 [67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] [pool-630-thread-1]  INFO [aai-resources,67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] 1 --- [ol-630-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:21.684 [67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] [pool-630-thread-1]  INFO [aai-resources,67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] 1 --- [ol-630-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:21.703 [67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] [pool-630-thread-1]  INFO [aai-resources,67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] 1 --- [ol-630-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.704 [67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] [qtp1225114731-270] DEBUG [aai-resources,67ea55e5dd79a9ac979f3def04c9c933,979f3def04c9c933] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:21:679","respDate":"250331-08:44:21:704","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:21:679-65160\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9cc4fc9b-4bff-422e-90c6-b54d71b6d182], Accept=[application/json], x-invocationid=[f55beec7-b4f2-430b-8bdb-859a42994993], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 200 1197 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:44:21.724 [67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] [qtp1225114731-852]  INFO [aai-resources,67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:21.727 [67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] [pool-631-thread-1]  INFO [aai-resources,67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] 1 --- [ol-631-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:21.728 [67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] [pool-631-thread-1]  INFO [aai-resources,67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] 1 --- [ol-631-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:21.728 [67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] [pool-631-thread-1]  INFO [aai-resources,67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] 1 --- [ol-631-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:21.729 [67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] [pool-631-thread-1]  INFO [aai-resources,67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] 1 --- [ol-631-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:21.740 [67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] [pool-631-thread-1]  INFO [aai-resources,67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] 1 --- [ol-631-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.741 [67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] [qtp1225114731-852] DEBUG [aai-resources,67ea55e59670a78571adb23f16d7959c,71adb23f16d7959c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:21:724","respDate":"250331-08:44:21:741","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:21:724-6161\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3dfaed70-2b1f-476f-a952-b5d88391a166], Accept=[application/json], x-invocationid=[f78765b1-6020-4947-acbf-3932e2632e33], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:44:21.781 [67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] [qtp1225114731-270]  INFO [aai-resources,67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:21.785 [67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] [pool-632-thread-1]  INFO [aai-resources,67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] 1 --- [ol-632-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:21.785 [67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] [pool-632-thread-1]  INFO [aai-resources,67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] 1 --- [ol-632-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:21.785 [67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] [pool-632-thread-1]  INFO [aai-resources,67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] 1 --- [ol-632-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:21.786 [67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] [pool-632-thread-1]  INFO [aai-resources,67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] 1 --- [ol-632-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:21.795 [67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] [pool-632-thread-1]  INFO [aai-resources,67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] 1 --- [ol-632-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.796 [67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] [qtp1225114731-270] DEBUG [aai-resources,67ea55e503da5aa65dbf1d24215ede79,5dbf1d24215ede79] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:21:781","respDate":"250331-08:44:21:795","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:21:781-93253\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[59d67b2c-8c5f-45ae-8a2c-46d500a715b0], Accept=[application/json], x-invocationid=[ea7ae5bf-902e-4552-97b6-4bf70c9b28b3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:44:21.816 [67ea55e528759a634420acf213a497bf,4420acf213a497bf] [qtp1225114731-852]  INFO [aai-resources,67ea55e528759a634420acf213a497bf,4420acf213a497bf] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:21.821 [67ea55e528759a634420acf213a497bf,4420acf213a497bf] [pool-633-thread-1]  INFO [aai-resources,67ea55e528759a634420acf213a497bf,4420acf213a497bf] 1 --- [ol-633-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:21.821 [67ea55e528759a634420acf213a497bf,4420acf213a497bf] [pool-633-thread-1]  INFO [aai-resources,67ea55e528759a634420acf213a497bf,4420acf213a497bf] 1 --- [ol-633-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:21.821 [67ea55e528759a634420acf213a497bf,4420acf213a497bf] [pool-633-thread-1]  INFO [aai-resources,67ea55e528759a634420acf213a497bf,4420acf213a497bf] 1 --- [ol-633-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:21.821 [67ea55e528759a634420acf213a497bf,4420acf213a497bf] [pool-633-thread-1]  INFO [aai-resources,67ea55e528759a634420acf213a497bf,4420acf213a497bf] 1 --- [ol-633-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:21.831 [67ea55e528759a634420acf213a497bf,4420acf213a497bf] [pool-633-thread-1]  INFO [aai-resources,67ea55e528759a634420acf213a497bf,4420acf213a497bf] 1 --- [ol-633-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:21.832 [67ea55e528759a634420acf213a497bf,4420acf213a497bf] [qtp1225114731-852] DEBUG [aai-resources,67ea55e528759a634420acf213a497bf,4420acf213a497bf] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:21:816","respDate":"250331-08:44:21:832","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:21:816-86284\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fa59730b-4b72-42cf-bab7-26db0abe9f7d], Accept=[application/json], x-invocationid=[e5502f9f-3aa5-4138-a121-4ef8935196e3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:21 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:44:22.042 [67ea55e6790adb33055703cc01861152,055703cc01861152] [qtp1225114731-270]  INFO [aai-resources,67ea55e6790adb33055703cc01861152,055703cc01861152] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.047 [67ea55e6790adb33055703cc01861152,055703cc01861152] [pool-634-thread-1]  INFO [aai-resources,67ea55e6790adb33055703cc01861152,055703cc01861152] 1 --- [ol-634-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.047 [67ea55e6790adb33055703cc01861152,055703cc01861152] [pool-634-thread-1]  INFO [aai-resources,67ea55e6790adb33055703cc01861152,055703cc01861152] 1 --- [ol-634-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.047 [67ea55e6790adb33055703cc01861152,055703cc01861152] [pool-634-thread-1]  INFO [aai-resources,67ea55e6790adb33055703cc01861152,055703cc01861152] 1 --- [ol-634-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.047 [67ea55e6790adb33055703cc01861152,055703cc01861152] [pool-634-thread-1]  INFO [aai-resources,67ea55e6790adb33055703cc01861152,055703cc01861152] 1 --- [ol-634-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.055 [67ea55e6790adb33055703cc01861152,055703cc01861152] [pool-634-thread-1]  INFO [aai-resources,67ea55e6790adb33055703cc01861152,055703cc01861152] 1 --- [ol-634-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type generic-vnf found at: network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:22.056 [67ea55e6790adb33055703cc01861152,055703cc01861152] [pool-634-thread-1]  INFO [aai-resources,67ea55e6790adb33055703cc01861152,055703cc01861152] 1 --- [ol-634-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.056 [67ea55e6790adb33055703cc01861152,055703cc01861152] [qtp1225114731-270] DEBUG [aai-resources,67ea55e6790adb33055703cc01861152,055703cc01861152] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:22:042","respDate":"250331-08:44:22:056","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:22:042-25961\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[aa4cdc95-0ca7-4e30-9481-45b90f7c4035], Accept=[application/json], x-invocationid=[17cc1580-28e7-4744-8e3d-972eda5d1aea], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?resultIndex=0&resultSize=1&format=count" 404 357 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:44:22.080 [67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] [qtp1225114731-852]  INFO [aai-resources,67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.086 [67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] [qtp1225114731-852]  INFO [aai-resources,67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.086 [67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] [qtp1225114731-852]  INFO [aai-resources,67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.086 [67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] [qtp1225114731-852]  INFO [aai-resources,67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.086 [67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] [qtp1225114731-852]  INFO [aai-resources,67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.123 [67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] [qtp1225114731-852]  INFO [aai-resources,67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.139 [67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] [qtp1225114731-852] DEBUG [aai-resources,67ea55e6f8445888ec45d4f079c0083f,ec45d4f079c0083f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"201","rqstDate":"250331-08:44:22:080","respDate":"250331-08:44:22:139","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:22:080-56327\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[7117503d-fd06-404e-b1c5-8d3fdd74a920], Accept=[application/json], x-invocationid=[0c50e57a-8368-4036-b6c0-34ce368bf258], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[375], Content-Type=[application/json]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c\\\",\\\"vnf-name\\\":\\\"basic_cnf_macro\\\",\\\"vnf-type\\\":\\\"basic_cnf_macro/null\\\",\\\"service-id\\\":\\\"1234\\\",\\\"prov-status\\\":\\\"PREPROV\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"model-invariant-id\\\":\\\"ef83c1ef-f6c3-4b98-8e54-214caeeb6d7f\\\",\\\"model-version-id\\\":\\\"197b4bde-998c-4fb7-bb43-6d6552e0e1fa\\\",\\\"model-customization-id\\\":\\\"c531e194-3bef-4337-9ac1-d3f2c5201339\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:44:22:080-56327\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[245936], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:44:22:080-56327]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c" 201 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 61 - "logType": "access"
2025-03-31 08:44:22.159 [67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] [qtp1225114731-270]  INFO [aai-resources,67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.163 [67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] [pool-635-thread-1]  INFO [aai-resources,67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] 1 --- [ol-635-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.163 [67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] [pool-635-thread-1]  INFO [aai-resources,67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] 1 --- [ol-635-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.163 [67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] [pool-635-thread-1]  INFO [aai-resources,67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] 1 --- [ol-635-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.163 [67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] [pool-635-thread-1]  INFO [aai-resources,67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] 1 --- [ol-635-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.165 [67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] [pool-635-thread-1]  INFO [aai-resources,67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] 1 --- [ol-635-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.165 [67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] [qtp1225114731-270] DEBUG [aai-resources,67ea55e667b4c25433c29aaffc361ec5,33c29aaffc361ec5] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:22:159","respDate":"250331-08:44:22:165","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:22:159-21482\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a1c3024c-ccc5-4d68-a856-982e82266fc8], Accept=[application/json], x-invocationid=[75e1f9c3-6b9f-48e7-8d76-f814ce622bba], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "GET /aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed" 200 260 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:44:22.187 [67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] [qtp1225114731-852]  INFO [aai-resources,67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.192 [67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] [qtp1225114731-852]  INFO [aai-resources,67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.192 [67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] [qtp1225114731-852]  INFO [aai-resources,67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.192 [67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] [qtp1225114731-852]  INFO [aai-resources,67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.192 [67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] [qtp1225114731-852]  INFO [aai-resources,67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.195 [67ea55e60c1a6b9ab705298c1bc01294,b705298c1bc01294] [qtp1225114731-22]  INFO [aai-resources,67ea55e60c1a6b9ab705298c1bc01294,b705298c1bc01294] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.213 [67ea55e60c1a6b9ab705298c1bc01294,b705298c1bc01294] [qtp1225114731-22] DEBUG [aai-resources,67ea55e60c1a6b9ab705298c1bc01294,b705298c1bc01294] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1b9dacf7-c1a6-4ad7-847d-4e6cb55f1349","status":"200","rqstDate":"250331-08:44:22:195","respDate":"250331-08:44:22:213","sourceId":"haproxy:1b9dacf7-c1a6-4ad7-847d-4e6cb55f1349","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:22:195-97155\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[252af6c9-db90-479e-b03f-1288ce25e521], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1b9dacf7-c1a6-4ad7-847d-4e6cb55f1349]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:44:22.216 [67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] [qtp1225114731-852]  INFO [aai-resources,67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.251 [67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] [qtp1225114731-852] DEBUG [aai-resources,67ea55e66939e87c8eb4614729aa03a8,8eb4614729aa03a8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:22:188","respDate":"250331-08:44:22:251","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:22:188-91057\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b39fc810-f254-43ad-b594-779dd4af1af3], Accept=[application/json], x-invocationid=[b0d5be4e-8584-4b11-9460-e5b088e66747], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[202], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:44:22:188-91057\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:44:22:188-91057]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/relationship-list/relationship" 200 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 65 - "logType": "access"
2025-03-31 08:44:22.276 [67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] [qtp1225114731-270]  INFO [aai-resources,67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.281 [67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] [qtp1225114731-270]  INFO [aai-resources,67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.281 [67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] [qtp1225114731-270]  INFO [aai-resources,67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.281 [67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] [qtp1225114731-270]  INFO [aai-resources,67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.281 [67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] [qtp1225114731-270]  INFO [aai-resources,67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.304 [67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] [qtp1225114731-270]  INFO [aai-resources,67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.337 [67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] [qtp1225114731-270] DEBUG [aai-resources,67ea55e6761042d5043c5ac27df26eb1,043c5ac27df26eb1] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:22:276","respDate":"250331-08:44:22:337","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:22:276-46568\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f02427e4-32c9-49c0-93a6-abd3ef6d2ae6], Accept=[application/json], x-invocationid=[8d1c9ec2-ac28-4b6b-aed2-60e0e8d4d70d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[108], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:44:22:276-46568\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:44:22:276-46568]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/relationship-list/relationship" 200 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 62 - "logType": "access"
2025-03-31 08:44:22.360 [67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] [qtp1225114731-852]  INFO [aai-resources,67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.365 [67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] [qtp1225114731-852]  INFO [aai-resources,67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.365 [67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] [qtp1225114731-852]  INFO [aai-resources,67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.365 [67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] [qtp1225114731-852]  INFO [aai-resources,67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.365 [67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] [qtp1225114731-852]  INFO [aai-resources,67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.388 [67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] [qtp1225114731-852]  INFO [aai-resources,67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.424 [67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] [qtp1225114731-852] DEBUG [aai-resources,67ea55e6797f987786be7b0f90dda189,86be7b0f90dda189] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:22:360","respDate":"250331-08:44:22:424","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:22:360-31060\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[61656b3e-c4ea-4733-9168-bf55603e42cb], Accept=[application/json], x-invocationid=[a42c8dbe-dd43-4e64-8c96-928e40251b51], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[89], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:44:22:360-31060\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:44:22:360-31060]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "PUT /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456/relationship-list/relationship" 200 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 66 - "logType": "access"
2025-03-31 08:44:22.449 [67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] [qtp1225114731-270]  INFO [aai-resources,67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.453 [67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] [pool-636-thread-1]  INFO [aai-resources,67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] 1 --- [ol-636-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.453 [67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] [pool-636-thread-1]  INFO [aai-resources,67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] 1 --- [ol-636-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.453 [67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] [pool-636-thread-1]  INFO [aai-resources,67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] 1 --- [ol-636-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.453 [67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] [pool-636-thread-1]  INFO [aai-resources,67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] 1 --- [ol-636-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.458 [67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] [pool-636-thread-1]  INFO [aai-resources,67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] 1 --- [ol-636-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type platform found at: business/platforms/platform/basicnf_macro_platform ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:22.458 [67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] [pool-636-thread-1]  INFO [aai-resources,67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] 1 --- [ol-636-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.458 [67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] [qtp1225114731-270] DEBUG [aai-resources,67ea55e6494c7e475ff083af8d60c931,5ff083af8d60c931] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:22:449","respDate":"250331-08:44:22:458","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/platforms/platform/basicnf_macro_platform?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:22:449-68750\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f581f3cf-f4b6-4a55-b8f7-66b8171d9cc1], Accept=[application/json], x-invocationid=[ae548417-49c5-47ee-b0ea-ac47c0cdc7ea], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "GET /aai/v24/business/platforms/platform/basicnf_macro_platform?resultIndex=0&resultSize=1&format=count" 404 316 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:44:22.482 [67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] [qtp1225114731-852]  INFO [aai-resources,67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.486 [67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] [qtp1225114731-852]  INFO [aai-resources,67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.486 [67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] [qtp1225114731-852]  INFO [aai-resources,67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.486 [67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] [qtp1225114731-852]  INFO [aai-resources,67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.487 [67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] [qtp1225114731-852]  INFO [aai-resources,67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.500 [67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] [qtp1225114731-852]  INFO [aai-resources,67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.508 [67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] [qtp1225114731-852] DEBUG [aai-resources,67ea55e61a7bc4a433b456a059fde6eb,33b456a059fde6eb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"201","rqstDate":"250331-08:44:22:482","respDate":"250331-08:44:22:508","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/platforms/platform/basicnf_macro_platform","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:22:482-15126\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[89d4f735-d109-4a63-b169-415cf84d8fa5], Accept=[application/json], x-invocationid=[008f774d-2bea-4405-ab3c-a08afa79b112], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[42], Content-Type=[application/json]}\",\"Payload\":\"{\\\"platform-name\\\":\\\"basicnf_macro_platform\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:44:22:482-15126\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[221392], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:44:22:482-15126]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "PUT /aai/v24/business/platforms/platform/basicnf_macro_platform" 201 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:44:22.531 [67ea55e64058d0a4466805437f17090c,466805437f17090c] [qtp1225114731-270]  INFO [aai-resources,67ea55e64058d0a4466805437f17090c,466805437f17090c] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.536 [67ea55e64058d0a4466805437f17090c,466805437f17090c] [qtp1225114731-270]  INFO [aai-resources,67ea55e64058d0a4466805437f17090c,466805437f17090c] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.536 [67ea55e64058d0a4466805437f17090c,466805437f17090c] [qtp1225114731-270]  INFO [aai-resources,67ea55e64058d0a4466805437f17090c,466805437f17090c] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.536 [67ea55e64058d0a4466805437f17090c,466805437f17090c] [qtp1225114731-270]  INFO [aai-resources,67ea55e64058d0a4466805437f17090c,466805437f17090c] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.537 [67ea55e64058d0a4466805437f17090c,466805437f17090c] [qtp1225114731-270]  INFO [aai-resources,67ea55e64058d0a4466805437f17090c,466805437f17090c] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.573 [67ea55e64058d0a4466805437f17090c,466805437f17090c] [qtp1225114731-270]  INFO [aai-resources,67ea55e64058d0a4466805437f17090c,466805437f17090c] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.630 [67ea55e64058d0a4466805437f17090c,466805437f17090c] [qtp1225114731-270] DEBUG [aai-resources,67ea55e64058d0a4466805437f17090c,466805437f17090c] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:22:532","respDate":"250331-08:44:22:629","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:22:532-81283\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e90115fc-55e4-4234-bd46-ac19b93c637d], Accept=[application/json], x-invocationid=[5c40f549-14af-42b9-9e1f-4a586903b4f8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[70], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/platforms/platform/basicnf_macro_platform\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:44:22:532-81283\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:44:22:532-81283]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/relationship-list/relationship" 200 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 99 - "logType": "access"
2025-03-31 08:44:22.654 [67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] [qtp1225114731-852]  INFO [aai-resources,67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.658 [67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] [pool-637-thread-1]  INFO [aai-resources,67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] 1 --- [ol-637-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.658 [67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] [pool-637-thread-1]  INFO [aai-resources,67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] 1 --- [ol-637-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.658 [67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] [pool-637-thread-1]  INFO [aai-resources,67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] 1 --- [ol-637-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.658 [67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] [pool-637-thread-1]  INFO [aai-resources,67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] 1 --- [ol-637-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.665 [67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] [pool-637-thread-1]  INFO [aai-resources,67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] 1 --- [ol-637-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type line-of-business found at: business/lines-of-business/line-of-business/basicnf_macro_lob ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:22.665 [67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] [pool-637-thread-1]  INFO [aai-resources,67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] 1 --- [ol-637-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.666 [67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] [qtp1225114731-852] DEBUG [aai-resources,67ea55e6d2450dbf44067fa792a29d59,44067fa792a29d59] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:44:22:654","respDate":"250331-08:44:22:666","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/lines-of-business/line-of-business/basicnf_macro_lob?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:22:654-86001\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9aef6ec9-c9d1-417b-8dfc-b02e375e7206], Accept=[application/json], x-invocationid=[2e76cbf4-35bf-4dbf-827d-77d7df236824], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicnf_macro_lob?resultIndex=0&resultSize=1&format=count" 404 346 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:44:22.690 [67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] [qtp1225114731-270]  INFO [aai-resources,67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.694 [67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] [qtp1225114731-270]  INFO [aai-resources,67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.694 [67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] [qtp1225114731-270]  INFO [aai-resources,67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.694 [67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] [qtp1225114731-270]  INFO [aai-resources,67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.694 [67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] [qtp1225114731-270]  INFO [aai-resources,67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.708 [67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] [qtp1225114731-270]  INFO [aai-resources,67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.718 [67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] [qtp1225114731-270] DEBUG [aai-resources,67ea55e68a8928c2126e16d46d37ff41,126e16d46d37ff41] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"201","rqstDate":"250331-08:44:22:690","respDate":"250331-08:44:22:718","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/business/lines-of-business/line-of-business/basicnf_macro_lob","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:22:690-86867\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2dee85df-0aef-46bc-b385-4ca913251422], Accept=[application/json], x-invocationid=[86a03e2c-359d-4903-af03-414d6eea1a3e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[45], Content-Type=[application/json]}\",\"Payload\":\"{\\\"line-of-business-name\\\":\\\"basicnf_macro_lob\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:44:22:690-86867\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[299168], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:44:22:690-86867]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "PUT /aai/v24/business/lines-of-business/line-of-business/basicnf_macro_lob" 201 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:44:22.740 [67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] [qtp1225114731-852]  INFO [aai-resources,67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:22.746 [67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] [qtp1225114731-852]  INFO [aai-resources,67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:22.746 [67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] [qtp1225114731-852]  INFO [aai-resources,67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:22.747 [67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] [qtp1225114731-852]  INFO [aai-resources,67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:22.747 [67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] [qtp1225114731-852]  INFO [aai-resources,67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:22.779 [67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] [qtp1225114731-852]  INFO [aai-resources,67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:22.825 [67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] [qtp1225114731-852] DEBUG [aai-resources,67ea55e65cdb82c8fc338282c3b5feee,fc338282c3b5feee] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:22:740","respDate":"250331-08:44:22:825","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:22:740-289\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2d8690da-be7f-4a65-8a2e-62ad8b040cbe], Accept=[application/json], x-invocationid=[77e7178c-d3c8-431d-a353-930e804efdca], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[81], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/lines-of-business/line-of-business/basicnf_macro_lob\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:44:22:740-289\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:44:22:740-289]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:22 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/relationship-list/relationship" 200 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 86 - "logType": "access"
2025-03-31 08:44:24.219 [67ea55e87de07390a1894a4db80e3209,a1894a4db80e3209] [qtp1225114731-270]  INFO [aai-resources,67ea55e87de07390a1894a4db80e3209,a1894a4db80e3209] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:24.230 [67ea55e87de07390a1894a4db80e3209,a1894a4db80e3209] [qtp1225114731-270] DEBUG [aai-resources,67ea55e87de07390a1894a4db80e3209,a1894a4db80e3209] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fe35339e-605f-4a44-aba5-02b4171c6281","status":"200","rqstDate":"250331-08:44:24:219","respDate":"250331-08:44:24:230","sourceId":"haproxy:fe35339e-605f-4a44-aba5-02b4171c6281","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:24:219-94174\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[19a266aa-4c99-4baa-b656-6fabf064cddc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fe35339e-605f-4a44-aba5-02b4171c6281]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:44:25.883 [67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] [qtp1225114731-852]  INFO [aai-resources,67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:25.889 [67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] [qtp1225114731-852]  INFO [aai-resources,67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:25.889 [67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] [qtp1225114731-852]  INFO [aai-resources,67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:25.889 [67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] [qtp1225114731-852]  INFO [aai-resources,67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:25.889 [67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] [qtp1225114731-852]  INFO [aai-resources,67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:25.938 [67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] [qtp1225114731-852]  INFO [aai-resources,67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:25.955 [67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] [qtp1225114731-852] DEBUG [aai-resources,67ea55e99d3adfc07961c2c014552d02,7961c2c014552d02] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:44:25:883","respDate":"250331-08:44:25:955","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:49213/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:25:883-89620\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[d34e4a51-da49-4e4a-a1a4-b8d711a48a4b], Accept=[application/json], x-invocationid=[0db6263d-e092-46ae-84e9-30deb1a22972], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:49213], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[49213], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[83], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:44:25:883-89620\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[245936], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:44:25:883-89620]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:25 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c" 200 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 73 - "logType": "access"
2025-03-31 08:44:26.236 [67ea55eac0ccc09bcbcbd6637747d17c,cbcbd6637747d17c] [qtp1225114731-270]  INFO [aai-resources,67ea55eac0ccc09bcbcbd6637747d17c,cbcbd6637747d17c] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:26.250 [67ea55eac0ccc09bcbcbd6637747d17c,cbcbd6637747d17c] [qtp1225114731-270] DEBUG [aai-resources,67ea55eac0ccc09bcbcbd6637747d17c,cbcbd6637747d17c] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f9b90078-f91e-4a97-8e0d-b57dfe6b5bcb","status":"200","rqstDate":"250331-08:44:26:236","respDate":"250331-08:44:26:250","sourceId":"haproxy:f9b90078-f91e-4a97-8e0d-b57dfe6b5bcb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:26:236-28327\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5d80313d-21d8-493e-9231-869c1b9bce79], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f9b90078-f91e-4a97-8e0d-b57dfe6b5bcb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:44:28.257 [67ea55ecb65bcf073577606a5cc26d1b,3577606a5cc26d1b] [qtp1225114731-852]  INFO [aai-resources,67ea55ecb65bcf073577606a5cc26d1b,3577606a5cc26d1b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:28.272 [67ea55ecb65bcf073577606a5cc26d1b,3577606a5cc26d1b] [qtp1225114731-852] DEBUG [aai-resources,67ea55ecb65bcf073577606a5cc26d1b,3577606a5cc26d1b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"842773ba-d002-472e-952f-827b34f71797","status":"200","rqstDate":"250331-08:44:28:257","respDate":"250331-08:44:28:272","sourceId":"haproxy:842773ba-d002-472e-952f-827b34f71797","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:28:257-36201\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1ab8370f-34c7-48fe-8983-fbaa3f148907], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[842773ba-d002-472e-952f-827b34f71797]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:44:28.846 [67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] [qtp1225114731-270]  INFO [aai-resources,67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:28.851 [67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] [qtp1225114731-270]  INFO [aai-resources,67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:28.851 [67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] [qtp1225114731-270]  INFO [aai-resources,67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:28.851 [67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] [qtp1225114731-270]  INFO [aai-resources,67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:28.852 [67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] [qtp1225114731-270]  INFO [aai-resources,67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:28.869 [67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] [qtp1225114731-270]  INFO [aai-resources,67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:28.910 [67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] [qtp1225114731-270] DEBUG [aai-resources,67ea55ecb9d407a66a2137a2cc86e5b8,6a2137a2cc86e5b8] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5dfd683c-116d-4620-aee4-63e4430ff8ab","status":"200","rqstDate":"250331-08:44:28:846","respDate":"250331-08:44:28:910","sourceId":"UNKNOWN:5dfd683c-116d-4620-aee4-63e4430ff8ab","resourceId":"http://aai.onap:39921/aai/v24/service-design-and-creation/models/model/17196b74-4b91-494b-b0ac-e5803c3e52bb/model-vers/model-ver/deb9360e-99ac-4f11-bb61-b055ea1a7866?depth=0","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:28:846-71403\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[d0e4051a-d18c-464b-99f2-8bbd22c1b636], Accept=[application/json], x-invocationid=[aa796dd0-dfa9-4b29-b0b8-fb57355c3849], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,5dfd683c-116d-4620-aee4-63e4430ff8ab], Host=[aai.onap:39921], x-http-method-override=[PATCH], x-onap-requestid=[5dfd683c-116d-4620-aee4-63e4430ff8ab], x-requestid=[5dfd683c-116d-4620-aee4-63e4430ff8ab], X-Forwarded-Port=[39921], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[5dfd683c-116d-4620-aee4-63e4430ff8ab], Content-Length=[50], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"distribution-status\\\":\\\"DISTRIBUTION_COMPLETE_OK\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:44:28:846-71403\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[135360], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:44:28:846-71403]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:28 +0000] "POST /aai/v24/service-design-and-creation/models/model/17196b74-4b91-494b-b0ac-e5803c3e52bb/model-vers/model-ver/deb9360e-99ac-4f11-bb61-b055ea1a7866?depth=0" 200 0 REST ,5dfd683c-116d-4620-aee4-63e4430ff8ab MSO 127.0.0.6 - - - - - - - - - 66 - "logType": "access"
2025-03-31 08:44:30.284 [67ea55ee1cda2266e998509e8daa7d4f,e998509e8daa7d4f] [qtp1225114731-852]  INFO [aai-resources,67ea55ee1cda2266e998509e8daa7d4f,e998509e8daa7d4f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:30.299 [67ea55ee1cda2266e998509e8daa7d4f,e998509e8daa7d4f] [qtp1225114731-852] DEBUG [aai-resources,67ea55ee1cda2266e998509e8daa7d4f,e998509e8daa7d4f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f854038a-2fad-422a-a860-61593c131b35","status":"200","rqstDate":"250331-08:44:30:285","respDate":"250331-08:44:30:299","sourceId":"haproxy:f854038a-2fad-422a-a860-61593c131b35","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:30:285-5818\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ccf6330d-0c91-4221-a3ac-31f390a76621], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f854038a-2fad-422a-a860-61593c131b35]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:44:32.307 [67ea55f07db9dd2cf34f44e5f937435e,f34f44e5f937435e] [qtp1225114731-270]  INFO [aai-resources,67ea55f07db9dd2cf34f44e5f937435e,f34f44e5f937435e] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:32.320 [67ea55f07db9dd2cf34f44e5f937435e,f34f44e5f937435e] [qtp1225114731-270] DEBUG [aai-resources,67ea55f07db9dd2cf34f44e5f937435e,f34f44e5f937435e] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"50c751ac-737b-475c-b683-9f09612ed046","status":"200","rqstDate":"250331-08:44:32:307","respDate":"250331-08:44:32:320","sourceId":"haproxy:50c751ac-737b-475c-b683-9f09612ed046","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:32:307-32602\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d29e3dc3-aafb-437e-8757-31eb02f32bcd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[50c751ac-737b-475c-b683-9f09612ed046]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:44:33.985 [67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] [qtp1225114731-852]  INFO [aai-resources,67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:33.990 [67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] [pool-638-thread-1]  INFO [aai-resources,67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] 1 --- [ol-638-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:44:33.990 [67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] [pool-638-thread-1]  INFO [aai-resources,67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] 1 --- [ol-638-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:44:33.990 [67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] [pool-638-thread-1]  INFO [aai-resources,67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] 1 --- [ol-638-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:44:33.991 [67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] [pool-638-thread-1]  INFO [aai-resources,67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] 1 --- [ol-638-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:44:33.992 [67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] [pool-638-thread-1]  INFO [aai-resources,67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] 1 --- [ol-638-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:44:33.992 [67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] [pool-638-thread-1]  INFO [aai-resources,67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] 1 --- [ol-638-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:44:33.993 [67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] [qtp1225114731-852] DEBUG [aai-resources,67ea55f1fdc69baf76167a37166d3724,76167a37166d3724] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5d74d2ab-a28d-4ff1-b6f6-30ecda2566e0","status":"404","rqstDate":"250331-08:44:33:985","respDate":"250331-08:44:33:993","sourceId":"prh:5d74d2ab-a28d-4ff1-b6f6-30ecda2566e0","resourceId":"http://aai-internal.onap.svc.cluster.local:49213/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:33:985-20681\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2dea3d99-5b5f-4abf-b758-d7fe4162205f], Accept=[application/json], x-invocationid=[cece0901-6ede-4728-846f-cf5a35ada1e1], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:49213], x-requestid=[5d74d2ab-a28d-4ff1-b6f6-30ecda2566e0], X-Forwarded-Port=[49213], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[5d74d2ab-a28d-4ff1-b6f6-30ecda2566e0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:33 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:44:34.325 [67ea55f24c087d3d061519ee97bb5b80,061519ee97bb5b80] [qtp1225114731-270]  INFO [aai-resources,67ea55f24c087d3d061519ee97bb5b80,061519ee97bb5b80] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:34.337 [67ea55f24c087d3d061519ee97bb5b80,061519ee97bb5b80] [qtp1225114731-270] DEBUG [aai-resources,67ea55f24c087d3d061519ee97bb5b80,061519ee97bb5b80] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"455866d2-039c-45d5-b9ba-eb93abf2acb1","status":"200","rqstDate":"250331-08:44:34:325","respDate":"250331-08:44:34:337","sourceId":"haproxy:455866d2-039c-45d5-b9ba-eb93abf2acb1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:34:325-72744\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d443ce3b-cb37-4494-a919-e07c621f5479], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[455866d2-039c-45d5-b9ba-eb93abf2acb1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:44:36.343 [67ea55f4a650da0b8eda79e4575b4a3e,8eda79e4575b4a3e] [qtp1225114731-852]  INFO [aai-resources,67ea55f4a650da0b8eda79e4575b4a3e,8eda79e4575b4a3e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:36.355 [67ea55f4a650da0b8eda79e4575b4a3e,8eda79e4575b4a3e] [qtp1225114731-852] DEBUG [aai-resources,67ea55f4a650da0b8eda79e4575b4a3e,8eda79e4575b4a3e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd217007-6b27-4fd2-86aa-3bb2c8f3732c","status":"200","rqstDate":"250331-08:44:36:343","respDate":"250331-08:44:36:355","sourceId":"haproxy:cd217007-6b27-4fd2-86aa-3bb2c8f3732c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:44:36:343-47764\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2e250092-8808-4c4e-bbad-0c6aecb20cfb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd217007-6b27-4fd2-86aa-3bb2c8f3732c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:44:38.360 [67ea55f6f62e9357b4d1527a0d6efc08,b4d1527a0d6efc08] [qtp1225114731-270]  INFO [aai-resources,67ea55f6f62e9357b4d1527a0d6efc08,b4d1527a0d6efc08] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:38.372 [67ea55f6f62e9357b4d1527a0d6efc08,b4d1527a0d6efc08] [qtp1225114731-270] DEBUG [aai-resources,67ea55f6f62e9357b4d1527a0d6efc08,b4d1527a0d6efc08] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d41e47ce-a0d3-4ec2-a3f5-d9bf0544fd38","status":"200","rqstDate":"250331-08:44:38:360","respDate":"250331-08:44:38:372","sourceId":"haproxy:d41e47ce-a0d3-4ec2-a3f5-d9bf0544fd38","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:38:360-38097\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[72d0a34f-16de-4241-ac34-506e79742f10], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d41e47ce-a0d3-4ec2-a3f5-d9bf0544fd38]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:44:40.379 [67ea55f8a17a1b2b25dade7a42692f95,25dade7a42692f95] [qtp1225114731-852]  INFO [aai-resources,67ea55f8a17a1b2b25dade7a42692f95,25dade7a42692f95] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:40.393 [67ea55f8a17a1b2b25dade7a42692f95,25dade7a42692f95] [qtp1225114731-852] DEBUG [aai-resources,67ea55f8a17a1b2b25dade7a42692f95,25dade7a42692f95] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df79e06a-d7bb-4f42-9611-2664fee41425","status":"200","rqstDate":"250331-08:44:40:379","respDate":"250331-08:44:40:393","sourceId":"haproxy:df79e06a-d7bb-4f42-9611-2664fee41425","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:40:379-82747\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eebfb45a-7e1d-4407-bf76-79f217920115], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df79e06a-d7bb-4f42-9611-2664fee41425]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:44:42.398 [67ea55fa3d9604604d210f081cabed67,4d210f081cabed67] [qtp1225114731-270]  INFO [aai-resources,67ea55fa3d9604604d210f081cabed67,4d210f081cabed67] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:42.411 [67ea55fa3d9604604d210f081cabed67,4d210f081cabed67] [qtp1225114731-270] DEBUG [aai-resources,67ea55fa3d9604604d210f081cabed67,4d210f081cabed67] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c8196eb6-a7fe-4dfe-86c9-6fd7400c41fe","status":"200","rqstDate":"250331-08:44:42:399","respDate":"250331-08:44:42:411","sourceId":"haproxy:c8196eb6-a7fe-4dfe-86c9-6fd7400c41fe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:42:399-73390\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a1f7113f-e8c0-4d8f-ad23-3dc0fbf17d51], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c8196eb6-a7fe-4dfe-86c9-6fd7400c41fe]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:44:44.418 [67ea55fcf0b7e56d356a2c53a556b733,356a2c53a556b733] [qtp1225114731-852]  INFO [aai-resources,67ea55fcf0b7e56d356a2c53a556b733,356a2c53a556b733] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:44.432 [67ea55fcf0b7e56d356a2c53a556b733,356a2c53a556b733] [qtp1225114731-852] DEBUG [aai-resources,67ea55fcf0b7e56d356a2c53a556b733,356a2c53a556b733] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aa753e07-52c8-467f-8ea3-7218391a5786","status":"200","rqstDate":"250331-08:44:44:418","respDate":"250331-08:44:44:432","sourceId":"haproxy:aa753e07-52c8-467f-8ea3-7218391a5786","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:44:418-64373\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[32f1e46c-fb58-4c25-b7b0-0690e716a76b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aa753e07-52c8-467f-8ea3-7218391a5786]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:44:46.440 [67ea55fe106fa0a75b189c8bb893fac4,5b189c8bb893fac4] [qtp1225114731-270]  INFO [aai-resources,67ea55fe106fa0a75b189c8bb893fac4,5b189c8bb893fac4] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:46.448 [67ea55fe106fa0a75b189c8bb893fac4,5b189c8bb893fac4] [qtp1225114731-270] DEBUG [aai-resources,67ea55fe106fa0a75b189c8bb893fac4,5b189c8bb893fac4] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6f763c9d-2cfa-4d7b-b7ec-c55197acf93e","status":"200","rqstDate":"250331-08:44:46:440","respDate":"250331-08:44:46:448","sourceId":"haproxy:6f763c9d-2cfa-4d7b-b7ec-c55197acf93e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:46:440-53215\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2ff689f7-2803-4884-9221-90b06d30d04e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6f763c9d-2cfa-4d7b-b7ec-c55197acf93e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:44:48.455 [67ea5600e4e5e6dca77cffff482e9924,a77cffff482e9924] [qtp1225114731-852]  INFO [aai-resources,67ea5600e4e5e6dca77cffff482e9924,a77cffff482e9924] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:48.470 [67ea5600e4e5e6dca77cffff482e9924,a77cffff482e9924] [qtp1225114731-852] DEBUG [aai-resources,67ea5600e4e5e6dca77cffff482e9924,a77cffff482e9924] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fe5459f0-4970-4b2e-86ef-ce04ff705ebe","status":"200","rqstDate":"250331-08:44:48:455","respDate":"250331-08:44:48:470","sourceId":"haproxy:fe5459f0-4970-4b2e-86ef-ce04ff705ebe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:48:455-99429\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1862dff9-d5bc-4d67-a5f1-80cc859570a2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fe5459f0-4970-4b2e-86ef-ce04ff705ebe]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:44:50.476 [67ea5602940c637944a8e260ed5896ce,44a8e260ed5896ce] [qtp1225114731-270]  INFO [aai-resources,67ea5602940c637944a8e260ed5896ce,44a8e260ed5896ce] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:50.491 [67ea5602940c637944a8e260ed5896ce,44a8e260ed5896ce] [qtp1225114731-270] DEBUG [aai-resources,67ea5602940c637944a8e260ed5896ce,44a8e260ed5896ce] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4ad0a416-1b3d-4576-83c2-3472425bd7c3","status":"200","rqstDate":"250331-08:44:50:476","respDate":"250331-08:44:50:491","sourceId":"haproxy:4ad0a416-1b3d-4576-83c2-3472425bd7c3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:50:476-36222\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[02a3e493-855d-4d5e-a2de-db9f5923b6ab], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4ad0a416-1b3d-4576-83c2-3472425bd7c3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:44:52.497 [67ea56040e063e72012faf6c61eb5d07,012faf6c61eb5d07] [qtp1225114731-852]  INFO [aai-resources,67ea56040e063e72012faf6c61eb5d07,012faf6c61eb5d07] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:52.511 [67ea56040e063e72012faf6c61eb5d07,012faf6c61eb5d07] [qtp1225114731-852] DEBUG [aai-resources,67ea56040e063e72012faf6c61eb5d07,012faf6c61eb5d07] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fdcd3899-65fa-42a4-9f46-4038c324f3e1","status":"200","rqstDate":"250331-08:44:52:497","respDate":"250331-08:44:52:511","sourceId":"haproxy:fdcd3899-65fa-42a4-9f46-4038c324f3e1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:52:497-84690\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ed24dcd4-8b8d-4935-b03b-9216a9e8a6ff], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fdcd3899-65fa-42a4-9f46-4038c324f3e1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:44:54.517 [67ea5606aecc137bb7f4b6fddb279118,b7f4b6fddb279118] [qtp1225114731-642]  INFO [aai-resources,67ea5606aecc137bb7f4b6fddb279118,b7f4b6fddb279118] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:54.530 [67ea5606aecc137bb7f4b6fddb279118,b7f4b6fddb279118] [qtp1225114731-642] DEBUG [aai-resources,67ea5606aecc137bb7f4b6fddb279118,b7f4b6fddb279118] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f5d7d5a7-cb01-494f-8a3d-5b4a5e692e51","status":"200","rqstDate":"250331-08:44:54:517","respDate":"250331-08:44:54:530","sourceId":"haproxy:f5d7d5a7-cb01-494f-8a3d-5b4a5e692e51","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:54:517-18415\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e1e7e520-44cf-444e-b089-ad46d12be841], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f5d7d5a7-cb01-494f-8a3d-5b4a5e692e51]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:44:56.537 [67ea5608ae556e24e68a3ae30384609d,e68a3ae30384609d] [qtp1225114731-852]  INFO [aai-resources,67ea5608ae556e24e68a3ae30384609d,e68a3ae30384609d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:56.551 [67ea5608ae556e24e68a3ae30384609d,e68a3ae30384609d] [qtp1225114731-852] DEBUG [aai-resources,67ea5608ae556e24e68a3ae30384609d,e68a3ae30384609d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d7e883c6-4444-480d-9307-5cea6d4a1cad","status":"200","rqstDate":"250331-08:44:56:537","respDate":"250331-08:44:56:550","sourceId":"haproxy:d7e883c6-4444-480d-9307-5cea6d4a1cad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:44:56:537-26146\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[83d1170c-5a1d-4990-beb9-55a5236bf2fc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d7e883c6-4444-480d-9307-5cea6d4a1cad]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:44:58.556 [67ea560a51fbc808234c4524c4014e6e,234c4524c4014e6e] [qtp1225114731-642]  INFO [aai-resources,67ea560a51fbc808234c4524c4014e6e,234c4524c4014e6e] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:44:58.571 [67ea560a51fbc808234c4524c4014e6e,234c4524c4014e6e] [qtp1225114731-642] DEBUG [aai-resources,67ea560a51fbc808234c4524c4014e6e,234c4524c4014e6e] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eed14d29-fa2c-4d37-aa9d-44642f95158c","status":"200","rqstDate":"250331-08:44:58:556","respDate":"250331-08:44:58:571","sourceId":"haproxy:eed14d29-fa2c-4d37-aa9d-44642f95158c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:44:58:556-39154\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[876b3eda-5e2a-4672-9da7-35055567a5b6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eed14d29-fa2c-4d37-aa9d-44642f95158c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:44:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:45:00.577 [67ea560c2c75732a1d51a9fbb00a9b31,1d51a9fbb00a9b31] [qtp1225114731-852]  INFO [aai-resources,67ea560c2c75732a1d51a9fbb00a9b31,1d51a9fbb00a9b31] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:00.586 [67ea560c2c75732a1d51a9fbb00a9b31,1d51a9fbb00a9b31] [qtp1225114731-852] DEBUG [aai-resources,67ea560c2c75732a1d51a9fbb00a9b31,1d51a9fbb00a9b31] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"89ac8bfe-f967-4616-ac4f-2d7ca7675327","status":"200","rqstDate":"250331-08:45:00:577","respDate":"250331-08:45:00:586","sourceId":"haproxy:89ac8bfe-f967-4616-ac4f-2d7ca7675327","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:00:577-94256\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6b23dd33-acd2-45b8-8716-9d375487fac2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[89ac8bfe-f967-4616-ac4f-2d7ca7675327]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:45:02.598 [67ea560e91e265b78312af57640c5554,8312af57640c5554] [qtp1225114731-642]  INFO [aai-resources,67ea560e91e265b78312af57640c5554,8312af57640c5554] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:02.609 [67ea560e91e265b78312af57640c5554,8312af57640c5554] [qtp1225114731-642] DEBUG [aai-resources,67ea560e91e265b78312af57640c5554,8312af57640c5554] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a16e49e-2be1-48be-bf32-012dd48e0419","status":"200","rqstDate":"250331-08:45:02:598","respDate":"250331-08:45:02:609","sourceId":"haproxy:0a16e49e-2be1-48be-bf32-012dd48e0419","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:02:598-25504\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[98c2d78c-1dfb-49aa-9605-624d6d29c75b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0a16e49e-2be1-48be-bf32-012dd48e0419]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:45:04.616 [67ea56103c87e758f443f6b5bf5835c9,f443f6b5bf5835c9] [qtp1225114731-852]  INFO [aai-resources,67ea56103c87e758f443f6b5bf5835c9,f443f6b5bf5835c9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:04.628 [67ea56103c87e758f443f6b5bf5835c9,f443f6b5bf5835c9] [qtp1225114731-852] DEBUG [aai-resources,67ea56103c87e758f443f6b5bf5835c9,f443f6b5bf5835c9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cc177ffa-6a85-4abc-b438-e12ee49884d7","status":"200","rqstDate":"250331-08:45:04:616","respDate":"250331-08:45:04:628","sourceId":"haproxy:cc177ffa-6a85-4abc-b438-e12ee49884d7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:04:616-78648\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[631ace4d-bba4-4bce-9e44-592a1292f8ad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cc177ffa-6a85-4abc-b438-e12ee49884d7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:45:05.021 [67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] [qtp1225114731-642]  INFO [aai-resources,67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:05.026 [67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] [pool-639-thread-1]  INFO [aai-resources,67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] 1 --- [ol-639-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:45:05.026 [67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] [pool-639-thread-1]  INFO [aai-resources,67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] 1 --- [ol-639-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:45:05.026 [67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] [pool-639-thread-1]  INFO [aai-resources,67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] 1 --- [ol-639-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:45:05.026 [67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] [pool-639-thread-1]  INFO [aai-resources,67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] 1 --- [ol-639-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:45:05.035 [67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] [pool-639-thread-1]  INFO [aai-resources,67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] 1 --- [ol-639-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:45:05.035 [67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] [pool-639-thread-1]  INFO [aai-resources,67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] 1 --- [ol-639-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:45:05.036 [67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] [qtp1225114731-642] DEBUG [aai-resources,67ea5611de19a3c182f106eb1e72ed5d,82f106eb1e72ed5d] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"14d8892d-6f09-4642-aff9-a3cfd02d4fd3","status":"404","rqstDate":"250331-08:45:05:021","respDate":"250331-08:45:05:036","sourceId":"prh:14d8892d-6f09-4642-aff9-a3cfd02d4fd3","resourceId":"http://aai-internal.onap.svc.cluster.local:59827/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:45:05:021-97185\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4372f3c5-20bd-4039-9cd8-f3eac325d8ef], Accept=[application/json], x-invocationid=[d5b2b43c-8878-4e28-9f87-5e5e8c8767bb], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:59827], x-requestid=[14d8892d-6f09-4642-aff9-a3cfd02d4fd3], X-Forwarded-Port=[59827], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[14d8892d-6f09-4642-aff9-a3cfd02d4fd3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:05 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:45:06.633 [67ea561256e6db790c421a97f7fa1098,0c421a97f7fa1098] [qtp1225114731-852]  INFO [aai-resources,67ea561256e6db790c421a97f7fa1098,0c421a97f7fa1098] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:06.645 [67ea561256e6db790c421a97f7fa1098,0c421a97f7fa1098] [qtp1225114731-852] DEBUG [aai-resources,67ea561256e6db790c421a97f7fa1098,0c421a97f7fa1098] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"559d69ff-f42b-4015-aede-31b1b1bece56","status":"200","rqstDate":"250331-08:45:06:633","respDate":"250331-08:45:06:645","sourceId":"haproxy:559d69ff-f42b-4015-aede-31b1b1bece56","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:45:06:633-40859\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b877e99a-f280-44c2-88f1-5c5602ec92c6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[559d69ff-f42b-4015-aede-31b1b1bece56]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:45:08.652 [67ea56143312c10857147d96f138e01b,57147d96f138e01b] [qtp1225114731-642]  INFO [aai-resources,67ea56143312c10857147d96f138e01b,57147d96f138e01b] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:08.663 [67ea56143312c10857147d96f138e01b,57147d96f138e01b] [qtp1225114731-642] DEBUG [aai-resources,67ea56143312c10857147d96f138e01b,57147d96f138e01b] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8a074497-85fb-4119-9ed5-1ed319307e19","status":"200","rqstDate":"250331-08:45:08:652","respDate":"250331-08:45:08:662","sourceId":"haproxy:8a074497-85fb-4119-9ed5-1ed319307e19","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:45:08:652-44535\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[662d6e23-b27f-43a3-9fb4-d0a056eda1bc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8a074497-85fb-4119-9ed5-1ed319307e19]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:45:10.669 [67ea561606c62aaa7b3bddf17f704240,7b3bddf17f704240] [qtp1225114731-852]  INFO [aai-resources,67ea561606c62aaa7b3bddf17f704240,7b3bddf17f704240] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:10.686 [67ea561606c62aaa7b3bddf17f704240,7b3bddf17f704240] [qtp1225114731-852] DEBUG [aai-resources,67ea561606c62aaa7b3bddf17f704240,7b3bddf17f704240] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6fb0328d-2579-4740-8849-1e3a07d20dae","status":"200","rqstDate":"250331-08:45:10:669","respDate":"250331-08:45:10:686","sourceId":"haproxy:6fb0328d-2579-4740-8849-1e3a07d20dae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:10:669-66009\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[90da7654-b0fe-4bfc-a580-f1b94bc20558], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6fb0328d-2579-4740-8849-1e3a07d20dae]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:45:12.694 [67ea56186030bdf542ec27285c792a5a,42ec27285c792a5a] [qtp1225114731-642]  INFO [aai-resources,67ea56186030bdf542ec27285c792a5a,42ec27285c792a5a] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:12.708 [67ea56186030bdf542ec27285c792a5a,42ec27285c792a5a] [qtp1225114731-642] DEBUG [aai-resources,67ea56186030bdf542ec27285c792a5a,42ec27285c792a5a] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bedd7102-0d9b-4b59-b36b-efc639c2d184","status":"200","rqstDate":"250331-08:45:12:694","respDate":"250331-08:45:12:708","sourceId":"haproxy:bedd7102-0d9b-4b59-b36b-efc639c2d184","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:12:694-41171\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[306c2b82-21be-491d-bdfa-d3745ce62610], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bedd7102-0d9b-4b59-b36b-efc639c2d184]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:45:14.714 [67ea561a70816a8335e67c0d3cb1ae55,35e67c0d3cb1ae55] [qtp1225114731-852]  INFO [aai-resources,67ea561a70816a8335e67c0d3cb1ae55,35e67c0d3cb1ae55] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:14.729 [67ea561a70816a8335e67c0d3cb1ae55,35e67c0d3cb1ae55] [qtp1225114731-852] DEBUG [aai-resources,67ea561a70816a8335e67c0d3cb1ae55,35e67c0d3cb1ae55] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5588b19f-278b-412e-afbe-2370f9135361","status":"200","rqstDate":"250331-08:45:14:714","respDate":"250331-08:45:14:729","sourceId":"haproxy:5588b19f-278b-412e-afbe-2370f9135361","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:14:714-49347\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d1fb074-53e6-4ac5-9546-1576e14a1189], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5588b19f-278b-412e-afbe-2370f9135361]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:45:16.736 [67ea561c40e8d52388746fc82f223911,88746fc82f223911] [qtp1225114731-642]  INFO [aai-resources,67ea561c40e8d52388746fc82f223911,88746fc82f223911] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:16.748 [67ea561c40e8d52388746fc82f223911,88746fc82f223911] [qtp1225114731-642] DEBUG [aai-resources,67ea561c40e8d52388746fc82f223911,88746fc82f223911] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"352a01a5-f0e5-4df5-830b-384d19810ffa","status":"200","rqstDate":"250331-08:45:16:736","respDate":"250331-08:45:16:748","sourceId":"haproxy:352a01a5-f0e5-4df5-830b-384d19810ffa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:45:16:736-75430\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[43ffe411-34d3-49bd-bcde-6e8de19fc322], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[352a01a5-f0e5-4df5-830b-384d19810ffa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:45:18.754 [67ea561ed7fa470e97df722a5aa8596e,97df722a5aa8596e] [qtp1225114731-852]  INFO [aai-resources,67ea561ed7fa470e97df722a5aa8596e,97df722a5aa8596e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:18.767 [67ea561ed7fa470e97df722a5aa8596e,97df722a5aa8596e] [qtp1225114731-852] DEBUG [aai-resources,67ea561ed7fa470e97df722a5aa8596e,97df722a5aa8596e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5d5c29ce-58f2-457a-a12f-a8647ba862de","status":"200","rqstDate":"250331-08:45:18:754","respDate":"250331-08:45:18:767","sourceId":"haproxy:5d5c29ce-58f2-457a-a12f-a8647ba862de","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:18:754-10131\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2040f23d-3e74-48ec-bde0-3b1cb54e7deb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5d5c29ce-58f2-457a-a12f-a8647ba862de]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:45:20.381 [67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] [qtp1225114731-642]  INFO [aai-resources,67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:20.391 [67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] [qtp1225114731-642]  INFO [aai-resources,67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:45:20.392 [67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] [qtp1225114731-642]  INFO [aai-resources,67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:45:20.392 [67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] [qtp1225114731-642]  INFO [aai-resources,67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:45:20.392 [67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] [qtp1225114731-642]  INFO [aai-resources,67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] 1 --- [p1225114731-642] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:45:20.428 [67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] [qtp1225114731-642]  INFO [aai-resources,67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] 1 --- [p1225114731-642] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:45:20.471 [67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] [qtp1225114731-642] DEBUG [aai-resources,67ea56208f589ca962553c936bdf6e83,62553c936bdf6e83] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","status":"200","rqstDate":"250331-08:45:20:381","respDate":"250331-08:45:20:471","sourceId":"UNKNOWN:e49f3acf-e955-4e5c-bc4e-68e68cd8e89c","resourceId":"http://aai.onap:55247/aai/v24/service-design-and-creation/models/model/2423ba3e-d67c-4dae-a5ca-4f219df9b8ee/model-vers/model-ver/d43a0904-3af8-447a-8ab2-d7e9ddef0263?depth=0","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:20:381-93332\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[67babb76-d188-4f79-9927-304fc4def25d], Accept=[application/json], x-invocationid=[16310381-9555-4b3a-bbdb-6f32bff8e97a], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,e49f3acf-e955-4e5c-bc4e-68e68cd8e89c], Host=[aai.onap:55247], x-http-method-override=[PATCH], x-onap-requestid=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c], x-requestid=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c], X-Forwarded-Port=[55247], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[e49f3acf-e955-4e5c-bc4e-68e68cd8e89c], Content-Length=[50], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"distribution-status\\\":\\\"DISTRIBUTION_COMPLETE_OK\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:45:20:381-93332\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[241840], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:45:20:381-93332]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:20 +0000] "POST /aai/v24/service-design-and-creation/models/model/2423ba3e-d67c-4dae-a5ca-4f219df9b8ee/model-vers/model-ver/d43a0904-3af8-447a-8ab2-d7e9ddef0263?depth=0" 200 0 REST ,e49f3acf-e955-4e5c-bc4e-68e68cd8e89c MSO 127.0.0.6 - - - - - - - - - 98 - "logType": "access"
2025-03-31 08:45:20.774 [67ea5620901f303de55663c6f7fbf8c8,e55663c6f7fbf8c8] [qtp1225114731-852]  INFO [aai-resources,67ea5620901f303de55663c6f7fbf8c8,e55663c6f7fbf8c8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:20.787 [67ea5620901f303de55663c6f7fbf8c8,e55663c6f7fbf8c8] [qtp1225114731-852] DEBUG [aai-resources,67ea5620901f303de55663c6f7fbf8c8,e55663c6f7fbf8c8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3de83485-c4cf-45ff-9a32-93e185d9a9e4","status":"200","rqstDate":"250331-08:45:20:774","respDate":"250331-08:45:20:787","sourceId":"haproxy:3de83485-c4cf-45ff-9a32-93e185d9a9e4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:45:20:774-67180\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1f4a5e67-72e6-4dc8-9fbd-27757b6cf38a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3de83485-c4cf-45ff-9a32-93e185d9a9e4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:45:22.793 [67ea5622eee2bbe140fe7119c1ab3d1d,40fe7119c1ab3d1d] [qtp1225114731-22]  INFO [aai-resources,67ea5622eee2bbe140fe7119c1ab3d1d,40fe7119c1ab3d1d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:22.804 [67ea5622eee2bbe140fe7119c1ab3d1d,40fe7119c1ab3d1d] [qtp1225114731-22] DEBUG [aai-resources,67ea5622eee2bbe140fe7119c1ab3d1d,40fe7119c1ab3d1d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bab28e09-c278-4920-ac42-e92f0069f6a3","status":"200","rqstDate":"250331-08:45:22:793","respDate":"250331-08:45:22:804","sourceId":"haproxy:bab28e09-c278-4920-ac42-e92f0069f6a3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:22:793-29472\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a98817f2-d9f2-4b8c-8dd1-1e12719d591d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bab28e09-c278-4920-ac42-e92f0069f6a3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:45:24.810 [67ea56248572673ce8f1496904040fcb,e8f1496904040fcb] [qtp1225114731-852]  INFO [aai-resources,67ea56248572673ce8f1496904040fcb,e8f1496904040fcb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:24.823 [67ea56248572673ce8f1496904040fcb,e8f1496904040fcb] [qtp1225114731-852] DEBUG [aai-resources,67ea56248572673ce8f1496904040fcb,e8f1496904040fcb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8fce8d8c-92fa-4d96-bdf9-d48fbfe0fb2d","status":"200","rqstDate":"250331-08:45:24:810","respDate":"250331-08:45:24:823","sourceId":"haproxy:8fce8d8c-92fa-4d96-bdf9-d48fbfe0fb2d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:24:810-92766\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f2eab790-ab02-4cf4-895c-f948f7122257], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8fce8d8c-92fa-4d96-bdf9-d48fbfe0fb2d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:45:26.832 [67ea5626fbd6f96ac1ef3cef8b83178c,c1ef3cef8b83178c] [qtp1225114731-22]  INFO [aai-resources,67ea5626fbd6f96ac1ef3cef8b83178c,c1ef3cef8b83178c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:26.847 [67ea5626fbd6f96ac1ef3cef8b83178c,c1ef3cef8b83178c] [qtp1225114731-22] DEBUG [aai-resources,67ea5626fbd6f96ac1ef3cef8b83178c,c1ef3cef8b83178c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19185ca8-858e-4c43-a69c-3f41fa5e9ee8","status":"200","rqstDate":"250331-08:45:26:832","respDate":"250331-08:45:26:847","sourceId":"haproxy:19185ca8-858e-4c43-a69c-3f41fa5e9ee8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:26:832-95227\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f2325317-53fd-4d2a-8078-9814d2eb48e6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[19185ca8-858e-4c43-a69c-3f41fa5e9ee8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:45:28.854 [67ea56282a53a3e243538b8e9c6e3b46,43538b8e9c6e3b46] [qtp1225114731-852]  INFO [aai-resources,67ea56282a53a3e243538b8e9c6e3b46,43538b8e9c6e3b46] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:28.869 [67ea56282a53a3e243538b8e9c6e3b46,43538b8e9c6e3b46] [qtp1225114731-852] DEBUG [aai-resources,67ea56282a53a3e243538b8e9c6e3b46,43538b8e9c6e3b46] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"809b5c8b-a473-43f5-baab-13ea5f56e1c2","status":"200","rqstDate":"250331-08:45:28:854","respDate":"250331-08:45:28:869","sourceId":"haproxy:809b5c8b-a473-43f5-baab-13ea5f56e1c2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:28:854-6111\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6d9b239a-912e-400f-9075-6dc715a36ba7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[809b5c8b-a473-43f5-baab-13ea5f56e1c2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:45:30.876 [67ea562a906a2ef91c14c347e6239629,1c14c347e6239629] [qtp1225114731-22]  INFO [aai-resources,67ea562a906a2ef91c14c347e6239629,1c14c347e6239629] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:30.887 [67ea562a906a2ef91c14c347e6239629,1c14c347e6239629] [qtp1225114731-22] DEBUG [aai-resources,67ea562a906a2ef91c14c347e6239629,1c14c347e6239629] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b2e9e510-cabe-4550-9a1d-49c21dc941a2","status":"200","rqstDate":"250331-08:45:30:876","respDate":"250331-08:45:30:887","sourceId":"haproxy:b2e9e510-cabe-4550-9a1d-49c21dc941a2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:30:876-72514\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f073d145-aedd-4db5-b6a0-c0de9ae63349], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b2e9e510-cabe-4550-9a1d-49c21dc941a2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:45:32.893 [67ea562cc80782028619dc7f356ada6f,8619dc7f356ada6f] [qtp1225114731-852]  INFO [aai-resources,67ea562cc80782028619dc7f356ada6f,8619dc7f356ada6f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:32.907 [67ea562cc80782028619dc7f356ada6f,8619dc7f356ada6f] [qtp1225114731-852] DEBUG [aai-resources,67ea562cc80782028619dc7f356ada6f,8619dc7f356ada6f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ceb5f7e2-1767-420e-9d8e-bafb0cff23e5","status":"200","rqstDate":"250331-08:45:32:893","respDate":"250331-08:45:32:907","sourceId":"haproxy:ceb5f7e2-1767-420e-9d8e-bafb0cff23e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:32:893-59660\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aff1fa36-9d50-4e96-a724-28f1f870601d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ceb5f7e2-1767-420e-9d8e-bafb0cff23e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:45:34.914 [67ea562edf56d234381c2f191b155552,381c2f191b155552] [qtp1225114731-22]  INFO [aai-resources,67ea562edf56d234381c2f191b155552,381c2f191b155552] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:34.928 [67ea562edf56d234381c2f191b155552,381c2f191b155552] [qtp1225114731-22] DEBUG [aai-resources,67ea562edf56d234381c2f191b155552,381c2f191b155552] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"31560f5f-3785-4aac-9f1f-29f83c9fcbd0","status":"200","rqstDate":"250331-08:45:34:914","respDate":"250331-08:45:34:928","sourceId":"haproxy:31560f5f-3785-4aac-9f1f-29f83c9fcbd0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:34:914-57053\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5a1fb762-8957-4180-a9b2-84116f837247], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[31560f5f-3785-4aac-9f1f-29f83c9fcbd0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:45:36.069 [67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] [qtp1225114731-852]  INFO [aai-resources,67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:36.074 [67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] [pool-640-thread-1]  INFO [aai-resources,67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] 1 --- [ol-640-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:45:36.074 [67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] [pool-640-thread-1]  INFO [aai-resources,67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] 1 --- [ol-640-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:45:36.075 [67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] [pool-640-thread-1]  INFO [aai-resources,67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] 1 --- [ol-640-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:45:36.075 [67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] [pool-640-thread-1]  INFO [aai-resources,67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] 1 --- [ol-640-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:45:36.076 [67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] [pool-640-thread-1]  INFO [aai-resources,67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] 1 --- [ol-640-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:45:36.076 [67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] [pool-640-thread-1]  INFO [aai-resources,67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] 1 --- [ol-640-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:45:36.077 [67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] [qtp1225114731-852] DEBUG [aai-resources,67ea56307d363eac08144a7f3fb43e91,08144a7f3fb43e91] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9e7fa32f-f21c-443c-8cb7-72fac796958e","status":"404","rqstDate":"250331-08:45:36:069","respDate":"250331-08:45:36:077","sourceId":"prh:9e7fa32f-f21c-443c-8cb7-72fac796958e","resourceId":"http://aai-internal.onap.svc.cluster.local:52421/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:36:069-31311\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fe6e13fe-e437-42ef-8508-5a293a18a24f], Accept=[application/json], x-invocationid=[e95e4a87-929d-4484-8eeb-39fb4edbb04d], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:52421], x-requestid=[9e7fa32f-f21c-443c-8cb7-72fac796958e], X-Forwarded-Port=[52421], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[9e7fa32f-f21c-443c-8cb7-72fac796958e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:36 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:45:36.933 [67ea563089479098d0590238e89140f4,d0590238e89140f4] [qtp1225114731-22]  INFO [aai-resources,67ea563089479098d0590238e89140f4,d0590238e89140f4] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:36.946 [67ea563089479098d0590238e89140f4,d0590238e89140f4] [qtp1225114731-22] DEBUG [aai-resources,67ea563089479098d0590238e89140f4,d0590238e89140f4] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ccceedd5-f413-4965-8955-6e1dacf7a14d","status":"200","rqstDate":"250331-08:45:36:933","respDate":"250331-08:45:36:946","sourceId":"haproxy:ccceedd5-f413-4965-8955-6e1dacf7a14d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:36:933-27912\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eb442cf4-3d11-407c-a6ba-9de75383f276], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ccceedd5-f413-4965-8955-6e1dacf7a14d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:45:38.954 [67ea563256e4bf1f3c63c35432dcd353,3c63c35432dcd353] [qtp1225114731-852]  INFO [aai-resources,67ea563256e4bf1f3c63c35432dcd353,3c63c35432dcd353] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:38.968 [67ea563256e4bf1f3c63c35432dcd353,3c63c35432dcd353] [qtp1225114731-852] DEBUG [aai-resources,67ea563256e4bf1f3c63c35432dcd353,3c63c35432dcd353] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0eb456b6-0d94-400a-b075-88af40b931d5","status":"200","rqstDate":"250331-08:45:38:954","respDate":"250331-08:45:38:967","sourceId":"haproxy:0eb456b6-0d94-400a-b075-88af40b931d5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:45:38:954-71655\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[35b2f602-cc3c-431c-aef7-25c7f6eab439], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0eb456b6-0d94-400a-b075-88af40b931d5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:45:40.975 [67ea56347b3c90e3b854acded8a42286,b854acded8a42286] [qtp1225114731-22]  INFO [aai-resources,67ea56347b3c90e3b854acded8a42286,b854acded8a42286] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:40.988 [67ea56347b3c90e3b854acded8a42286,b854acded8a42286] [qtp1225114731-22] DEBUG [aai-resources,67ea56347b3c90e3b854acded8a42286,b854acded8a42286] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7af5b0d1-6109-43b3-9b33-a4ab71f3fc1e","status":"200","rqstDate":"250331-08:45:40:975","respDate":"250331-08:45:40:988","sourceId":"haproxy:7af5b0d1-6109-43b3-9b33-a4ab71f3fc1e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:40:975-54017\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[37e0dbba-cadd-44e8-8b09-dc1ce920691e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7af5b0d1-6109-43b3-9b33-a4ab71f3fc1e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:45:42.992 [67ea5636ba742e867e04229092bdc2a0,7e04229092bdc2a0] [qtp1225114731-852]  INFO [aai-resources,67ea5636ba742e867e04229092bdc2a0,7e04229092bdc2a0] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:43.007 [67ea5636ba742e867e04229092bdc2a0,7e04229092bdc2a0] [qtp1225114731-852] DEBUG [aai-resources,67ea5636ba742e867e04229092bdc2a0,7e04229092bdc2a0] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"51cdc1e8-f578-4ca4-a50b-d055dbedf1ec","status":"200","rqstDate":"250331-08:45:42:992","respDate":"250331-08:45:43:007","sourceId":"haproxy:51cdc1e8-f578-4ca4-a50b-d055dbedf1ec","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:42:992-85020\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5ee8a342-f683-4e33-8462-0c00115cf985], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[51cdc1e8-f578-4ca4-a50b-d055dbedf1ec]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:45:45.013 [67ea5639e21d07bc385e18eb18630955,385e18eb18630955] [qtp1225114731-22]  INFO [aai-resources,67ea5639e21d07bc385e18eb18630955,385e18eb18630955] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:45.027 [67ea5639e21d07bc385e18eb18630955,385e18eb18630955] [qtp1225114731-22] DEBUG [aai-resources,67ea5639e21d07bc385e18eb18630955,385e18eb18630955] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7687608d-8ad1-4b8f-8495-809e361e99db","status":"200","rqstDate":"250331-08:45:45:013","respDate":"250331-08:45:45:027","sourceId":"haproxy:7687608d-8ad1-4b8f-8495-809e361e99db","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:45:013-22815\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[79735084-7a22-4502-891a-84d075345a36], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7687608d-8ad1-4b8f-8495-809e361e99db]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:45:47.034 [67ea563b33e038a43a0c660c5f52b811,3a0c660c5f52b811] [qtp1225114731-852]  INFO [aai-resources,67ea563b33e038a43a0c660c5f52b811,3a0c660c5f52b811] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:47.050 [67ea563b33e038a43a0c660c5f52b811,3a0c660c5f52b811] [qtp1225114731-852] DEBUG [aai-resources,67ea563b33e038a43a0c660c5f52b811,3a0c660c5f52b811] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"30943ba7-cc88-48b4-9314-96f75a95515b","status":"200","rqstDate":"250331-08:45:47:035","respDate":"250331-08:45:47:050","sourceId":"haproxy:30943ba7-cc88-48b4-9314-96f75a95515b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:47:035-10566\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d2af4e4-a2e4-487f-a004-840f10dd9702], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[30943ba7-cc88-48b4-9314-96f75a95515b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:45:49.056 [67ea563d2beb3e5fd9e7c1887336ef29,d9e7c1887336ef29] [qtp1225114731-22]  INFO [aai-resources,67ea563d2beb3e5fd9e7c1887336ef29,d9e7c1887336ef29] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:49.065 [67ea563d2beb3e5fd9e7c1887336ef29,d9e7c1887336ef29] [qtp1225114731-22] DEBUG [aai-resources,67ea563d2beb3e5fd9e7c1887336ef29,d9e7c1887336ef29] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9479acd3-50dd-444d-a672-34c99b0390bd","status":"200","rqstDate":"250331-08:45:49:056","respDate":"250331-08:45:49:064","sourceId":"haproxy:9479acd3-50dd-444d-a672-34c99b0390bd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:49:056-59725\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[df496989-29a3-49e8-84ff-af11cf2c2a46], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9479acd3-50dd-444d-a672-34c99b0390bd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:45:51.070 [67ea563f0cc31e8d798bc5bf6814fe4e,798bc5bf6814fe4e] [qtp1225114731-852]  INFO [aai-resources,67ea563f0cc31e8d798bc5bf6814fe4e,798bc5bf6814fe4e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:51.085 [67ea563f0cc31e8d798bc5bf6814fe4e,798bc5bf6814fe4e] [qtp1225114731-852] DEBUG [aai-resources,67ea563f0cc31e8d798bc5bf6814fe4e,798bc5bf6814fe4e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"454ab27d-e0f7-41d4-bf01-22c1aa5ad8db","status":"200","rqstDate":"250331-08:45:51:070","respDate":"250331-08:45:51:085","sourceId":"haproxy:454ab27d-e0f7-41d4-bf01-22c1aa5ad8db","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:45:51:070-97550\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[563a5160-09f9-43c9-ba54-f164cd926c90], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[454ab27d-e0f7-41d4-bf01-22c1aa5ad8db]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:45:53.092 [67ea5641f839dd15052cda8a65181b4e,052cda8a65181b4e] [qtp1225114731-22]  INFO [aai-resources,67ea5641f839dd15052cda8a65181b4e,052cda8a65181b4e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:53.104 [67ea5641f839dd15052cda8a65181b4e,052cda8a65181b4e] [qtp1225114731-22] DEBUG [aai-resources,67ea5641f839dd15052cda8a65181b4e,052cda8a65181b4e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ad005cd6-aff0-440e-9313-a9ded7721d0b","status":"200","rqstDate":"250331-08:45:53:092","respDate":"250331-08:45:53:104","sourceId":"haproxy:ad005cd6-aff0-440e-9313-a9ded7721d0b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:45:53:092-17012\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[32c5c0f3-7ab2-4b2f-ab99-f63f8ed9b57e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ad005cd6-aff0-440e-9313-a9ded7721d0b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:45:55.110 [67ea5643fe8f7bbde6e087cef1f46000,e6e087cef1f46000] [qtp1225114731-852]  INFO [aai-resources,67ea5643fe8f7bbde6e087cef1f46000,e6e087cef1f46000] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:55.123 [67ea5643fe8f7bbde6e087cef1f46000,e6e087cef1f46000] [qtp1225114731-852] DEBUG [aai-resources,67ea5643fe8f7bbde6e087cef1f46000,e6e087cef1f46000] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"13fdd141-ec92-4212-853f-839bd4ff496b","status":"200","rqstDate":"250331-08:45:55:110","respDate":"250331-08:45:55:123","sourceId":"haproxy:13fdd141-ec92-4212-853f-839bd4ff496b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:45:55:110-63759\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[22f6d849-2230-4a48-9bfb-43eb30bc85dd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[13fdd141-ec92-4212-853f-839bd4ff496b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:45:56.604 [67ea564497a2096b5307841c5acac9de,5307841c5acac9de] [qtp1225114731-22]  INFO [aai-resources,67ea564497a2096b5307841c5acac9de,5307841c5acac9de] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:56.608 [67ea564497a2096b5307841c5acac9de,5307841c5acac9de] [pool-641-thread-1]  INFO [aai-resources,67ea564497a2096b5307841c5acac9de,5307841c5acac9de] 1 --- [ol-641-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:45:56.608 [67ea564497a2096b5307841c5acac9de,5307841c5acac9de] [pool-641-thread-1]  INFO [aai-resources,67ea564497a2096b5307841c5acac9de,5307841c5acac9de] 1 --- [ol-641-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:45:56.608 [67ea564497a2096b5307841c5acac9de,5307841c5acac9de] [pool-641-thread-1]  INFO [aai-resources,67ea564497a2096b5307841c5acac9de,5307841c5acac9de] 1 --- [ol-641-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:45:56.608 [67ea564497a2096b5307841c5acac9de,5307841c5acac9de] [pool-641-thread-1]  INFO [aai-resources,67ea564497a2096b5307841c5acac9de,5307841c5acac9de] 1 --- [ol-641-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:45:56.610 [67ea564497a2096b5307841c5acac9de,5307841c5acac9de] [pool-641-thread-1]  INFO [aai-resources,67ea564497a2096b5307841c5acac9de,5307841c5acac9de] 1 --- [ol-641-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:45:56.610 [67ea564497a2096b5307841c5acac9de,5307841c5acac9de] [pool-641-thread-1]  INFO [aai-resources,67ea564497a2096b5307841c5acac9de,5307841c5acac9de] 1 --- [ol-641-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:45:56.610 [67ea564497a2096b5307841c5acac9de,5307841c5acac9de] [qtp1225114731-22] DEBUG [aai-resources,67ea564497a2096b5307841c5acac9de,5307841c5acac9de] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"48e57bb0-06f4-4700-a38a-841ef1e8e440","status":"404","rqstDate":"250331-08:45:56:604","respDate":"250331-08:45:56:610","sourceId":"prh:48e57bb0-06f4-4700-a38a-841ef1e8e440","resourceId":"http://aai-internal.onap.svc.cluster.local:52421/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:56:604-78361\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[47c616cc-eb3a-414c-bd93-f92991bcf666], Accept=[application/json], x-invocationid=[010b5266-c777-4ecc-acfc-e15a4b5309ef], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:52421], x-requestid=[48e57bb0-06f4-4700-a38a-841ef1e8e440], X-Forwarded-Port=[52421], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[48e57bb0-06f4-4700-a38a-841ef1e8e440]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:56 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:45:57.129 [67ea56450d43fa0c3639921f284e805a,3639921f284e805a] [qtp1225114731-852]  INFO [aai-resources,67ea56450d43fa0c3639921f284e805a,3639921f284e805a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:57.143 [67ea56450d43fa0c3639921f284e805a,3639921f284e805a] [qtp1225114731-852] DEBUG [aai-resources,67ea56450d43fa0c3639921f284e805a,3639921f284e805a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"741538d2-80df-4e12-922c-865e8c835516","status":"200","rqstDate":"250331-08:45:57:129","respDate":"250331-08:45:57:143","sourceId":"haproxy:741538d2-80df-4e12-922c-865e8c835516","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:57:129-46015\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7eb76949-6414-4bb6-bfed-9d5a9bdf2931], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[741538d2-80df-4e12-922c-865e8c835516]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:45:59.150 [67ea5647939fbcb7d995d75d1b669604,d995d75d1b669604] [qtp1225114731-22]  INFO [aai-resources,67ea5647939fbcb7d995d75d1b669604,d995d75d1b669604] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:45:59.163 [67ea5647939fbcb7d995d75d1b669604,d995d75d1b669604] [qtp1225114731-22] DEBUG [aai-resources,67ea5647939fbcb7d995d75d1b669604,d995d75d1b669604] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bf66a0dd-051e-4146-867c-99e9709a3632","status":"200","rqstDate":"250331-08:45:59:150","respDate":"250331-08:45:59:163","sourceId":"haproxy:bf66a0dd-051e-4146-867c-99e9709a3632","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:45:59:150-30968\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[25095e3b-9d22-4a7f-8c97-8075bc4daef9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bf66a0dd-051e-4146-867c-99e9709a3632]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:45:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:46:01.169 [67ea564981f6d9142671f5723d472810,2671f5723d472810] [qtp1225114731-852]  INFO [aai-resources,67ea564981f6d9142671f5723d472810,2671f5723d472810] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:01.181 [67ea564981f6d9142671f5723d472810,2671f5723d472810] [qtp1225114731-852] DEBUG [aai-resources,67ea564981f6d9142671f5723d472810,2671f5723d472810] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"772efca2-f05f-4939-9bb9-1a0d5708dee3","status":"200","rqstDate":"250331-08:46:01:169","respDate":"250331-08:46:01:181","sourceId":"haproxy:772efca2-f05f-4939-9bb9-1a0d5708dee3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:01:169-90730\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bf593b51-6753-437e-bf5c-6f0379230a57], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[772efca2-f05f-4939-9bb9-1a0d5708dee3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:46:03.187 [67ea564bbb39b7e2e9112e95946067ea,e9112e95946067ea] [qtp1225114731-22]  INFO [aai-resources,67ea564bbb39b7e2e9112e95946067ea,e9112e95946067ea] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:03.201 [67ea564bbb39b7e2e9112e95946067ea,e9112e95946067ea] [qtp1225114731-22] DEBUG [aai-resources,67ea564bbb39b7e2e9112e95946067ea,e9112e95946067ea] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"43fb1b96-8019-43fd-8343-09a0d70ac218","status":"200","rqstDate":"250331-08:46:03:187","respDate":"250331-08:46:03:201","sourceId":"haproxy:43fb1b96-8019-43fd-8343-09a0d70ac218","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:03:187-34054\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[08d6c249-b472-4204-b4d5-a96541f549f4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[43fb1b96-8019-43fd-8343-09a0d70ac218]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:46:03.894 [67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] [qtp1225114731-852]  INFO [aai-resources,67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:03.904 [67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] [qtp1225114731-852]  INFO [aai-resources,67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:46:03.904 [67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] [qtp1225114731-852]  INFO [aai-resources,67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:46:03.904 [67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] [qtp1225114731-852]  INFO [aai-resources,67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:46:03.904 [67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] [qtp1225114731-852]  INFO [aai-resources,67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:46:03.939 [67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] [qtp1225114731-852]  INFO [aai-resources,67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:46:03.980 [67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] [qtp1225114731-852] DEBUG [aai-resources,67ea564b30573efa1275cb44ecd3dcc0,1275cb44ecd3dcc0] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aab68f1b-71f1-4b45-8c96-c866f57ee559","status":"200","rqstDate":"250331-08:46:03:894","respDate":"250331-08:46:03:980","sourceId":"UNKNOWN:aab68f1b-71f1-4b45-8c96-c866f57ee559","resourceId":"http://aai.onap:60743/aai/v24/service-design-and-creation/models/model/3198faeb-359e-40e0-b2af-162642e7db54/model-vers/model-ver/f88c00d4-c52d-4e75-aa51-06d109678ae2?depth=0","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:46:03:894-19481\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[72eb8ec1-9cd3-425a-8ce4-ad45ff4e6ec1], Accept=[application/json], x-invocationid=[6dddc32f-a2db-4cdd-8e0b-7e0133d4fa6f], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,aab68f1b-71f1-4b45-8c96-c866f57ee559], Host=[aai.onap:60743], x-http-method-override=[PATCH], x-onap-requestid=[aab68f1b-71f1-4b45-8c96-c866f57ee559], x-requestid=[aab68f1b-71f1-4b45-8c96-c866f57ee559], X-Forwarded-Port=[60743], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[aab68f1b-71f1-4b45-8c96-c866f57ee559], Content-Length=[50], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"distribution-status\\\":\\\"DISTRIBUTION_COMPLETE_OK\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:46:03:894-19481\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[41234536], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:46:03:894-19481]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:03 +0000] "POST /aai/v24/service-design-and-creation/models/model/3198faeb-359e-40e0-b2af-162642e7db54/model-vers/model-ver/f88c00d4-c52d-4e75-aa51-06d109678ae2?depth=0" 200 0 REST ,aab68f1b-71f1-4b45-8c96-c866f57ee559 MSO 127.0.0.6 - - - - - - - - - 89 - "logType": "access"
2025-03-31 08:46:05.207 [67ea564dc360571a28e486c860174eab,28e486c860174eab] [qtp1225114731-22]  INFO [aai-resources,67ea564dc360571a28e486c860174eab,28e486c860174eab] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:05.217 [67ea564dc360571a28e486c860174eab,28e486c860174eab] [qtp1225114731-22] DEBUG [aai-resources,67ea564dc360571a28e486c860174eab,28e486c860174eab] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"56730d33-280b-475a-bb26-f1730edec556","status":"200","rqstDate":"250331-08:46:05:207","respDate":"250331-08:46:05:217","sourceId":"haproxy:56730d33-280b-475a-bb26-f1730edec556","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:46:05:207-39154\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ffbbcfe8-1df9-4f88-bf13-1057469dcf97], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[56730d33-280b-475a-bb26-f1730edec556]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:46:07.223 [67ea564f8dffaed2c7ee2bc6ee8bf297,c7ee2bc6ee8bf297] [qtp1225114731-852]  INFO [aai-resources,67ea564f8dffaed2c7ee2bc6ee8bf297,c7ee2bc6ee8bf297] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:07.234 [67ea564f8dffaed2c7ee2bc6ee8bf297,c7ee2bc6ee8bf297] [qtp1225114731-852] DEBUG [aai-resources,67ea564f8dffaed2c7ee2bc6ee8bf297,c7ee2bc6ee8bf297] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fe8103a7-cf20-4606-b13d-1e76df4efa09","status":"200","rqstDate":"250331-08:46:07:223","respDate":"250331-08:46:07:234","sourceId":"haproxy:fe8103a7-cf20-4606-b13d-1e76df4efa09","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:46:07:223-35132\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[001d4d28-485e-4cf7-b307-a581dd8d18a9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fe8103a7-cf20-4606-b13d-1e76df4efa09]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:46:09.240 [67ea5651dbdee43783972449b307daf2,83972449b307daf2] [qtp1225114731-22]  INFO [aai-resources,67ea5651dbdee43783972449b307daf2,83972449b307daf2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:09.257 [67ea5651dbdee43783972449b307daf2,83972449b307daf2] [qtp1225114731-22] DEBUG [aai-resources,67ea5651dbdee43783972449b307daf2,83972449b307daf2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"380717e8-b9dd-4e5a-aa77-52f4602102b3","status":"200","rqstDate":"250331-08:46:09:240","respDate":"250331-08:46:09:257","sourceId":"haproxy:380717e8-b9dd-4e5a-aa77-52f4602102b3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:46:09:240-94958\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[18b454fe-3f6d-4dc9-8f0d-37f87a17f53c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[380717e8-b9dd-4e5a-aa77-52f4602102b3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:46:11.263 [67ea5653763bb47070f27a83b5829938,70f27a83b5829938] [qtp1225114731-852]  INFO [aai-resources,67ea5653763bb47070f27a83b5829938,70f27a83b5829938] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:11.275 [67ea5653763bb47070f27a83b5829938,70f27a83b5829938] [qtp1225114731-852] DEBUG [aai-resources,67ea5653763bb47070f27a83b5829938,70f27a83b5829938] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e2e44f1e-ab34-43d9-b7ed-94908b690954","status":"200","rqstDate":"250331-08:46:11:263","respDate":"250331-08:46:11:275","sourceId":"haproxy:e2e44f1e-ab34-43d9-b7ed-94908b690954","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:11:263-21316\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bb0e861b-24ba-4187-8417-1c7d418f4ec7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e2e44f1e-ab34-43d9-b7ed-94908b690954]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:46:13.281 [67ea5655efc6a0f8c731582bd67cb5cd,c731582bd67cb5cd] [qtp1225114731-22]  INFO [aai-resources,67ea5655efc6a0f8c731582bd67cb5cd,c731582bd67cb5cd] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:13.294 [67ea5655efc6a0f8c731582bd67cb5cd,c731582bd67cb5cd] [qtp1225114731-22] DEBUG [aai-resources,67ea5655efc6a0f8c731582bd67cb5cd,c731582bd67cb5cd] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bbd2dbd8-c41a-4564-9549-fdb2c7bb1170","status":"200","rqstDate":"250331-08:46:13:281","respDate":"250331-08:46:13:293","sourceId":"haproxy:bbd2dbd8-c41a-4564-9549-fdb2c7bb1170","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:13:281-17449\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[552ead26-8362-4cc9-b746-bdd297722f62], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bbd2dbd8-c41a-4564-9549-fdb2c7bb1170]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:46:15.300 [67ea565742aae3eb2b180e585bee6885,2b180e585bee6885] [qtp1225114731-852]  INFO [aai-resources,67ea565742aae3eb2b180e585bee6885,2b180e585bee6885] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:15.312 [67ea565742aae3eb2b180e585bee6885,2b180e585bee6885] [qtp1225114731-852] DEBUG [aai-resources,67ea565742aae3eb2b180e585bee6885,2b180e585bee6885] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"40cb1bc7-9140-41a2-a7db-8fd7b2406cb6","status":"200","rqstDate":"250331-08:46:15:300","respDate":"250331-08:46:15:312","sourceId":"haproxy:40cb1bc7-9140-41a2-a7db-8fd7b2406cb6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:46:15:300-72284\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[69031d11-31a2-4107-94eb-3901d68c7d0a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[40cb1bc7-9140-41a2-a7db-8fd7b2406cb6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:46:17.320 [67ea565987d2d03ff2f9f6fd646f609c,f2f9f6fd646f609c] [qtp1225114731-22]  INFO [aai-resources,67ea565987d2d03ff2f9f6fd646f609c,f2f9f6fd646f609c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:17.329 [67ea565987d2d03ff2f9f6fd646f609c,f2f9f6fd646f609c] [qtp1225114731-22] DEBUG [aai-resources,67ea565987d2d03ff2f9f6fd646f609c,f2f9f6fd646f609c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f6047949-1ece-4b3e-a1e5-a1d555092a65","status":"200","rqstDate":"250331-08:46:17:320","respDate":"250331-08:46:17:329","sourceId":"haproxy:f6047949-1ece-4b3e-a1e5-a1d555092a65","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:17:320-93306\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cd9a30ee-5db0-4c1f-bad8-f1946dd78855], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f6047949-1ece-4b3e-a1e5-a1d555092a65]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:46:19.337 [67ea565b48bf741bf81b577006ba684c,f81b577006ba684c] [qtp1225114731-852]  INFO [aai-resources,67ea565b48bf741bf81b577006ba684c,f81b577006ba684c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:19.348 [67ea565b48bf741bf81b577006ba684c,f81b577006ba684c] [qtp1225114731-852] DEBUG [aai-resources,67ea565b48bf741bf81b577006ba684c,f81b577006ba684c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"211d7c56-1e9f-4486-9a79-0b5a58998022","status":"200","rqstDate":"250331-08:46:19:337","respDate":"250331-08:46:19:348","sourceId":"haproxy:211d7c56-1e9f-4486-9a79-0b5a58998022","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:46:19:337-44430\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[31b8e05f-8b44-4fe6-ac4d-183b71180500], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[211d7c56-1e9f-4486-9a79-0b5a58998022]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:46:21.354 [67ea565dc075c1d5dac06af76ada6b44,dac06af76ada6b44] [qtp1225114731-22]  INFO [aai-resources,67ea565dc075c1d5dac06af76ada6b44,dac06af76ada6b44] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:21.367 [67ea565dc075c1d5dac06af76ada6b44,dac06af76ada6b44] [qtp1225114731-22] DEBUG [aai-resources,67ea565dc075c1d5dac06af76ada6b44,dac06af76ada6b44] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"523911fb-7960-4f25-a2bd-576b92c08d9f","status":"200","rqstDate":"250331-08:46:21:354","respDate":"250331-08:46:21:367","sourceId":"haproxy:523911fb-7960-4f25-a2bd-576b92c08d9f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:21:354-52865\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9aad3d13-86d6-46d9-93bf-07ec67ea6d4a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[523911fb-7960-4f25-a2bd-576b92c08d9f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:46:23.373 [67ea565f7434de469908761159192b88,9908761159192b88] [qtp1225114731-852]  INFO [aai-resources,67ea565f7434de469908761159192b88,9908761159192b88] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:23.384 [67ea565f7434de469908761159192b88,9908761159192b88] [qtp1225114731-852] DEBUG [aai-resources,67ea565f7434de469908761159192b88,9908761159192b88] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3d916786-fe74-4a1f-a3fa-d6b3126df8f9","status":"200","rqstDate":"250331-08:46:23:374","respDate":"250331-08:46:23:384","sourceId":"haproxy:3d916786-fe74-4a1f-a3fa-d6b3126df8f9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:23:374-63215\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[894ea91e-6feb-4335-9f68-14f3e2c71bac], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3d916786-fe74-4a1f-a3fa-d6b3126df8f9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:46:25.390 [67ea5661d2a4a49d363a334c6766deed,363a334c6766deed] [qtp1225114731-22]  INFO [aai-resources,67ea5661d2a4a49d363a334c6766deed,363a334c6766deed] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:25.406 [67ea5661d2a4a49d363a334c6766deed,363a334c6766deed] [qtp1225114731-22] DEBUG [aai-resources,67ea5661d2a4a49d363a334c6766deed,363a334c6766deed] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"248b483b-c82d-4934-a7e1-7775f435c46c","status":"200","rqstDate":"250331-08:46:25:390","respDate":"250331-08:46:25:406","sourceId":"haproxy:248b483b-c82d-4934-a7e1-7775f435c46c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:46:25:390-38499\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[87a54fe0-5011-4956-8af0-23284231a066], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[248b483b-c82d-4934-a7e1-7775f435c46c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:46:27.414 [67ea566319ead8d46b83df46f9b18f2a,6b83df46f9b18f2a] [qtp1225114731-852]  INFO [aai-resources,67ea566319ead8d46b83df46f9b18f2a,6b83df46f9b18f2a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:27.427 [67ea566319ead8d46b83df46f9b18f2a,6b83df46f9b18f2a] [qtp1225114731-852] DEBUG [aai-resources,67ea566319ead8d46b83df46f9b18f2a,6b83df46f9b18f2a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ee05e3fb-1a88-43fd-85dd-b72628c7ba6c","status":"200","rqstDate":"250331-08:46:27:414","respDate":"250331-08:46:27:427","sourceId":"haproxy:ee05e3fb-1a88-43fd-85dd-b72628c7ba6c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:27:414-34617\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[da5b1d58-e4d7-422e-abaa-8eaddcca0119], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ee05e3fb-1a88-43fd-85dd-b72628c7ba6c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:46:27.641 [67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] [qtp1225114731-22]  INFO [aai-resources,67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:27.651 [67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] [pool-642-thread-1]  INFO [aai-resources,67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] 1 --- [ol-642-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:46:27.651 [67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] [pool-642-thread-1]  INFO [aai-resources,67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] 1 --- [ol-642-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:46:27.651 [67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] [pool-642-thread-1]  INFO [aai-resources,67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] 1 --- [ol-642-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:46:27.651 [67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] [pool-642-thread-1]  INFO [aai-resources,67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] 1 --- [ol-642-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:46:27.652 [67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] [pool-642-thread-1]  INFO [aai-resources,67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] 1 --- [ol-642-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:46:27.653 [67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] [pool-642-thread-1]  INFO [aai-resources,67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] 1 --- [ol-642-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:46:27.654 [67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] [qtp1225114731-22] DEBUG [aai-resources,67ea5663481fc60becf15b3260979a55,ecf15b3260979a55] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"64cef8b1-1753-42db-81dc-2de4274ccc55","status":"404","rqstDate":"250331-08:46:27:641","respDate":"250331-08:46:27:653","sourceId":"prh:64cef8b1-1753-42db-81dc-2de4274ccc55","resourceId":"http://aai-internal.onap.svc.cluster.local:50045/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:27:641-48817\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c3efa766-a64a-4cf5-a88d-be4b9c9b95ec], Accept=[application/json], x-invocationid=[72472612-7793-4300-a06d-3b47385d5f8d], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:50045], x-requestid=[64cef8b1-1753-42db-81dc-2de4274ccc55], X-Forwarded-Port=[50045], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[64cef8b1-1753-42db-81dc-2de4274ccc55]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:27 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:46:29.433 [67ea566506716f3a028ad722a8c079cc,028ad722a8c079cc] [qtp1225114731-852]  INFO [aai-resources,67ea566506716f3a028ad722a8c079cc,028ad722a8c079cc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:29.453 [67ea566506716f3a028ad722a8c079cc,028ad722a8c079cc] [qtp1225114731-852] DEBUG [aai-resources,67ea566506716f3a028ad722a8c079cc,028ad722a8c079cc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ae6c1c92-dc09-4a4c-ac23-d6a10f7a7770","status":"200","rqstDate":"250331-08:46:29:433","respDate":"250331-08:46:29:453","sourceId":"haproxy:ae6c1c92-dc09-4a4c-ac23-d6a10f7a7770","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:29:433-61268\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7b6f1e93-0ea7-4711-a547-277470f96a1f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ae6c1c92-dc09-4a4c-ac23-d6a10f7a7770]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:46:31.459 [67ea566707f660ddc7701126a832c31c,c7701126a832c31c] [qtp1225114731-22]  INFO [aai-resources,67ea566707f660ddc7701126a832c31c,c7701126a832c31c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:31.472 [67ea566707f660ddc7701126a832c31c,c7701126a832c31c] [qtp1225114731-22] DEBUG [aai-resources,67ea566707f660ddc7701126a832c31c,c7701126a832c31c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"15e0ca7d-437a-4c5d-be0a-b2111e44a0c2","status":"200","rqstDate":"250331-08:46:31:460","respDate":"250331-08:46:31:472","sourceId":"haproxy:15e0ca7d-437a-4c5d-be0a-b2111e44a0c2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:31:460-63109\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1c8fd9c2-03c3-47c8-9112-470986d473ac], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[15e0ca7d-437a-4c5d-be0a-b2111e44a0c2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:46:33.480 [67ea5669d6ad292776c77183a31d40b1,76c77183a31d40b1] [qtp1225114731-852]  INFO [aai-resources,67ea5669d6ad292776c77183a31d40b1,76c77183a31d40b1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:33.492 [67ea5669d6ad292776c77183a31d40b1,76c77183a31d40b1] [qtp1225114731-852] DEBUG [aai-resources,67ea5669d6ad292776c77183a31d40b1,76c77183a31d40b1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e01c66a7-b2cd-49fa-99e1-56c080e0a4f5","status":"200","rqstDate":"250331-08:46:33:480","respDate":"250331-08:46:33:492","sourceId":"haproxy:e01c66a7-b2cd-49fa-99e1-56c080e0a4f5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:33:480-58261\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[62096cda-ffa1-4554-8900-d801b5f23dbd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e01c66a7-b2cd-49fa-99e1-56c080e0a4f5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:46:35.499 [67ea566be0989787bd049f77254dc0b8,bd049f77254dc0b8] [qtp1225114731-22]  INFO [aai-resources,67ea566be0989787bd049f77254dc0b8,bd049f77254dc0b8] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:35.513 [67ea566be0989787bd049f77254dc0b8,bd049f77254dc0b8] [qtp1225114731-22] DEBUG [aai-resources,67ea566be0989787bd049f77254dc0b8,bd049f77254dc0b8] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"84cd76cc-bbd5-4cde-b7ac-76c97f3610b8","status":"200","rqstDate":"250331-08:46:35:499","respDate":"250331-08:46:35:513","sourceId":"haproxy:84cd76cc-bbd5-4cde-b7ac-76c97f3610b8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:35:499-35048\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5ae1d388-ba05-46e0-999b-4b11e77d9432], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[84cd76cc-bbd5-4cde-b7ac-76c97f3610b8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:46:37.519 [67ea566d5d44510576edd0b0345fa5ef,76edd0b0345fa5ef] [qtp1225114731-852]  INFO [aai-resources,67ea566d5d44510576edd0b0345fa5ef,76edd0b0345fa5ef] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:37.530 [67ea566d5d44510576edd0b0345fa5ef,76edd0b0345fa5ef] [qtp1225114731-852] DEBUG [aai-resources,67ea566d5d44510576edd0b0345fa5ef,76edd0b0345fa5ef] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4be0b816-2991-4aa1-9c92-9f2348e6b140","status":"200","rqstDate":"250331-08:46:37:519","respDate":"250331-08:46:37:530","sourceId":"haproxy:4be0b816-2991-4aa1-9c92-9f2348e6b140","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:37:519-23193\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9131c879-3fd0-46df-9b75-46398d6b3787], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4be0b816-2991-4aa1-9c92-9f2348e6b140]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:46:39.536 [67ea566f25d293139c18c216cacd142a,9c18c216cacd142a] [qtp1225114731-22]  INFO [aai-resources,67ea566f25d293139c18c216cacd142a,9c18c216cacd142a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:39.552 [67ea566f25d293139c18c216cacd142a,9c18c216cacd142a] [qtp1225114731-22] DEBUG [aai-resources,67ea566f25d293139c18c216cacd142a,9c18c216cacd142a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c21c12d1-41b6-46cf-baf4-b650aa9a1287","status":"200","rqstDate":"250331-08:46:39:537","respDate":"250331-08:46:39:551","sourceId":"haproxy:c21c12d1-41b6-46cf-baf4-b650aa9a1287","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:46:39:537-62155\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[042dcab4-f588-4d99-a5db-d040203d2e98], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c21c12d1-41b6-46cf-baf4-b650aa9a1287]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:46:41.558 [67ea5671728819e560a7a4c5dd1f9631,60a7a4c5dd1f9631] [qtp1225114731-852]  INFO [aai-resources,67ea5671728819e560a7a4c5dd1f9631,60a7a4c5dd1f9631] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:41.570 [67ea5671728819e560a7a4c5dd1f9631,60a7a4c5dd1f9631] [qtp1225114731-852] DEBUG [aai-resources,67ea5671728819e560a7a4c5dd1f9631,60a7a4c5dd1f9631] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3bc686c6-8309-4b30-b957-fa025a58d394","status":"200","rqstDate":"250331-08:46:41:558","respDate":"250331-08:46:41:570","sourceId":"haproxy:3bc686c6-8309-4b30-b957-fa025a58d394","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:41:558-71236\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f3676440-e7de-448b-a611-ebbf1f0be05f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3bc686c6-8309-4b30-b957-fa025a58d394]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:46:43.576 [67ea5673d477c84050249cd6d529dff7,50249cd6d529dff7] [qtp1225114731-22]  INFO [aai-resources,67ea5673d477c84050249cd6d529dff7,50249cd6d529dff7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:43.606 [67ea5673d477c84050249cd6d529dff7,50249cd6d529dff7] [qtp1225114731-22] DEBUG [aai-resources,67ea5673d477c84050249cd6d529dff7,50249cd6d529dff7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5d11d6b4-c63a-4b95-936b-cc747a7cef98","status":"200","rqstDate":"250331-08:46:43:576","respDate":"250331-08:46:43:599","sourceId":"haproxy:5d11d6b4-c63a-4b95-936b-cc747a7cef98","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:46:43:576-29339\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[10989e19-f352-410a-bb4d-8ca05edef2bb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5d11d6b4-c63a-4b95-936b-cc747a7cef98]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 37 - "logType": "access"
2025-03-31 08:46:45.618 [67ea567542c044b9baaabee381657f92,baaabee381657f92] [qtp1225114731-852]  INFO [aai-resources,67ea567542c044b9baaabee381657f92,baaabee381657f92] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:45.633 [67ea567542c044b9baaabee381657f92,baaabee381657f92] [qtp1225114731-852] DEBUG [aai-resources,67ea567542c044b9baaabee381657f92,baaabee381657f92] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"01b491bc-37ae-4722-9daf-8cacd6230d01","status":"200","rqstDate":"250331-08:46:45:618","respDate":"250331-08:46:45:633","sourceId":"haproxy:01b491bc-37ae-4722-9daf-8cacd6230d01","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:45:618-31781\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dca712c2-ef72-4113-bcf3-3a0088168159], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[01b491bc-37ae-4722-9daf-8cacd6230d01]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:46:47.641 [67ea56770f90d08def5d4b2006ed2c30,ef5d4b2006ed2c30] [qtp1225114731-22]  INFO [aai-resources,67ea56770f90d08def5d4b2006ed2c30,ef5d4b2006ed2c30] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:47.652 [67ea56770f90d08def5d4b2006ed2c30,ef5d4b2006ed2c30] [qtp1225114731-22] DEBUG [aai-resources,67ea56770f90d08def5d4b2006ed2c30,ef5d4b2006ed2c30] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dbe1008f-16e5-4715-a8ab-20bbb0f6aa47","status":"200","rqstDate":"250331-08:46:47:641","respDate":"250331-08:46:47:652","sourceId":"haproxy:dbe1008f-16e5-4715-a8ab-20bbb0f6aa47","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:47:641-95602\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[40d488ae-d678-4531-a888-9a759f861f2b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dbe1008f-16e5-4715-a8ab-20bbb0f6aa47]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:46:49.659 [67ea56792e29d1bd795ec20644b8d22f,795ec20644b8d22f] [qtp1225114731-852]  INFO [aai-resources,67ea56792e29d1bd795ec20644b8d22f,795ec20644b8d22f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:49.677 [67ea56792e29d1bd795ec20644b8d22f,795ec20644b8d22f] [qtp1225114731-852] DEBUG [aai-resources,67ea56792e29d1bd795ec20644b8d22f,795ec20644b8d22f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2585382f-a41c-47e6-b202-c3a8e4bc53cb","status":"200","rqstDate":"250331-08:46:49:659","respDate":"250331-08:46:49:677","sourceId":"haproxy:2585382f-a41c-47e6-b202-c3a8e4bc53cb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:46:49:659-99254\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9ed0c1e8-38ed-43e4-a58c-4255eb0b0b5e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2585382f-a41c-47e6-b202-c3a8e4bc53cb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:46:51.683 [67ea567bdfa9d4daa870ab9b59a2f109,a870ab9b59a2f109] [qtp1225114731-22]  INFO [aai-resources,67ea567bdfa9d4daa870ab9b59a2f109,a870ab9b59a2f109] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:51.695 [67ea567bdfa9d4daa870ab9b59a2f109,a870ab9b59a2f109] [qtp1225114731-22] DEBUG [aai-resources,67ea567bdfa9d4daa870ab9b59a2f109,a870ab9b59a2f109] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0cd24e57-016b-4eda-9783-af4fed434cd2","status":"200","rqstDate":"250331-08:46:51:683","respDate":"250331-08:46:51:695","sourceId":"haproxy:0cd24e57-016b-4eda-9783-af4fed434cd2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:51:683-12196\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cab3361e-7867-4772-b54b-9a1ab0f4f058], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0cd24e57-016b-4eda-9783-af4fed434cd2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:46:53.704 [67ea567d2655456543756245cf608573,43756245cf608573] [qtp1225114731-852]  INFO [aai-resources,67ea567d2655456543756245cf608573,43756245cf608573] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:53.713 [67ea567d2655456543756245cf608573,43756245cf608573] [qtp1225114731-852] DEBUG [aai-resources,67ea567d2655456543756245cf608573,43756245cf608573] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bb4633b7-30ac-4a8d-9312-78aa26b23c8b","status":"200","rqstDate":"250331-08:46:53:704","respDate":"250331-08:46:53:713","sourceId":"haproxy:bb4633b7-30ac-4a8d-9312-78aa26b23c8b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:46:53:704-43523\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0457e3c4-8b58-49be-8b4e-4fe2c1ecb01e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bb4633b7-30ac-4a8d-9312-78aa26b23c8b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:46:55.720 [67ea567ff44e4655aec801baf2a69471,aec801baf2a69471] [qtp1225114731-22]  INFO [aai-resources,67ea567ff44e4655aec801baf2a69471,aec801baf2a69471] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:55.734 [67ea567ff44e4655aec801baf2a69471,aec801baf2a69471] [qtp1225114731-22] DEBUG [aai-resources,67ea567ff44e4655aec801baf2a69471,aec801baf2a69471] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"11fc5ee7-2ed0-4783-8955-6bc5600b3ef2","status":"200","rqstDate":"250331-08:46:55:720","respDate":"250331-08:46:55:734","sourceId":"haproxy:11fc5ee7-2ed0-4783-8955-6bc5600b3ef2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:55:720-95397\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[071aa30c-3b57-4356-9127-be202e68a938], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[11fc5ee7-2ed0-4783-8955-6bc5600b3ef2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:46:57.741 [67ea56818b1eae4f97f4ad4a4d15a772,97f4ad4a4d15a772] [qtp1225114731-852]  INFO [aai-resources,67ea56818b1eae4f97f4ad4a4d15a772,97f4ad4a4d15a772] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:57.751 [67ea56818b1eae4f97f4ad4a4d15a772,97f4ad4a4d15a772] [qtp1225114731-852] DEBUG [aai-resources,67ea56818b1eae4f97f4ad4a4d15a772,97f4ad4a4d15a772] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"67638589-cbf1-41c2-8adc-dfd46bcc1abd","status":"200","rqstDate":"250331-08:46:57:741","respDate":"250331-08:46:57:751","sourceId":"haproxy:67638589-cbf1-41c2-8adc-dfd46bcc1abd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:46:57:741-67922\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8c01358d-1bbd-428c-a7e2-7cb0a753f310], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[67638589-cbf1-41c2-8adc-dfd46bcc1abd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:46:58.688 [67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] [qtp1225114731-22]  INFO [aai-resources,67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:58.694 [67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] [pool-643-thread-1]  INFO [aai-resources,67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] 1 --- [ol-643-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:46:58.694 [67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] [pool-643-thread-1]  INFO [aai-resources,67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] 1 --- [ol-643-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:46:58.694 [67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] [pool-643-thread-1]  INFO [aai-resources,67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] 1 --- [ol-643-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:46:58.695 [67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] [pool-643-thread-1]  INFO [aai-resources,67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] 1 --- [ol-643-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:46:58.696 [67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] [pool-643-thread-1]  INFO [aai-resources,67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] 1 --- [ol-643-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:46:58.697 [67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] [pool-643-thread-1]  INFO [aai-resources,67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] 1 --- [ol-643-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:46:58.697 [67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] [qtp1225114731-22] DEBUG [aai-resources,67ea5682314cb72f4942b8e2cbcbc14d,4942b8e2cbcbc14d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"329d211b-6b2c-4471-9dfa-9cd581aebf52","status":"404","rqstDate":"250331-08:46:58:688","respDate":"250331-08:46:58:697","sourceId":"prh:329d211b-6b2c-4471-9dfa-9cd581aebf52","resourceId":"http://aai-internal.onap.svc.cluster.local:36533/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:46:58:688-90855\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a51da5f3-4807-43c5-8b6e-177eb853ac3d], Accept=[application/json], x-invocationid=[0da7910c-eda3-4c01-b6a0-a30e6e1e4f02], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:36533], x-requestid=[329d211b-6b2c-4471-9dfa-9cd581aebf52], X-Forwarded-Port=[36533], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[329d211b-6b2c-4471-9dfa-9cd581aebf52]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:58 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:46:59.759 [67ea568352968b9e9d2c4bc178b0c38a,9d2c4bc178b0c38a] [qtp1225114731-852]  INFO [aai-resources,67ea568352968b9e9d2c4bc178b0c38a,9d2c4bc178b0c38a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:46:59.777 [67ea568352968b9e9d2c4bc178b0c38a,9d2c4bc178b0c38a] [qtp1225114731-852] DEBUG [aai-resources,67ea568352968b9e9d2c4bc178b0c38a,9d2c4bc178b0c38a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a1082e55-08ce-4025-8506-5461576204ed","status":"200","rqstDate":"250331-08:46:59:759","respDate":"250331-08:46:59:777","sourceId":"haproxy:a1082e55-08ce-4025-8506-5461576204ed","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:46:59:759-55704\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1b37d0b7-d00f-4a73-9893-80546fd159b9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a1082e55-08ce-4025-8506-5461576204ed]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:46:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:47:01.783 [67ea5685a44f96a61fa6ad5f73772f07,1fa6ad5f73772f07] [qtp1225114731-22]  INFO [aai-resources,67ea5685a44f96a61fa6ad5f73772f07,1fa6ad5f73772f07] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:01.793 [67ea5685a44f96a61fa6ad5f73772f07,1fa6ad5f73772f07] [qtp1225114731-22] DEBUG [aai-resources,67ea5685a44f96a61fa6ad5f73772f07,1fa6ad5f73772f07] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2aa4fcf4-62ea-407f-b841-e169c660641a","status":"200","rqstDate":"250331-08:47:01:783","respDate":"250331-08:47:01:793","sourceId":"haproxy:2aa4fcf4-62ea-407f-b841-e169c660641a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:01:783-70310\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[70ff766f-b331-422c-b4f5-b07bcd9eccd0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2aa4fcf4-62ea-407f-b841-e169c660641a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:47:03.799 [67ea56878af5174eb0d34dc1402c7007,b0d34dc1402c7007] [qtp1225114731-852]  INFO [aai-resources,67ea56878af5174eb0d34dc1402c7007,b0d34dc1402c7007] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:03.812 [67ea56878af5174eb0d34dc1402c7007,b0d34dc1402c7007] [qtp1225114731-852] DEBUG [aai-resources,67ea56878af5174eb0d34dc1402c7007,b0d34dc1402c7007] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"28a4b07f-1754-47b7-84a5-20387d208e0b","status":"200","rqstDate":"250331-08:47:03:799","respDate":"250331-08:47:03:812","sourceId":"haproxy:28a4b07f-1754-47b7-84a5-20387d208e0b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:03:799-91713\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[564fad4e-fd35-4451-a88b-3a94358fbac7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[28a4b07f-1754-47b7-84a5-20387d208e0b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:47:05.821 [67ea568992f0fd6d7b79e6d606d16a02,7b79e6d606d16a02] [qtp1225114731-22]  INFO [aai-resources,67ea568992f0fd6d7b79e6d606d16a02,7b79e6d606d16a02] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:05.833 [67ea568992f0fd6d7b79e6d606d16a02,7b79e6d606d16a02] [qtp1225114731-22] DEBUG [aai-resources,67ea568992f0fd6d7b79e6d606d16a02,7b79e6d606d16a02] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"51fcbf49-77fc-44da-bf67-c534f4614c79","status":"200","rqstDate":"250331-08:47:05:821","respDate":"250331-08:47:05:833","sourceId":"haproxy:51fcbf49-77fc-44da-bf67-c534f4614c79","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:05:821-1263\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c047384a-8c4f-4627-938a-59b8bec95fed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[51fcbf49-77fc-44da-bf67-c534f4614c79]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:47:07.838 [67ea568b97d7695b58b46cd9a87ff0c9,58b46cd9a87ff0c9] [qtp1225114731-852]  INFO [aai-resources,67ea568b97d7695b58b46cd9a87ff0c9,58b46cd9a87ff0c9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:07.855 [67ea568b97d7695b58b46cd9a87ff0c9,58b46cd9a87ff0c9] [qtp1225114731-852] DEBUG [aai-resources,67ea568b97d7695b58b46cd9a87ff0c9,58b46cd9a87ff0c9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4028eb25-fdc6-4e9f-83db-a30d7770c7ea","status":"200","rqstDate":"250331-08:47:07:838","respDate":"250331-08:47:07:855","sourceId":"haproxy:4028eb25-fdc6-4e9f-83db-a30d7770c7ea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:07:838-33268\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[170b5f81-aab2-4787-b98a-75a629b861e7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4028eb25-fdc6-4e9f-83db-a30d7770c7ea]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:47:09.862 [67ea568dd9f8469401ba5a38dbe44091,01ba5a38dbe44091] [qtp1225114731-22]  INFO [aai-resources,67ea568dd9f8469401ba5a38dbe44091,01ba5a38dbe44091] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:09.876 [67ea568dd9f8469401ba5a38dbe44091,01ba5a38dbe44091] [qtp1225114731-22] DEBUG [aai-resources,67ea568dd9f8469401ba5a38dbe44091,01ba5a38dbe44091] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9e11b439-a48a-45a2-a552-545ac71c8e7b","status":"200","rqstDate":"250331-08:47:09:862","respDate":"250331-08:47:09:876","sourceId":"haproxy:9e11b439-a48a-45a2-a552-545ac71c8e7b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:09:862-2739\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1a78e0b2-af1f-411a-980a-4507cb294a86], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9e11b439-a48a-45a2-a552-545ac71c8e7b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:47:11.883 [67ea568f3e52b78c20e8f742a8df0dac,20e8f742a8df0dac] [qtp1225114731-852]  INFO [aai-resources,67ea568f3e52b78c20e8f742a8df0dac,20e8f742a8df0dac] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:11.904 [67ea568f3e52b78c20e8f742a8df0dac,20e8f742a8df0dac] [qtp1225114731-852] DEBUG [aai-resources,67ea568f3e52b78c20e8f742a8df0dac,20e8f742a8df0dac] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b1049b1e-1156-458e-af51-c526cbc26437","status":"200","rqstDate":"250331-08:47:11:883","respDate":"250331-08:47:11:904","sourceId":"haproxy:b1049b1e-1156-458e-af51-c526cbc26437","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:11:883-20874\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[983b8400-23fd-4f15-ab86-93fb8daca8a8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b1049b1e-1156-458e-af51-c526cbc26437]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:47:13.913 [67ea56912241da410cb5c23cfd0f54a4,0cb5c23cfd0f54a4] [qtp1225114731-22]  INFO [aai-resources,67ea56912241da410cb5c23cfd0f54a4,0cb5c23cfd0f54a4] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:13.931 [67ea56912241da410cb5c23cfd0f54a4,0cb5c23cfd0f54a4] [qtp1225114731-22] DEBUG [aai-resources,67ea56912241da410cb5c23cfd0f54a4,0cb5c23cfd0f54a4] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"92efc3e9-0017-4fb2-a0b2-85538144d399","status":"200","rqstDate":"250331-08:47:13:913","respDate":"250331-08:47:13:931","sourceId":"haproxy:92efc3e9-0017-4fb2-a0b2-85538144d399","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:13:913-4311\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[015e68bc-4654-4983-9597-3c668d4e7b05], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[92efc3e9-0017-4fb2-a0b2-85538144d399]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:47:15.939 [67ea56934ac1d3608f19a063bf9fbdf3,8f19a063bf9fbdf3] [qtp1225114731-852]  INFO [aai-resources,67ea56934ac1d3608f19a063bf9fbdf3,8f19a063bf9fbdf3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:15.958 [67ea56934ac1d3608f19a063bf9fbdf3,8f19a063bf9fbdf3] [qtp1225114731-852] DEBUG [aai-resources,67ea56934ac1d3608f19a063bf9fbdf3,8f19a063bf9fbdf3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"939d358f-52c4-4b6b-89f0-6df8a7723327","status":"200","rqstDate":"250331-08:47:15:939","respDate":"250331-08:47:15:958","sourceId":"haproxy:939d358f-52c4-4b6b-89f0-6df8a7723327","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:15:939-81130\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0d8f3bd9-6a82-40ba-9bdc-41bae120ed7f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[939d358f-52c4-4b6b-89f0-6df8a7723327]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:47:17.965 [67ea56955afd37962ce9a7a55457b33c,2ce9a7a55457b33c] [qtp1225114731-22]  INFO [aai-resources,67ea56955afd37962ce9a7a55457b33c,2ce9a7a55457b33c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:17.978 [67ea56955afd37962ce9a7a55457b33c,2ce9a7a55457b33c] [qtp1225114731-22] DEBUG [aai-resources,67ea56955afd37962ce9a7a55457b33c,2ce9a7a55457b33c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"23ca07c0-8c97-4f33-af25-cd8c0961d55c","status":"200","rqstDate":"250331-08:47:17:965","respDate":"250331-08:47:17:978","sourceId":"haproxy:23ca07c0-8c97-4f33-af25-cd8c0961d55c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:17:965-99935\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4452e489-7021-464e-b1fe-d0492dbc429a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[23ca07c0-8c97-4f33-af25-cd8c0961d55c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:47:17.988 [67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] [qtp1225114731-852]  INFO [aai-resources,67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:17.992 [67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] [pool-644-thread-1]  INFO [aai-resources,67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] 1 --- [ol-644-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:17.992 [67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] [pool-644-thread-1]  INFO [aai-resources,67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] 1 --- [ol-644-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:17.992 [67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] [pool-644-thread-1]  INFO [aai-resources,67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] 1 --- [ol-644-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:17.993 [67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] [pool-644-thread-1]  INFO [aai-resources,67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] 1 --- [ol-644-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:18.010 [67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] [pool-644-thread-1]  INFO [aai-resources,67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] 1 --- [ol-644-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:18.011 [67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] [qtp1225114731-852] DEBUG [aai-resources,67ea56955d60bac7fae38bc6f95ca27a,fae38bc6f95ca27a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:47:17:988","respDate":"250331-08:47:18:011","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36533/aai/v27/service-design-and-creation/models?model-invariant-id=3198faeb-359e-40e0-b2af-162642e7db54","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:17:988-52367\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d7a8bb69-838b-4cf4-adfd-9cb31c555550], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36533], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36533], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:18 +0000] "GET /aai/v27/service-design-and-creation/models?model-invariant-id=3198faeb-359e-40e0-b2af-162642e7db54" 200 162 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:47:18.107 [67ea569640c78e5317f55d55bac89779,17f55d55bac89779] [qtp1225114731-22]  INFO [aai-resources,67ea569640c78e5317f55d55bac89779,17f55d55bac89779] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:18.112 [67ea569640c78e5317f55d55bac89779,17f55d55bac89779] [pool-645-thread-1]  INFO [aai-resources,67ea569640c78e5317f55d55bac89779,17f55d55bac89779] 1 --- [ol-645-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:18.112 [67ea569640c78e5317f55d55bac89779,17f55d55bac89779] [pool-645-thread-1]  INFO [aai-resources,67ea569640c78e5317f55d55bac89779,17f55d55bac89779] 1 --- [ol-645-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:18.112 [67ea569640c78e5317f55d55bac89779,17f55d55bac89779] [pool-645-thread-1]  INFO [aai-resources,67ea569640c78e5317f55d55bac89779,17f55d55bac89779] 1 --- [ol-645-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:18.112 [67ea569640c78e5317f55d55bac89779,17f55d55bac89779] [pool-645-thread-1]  INFO [aai-resources,67ea569640c78e5317f55d55bac89779,17f55d55bac89779] 1 --- [ol-645-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:18.129 [67ea569640c78e5317f55d55bac89779,17f55d55bac89779] [pool-645-thread-1]  INFO [aai-resources,67ea569640c78e5317f55d55bac89779,17f55d55bac89779] 1 --- [ol-645-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:18.129 [67ea569640c78e5317f55d55bac89779,17f55d55bac89779] [qtp1225114731-22] DEBUG [aai-resources,67ea569640c78e5317f55d55bac89779,17f55d55bac89779] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:47:18:108","respDate":"250331-08:47:18:129","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36533/aai/v27/business/customers/customer/pnf_macrocustomer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:18:108-41940\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e4bd05ac-11d3-4d30-8697-9e694e0b755a], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36533], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36533], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:18 +0000] "GET /aai/v27/business/customers/customer/pnf_macrocustomer" 200 141 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:47:18.157 [67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] [qtp1225114731-852]  INFO [aai-resources,67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:18.161 [67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] [pool-646-thread-1]  INFO [aai-resources,67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] 1 --- [ol-646-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:18.161 [67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] [pool-646-thread-1]  INFO [aai-resources,67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] 1 --- [ol-646-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:18.161 [67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] [pool-646-thread-1]  INFO [aai-resources,67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] 1 --- [ol-646-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:18.161 [67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] [pool-646-thread-1]  INFO [aai-resources,67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] 1 --- [ol-646-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:18.178 [67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] [pool-646-thread-1]  INFO [aai-resources,67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] 1 --- [ol-646-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:18.179 [67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] [qtp1225114731-852] DEBUG [aai-resources,67ea5696296be82f70e6acd5d0d98135,70e6acd5d0d98135] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:47:18:157","respDate":"250331-08:47:18:179","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36533/aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions?service-type=pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:18:157-62617\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ca458e25-789f-4100-b59f-f058858ab0c9], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36533], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36533], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:18 +0000] "GET /aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions?service-type=pnf_macro" 200 90 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:47:18.209 [67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] [qtp1225114731-22]  INFO [aai-resources,67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:18.214 [67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] [pool-647-thread-1]  INFO [aai-resources,67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] 1 --- [ol-647-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:18.214 [67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] [pool-647-thread-1]  INFO [aai-resources,67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] 1 --- [ol-647-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:18.214 [67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] [pool-647-thread-1]  INFO [aai-resources,67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] 1 --- [ol-647-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:18.214 [67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] [pool-647-thread-1]  INFO [aai-resources,67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] 1 --- [ol-647-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:18.225 [67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] [pool-647-thread-1]  INFO [aai-resources,67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] 1 --- [ol-647-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:18.226 [67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] [pool-647-thread-1]  INFO [aai-resources,67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] 1 --- [ol-647-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:18.226 [67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] [qtp1225114731-22] DEBUG [aai-resources,67ea569666129aa4c8f8ec1d46c22bfb,c8f8ec1d46c22bfb] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:47:18:209","respDate":"250331-08:47:18:226","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36533/aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances?service-instance-name=TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:18:209-25313\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cdbb503c-7667-41ff-90fc-fb49fcc822d2], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36533], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36533], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:18 +0000] "GET /aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances?service-instance-name=TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 456 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:47:18.255 [67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] [qtp1225114731-852]  INFO [aai-resources,67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:18.259 [67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] [pool-648-thread-1]  INFO [aai-resources,67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] 1 --- [ol-648-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:18.259 [67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] [pool-648-thread-1]  INFO [aai-resources,67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] 1 --- [ol-648-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:18.259 [67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] [pool-648-thread-1]  INFO [aai-resources,67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] 1 --- [ol-648-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:18.259 [67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] [pool-648-thread-1]  INFO [aai-resources,67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] 1 --- [ol-648-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:18.276 [67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] [pool-648-thread-1]  INFO [aai-resources,67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] 1 --- [ol-648-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:18.276 [67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] [qtp1225114731-852] DEBUG [aai-resources,67ea5696896fbca8195306d796b55b2b,195306d796b55b2b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:47:18:255","respDate":"250331-08:47:18:276","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36533/aai/v27/business/owning-entities","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:18:255-67599\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d64b7c15-2bb1-4a97-9a5a-5ccb5e50276f], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36533], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36533], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:18 +0000] "GET /aai/v27/business/owning-entities" 200 1261 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:47:18.308 [67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] [qtp1225114731-22]  INFO [aai-resources,67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:18.315 [67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] [qtp1225114731-22]  INFO [aai-resources,67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:18.315 [67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] [qtp1225114731-22]  INFO [aai-resources,67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:18.315 [67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] [qtp1225114731-22]  INFO [aai-resources,67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:18.317 [67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] [qtp1225114731-22]  INFO [aai-resources,67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:18.350 [67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] [qtp1225114731-22]  INFO [aai-resources,67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:18.363 [67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] [qtp1225114731-22] DEBUG [aai-resources,67ea5696f545d61427bd12efe5b2c84f,27bd12efe5b2c84f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"201","rqstDate":"250331-08:47:18:308","respDate":"250331-08:47:18:363","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36533/aai/v27/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:18:308-46315\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[37c21fd7-fc38-4d65-b188-ca6f187954f0], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36533], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36533], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Length=[119], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\",\"Payload\":\"{\\n    \\\"owning-entity-name\\\": \\\"pnf_macro_owning_entity\\\",\\n    \\\"owning-entity-id\\\": \\\"79b659ee-3f8c-49ca-b862-2b1ba27c7937\\\"\\n}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:47:18:308-46315\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[262328], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:47:18:308-46315]}\",\"Entity\":\"\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:18 +0000] "PUT /aai/v27/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937" 201 0 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 58 - "logType": "access"
2025-03-31 08:47:18.397 [67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] [qtp1225114731-852]  INFO [aai-resources,67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:18.401 [67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] [pool-649-thread-1]  INFO [aai-resources,67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] 1 --- [ol-649-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:18.401 [67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] [pool-649-thread-1]  INFO [aai-resources,67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] 1 --- [ol-649-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:18.401 [67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] [pool-649-thread-1]  INFO [aai-resources,67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] 1 --- [ol-649-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:18.401 [67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] [pool-649-thread-1]  INFO [aai-resources,67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] 1 --- [ol-649-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:18.417 [67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] [pool-649-thread-1]  INFO [aai-resources,67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] 1 --- [ol-649-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:18.418 [67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] [qtp1225114731-852] DEBUG [aai-resources,67ea5696bb8ddec17408ed43e8933577,7408ed43e8933577] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:47:18:398","respDate":"250331-08:47:18:418","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36533/aai/v27/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:18:398-6305\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[30c13f8c-6553-4da6-aaef-b1d9c0f4f6bd], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36533], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36533], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:18 +0000] "GET /aai/v27/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937" 200 141 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:47:19.984 [67ea5697bab51255a48d77d2f8b0c999,a48d77d2f8b0c999] [qtp1225114731-22]  INFO [aai-resources,67ea5697bab51255a48d77d2f8b0c999,a48d77d2f8b0c999] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:19.994 [67ea5697bab51255a48d77d2f8b0c999,a48d77d2f8b0c999] [qtp1225114731-22] DEBUG [aai-resources,67ea5697bab51255a48d77d2f8b0c999,a48d77d2f8b0c999] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2a0c9cad-efd6-4ba9-85f0-433a889376d1","status":"200","rqstDate":"250331-08:47:19:984","respDate":"250331-08:47:19:994","sourceId":"haproxy:2a0c9cad-efd6-4ba9-85f0-433a889376d1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:19:984-69504\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7869e8c8-d12c-4f11-8daf-1ae1addd8e61], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2a0c9cad-efd6-4ba9-85f0-433a889376d1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:47:21.620 [67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] [qtp1225114731-852]  INFO [aai-resources,67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:21.624 [67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] [pool-650-thread-1]  INFO [aai-resources,67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] 1 --- [ol-650-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:21.624 [67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] [pool-650-thread-1]  INFO [aai-resources,67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] 1 --- [ol-650-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:21.624 [67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] [pool-650-thread-1]  INFO [aai-resources,67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] 1 --- [ol-650-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:21.624 [67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] [pool-650-thread-1]  INFO [aai-resources,67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] 1 --- [ol-650-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:21.631 [67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] [pool-650-thread-1]  INFO [aai-resources,67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] 1 --- [ol-650-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service found at: service-design-and-creation/services/service/1234 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:21.631 [67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] [pool-650-thread-1]  INFO [aai-resources,67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] 1 --- [ol-650-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:21.632 [67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] [qtp1225114731-852] DEBUG [aai-resources,67ea5699f63423c66e31a563d8cb206a,6e31a563d8cb206a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"404","rqstDate":"250331-08:47:21:620","respDate":"250331-08:47:21:631","sourceId":"SO:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/service-design-and-creation/services/service/1234","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:21:620-9055\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6f5469f2-8198-4bfb-bfef-710806dbc9e1], Accept=[application/json], x-invocationid=[2c4ee521-6041-4117-b9ab-b4f9337aaa60], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:21 +0000] "GET /aai/v24/service-design-and-creation/services/service/1234" 404 313 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:47:21.698 [67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] [qtp1225114731-22]  INFO [aai-resources,67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:21.703 [67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] [pool-651-thread-1]  INFO [aai-resources,67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] 1 --- [ol-651-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:21.703 [67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] [pool-651-thread-1]  INFO [aai-resources,67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] 1 --- [ol-651-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:21.703 [67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] [pool-651-thread-1]  INFO [aai-resources,67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] 1 --- [ol-651-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:21.703 [67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] [pool-651-thread-1]  INFO [aai-resources,67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] 1 --- [ol-651-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:21.705 [67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] [pool-651-thread-1]  INFO [aai-resources,67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] 1 --- [ol-651-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service found at: service-design-and-creation/services/service/1234 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:21.705 [67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] [pool-651-thread-1]  INFO [aai-resources,67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] 1 --- [ol-651-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:21.705 [67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] [qtp1225114731-22] DEBUG [aai-resources,67ea5699ad3c744f9ab247b50ad6335a,9ab247b50ad6335a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"404","rqstDate":"250331-08:47:21:698","respDate":"250331-08:47:21:705","sourceId":"SO:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/service-design-and-creation/services/service/1234","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:21:698-24487\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8388a96f-980a-4762-9947-cca807a3e7e0], Accept=[application/json], x-invocationid=[ed955bb6-bdc3-4c8b-baac-8b7e4702b50a], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:21 +0000] "GET /aai/v24/service-design-and-creation/services/service/1234" 404 313 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:21.999 [67ea56990a6ee40bcee9aebbbfb7e2b9,cee9aebbbfb7e2b9] [qtp1225114731-852]  INFO [aai-resources,67ea56990a6ee40bcee9aebbbfb7e2b9,cee9aebbbfb7e2b9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:22.014 [67ea56990a6ee40bcee9aebbbfb7e2b9,cee9aebbbfb7e2b9] [qtp1225114731-852] DEBUG [aai-resources,67ea56990a6ee40bcee9aebbbfb7e2b9,cee9aebbbfb7e2b9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"737027fc-58b4-4584-8d4d-d10c39747e69","status":"200","rqstDate":"250331-08:47:21:999","respDate":"250331-08:47:22:014","sourceId":"haproxy:737027fc-58b4-4584-8d4d-d10c39747e69","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:21:999-20617\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4eb64b49-a30c-4b2a-a4ac-d73420f076a2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[737027fc-58b4-4584-8d4d-d10c39747e69]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:47:22.082 [67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] [qtp1225114731-22]  INFO [aai-resources,67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:22.086 [67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] [pool-652-thread-1]  INFO [aai-resources,67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] 1 --- [ol-652-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:22.086 [67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] [pool-652-thread-1]  INFO [aai-resources,67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] 1 --- [ol-652-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:22.086 [67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] [pool-652-thread-1]  INFO [aai-resources,67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] 1 --- [ol-652-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:22.086 [67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] [pool-652-thread-1]  INFO [aai-resources,67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] 1 --- [ol-652-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:22.088 [67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] [pool-652-thread-1]  INFO [aai-resources,67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] 1 --- [ol-652-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:22.089 [67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] [pool-652-thread-1]  INFO [aai-resources,67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] 1 --- [ol-652-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:22.090 [67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] [qtp1225114731-22] DEBUG [aai-resources,67ea569a30ed027b112f12b0f8c74dd4,112f12b0f8c74dd4] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"404","rqstDate":"250331-08:47:22:082","respDate":"250331-08:47:22:090","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:22:082-7009\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1906f054-36d0-43fd-8921-af14dfd2ca70], Accept=[application/json], x-invocationid=[5557aca0-ad3b-4e63-a5cb-18789bd0fbf9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:22 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 456 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:47:22.113 [67ea569a55e25bf4403c96b55e341122,403c96b55e341122] [qtp1225114731-852]  INFO [aai-resources,67ea569a55e25bf4403c96b55e341122,403c96b55e341122] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:22.117 [67ea569a55e25bf4403c96b55e341122,403c96b55e341122] [pool-653-thread-1]  INFO [aai-resources,67ea569a55e25bf4403c96b55e341122,403c96b55e341122] 1 --- [ol-653-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:22.117 [67ea569a55e25bf4403c96b55e341122,403c96b55e341122] [pool-653-thread-1]  INFO [aai-resources,67ea569a55e25bf4403c96b55e341122,403c96b55e341122] 1 --- [ol-653-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:22.117 [67ea569a55e25bf4403c96b55e341122,403c96b55e341122] [pool-653-thread-1]  INFO [aai-resources,67ea569a55e25bf4403c96b55e341122,403c96b55e341122] 1 --- [ol-653-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:22.118 [67ea569a55e25bf4403c96b55e341122,403c96b55e341122] [pool-653-thread-1]  INFO [aai-resources,67ea569a55e25bf4403c96b55e341122,403c96b55e341122] 1 --- [ol-653-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:22.129 [67ea569a55e25bf4403c96b55e341122,403c96b55e341122] [pool-653-thread-1]  INFO [aai-resources,67ea569a55e25bf4403c96b55e341122,403c96b55e341122] 1 --- [ol-653-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: nodes/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:22.130 [67ea569a55e25bf4403c96b55e341122,403c96b55e341122] [pool-653-thread-1]  INFO [aai-resources,67ea569a55e25bf4403c96b55e341122,403c96b55e341122] 1 --- [ol-653-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:22.130 [67ea569a55e25bf4403c96b55e341122,403c96b55e341122] [qtp1225114731-852] DEBUG [aai-resources,67ea569a55e25bf4403c96b55e341122,403c96b55e341122] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"404","rqstDate":"250331-08:47:22:113","respDate":"250331-08:47:22:130","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/nodes/service-instances?service-instance-name=TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:22:113-46134\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9f27aabb-256f-4681-9425-02403e554fd8], Accept=[application/json], x-invocationid=[464a18b6-0976-4695-86de-c69f6e9a6ec0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:22 +0000] "GET /aai/v24/nodes/service-instances?service-instance-name=TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 270 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:47:22.154 [67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] [qtp1225114731-22]  INFO [aai-resources,67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:22.158 [67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] [pool-654-thread-1]  INFO [aai-resources,67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] 1 --- [ol-654-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:22.158 [67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] [pool-654-thread-1]  INFO [aai-resources,67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] 1 --- [ol-654-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:22.158 [67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] [pool-654-thread-1]  INFO [aai-resources,67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] 1 --- [ol-654-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:22.159 [67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] [pool-654-thread-1]  INFO [aai-resources,67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] 1 --- [ol-654-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:22.165 [67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] [pool-654-thread-1]  INFO [aai-resources,67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] 1 --- [ol-654-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:22.165 [67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] [pool-654-thread-1]  INFO [aai-resources,67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] 1 --- [ol-654-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:22.166 [67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] [qtp1225114731-22] DEBUG [aai-resources,67ea569a38af9f36852ba4e3067b8c46,852ba4e3067b8c46] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"404","rqstDate":"250331-08:47:22:154","respDate":"250331-08:47:22:165","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:22:154-24311\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1b56c2e7-93cf-40a3-9af9-90fe149d3af8], Accept=[application/json], x-invocationid=[a807a4cb-9aea-4636-8307-3606166d6c74], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:22 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 404 378 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:47:24.021 [67ea569c2c31478f1d9d73206cce3ce7,1d9d73206cce3ce7] [qtp1225114731-852]  INFO [aai-resources,67ea569c2c31478f1d9d73206cce3ce7,1d9d73206cce3ce7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:24.030 [67ea569c2c31478f1d9d73206cce3ce7,1d9d73206cce3ce7] [qtp1225114731-852] DEBUG [aai-resources,67ea569c2c31478f1d9d73206cce3ce7,1d9d73206cce3ce7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c1ba7d75-4b32-4707-9e12-2c7815f980e4","status":"200","rqstDate":"250331-08:47:24:021","respDate":"250331-08:47:24:030","sourceId":"haproxy:c1ba7d75-4b32-4707-9e12-2c7815f980e4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:24:021-36839\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a73e8e0c-3c7a-4a57-a4cd-b8eeda300b4e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c1ba7d75-4b32-4707-9e12-2c7815f980e4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:47:26.037 [67ea569e5f087eebdf94a2724f2e97a4,df94a2724f2e97a4] [qtp1225114731-22]  INFO [aai-resources,67ea569e5f087eebdf94a2724f2e97a4,df94a2724f2e97a4] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:26.053 [67ea569e5f087eebdf94a2724f2e97a4,df94a2724f2e97a4] [qtp1225114731-22] DEBUG [aai-resources,67ea569e5f087eebdf94a2724f2e97a4,df94a2724f2e97a4] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"83edde09-35fe-4ecc-a40d-13bff76dfc0f","status":"200","rqstDate":"250331-08:47:26:037","respDate":"250331-08:47:26:053","sourceId":"haproxy:83edde09-35fe-4ecc-a40d-13bff76dfc0f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:26:037-78616\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b64b4971-d067-4c17-b6aa-1f8ea91347f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[83edde09-35fe-4ecc-a40d-13bff76dfc0f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:47:27.752 [67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] [qtp1225114731-852]  INFO [aai-resources,67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:27.756 [67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] [pool-655-thread-1]  INFO [aai-resources,67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] 1 --- [ol-655-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:27.756 [67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] [pool-655-thread-1]  INFO [aai-resources,67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] 1 --- [ol-655-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:27.756 [67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] [pool-655-thread-1]  INFO [aai-resources,67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] 1 --- [ol-655-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:27.756 [67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] [pool-655-thread-1]  INFO [aai-resources,67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] 1 --- [ol-655-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:27.758 [67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] [pool-655-thread-1]  INFO [aai-resources,67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] 1 --- [ol-655-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:27.759 [67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] [qtp1225114731-852] DEBUG [aai-resources,67ea569fa125353e1e2ce51440eec9d8,1e2ce51440eec9d8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:27:752","respDate":"250331-08:47:27:759","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:27:752-75040\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[764cc2e4-c45c-4886-93c6-d886a93820be], Accept=[application/json], x-invocationid=[c3478bc0-16c4-419f-b663-dd91bffefdc1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:27 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer" 200 141 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:27.780 [67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] [qtp1225114731-22]  INFO [aai-resources,67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:27.784 [67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] [pool-656-thread-1]  INFO [aai-resources,67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] 1 --- [ol-656-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:27.784 [67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] [pool-656-thread-1]  INFO [aai-resources,67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] 1 --- [ol-656-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:27.784 [67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] [pool-656-thread-1]  INFO [aai-resources,67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] 1 --- [ol-656-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:27.784 [67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] [pool-656-thread-1]  INFO [aai-resources,67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] 1 --- [ol-656-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:27.786 [67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] [pool-656-thread-1]  INFO [aai-resources,67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] 1 --- [ol-656-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:27.787 [67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] [qtp1225114731-22] DEBUG [aai-resources,67ea569fa3337eee0efd213a30f14d9b,0efd213a30f14d9b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:27:780","respDate":"250331-08:47:27:786","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:27:780-88672\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8fffae7f-7032-4901-b95b-b0f3cf371af5], Accept=[application/json], x-invocationid=[479ec91f-dfa4-4b0c-a24b-2dae8f7b5602], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:27 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro" 200 63 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:47:27.839 [67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] [qtp1225114731-852]  INFO [aai-resources,67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:27.844 [67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] [pool-657-thread-1]  INFO [aai-resources,67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] 1 --- [ol-657-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:27.844 [67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] [pool-657-thread-1]  INFO [aai-resources,67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] 1 --- [ol-657-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:27.844 [67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] [pool-657-thread-1]  INFO [aai-resources,67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] 1 --- [ol-657-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:27.844 [67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] [pool-657-thread-1]  INFO [aai-resources,67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] 1 --- [ol-657-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:27.851 [67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] [pool-657-thread-1]  INFO [aai-resources,67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] 1 --- [ol-657-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:27.851 [67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] [pool-657-thread-1]  INFO [aai-resources,67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] 1 --- [ol-657-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:27.851 [67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] [qtp1225114731-852] DEBUG [aai-resources,67ea569f205a6bc317209ca1b601627d,17209ca1b601627d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"404","rqstDate":"250331-08:47:27:839","respDate":"250331-08:47:27:851","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:27:839-49800\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[75512778-f767-48d5-8c2f-cd699499cf54], Accept=[application/json], x-invocationid=[36db4230-dd0d-4643-8ef7-55e530d35a71], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:27 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 404 564 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:47:27.875 [67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] [qtp1225114731-22]  INFO [aai-resources,67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:27.880 [67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] [pool-658-thread-1]  INFO [aai-resources,67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] 1 --- [ol-658-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:27.881 [67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] [pool-658-thread-1]  INFO [aai-resources,67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] 1 --- [ol-658-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:27.881 [67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] [pool-658-thread-1]  INFO [aai-resources,67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] 1 --- [ol-658-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:27.881 [67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] [pool-658-thread-1]  INFO [aai-resources,67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] 1 --- [ol-658-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:27.883 [67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] [pool-658-thread-1]  INFO [aai-resources,67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] 1 --- [ol-658-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:27.883 [67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] [pool-658-thread-1]  INFO [aai-resources,67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] 1 --- [ol-658-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:27.884 [67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] [qtp1225114731-22] DEBUG [aai-resources,67ea569fbc045f661c7b80cf7ea2a53c,1c7b80cf7ea2a53c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"404","rqstDate":"250331-08:47:27:876","respDate":"250331-08:47:27:884","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:27:876-69627\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7c77f6bc-86a7-422a-8c45-81a6e82bcb68], Accept=[application/json], x-invocationid=[b413e882-1a86-4c7d-8de0-8852302519ee], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:27 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 404 564 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:47:27.970 [67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] [qtp1225114731-852]  INFO [aai-resources,67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:27.975 [67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] [pool-659-thread-1]  INFO [aai-resources,67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] 1 --- [ol-659-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:27.975 [67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] [pool-659-thread-1]  INFO [aai-resources,67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] 1 --- [ol-659-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:27.975 [67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] [pool-659-thread-1]  INFO [aai-resources,67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] 1 --- [ol-659-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:27.976 [67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] [pool-659-thread-1]  INFO [aai-resources,67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] 1 --- [ol-659-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:27.977 [67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] [pool-659-thread-1]  INFO [aai-resources,67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] 1 --- [ol-659-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:27.978 [67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] [qtp1225114731-852] DEBUG [aai-resources,67ea569f8bc34eae53e39688f8b5bd9a,53e39688f8b5bd9a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:27:970","respDate":"250331-08:47:27:977","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:27:970-15054\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[84eea6ff-faff-40b4-8e37-d3a8cd797bcc], Accept=[application/json], x-invocationid=[b6ab6fa0-cbf3-4dca-9118-365839c7833b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:27 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro?resultIndex=0&resultSize=1&format=count" 200 40 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:47:27.998 [67ea569f15a13f177598247521c73d62,7598247521c73d62] [qtp1225114731-22]  INFO [aai-resources,67ea569f15a13f177598247521c73d62,7598247521c73d62] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.003 [67ea569f15a13f177598247521c73d62,7598247521c73d62] [pool-660-thread-1]  INFO [aai-resources,67ea569f15a13f177598247521c73d62,7598247521c73d62] 1 --- [ol-660-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.003 [67ea569f15a13f177598247521c73d62,7598247521c73d62] [pool-660-thread-1]  INFO [aai-resources,67ea569f15a13f177598247521c73d62,7598247521c73d62] 1 --- [ol-660-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.003 [67ea569f15a13f177598247521c73d62,7598247521c73d62] [pool-660-thread-1]  INFO [aai-resources,67ea569f15a13f177598247521c73d62,7598247521c73d62] 1 --- [ol-660-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.004 [67ea569f15a13f177598247521c73d62,7598247521c73d62] [pool-660-thread-1]  INFO [aai-resources,67ea569f15a13f177598247521c73d62,7598247521c73d62] 1 --- [ol-660-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.004 [67ea569f15a13f177598247521c73d62,7598247521c73d62] [pool-660-thread-1]  INFO [aai-resources,67ea569f15a13f177598247521c73d62,7598247521c73d62] 1 --- [ol-660-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:28.005 [67ea569f15a13f177598247521c73d62,7598247521c73d62] [pool-660-thread-1]  INFO [aai-resources,67ea569f15a13f177598247521c73d62,7598247521c73d62] 1 --- [ol-660-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.005 [67ea569f15a13f177598247521c73d62,7598247521c73d62] [qtp1225114731-22] DEBUG [aai-resources,67ea569f15a13f177598247521c73d62,7598247521c73d62] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"404","rqstDate":"250331-08:47:27:998","respDate":"250331-08:47:28:005","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:27:998-24080\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[57ca39c0-7a09-4ea2-9948-06aa36c6f266], Accept=[application/json], x-invocationid=[08498d98-f1e0-452a-8451-92064c6ca5c6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?resultIndex=0&resultSize=1&format=count" 404 564 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:28.027 [67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] [qtp1225114731-852]  INFO [aai-resources,67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.033 [67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] [qtp1225114731-852]  INFO [aai-resources,67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.034 [67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] [qtp1225114731-852]  INFO [aai-resources,67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.034 [67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] [qtp1225114731-852]  INFO [aai-resources,67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.034 [67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] [qtp1225114731-852]  INFO [aai-resources,67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.054 [67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] [qtp1225114731-852]  INFO [aai-resources,67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.061 [67ea56a04f73195ea0bcb3af56dbd3a2,a0bcb3af56dbd3a2] [qtp1225114731-20]  INFO [aai-resources,67ea56a04f73195ea0bcb3af56dbd3a2,a0bcb3af56dbd3a2] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.068 [67ea56a04f73195ea0bcb3af56dbd3a2,a0bcb3af56dbd3a2] [qtp1225114731-20] DEBUG [aai-resources,67ea56a04f73195ea0bcb3af56dbd3a2,a0bcb3af56dbd3a2] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d1ccaae3-653f-4fd6-b8da-7b6268ca05e5","status":"200","rqstDate":"250331-08:47:28:061","respDate":"250331-08:47:28:068","sourceId":"haproxy:d1ccaae3-653f-4fd6-b8da-7b6268ca05e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:28:061-85480\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[35d33178-ddc4-42e4-942b-ad7b42074d45], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d1ccaae3-653f-4fd6-b8da-7b6268ca05e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:28.088 [67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] [qtp1225114731-852] DEBUG [aai-resources,67ea56a0c4e98939f029b52c5494ca15,f029b52c5494ca15] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"201","rqstDate":"250331-08:47:28:028","respDate":"250331-08:47:28:088","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:28:028-37942\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6577454f-0ea0-4bbd-8836-2675a4c4f57d], Accept=[application/json], x-invocationid=[16e5af8f-9e0e-4c67-93d5-9797ded207fa], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[386], Content-Type=[application/json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"3b7f54db-af67-4027-9fc8-040841ff516b\\\",\\\"service-instance-name\\\":\\\"TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e\\\",\\\"environment-context\\\":\\\"General_Revenue-Bearing\\\",\\\"workload-context\\\":\\\"Production\\\",\\\"model-invariant-id\\\":\\\"3198faeb-359e-40e0-b2af-162642e7db54\\\",\\\"model-version-id\\\":\\\"f88c00d4-c52d-4e75-aa51-06d109678ae2\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:47:28:028-37942\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[241832], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:47:28:028-37942]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "PUT /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b" 201 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 63 - "logType": "access"
2025-03-31 08:47:28.112 [67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] [qtp1225114731-22]  INFO [aai-resources,67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.117 [67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] [pool-661-thread-1]  INFO [aai-resources,67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] 1 --- [ol-661-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.117 [67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] [pool-661-thread-1]  INFO [aai-resources,67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] 1 --- [ol-661-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.118 [67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] [pool-661-thread-1]  INFO [aai-resources,67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] 1 --- [ol-661-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.118 [67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] [pool-661-thread-1]  INFO [aai-resources,67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] 1 --- [ol-661-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.123 [67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] [pool-661-thread-1]  INFO [aai-resources,67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] 1 --- [ol-661-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type project found at: business/projects/project/pnf_macro_project ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:28.124 [67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] [pool-661-thread-1]  INFO [aai-resources,67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] 1 --- [ol-661-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.124 [67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] [qtp1225114731-22] DEBUG [aai-resources,67ea56a090259a0edbdeeadb004bef4e,dbdeeadb004bef4e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"404","rqstDate":"250331-08:47:28:112","respDate":"250331-08:47:28:124","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/projects/project/pnf_macro_project?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:28:112-27473\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f83ee239-9a00-4782-a6b4-d6210564bd84], Accept=[application/json], x-invocationid=[13444ef2-bddb-4781-9750-4669c62ffb47], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "GET /aai/v24/business/projects/project/pnf_macro_project?resultIndex=0&resultSize=1&format=count" 404 301 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:47:28.152 [67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] [qtp1225114731-852]  INFO [aai-resources,67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.157 [67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] [qtp1225114731-852]  INFO [aai-resources,67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.157 [67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] [qtp1225114731-852]  INFO [aai-resources,67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.157 [67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] [qtp1225114731-852]  INFO [aai-resources,67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.157 [67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] [qtp1225114731-852]  INFO [aai-resources,67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.167 [67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] [qtp1225114731-852]  INFO [aai-resources,67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.177 [67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] [qtp1225114731-852] DEBUG [aai-resources,67ea56a0365ac163cb44da68ac0065a9,cb44da68ac0065a9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"201","rqstDate":"250331-08:47:28:152","respDate":"250331-08:47:28:176","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/projects/project/pnf_macro_project","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:28:152-91218\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d04d6eed-9e80-4880-b136-fc04834347cf], Accept=[application/json], x-invocationid=[f1f57130-85bb-45bd-8ae5-f7e959e198f9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[36], Content-Type=[application/json]}\",\"Payload\":\"{\\\"project-name\\\":\\\"pnf_macro_project\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:47:28:152-91218\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[303264], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:47:28:152-91218]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "PUT /aai/v24/business/projects/project/pnf_macro_project" 201 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:47:28.198 [67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] [qtp1225114731-22]  INFO [aai-resources,67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.202 [67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] [pool-662-thread-1]  INFO [aai-resources,67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] 1 --- [ol-662-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.202 [67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] [pool-662-thread-1]  INFO [aai-resources,67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] 1 --- [ol-662-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.202 [67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] [pool-662-thread-1]  INFO [aai-resources,67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] 1 --- [ol-662-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.202 [67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] [pool-662-thread-1]  INFO [aai-resources,67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] 1 --- [ol-662-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.221 [67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] [pool-662-thread-1]  INFO [aai-resources,67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] 1 --- [ol-662-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.222 [67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] [qtp1225114731-22] DEBUG [aai-resources,67ea56a008a93ab9500ac220b7d0ed28,500ac220b7d0ed28] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:28:198","respDate":"250331-08:47:28:222","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:28:198-93757\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d74a410e-debb-4925-aaec-836ef3f9249f], Accept=[application/json], x-invocationid=[89de0b28-f7be-49c1-bf00-dbc389b7b199], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:47:28.244 [67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] [qtp1225114731-852]  INFO [aai-resources,67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.249 [67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] [qtp1225114731-852]  INFO [aai-resources,67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.249 [67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] [qtp1225114731-852]  INFO [aai-resources,67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.250 [67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] [qtp1225114731-852]  INFO [aai-resources,67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.250 [67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] [qtp1225114731-852]  INFO [aai-resources,67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.298 [67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] [qtp1225114731-852]  INFO [aai-resources,67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.358 [67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] [qtp1225114731-852] DEBUG [aai-resources,67ea56a0ed88563371c79df9efdeb3a4,71c79df9efdeb3a4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:28:244","respDate":"250331-08:47:28:358","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/projects/project/pnf_macro_project/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:28:244-97330\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[f430cd83-393d-40c6-b1e7-80210e7a146b], Accept=[application/json], x-invocationid=[fd441022-ac78-4900-af70-d80243f290a9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[190], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:47:28:244-97330\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:47:28:244-97330]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "PUT /aai/v24/business/projects/project/pnf_macro_project/relationship-list/relationship" 200 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 117 - "logType": "access"
2025-03-31 08:47:28.380 [67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] [qtp1225114731-22]  INFO [aai-resources,67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.384 [67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] [pool-663-thread-1]  INFO [aai-resources,67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] 1 --- [ol-663-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.384 [67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] [pool-663-thread-1]  INFO [aai-resources,67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] 1 --- [ol-663-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.385 [67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] [pool-663-thread-1]  INFO [aai-resources,67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] 1 --- [ol-663-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.385 [67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] [pool-663-thread-1]  INFO [aai-resources,67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] 1 --- [ol-663-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.400 [67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] [pool-663-thread-1]  INFO [aai-resources,67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] 1 --- [ol-663-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.401 [67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] [qtp1225114731-22] DEBUG [aai-resources,67ea56a0950b44a9c22a8668f4ce1e16,c22a8668f4ce1e16] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:28:380","respDate":"250331-08:47:28:401","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:28:380-15390\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7568d008-5eab-4dfc-a682-f7cc83726bc4], Accept=[application/json], x-invocationid=[fe5afff8-8e13-4fd6-bc53-62bb57994f3a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "GET /aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?resultIndex=0&resultSize=1&format=count" 200 33 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:47:28.425 [67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] [qtp1225114731-852]  INFO [aai-resources,67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.434 [67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] [pool-664-thread-1]  INFO [aai-resources,67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] 1 --- [ol-664-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.435 [67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] [pool-664-thread-1]  INFO [aai-resources,67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] 1 --- [ol-664-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.435 [67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] [pool-664-thread-1]  INFO [aai-resources,67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] 1 --- [ol-664-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.435 [67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] [pool-664-thread-1]  INFO [aai-resources,67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] 1 --- [ol-664-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.454 [67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] [pool-664-thread-1]  INFO [aai-resources,67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] 1 --- [ol-664-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.455 [67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] [qtp1225114731-852] DEBUG [aai-resources,67ea56a0394ea6740ec557298edd28fd,0ec557298edd28fd] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:28:425","respDate":"250331-08:47:28:455","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:28:425-76210\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2fbfd666-13a4-45b9-9aa2-44860215e5a8], Accept=[application/json], x-invocationid=[61ae143a-403b-4864-ba9c-506b544a2617], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 32 - "logType": "access"
2025-03-31 08:47:28.478 [67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.483 [67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.483 [67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.483 [67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.483 [67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.508 [67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.549 [67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] [qtp1225114731-22] DEBUG [aai-resources,67ea56a0b19e0997cf0a351b30c0bb06,cf0a351b30c0bb06] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:28:478","respDate":"250331-08:47:28:548","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:28:478-62395\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2db64852-8aec-4e35-ae99-64f7bb00696d], Accept=[application/json], x-invocationid=[78c188ac-a532-48b4-8774-651340fa2477], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[190], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:47:28:478-62395\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:47:28:478-62395]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "PUT /aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937/relationship-list/relationship" 200 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 73 - "logType": "access"
2025-03-31 08:47:28.686 [67ea56a0980102600327d56c073827ea,0327d56c073827ea] [qtp1225114731-852]  INFO [aai-resources,67ea56a0980102600327d56c073827ea,0327d56c073827ea] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.691 [67ea56a0980102600327d56c073827ea,0327d56c073827ea] [pool-665-thread-1]  INFO [aai-resources,67ea56a0980102600327d56c073827ea,0327d56c073827ea] 1 --- [ol-665-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.691 [67ea56a0980102600327d56c073827ea,0327d56c073827ea] [pool-665-thread-1]  INFO [aai-resources,67ea56a0980102600327d56c073827ea,0327d56c073827ea] 1 --- [ol-665-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.691 [67ea56a0980102600327d56c073827ea,0327d56c073827ea] [pool-665-thread-1]  INFO [aai-resources,67ea56a0980102600327d56c073827ea,0327d56c073827ea] 1 --- [ol-665-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.691 [67ea56a0980102600327d56c073827ea,0327d56c073827ea] [pool-665-thread-1]  INFO [aai-resources,67ea56a0980102600327d56c073827ea,0327d56c073827ea] 1 --- [ol-665-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.720 [67ea56a0980102600327d56c073827ea,0327d56c073827ea] [pool-665-thread-1]  INFO [aai-resources,67ea56a0980102600327d56c073827ea,0327d56c073827ea] 1 --- [ol-665-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.721 [67ea56a0980102600327d56c073827ea,0327d56c073827ea] [qtp1225114731-852] DEBUG [aai-resources,67ea56a0980102600327d56c073827ea,0327d56c073827ea] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d0447c4e-e7e1-46d6-af5a-044c00f3938e","status":"200","rqstDate":"250331-08:47:28:686","respDate":"250331-08:47:28:721","sourceId":"openECOMP:d0447c4e-e7e1-46d6-af5a-044c00f3938e","resourceId":"http://aai.onap:48779/aai/v25/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:28:686-99262\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[34933186-11e4-4552-b94c-dc3ca29416b8], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[d0447c4e-e7e1-46d6-af5a-044c00f3938e], Host=[aai.onap:48779], Pragma=[no-cache], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[d0447c4e-e7e1-46d6-af5a-044c00f3938e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "GET /aai/v25/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=1" 200 1058 REST d0447c4e-e7e1-46d6-af5a-044c00f3938e openECOMP 127.0.0.6 - - - - - - - - - 37 - "logType": "access"
2025-03-31 08:47:28.795 [67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] [qtp1225114731-22]  INFO [aai-resources,67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.810 [67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] [qtp1225114731-22]  INFO [aai-resources,67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.810 [67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] [qtp1225114731-22]  INFO [aai-resources,67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.810 [67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] [qtp1225114731-22]  INFO [aai-resources,67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.810 [67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] [qtp1225114731-22]  INFO [aai-resources,67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.852 [67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] [qtp1225114731-22]  INFO [aai-resources,67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.874 [67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] [qtp1225114731-22] DEBUG [aai-resources,67ea56a0d17af5d57eccc1b2f0e0c6d1,7eccc1b2f0e0c6d1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d0447c4e-e7e1-46d6-af5a-044c00f3938e","status":"200","rqstDate":"250331-08:47:28:795","respDate":"250331-08:47:28:874","sourceId":"openECOMP:d0447c4e-e7e1-46d6-af5a-044c00f3938e","resourceId":"http://aai.onap:48779/aai/v25/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?resource-version=1743410848482","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:28:795-95018\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[2763021a-e56b-9d94-b908-8eff4542546d], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[d0447c4e-e7e1-46d6-af5a-044c00f3938e], Host=[aai.onap:48779], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[269], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[d0447c4e-e7e1-46d6-af5a-044c00f3938e]}\",\"Payload\":\"{\\\"selflink\\\":\\\"rests/data/GENERIC-RESOURCE-API:services/service=3b7f54db-af67-4027-9fc8-040841ff516b/service-data/service-topology?content=config\\\",\\\"resource-version\\\":\\\"1743410848482\\\",\\\"service-instance-name\\\":\\\"TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:47:28:795-95018\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[241832], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:47:28:795-95018]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "POST /aai/v25/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?resource-version=1743410848482" 200 0 REST d0447c4e-e7e1-46d6-af5a-044c00f3938e openECOMP 127.0.0.6 - - - - - - - - - 83 - "logType": "access"
2025-03-31 08:47:28.933 [67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] [qtp1225114731-852]  INFO [aai-resources,67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.937 [67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] [pool-666-thread-1]  INFO [aai-resources,67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] 1 --- [ol-666-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.937 [67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] [pool-666-thread-1]  INFO [aai-resources,67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] 1 --- [ol-666-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.937 [67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] [pool-666-thread-1]  INFO [aai-resources,67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] 1 --- [ol-666-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.937 [67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] [pool-666-thread-1]  INFO [aai-resources,67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] 1 --- [ol-666-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:28.944 [67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] [pool-666-thread-1]  INFO [aai-resources,67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] 1 --- [ol-666-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:28.945 [67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] [qtp1225114731-852] DEBUG [aai-resources,67ea56a09390dd1b4219a64378d45c8c,4219a64378d45c8c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:28:933","respDate":"250331-08:47:28:945","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:28:933-62268\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c9c93511-7d3d-46de-b0a5-f543139488b3], Accept=[application/json], x-invocationid=[ca049d9f-2896-4219-b8bb-ce5b96928583], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:28 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:47:28.966 [67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:28.972 [67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:28.972 [67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:28.972 [67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:28.972 [67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.013 [67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] [qtp1225114731-22]  INFO [aai-resources,67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.032 [67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] [qtp1225114731-22] DEBUG [aai-resources,67ea56a0f071d442a88562ff7f3d8a06,a88562ff7f3d8a06] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:28:966","respDate":"250331-08:47:29:032","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:28:966-85168\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[89915ab7-7876-4a9f-ad9b-0ea21153af94], Accept=[application/json], x-invocationid=[ac7426b3-78a9-4943-ad6e-02147f44cc01], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[185], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"3b7f54db-af67-4027-9fc8-040841ff516b\\\",\\\"service-instance-name\\\":\\\"TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:47:28:966-85168\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[241832], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:47:28:966-85168]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "POST /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b" 200 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 68 - "logType": "access"
2025-03-31 08:47:29.387 [67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] [qtp1225114731-852]  INFO [aai-resources,67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.390 [67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] [pool-667-thread-1]  INFO [aai-resources,67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] 1 --- [ol-667-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.390 [67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] [pool-667-thread-1]  INFO [aai-resources,67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] 1 --- [ol-667-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.390 [67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] [pool-667-thread-1]  INFO [aai-resources,67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] 1 --- [ol-667-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.391 [67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] [pool-667-thread-1]  INFO [aai-resources,67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] 1 --- [ol-667-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.393 [67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] [pool-667-thread-1]  INFO [aai-resources,67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] 1 --- [ol-667-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.394 [67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] [qtp1225114731-852] DEBUG [aai-resources,67ea56a176f4fff7f40e0e3639a6e914,f40e0e3639a6e914] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:29:387","respDate":"250331-08:47:29:394","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:29:387-49969\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2e44e088-32c6-47dc-93d4-fa84c5f7f0a9], Accept=[application/json], x-invocationid=[4992a27a-bab4-41c2-b305-a0730ae6d33f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer" 200 141 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:47:29.416 [67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] [qtp1225114731-22]  INFO [aai-resources,67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.420 [67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] [pool-668-thread-1]  INFO [aai-resources,67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] 1 --- [ol-668-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.421 [67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] [pool-668-thread-1]  INFO [aai-resources,67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] 1 --- [ol-668-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.421 [67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] [pool-668-thread-1]  INFO [aai-resources,67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] 1 --- [ol-668-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.421 [67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] [pool-668-thread-1]  INFO [aai-resources,67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] 1 --- [ol-668-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.428 [67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] [pool-668-thread-1]  INFO [aai-resources,67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] 1 --- [ol-668-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.429 [67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] [qtp1225114731-22] DEBUG [aai-resources,67ea56a19161cc070fe97e80931c4ac8,0fe97e80931c4ac8] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:29:416","respDate":"250331-08:47:29:429","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:29:416-93343\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9691760d-0f19-4408-a785-2c582cb38ad2], Accept=[application/json], x-invocationid=[93c5a7a4-8b2f-425d-af06-8ceb2c820f29], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro" 200 63 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:47:29.477 [67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] [qtp1225114731-852]  INFO [aai-resources,67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.481 [67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] [pool-669-thread-1]  INFO [aai-resources,67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] 1 --- [ol-669-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.482 [67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] [pool-669-thread-1]  INFO [aai-resources,67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] 1 --- [ol-669-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.482 [67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] [pool-669-thread-1]  INFO [aai-resources,67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] 1 --- [ol-669-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.482 [67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] [pool-669-thread-1]  INFO [aai-resources,67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] 1 --- [ol-669-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.497 [67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] [pool-669-thread-1]  INFO [aai-resources,67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] 1 --- [ol-669-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.498 [67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] [qtp1225114731-852] DEBUG [aai-resources,67ea56a127f7f54b1c704284b75f100c,1c704284b75f100c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:29:477","respDate":"250331-08:47:29:498","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:29:477-33812\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8d9ce142-afb8-438c-aa16-95ef6e9d8165], Accept=[application/json], x-invocationid=[5a04bb29-d0c6-4360-8971-3c865373b7c7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1199 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:47:29.518 [67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] [qtp1225114731-22]  INFO [aai-resources,67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.522 [67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] [pool-670-thread-1]  INFO [aai-resources,67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] 1 --- [ol-670-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.522 [67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] [pool-670-thread-1]  INFO [aai-resources,67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] 1 --- [ol-670-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.522 [67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] [pool-670-thread-1]  INFO [aai-resources,67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] 1 --- [ol-670-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.522 [67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] [pool-670-thread-1]  INFO [aai-resources,67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] 1 --- [ol-670-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.529 [67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] [pool-670-thread-1]  INFO [aai-resources,67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] 1 --- [ol-670-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.530 [67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] [qtp1225114731-22] DEBUG [aai-resources,67ea56a18accc591375eb9048a1f6776,375eb9048a1f6776] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:29:518","respDate":"250331-08:47:29:530","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/projects/project/pnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:29:518-24636\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[84b59fc3-3528-4135-93fc-4df30de067a5], Accept=[application/json], x-invocationid=[8dca09f8-0b71-4d3f-ad24-8b60c2603e75], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "GET /aai/v24/business/projects/project/pnf_macro_project?nodes-only=" 200 71 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:47:29.550 [67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] [qtp1225114731-852]  INFO [aai-resources,67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.555 [67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] [pool-671-thread-1]  INFO [aai-resources,67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] 1 --- [ol-671-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.555 [67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] [pool-671-thread-1]  INFO [aai-resources,67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] 1 --- [ol-671-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.555 [67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] [pool-671-thread-1]  INFO [aai-resources,67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] 1 --- [ol-671-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.556 [67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] [pool-671-thread-1]  INFO [aai-resources,67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] 1 --- [ol-671-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.557 [67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] [pool-671-thread-1]  INFO [aai-resources,67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] 1 --- [ol-671-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.560 [67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] [qtp1225114731-852] DEBUG [aai-resources,67ea56a11fb81184cb35acc06e4b5fe6,cb35acc06e4b5fe6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:29:550","respDate":"250331-08:47:29:560","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:29:550-14068\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[572b40a6-c7ea-4cea-8e39-3afd045d462c], Accept=[application/json], x-invocationid=[2e79994f-81a4-4e52-a9b7-6cf251e43407], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "GET /aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=" 200 141 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:47:29.580 [67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] [qtp1225114731-22]  INFO [aai-resources,67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.585 [67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] [pool-672-thread-1]  INFO [aai-resources,67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] 1 --- [ol-672-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.586 [67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] [pool-672-thread-1]  INFO [aai-resources,67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] 1 --- [ol-672-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.586 [67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] [pool-672-thread-1]  INFO [aai-resources,67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] 1 --- [ol-672-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.586 [67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] [pool-672-thread-1]  INFO [aai-resources,67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] 1 --- [ol-672-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.603 [67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] [pool-672-thread-1]  INFO [aai-resources,67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] 1 --- [ol-672-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.604 [67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] [qtp1225114731-22] DEBUG [aai-resources,67ea56a18d9aa7de2b2aa5cd9bc14fda,2b2aa5cd9bc14fda] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:29:580","respDate":"250331-08:47:29:603","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36533/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:29:580-9604\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c34beb54-fc64-4137-ad2b-10e57ac4484e], Accept=[application/json], x-invocationid=[6f81c6b1-dc38-4ae8-b99d-0e081300f42b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36533], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36533], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1199 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:47:29.726 [67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] [qtp1225114731-852]  INFO [aai-resources,67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.732 [67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] [pool-673-thread-1]  INFO [aai-resources,67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] 1 --- [ol-673-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.732 [67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] [pool-673-thread-1]  INFO [aai-resources,67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] 1 --- [ol-673-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.732 [67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] [pool-673-thread-1]  INFO [aai-resources,67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] 1 --- [ol-673-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.733 [67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] [pool-673-thread-1]  INFO [aai-resources,67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] 1 --- [ol-673-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.734 [67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] [pool-673-thread-1]  INFO [aai-resources,67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] 1 --- [ol-673-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:29.734 [67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] [pool-673-thread-1]  INFO [aai-resources,67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] 1 --- [ol-673-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.734 [67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] [qtp1225114731-852] DEBUG [aai-resources,67ea56a11cb0413e6fcf3223353e483e,6fcf3223353e483e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0005dd2b-fb03-472d-aa63-2f65f5156b91","status":"404","rqstDate":"250331-08:47:29:726","respDate":"250331-08:47:29:734","sourceId":"prh:0005dd2b-fb03-472d-aa63-2f65f5156b91","resourceId":"http://aai-internal.onap.svc.cluster.local:36533/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:29:726-49273\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6ecf2f61-cde2-4799-84b5-9511cf983bc6], Accept=[application/json], x-invocationid=[6c91dc21-3ca8-4386-b9d8-8f7828754618], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:36533], x-requestid=[0005dd2b-fb03-472d-aa63-2f65f5156b91], X-Forwarded-Port=[36533], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[0005dd2b-fb03-472d-aa63-2f65f5156b91]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST 9999 prh 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:47:29.739 [67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] [qtp1225114731-22]  INFO [aai-resources,67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.742 [67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] [pool-674-thread-1]  INFO [aai-resources,67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] 1 --- [ol-674-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.742 [67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] [pool-674-thread-1]  INFO [aai-resources,67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] 1 --- [ol-674-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.742 [67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] [pool-674-thread-1]  INFO [aai-resources,67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] 1 --- [ol-674-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.742 [67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] [pool-674-thread-1]  INFO [aai-resources,67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] 1 --- [ol-674-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.743 [67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] [pool-674-thread-1]  INFO [aai-resources,67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] 1 --- [ol-674-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:29.743 [67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] [pool-674-thread-1]  INFO [aai-resources,67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] 1 --- [ol-674-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.744 [67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] [qtp1225114731-22] DEBUG [aai-resources,67ea56a10dad9d997f68462a81a32ed7,7f68462a81a32ed7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"404","rqstDate":"250331-08:47:29:740","respDate":"250331-08:47:29:744","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:29:740-25707\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[af24aba0-9f5b-4844-99fb-5b506172a649], Accept=[application/json], x-invocationid=[c44d5527-497e-4474-bf8a-0953fb0feb93], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "GET /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 404 369 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 5 - "logType": "access"
2025-03-31 08:47:29.784 [67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] [qtp1225114731-852]  INFO [aai-resources,67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.788 [67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] [pool-675-thread-1]  INFO [aai-resources,67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] 1 --- [ol-675-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.788 [67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] [pool-675-thread-1]  INFO [aai-resources,67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] 1 --- [ol-675-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.788 [67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] [pool-675-thread-1]  INFO [aai-resources,67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] 1 --- [ol-675-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.788 [67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] [pool-675-thread-1]  INFO [aai-resources,67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] 1 --- [ol-675-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.789 [67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] [pool-675-thread-1]  INFO [aai-resources,67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] 1 --- [ol-675-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type pnf found at: network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:29.789 [67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] [pool-675-thread-1]  INFO [aai-resources,67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] 1 --- [ol-675-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.790 [67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] [qtp1225114731-852] DEBUG [aai-resources,67ea56a16a59460cea23c312a6f35c9f,ea23c312a6f35c9f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"404","rqstDate":"250331-08:47:29:784","respDate":"250331-08:47:29:789","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:29:784-99774\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f138159d-25fc-4d70-8092-e25f7875d629], Accept=[application/json], x-invocationid=[61c0de24-b9ac-495e-9293-a5d184f4cfa8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "GET /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?resultIndex=0&resultSize=1&format=count" 404 369 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:47:29.810 [67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] [qtp1225114731-22]  INFO [aai-resources,67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.815 [67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] [qtp1225114731-22]  INFO [aai-resources,67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.815 [67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] [qtp1225114731-22]  INFO [aai-resources,67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.815 [67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] [qtp1225114731-22]  INFO [aai-resources,67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.816 [67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] [qtp1225114731-22]  INFO [aai-resources,67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.841 [67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] [qtp1225114731-22]  INFO [aai-resources,67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.861 [67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] [qtp1225114731-22] DEBUG [aai-resources,67ea56a136b52e749831e0ad7f1c62a3,9831e0ad7f1c62a3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"201","rqstDate":"250331-08:47:29:810","respDate":"250331-08:47:29:861","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:29:810-24385\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d2805ad1-6fa5-47f2-85f4-a9d9044cc25f], Accept=[application/json], x-invocationid=[905d8cc0-f928-4599-a96a-ada12029d76d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[344], Content-Type=[application/json]}\",\"Payload\":\"{\\\"pnf-name\\\":\\\"TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e\\\",\\\"pnf-id\\\":\\\"150f6cfb-911f-4da7-828d-00bdec14c4a4\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"model-customization-id\\\":\\\"43c9d0e9-13f9-4c81-83a8-c6759ed9f21e\\\",\\\"model-invariant-id\\\":\\\"6ff6e973-a86c-4290-bb40-d9d45a999f01\\\",\\\"model-version-id\\\":\\\"b5f9e8ff-70d9-4520-a9bc-0190214dd09a\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:47:29:810-24385\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[266424], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:47:29:810-24385]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "PUT /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 201 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 53 - "logType": "access"
2025-03-31 08:47:29.882 [67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] [qtp1225114731-852]  INFO [aai-resources,67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.885 [67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] [pool-676-thread-1]  INFO [aai-resources,67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] 1 --- [ol-676-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.885 [67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] [pool-676-thread-1]  INFO [aai-resources,67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] 1 --- [ol-676-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.885 [67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] [pool-676-thread-1]  INFO [aai-resources,67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] 1 --- [ol-676-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.886 [67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] [pool-676-thread-1]  INFO [aai-resources,67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] 1 --- [ol-676-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.887 [67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] [pool-676-thread-1]  INFO [aai-resources,67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] 1 --- [ol-676-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.888 [67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] [qtp1225114731-852] DEBUG [aai-resources,67ea56a10d8508997e0a6f8084de6ccc,7e0a6f8084de6ccc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:29:882","respDate":"250331-08:47:29:888","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:29:882-784\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[33def154-aad7-496e-b32e-4a147e6b2d62], Accept=[application/json], x-invocationid=[05b259bd-21c1-4c50-9dea-5905a263b9ba], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:47:29.909 [67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] [qtp1225114731-22]  INFO [aai-resources,67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:29.913 [67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] [qtp1225114731-22]  INFO [aai-resources,67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:29.914 [67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] [qtp1225114731-22]  INFO [aai-resources,67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:29.914 [67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] [qtp1225114731-22]  INFO [aai-resources,67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:29.914 [67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] [qtp1225114731-22]  INFO [aai-resources,67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:29.937 [67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] [qtp1225114731-22]  INFO [aai-resources,67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:29.976 [67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] [qtp1225114731-22] DEBUG [aai-resources,67ea56a18ddd2200e41be8ac0e665f86,e41be8ac0e665f86] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:29:909","respDate":"250331-08:47:29:976","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:29:909-60748\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[a400f5d0-1b77-4a88-ac88-3110e9d1f57e], Accept=[application/json], x-invocationid=[11571a94-6541-4128-ae36-4fea2b2c8035], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[190], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:47:29:909-60748\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:47:29:909-60748]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:29 +0000] "PUT /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e/relationship-list/relationship" 200 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 68 - "logType": "access"
2025-03-31 08:47:29.998 [67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] [qtp1225114731-852]  INFO [aai-resources,67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:30.005 [67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] [qtp1225114731-852]  INFO [aai-resources,67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:30.005 [67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] [qtp1225114731-852]  INFO [aai-resources,67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:30.005 [67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] [qtp1225114731-852]  INFO [aai-resources,67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:30.005 [67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] [qtp1225114731-852]  INFO [aai-resources,67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:30.048 [67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] [qtp1225114731-852]  INFO [aai-resources,67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:30.065 [67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] [qtp1225114731-852] DEBUG [aai-resources,67ea56a1c6cab36e96b4a486338c15dc,96b4a486338c15dc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:29:999","respDate":"250331-08:47:30:065","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:29:999-97857\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[0a62417a-3030-4bdf-bf70-bcc716e52440], Accept=[application/json], x-invocationid=[ae3ea9f8-a3fc-4b23-b72d-e553163a4a26], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[100], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"pnf-id\\\":\\\"150f6cfb-911f-4da7-828d-00bdec14c4a4\\\",\\\"orchestration-status\\\":\\\"Assigned\\\",\\\"in-maint\\\":false}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:47:29:999-97857\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266424], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:47:29:999-97857]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:30 +0000] "POST /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 200 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 68 - "logType": "access"
2025-03-31 08:47:30.074 [67ea56a2bb3a3af9fda5466410d8cc8c,fda5466410d8cc8c] [qtp1225114731-22]  INFO [aai-resources,67ea56a2bb3a3af9fda5466410d8cc8c,fda5466410d8cc8c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:30.086 [67ea56a2bb3a3af9fda5466410d8cc8c,fda5466410d8cc8c] [qtp1225114731-22] DEBUG [aai-resources,67ea56a2bb3a3af9fda5466410d8cc8c,fda5466410d8cc8c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2539b90f-fd47-40c3-bd89-ee81b486a8b6","status":"200","rqstDate":"250331-08:47:30:074","respDate":"250331-08:47:30:086","sourceId":"haproxy:2539b90f-fd47-40c3-bd89-ee81b486a8b6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:30:074-68923\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f51479a5-ad03-452b-a4aa-ae9477635c7c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2539b90f-fd47-40c3-bd89-ee81b486a8b6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:47:32.092 [67ea56a43b69c68cbb14ed3ca4dff611,bb14ed3ca4dff611] [qtp1225114731-852]  INFO [aai-resources,67ea56a43b69c68cbb14ed3ca4dff611,bb14ed3ca4dff611] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:32.103 [67ea56a43b69c68cbb14ed3ca4dff611,bb14ed3ca4dff611] [qtp1225114731-852] DEBUG [aai-resources,67ea56a43b69c68cbb14ed3ca4dff611,bb14ed3ca4dff611] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"565f5bee-7d7d-46f3-8670-089b706526eb","status":"200","rqstDate":"250331-08:47:32:092","respDate":"250331-08:47:32:103","sourceId":"haproxy:565f5bee-7d7d-46f3-8670-089b706526eb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:32:092-87005\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[01fbb5ce-97b5-460a-9026-9de88ddc17a6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[565f5bee-7d7d-46f3-8670-089b706526eb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:47:34.110 [67ea56a6905c59c363472402cb7eebce,63472402cb7eebce] [qtp1225114731-22]  INFO [aai-resources,67ea56a6905c59c363472402cb7eebce,63472402cb7eebce] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:34.124 [67ea56a6905c59c363472402cb7eebce,63472402cb7eebce] [qtp1225114731-22] DEBUG [aai-resources,67ea56a6905c59c363472402cb7eebce,63472402cb7eebce] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"43a3756d-21c5-4e7c-b93d-02419ed889d6","status":"200","rqstDate":"250331-08:47:34:110","respDate":"250331-08:47:34:124","sourceId":"haproxy:43a3756d-21c5-4e7c-b93d-02419ed889d6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:34:110-79303\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9caff8e7-dc12-4be1-a2aa-18ea8e381530], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[43a3756d-21c5-4e7c-b93d-02419ed889d6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:47:36.132 [67ea56a8bb5d648132e38c79914b75f8,32e38c79914b75f8] [qtp1225114731-852]  INFO [aai-resources,67ea56a8bb5d648132e38c79914b75f8,32e38c79914b75f8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:36.143 [67ea56a8bb5d648132e38c79914b75f8,32e38c79914b75f8] [qtp1225114731-852] DEBUG [aai-resources,67ea56a8bb5d648132e38c79914b75f8,32e38c79914b75f8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ff14eb48-8565-47c8-b2ef-325b3a49cdc4","status":"200","rqstDate":"250331-08:47:36:132","respDate":"250331-08:47:36:143","sourceId":"haproxy:ff14eb48-8565-47c8-b2ef-325b3a49cdc4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:36:132-65786\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[de128df6-94c9-443e-a2b5-507ac9beb6ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ff14eb48-8565-47c8-b2ef-325b3a49cdc4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:47:36.772 [67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] [qtp1225114731-22]  INFO [aai-resources,67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:36.776 [67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] [pool-677-thread-1]  INFO [aai-resources,67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] 1 --- [ol-677-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:36.777 [67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] [pool-677-thread-1]  INFO [aai-resources,67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] 1 --- [ol-677-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:36.777 [67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] [pool-677-thread-1]  INFO [aai-resources,67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] 1 --- [ol-677-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:36.777 [67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] [pool-677-thread-1]  INFO [aai-resources,67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] 1 --- [ol-677-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:36.790 [67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] [pool-677-thread-1]  INFO [aai-resources,67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] 1 --- [ol-677-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:36.790 [67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] [qtp1225114731-22] DEBUG [aai-resources,67ea56a8991dff2132ce9438f7d2ae35,32ce9438f7d2ae35] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:47:36:772","respDate":"250331-08:47:36:790","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36597/aai/v27/service-design-and-creation/models?model-invariant-id=2423ba3e-d67c-4dae-a5ca-4f219df9b8ee","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:36:772-97207\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[cbb476f3-605e-4447-9b1e-22e77fcbba57], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36597], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36597], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:36 +0000] "GET /aai/v27/service-design-and-creation/models?model-invariant-id=2423ba3e-d67c-4dae-a5ca-4f219df9b8ee" 200 162 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:47:36.861 [67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] [qtp1225114731-852]  INFO [aai-resources,67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:36.865 [67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] [pool-678-thread-1]  INFO [aai-resources,67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] 1 --- [ol-678-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:36.865 [67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] [pool-678-thread-1]  INFO [aai-resources,67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] 1 --- [ol-678-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:36.865 [67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] [pool-678-thread-1]  INFO [aai-resources,67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] 1 --- [ol-678-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:36.865 [67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] [pool-678-thread-1]  INFO [aai-resources,67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] 1 --- [ol-678-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:36.881 [67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] [pool-678-thread-1]  INFO [aai-resources,67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] 1 --- [ol-678-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:36.882 [67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] [qtp1225114731-852] DEBUG [aai-resources,67ea56a84d56386a0cc0a96e573d88bd,0cc0a96e573d88bd] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:47:36:861","respDate":"250331-08:47:36:881","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36597/aai/v27/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:36:861-43417\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2ae64f7b-a7ff-4d74-a246-6f9419b5c182], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36597], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36597], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:36 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer" 200 139 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:47:36.909 [67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] [qtp1225114731-22]  INFO [aai-resources,67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:36.914 [67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] [pool-679-thread-1]  INFO [aai-resources,67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] 1 --- [ol-679-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:36.914 [67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] [pool-679-thread-1]  INFO [aai-resources,67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] 1 --- [ol-679-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:36.914 [67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] [pool-679-thread-1]  INFO [aai-resources,67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] 1 --- [ol-679-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:36.914 [67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] [pool-679-thread-1]  INFO [aai-resources,67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] 1 --- [ol-679-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:36.939 [67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] [pool-679-thread-1]  INFO [aai-resources,67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] 1 --- [ol-679-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:36.939 [67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] [qtp1225114731-22] DEBUG [aai-resources,67ea56a8a674692915f0a92030b5a206,15f0a92030b5a206] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:47:36:910","respDate":"250331-08:47:36:939","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36597/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:36:910-73197\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[4d386ee8-40ad-4122-8168-d8727237a52c], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36597], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36597], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:36 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm_macro" 200 779 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:47:36.971 [67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] [qtp1225114731-852]  INFO [aai-resources,67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:36.975 [67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] [pool-680-thread-1]  INFO [aai-resources,67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] 1 --- [ol-680-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:36.975 [67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] [pool-680-thread-1]  INFO [aai-resources,67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] 1 --- [ol-680-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:36.975 [67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] [pool-680-thread-1]  INFO [aai-resources,67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] 1 --- [ol-680-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:36.975 [67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] [pool-680-thread-1]  INFO [aai-resources,67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] 1 --- [ol-680-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:36.986 [67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] [pool-680-thread-1]  INFO [aai-resources,67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] 1 --- [ol-680-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:36.987 [67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] [pool-680-thread-1]  INFO [aai-resources,67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] 1 --- [ol-680-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:36.987 [67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] [qtp1225114731-852] DEBUG [aai-resources,67ea56a8479b410116f14d3dae2a7f9f,16f14d3dae2a7f9f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:47:36:971","respDate":"250331-08:47:36:987","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36597/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances?service-instance-name=basic_macro_54024979-2dcb-49c6-99a6-9da671433a57","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:36:971-25119\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ab15af95-84c6-48e9-bf01-f0ebb65076b3], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36597], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36597], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:36 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances?service-instance-name=basic_macro_54024979-2dcb-49c6-99a6-9da671433a57" 404 464 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:47:37.016 [67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] [qtp1225114731-22]  INFO [aai-resources,67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:37.020 [67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] [pool-681-thread-1]  INFO [aai-resources,67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] 1 --- [ol-681-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:37.020 [67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] [pool-681-thread-1]  INFO [aai-resources,67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] 1 --- [ol-681-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:37.020 [67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] [pool-681-thread-1]  INFO [aai-resources,67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] 1 --- [ol-681-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:37.021 [67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] [pool-681-thread-1]  INFO [aai-resources,67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] 1 --- [ol-681-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:37.053 [67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] [pool-681-thread-1]  INFO [aai-resources,67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] 1 --- [ol-681-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:37.054 [67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] [qtp1225114731-22] DEBUG [aai-resources,67ea56a9fdd4b194dafe5c60dedc4a27,dafe5c60dedc4a27] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:47:37:017","respDate":"250331-08:47:37:054","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36597/aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-macro-cloud-owner&cloud-region-id=RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:37:017-62524\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[4d2cd034-1918-4d13-a15c-f6c2e2bcba70], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36597], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36597], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:37 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-macro-cloud-owner&cloud-region-id=RegionOne" 200 687 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 40 - "logType": "access"
2025-03-31 08:47:37.082 [67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] [qtp1225114731-852]  INFO [aai-resources,67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:37.086 [67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] [pool-682-thread-1]  INFO [aai-resources,67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] 1 --- [ol-682-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:37.086 [67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] [pool-682-thread-1]  INFO [aai-resources,67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] 1 --- [ol-682-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:37.086 [67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] [pool-682-thread-1]  INFO [aai-resources,67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] 1 --- [ol-682-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:37.086 [67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] [pool-682-thread-1]  INFO [aai-resources,67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] 1 --- [ol-682-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:37.099 [67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] [pool-682-thread-1]  INFO [aai-resources,67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] 1 --- [ol-682-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:37.099 [67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] [qtp1225114731-852] DEBUG [aai-resources,67ea56a9ccf5c965ca70966a66f5e941,ca70966a66f5e941] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:47:37:082","respDate":"250331-08:47:37:099","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36597/aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:37:082-56349\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[54641904-3cc1-4958-8042-c1d56eaee317], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36597], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36597], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:37 +0000] "GET /aai/v27/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 619 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:47:37.127 [67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] [qtp1225114731-22]  INFO [aai-resources,67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:37.130 [67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] [pool-683-thread-1]  INFO [aai-resources,67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] 1 --- [ol-683-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:37.131 [67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] [pool-683-thread-1]  INFO [aai-resources,67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] 1 --- [ol-683-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:37.131 [67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] [pool-683-thread-1]  INFO [aai-resources,67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] 1 --- [ol-683-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:37.131 [67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] [pool-683-thread-1]  INFO [aai-resources,67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] 1 --- [ol-683-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:37.148 [67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] [pool-683-thread-1]  INFO [aai-resources,67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] 1 --- [ol-683-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:37.149 [67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] [qtp1225114731-22] DEBUG [aai-resources,67ea56a978e725ba03d1586c5a43ca8a,03d1586c5a43ca8a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:47:37:127","respDate":"250331-08:47:37:149","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:36597/aai/v27/business/owning-entities","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:37:127-51762\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[1fa664a3-fa20-41be-8647-a0919acf15a9], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:36597], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[36597], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:47:37 +0000] "GET /aai/v27/business/owning-entities" 200 2227 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:47:38.148 [67ea56aac1ba67b0ac83032133aeb263,ac83032133aeb263] [qtp1225114731-852]  INFO [aai-resources,67ea56aac1ba67b0ac83032133aeb263,ac83032133aeb263] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:38.160 [67ea56aac1ba67b0ac83032133aeb263,ac83032133aeb263] [qtp1225114731-852] DEBUG [aai-resources,67ea56aac1ba67b0ac83032133aeb263,ac83032133aeb263] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5b262656-6d82-48f7-8a62-1755f1499610","status":"200","rqstDate":"250331-08:47:38:148","respDate":"250331-08:47:38:160","sourceId":"haproxy:5b262656-6d82-48f7-8a62-1755f1499610","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:38:148-59170\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a3a24486-6e2a-48fe-b923-91bca5c785ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5b262656-6d82-48f7-8a62-1755f1499610]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:47:38.212 [67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] [qtp1225114731-22]  INFO [aai-resources,67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:38.216 [67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] [pool-684-thread-1]  INFO [aai-resources,67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] 1 --- [ol-684-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:38.216 [67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] [pool-684-thread-1]  INFO [aai-resources,67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] 1 --- [ol-684-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:38.216 [67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] [pool-684-thread-1]  INFO [aai-resources,67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] 1 --- [ol-684-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:38.216 [67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] [pool-684-thread-1]  INFO [aai-resources,67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] 1 --- [ol-684-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:38.219 [67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] [pool-684-thread-1]  INFO [aai-resources,67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] 1 --- [ol-684-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:38.220 [67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] [qtp1225114731-22] DEBUG [aai-resources,67ea56aaf87f5422942b6f966a56f47a,942b6f966a56f47a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:38:212","respDate":"250331-08:47:38:220","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/pnf_macrocustomer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:38:212-87709\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6a08cd54-f446-49a7-b46c-d1ffb720719f], Accept=[application/json], x-invocationid=[8f82d602-409d-41bd-baad-682dedac2c43], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:38 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer" 200 141 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:47:38.240 [67ea56aa4b20da23480165e5727151dd,480165e5727151dd] [qtp1225114731-852]  INFO [aai-resources,67ea56aa4b20da23480165e5727151dd,480165e5727151dd] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:38.245 [67ea56aa4b20da23480165e5727151dd,480165e5727151dd] [pool-685-thread-1]  INFO [aai-resources,67ea56aa4b20da23480165e5727151dd,480165e5727151dd] 1 --- [ol-685-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:38.245 [67ea56aa4b20da23480165e5727151dd,480165e5727151dd] [pool-685-thread-1]  INFO [aai-resources,67ea56aa4b20da23480165e5727151dd,480165e5727151dd] 1 --- [ol-685-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:38.245 [67ea56aa4b20da23480165e5727151dd,480165e5727151dd] [pool-685-thread-1]  INFO [aai-resources,67ea56aa4b20da23480165e5727151dd,480165e5727151dd] 1 --- [ol-685-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:38.245 [67ea56aa4b20da23480165e5727151dd,480165e5727151dd] [pool-685-thread-1]  INFO [aai-resources,67ea56aa4b20da23480165e5727151dd,480165e5727151dd] 1 --- [ol-685-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:38.247 [67ea56aa4b20da23480165e5727151dd,480165e5727151dd] [pool-685-thread-1]  INFO [aai-resources,67ea56aa4b20da23480165e5727151dd,480165e5727151dd] 1 --- [ol-685-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:38.247 [67ea56aa4b20da23480165e5727151dd,480165e5727151dd] [qtp1225114731-852] DEBUG [aai-resources,67ea56aa4b20da23480165e5727151dd,480165e5727151dd] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:38:241","respDate":"250331-08:47:38:247","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:38:241-78511\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[23b1b8ea-4f9f-49b8-9d8e-d44a9b6fa24c], Accept=[application/json], x-invocationid=[d3e6745d-db46-4455-ae99-6ab4f64f20c6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:38 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro" 200 63 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:38.294 [67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] [qtp1225114731-22]  INFO [aai-resources,67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:38.299 [67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] [pool-686-thread-1]  INFO [aai-resources,67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] 1 --- [ol-686-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:38.299 [67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] [pool-686-thread-1]  INFO [aai-resources,67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] 1 --- [ol-686-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:38.299 [67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] [pool-686-thread-1]  INFO [aai-resources,67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] 1 --- [ol-686-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:38.299 [67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] [pool-686-thread-1]  INFO [aai-resources,67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] 1 --- [ol-686-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:38.324 [67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] [pool-686-thread-1]  INFO [aai-resources,67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] 1 --- [ol-686-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:38.325 [67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] [qtp1225114731-22] DEBUG [aai-resources,67ea56aa679a65c1cbf2d9814fdc7b09,cbf2d9814fdc7b09] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:38:294","respDate":"250331-08:47:38:325","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:38:294-26818\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0831ee63-a496-9145-b71f-9519017c447c], Accept=[application/json], x-invocationid=[0d31578c-7a34-4dbf-a7fb-9e6cd066ed68], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:38 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1537 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 35 - "logType": "access"
2025-03-31 08:47:38.347 [67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] [qtp1225114731-852]  INFO [aai-resources,67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:38.351 [67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] [pool-687-thread-1]  INFO [aai-resources,67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] 1 --- [ol-687-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:38.351 [67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] [pool-687-thread-1]  INFO [aai-resources,67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] 1 --- [ol-687-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:38.351 [67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] [pool-687-thread-1]  INFO [aai-resources,67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] 1 --- [ol-687-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:38.352 [67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] [pool-687-thread-1]  INFO [aai-resources,67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] 1 --- [ol-687-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:38.353 [67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] [pool-687-thread-1]  INFO [aai-resources,67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] 1 --- [ol-687-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:38.354 [67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] [qtp1225114731-852] DEBUG [aai-resources,67ea56aad0609a745b4fddae342f4b19,5b4fddae342f4b19] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:38:348","respDate":"250331-08:47:38:354","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/business/projects/project/pnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:38:348-69599\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d2ae5de2-f838-46af-bf9b-c88f0b898173], Accept=[application/json], x-invocationid=[066a81a4-fbd2-4bf8-b78d-f7c9dac53df4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:38 +0000] "GET /aai/v24/business/projects/project/pnf_macro_project?nodes-only=" 200 71 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:47:38.373 [67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] [qtp1225114731-22]  INFO [aai-resources,67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:38.377 [67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] [pool-688-thread-1]  INFO [aai-resources,67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] 1 --- [ol-688-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:38.377 [67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] [pool-688-thread-1]  INFO [aai-resources,67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] 1 --- [ol-688-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:38.377 [67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] [pool-688-thread-1]  INFO [aai-resources,67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] 1 --- [ol-688-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:38.377 [67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] [pool-688-thread-1]  INFO [aai-resources,67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] 1 --- [ol-688-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:38.379 [67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] [pool-688-thread-1]  INFO [aai-resources,67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] 1 --- [ol-688-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:38.379 [67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] [qtp1225114731-22] DEBUG [aai-resources,67ea56aa44aa32bb673db34957b820f5,673db34957b820f5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:38:373","respDate":"250331-08:47:38:379","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:38:373-22050\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1c988fbd-fce9-4df7-88a2-26bb58067ae1], Accept=[application/json], x-invocationid=[5490a4a5-be6d-4a95-ab18-3e57583ace49], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:38 +0000] "GET /aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=" 200 141 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:47:38.399 [67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] [qtp1225114731-852]  INFO [aai-resources,67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:38.404 [67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] [pool-689-thread-1]  INFO [aai-resources,67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] 1 --- [ol-689-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:38.404 [67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] [pool-689-thread-1]  INFO [aai-resources,67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] 1 --- [ol-689-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:38.404 [67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] [pool-689-thread-1]  INFO [aai-resources,67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] 1 --- [ol-689-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:38.405 [67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] [pool-689-thread-1]  INFO [aai-resources,67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] 1 --- [ol-689-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:38.437 [67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] [pool-689-thread-1]  INFO [aai-resources,67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] 1 --- [ol-689-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:38.438 [67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] [qtp1225114731-852] DEBUG [aai-resources,67ea56aa35d69e9ac2ea4f83e24f7091,c2ea4f83e24f7091] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:38:399","respDate":"250331-08:47:38:438","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:38:399-6945\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[847db098-0b97-4a02-885f-0ad061deab41], Accept=[application/json], x-invocationid=[94e97f6c-98b6-419c-86fe-e6859155abb2], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:38 +0000] "GET /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1" 200 1252 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 41 - "logType": "access"
2025-03-31 08:47:38.483 [67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] [qtp1225114731-22]  INFO [aai-resources,67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:38.489 [67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] [pool-690-thread-1]  INFO [aai-resources,67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] 1 --- [ol-690-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:38.489 [67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] [pool-690-thread-1]  INFO [aai-resources,67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] 1 --- [ol-690-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:38.489 [67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] [pool-690-thread-1]  INFO [aai-resources,67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] 1 --- [ol-690-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:38.489 [67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] [pool-690-thread-1]  INFO [aai-resources,67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] 1 --- [ol-690-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:38.497 [67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] [pool-690-thread-1]  INFO [aai-resources,67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] 1 --- [ol-690-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:38.498 [67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] [qtp1225114731-22] DEBUG [aai-resources,67ea56aafd31ef13dffcd0de46bb8162,dffcd0de46bb8162] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:38:483","respDate":"250331-08:47:38:498","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:38:483-18792\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9e7a8bc7-b615-47b4-8af3-a30c8d85303d], Accept=[application/json], x-invocationid=[0b49a06e-d316-4ac1-b079-f65aaa5c52d7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:38 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1537 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:47:38.603 [67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] [qtp1225114731-852]  INFO [aai-resources,67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:38.610 [67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] [qtp1225114731-852]  INFO [aai-resources,67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:38.611 [67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] [qtp1225114731-852]  INFO [aai-resources,67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:38.611 [67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] [qtp1225114731-852]  INFO [aai-resources,67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:38.611 [67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] [qtp1225114731-852]  INFO [aai-resources,67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:38.639 [67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] [qtp1225114731-852]  INFO [aai-resources,67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:38.657 [67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] [qtp1225114731-852] DEBUG [aai-resources,67ea56aae7a95ac68fea43374af7656a,8fea43374af7656a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:47:38:603","respDate":"250331-08:47:38:657","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:36597/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:38:603-55352\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[a3f31106-2aae-435a-9eca-cf900a7f753c], Accept=[application/json], x-invocationid=[1ea68828-8014-47b2-93c9-2212347097dc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:36597], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[99], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"pnf-id\\\":\\\"150f6cfb-911f-4da7-828d-00bdec14c4a4\\\",\\\"orchestration-status\\\":\\\"Register\\\",\\\"in-maint\\\":true}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:47:38:603-55352\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266424], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:47:38:603-55352]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:38 +0000] "POST /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 200 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 08:47:40.165 [67ea56ac82216bac22806eb87628c47d,22806eb87628c47d] [qtp1225114731-22]  INFO [aai-resources,67ea56ac82216bac22806eb87628c47d,22806eb87628c47d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:40.179 [67ea56ac82216bac22806eb87628c47d,22806eb87628c47d] [qtp1225114731-22] DEBUG [aai-resources,67ea56ac82216bac22806eb87628c47d,22806eb87628c47d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9bda1a55-f621-4adc-a8a3-e5db24ce2ba7","status":"200","rqstDate":"250331-08:47:40:166","respDate":"250331-08:47:40:179","sourceId":"haproxy:9bda1a55-f621-4adc-a8a3-e5db24ce2ba7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:40:166-39266\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ac617c87-1aa1-9ee9-a61f-00c294e78bb6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9bda1a55-f621-4adc-a8a3-e5db24ce2ba7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:47:40.237 [67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] [qtp1225114731-852]  INFO [aai-resources,67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:40.241 [67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] [pool-691-thread-1]  INFO [aai-resources,67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] 1 --- [ol-691-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:40.241 [67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] [pool-691-thread-1]  INFO [aai-resources,67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] 1 --- [ol-691-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:40.241 [67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] [pool-691-thread-1]  INFO [aai-resources,67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] 1 --- [ol-691-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:40.241 [67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] [pool-691-thread-1]  INFO [aai-resources,67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] 1 --- [ol-691-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:40.242 [67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] [pool-691-thread-1]  INFO [aai-resources,67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] 1 --- [ol-691-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service found at: service-design-and-creation/services/service/1234 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:40.242 [67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] [pool-691-thread-1]  INFO [aai-resources,67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] 1 --- [ol-691-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:40.242 [67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] [qtp1225114731-852] DEBUG [aai-resources,67ea56acceec312eb6b921e56faeb23d,b6b921e56faeb23d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:47:40:237","respDate":"250331-08:47:40:242","sourceId":"SO:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/service-design-and-creation/services/service/1234","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:40:237-3250\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[be878a21-bc2d-4a40-9091-280b6fb4fff0], Accept=[application/json], x-invocationid=[c7149e37-243a-4c29-816f-8b7df14579eb], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:40 +0000] "GET /aai/v24/service-design-and-creation/services/service/1234" 404 313 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 6 - "logType": "access"
2025-03-31 08:47:40.402 [67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] [qtp1225114731-22]  INFO [aai-resources,67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:40.406 [67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] [pool-692-thread-1]  INFO [aai-resources,67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] 1 --- [ol-692-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:40.406 [67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] [pool-692-thread-1]  INFO [aai-resources,67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] 1 --- [ol-692-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:40.406 [67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] [pool-692-thread-1]  INFO [aai-resources,67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] 1 --- [ol-692-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:40.407 [67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] [pool-692-thread-1]  INFO [aai-resources,67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] 1 --- [ol-692-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:40.408 [67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] [pool-692-thread-1]  INFO [aai-resources,67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] 1 --- [ol-692-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service found at: service-design-and-creation/services/service/1234 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:40.408 [67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] [pool-692-thread-1]  INFO [aai-resources,67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] 1 --- [ol-692-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:40.409 [67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] [qtp1225114731-22] DEBUG [aai-resources,67ea56ac59dd1fd8cfb55d0d7d260d32,cfb55d0d7d260d32] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:47:40:402","respDate":"250331-08:47:40:409","sourceId":"SO:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/service-design-and-creation/services/service/1234","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:40:402-91252\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8ab339f1-60f5-4a34-be06-2249b4f2b0c7], Accept=[application/json], x-invocationid=[9046949c-96b2-440c-8763-70cd541481d2], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:40 +0000] "GET /aai/v24/service-design-and-creation/services/service/1234" 404 313 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:40.468 [67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] [qtp1225114731-852]  INFO [aai-resources,67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:40.472 [67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] [pool-693-thread-1]  INFO [aai-resources,67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] 1 --- [ol-693-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:40.472 [67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] [pool-693-thread-1]  INFO [aai-resources,67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] 1 --- [ol-693-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:40.472 [67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] [pool-693-thread-1]  INFO [aai-resources,67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] 1 --- [ol-693-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:40.473 [67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] [pool-693-thread-1]  INFO [aai-resources,67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] 1 --- [ol-693-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:40.476 [67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] [pool-693-thread-1]  INFO [aai-resources,67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] 1 --- [ol-693-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:40.476 [67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] [qtp1225114731-852] DEBUG [aai-resources,67ea56ac0fedc166fdd030db1d0dc2b0,fdd030db1d0dc2b0] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:40:468","respDate":"250331-08:47:40:476","sourceId":"SO:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:40:468-14458\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[503f004f-241a-4283-8b14-74d569a6e181], Accept=[application/json], x-invocationid=[0222ceb5-efff-4ce1-87fc-f61f946553e1], User-Agent=[Jersey/2.30.1 (HttpUrlConnection 11.0.18)], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-onap-partnername=[SO.APIH], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:40 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 619 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:47:42.185 [67ea56aec7ab47bf5bcd1e64d51badab,5bcd1e64d51badab] [qtp1225114731-22]  INFO [aai-resources,67ea56aec7ab47bf5bcd1e64d51badab,5bcd1e64d51badab] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:42.206 [67ea56aec7ab47bf5bcd1e64d51badab,5bcd1e64d51badab] [qtp1225114731-22] DEBUG [aai-resources,67ea56aec7ab47bf5bcd1e64d51badab,5bcd1e64d51badab] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ca5f9119-b7f0-407a-8469-dce33afa684e","status":"200","rqstDate":"250331-08:47:42:185","respDate":"250331-08:47:42:206","sourceId":"haproxy:ca5f9119-b7f0-407a-8469-dce33afa684e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:42:185-73197\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fabeb6fd-5a8d-4066-b243-b299916f3046], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ca5f9119-b7f0-407a-8469-dce33afa684e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:47:43.973 [67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] [qtp1225114731-852]  INFO [aai-resources,67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:43.977 [67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] [pool-694-thread-1]  INFO [aai-resources,67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] 1 --- [ol-694-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:43.977 [67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] [pool-694-thread-1]  INFO [aai-resources,67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] 1 --- [ol-694-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:43.977 [67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] [pool-694-thread-1]  INFO [aai-resources,67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] 1 --- [ol-694-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:43.977 [67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] [pool-694-thread-1]  INFO [aai-resources,67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] 1 --- [ol-694-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:43.979 [67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] [pool-694-thread-1]  INFO [aai-resources,67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] 1 --- [ol-694-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:43.979 [67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] [pool-694-thread-1]  INFO [aai-resources,67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] 1 --- [ol-694-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:43.980 [67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] [qtp1225114731-852] DEBUG [aai-resources,67ea56af0bded55dc3bb7ba718f051f8,c3bb7ba718f051f8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:47:43:973","respDate":"250331-08:47:43:980","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_macro_54024979-2dcb-49c6-99a6-9da671433a57","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:43:973-17704\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a82ea0b9-3bab-4880-b39d-c292b20e0b02], Accept=[application/json], x-invocationid=[721845e7-3e4e-464f-a999-e7c637e98ad3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:43 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances?depth=2&resultIndex=0&resultSize=1&service-instance-name=basic_macro_54024979-2dcb-49c6-99a6-9da671433a57" 404 464 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:47:44.004 [67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] [qtp1225114731-22]  INFO [aai-resources,67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:44.008 [67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] [pool-695-thread-1]  INFO [aai-resources,67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] 1 --- [ol-695-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:44.008 [67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] [pool-695-thread-1]  INFO [aai-resources,67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] 1 --- [ol-695-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:44.008 [67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] [pool-695-thread-1]  INFO [aai-resources,67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] 1 --- [ol-695-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:44.008 [67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] [pool-695-thread-1]  INFO [aai-resources,67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] 1 --- [ol-695-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:44.017 [67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] [pool-695-thread-1]  INFO [aai-resources,67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] 1 --- [ol-695-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: nodes/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:44.017 [67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] [pool-695-thread-1]  INFO [aai-resources,67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] 1 --- [ol-695-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:44.017 [67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] [qtp1225114731-22] DEBUG [aai-resources,67ea56b028c7d3e0e74512cb37b68f91,e74512cb37b68f91] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:47:44:004","respDate":"250331-08:47:44:017","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/nodes/service-instances?service-instance-name=basic_macro_54024979-2dcb-49c6-99a6-9da671433a57","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:44:004-65658\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[736da9d1-d482-49c4-92e4-8df80e23593d], Accept=[application/json], x-invocationid=[fb1b3ad5-a2be-449f-8d18-5e6cab332d0a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:44 +0000] "GET /aai/v24/nodes/service-instances?service-instance-name=basic_macro_54024979-2dcb-49c6-99a6-9da671433a57" 404 270 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:47:44.043 [67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] [qtp1225114731-852]  INFO [aai-resources,67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:44.049 [67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] [pool-696-thread-1]  INFO [aai-resources,67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] 1 --- [ol-696-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:44.049 [67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] [pool-696-thread-1]  INFO [aai-resources,67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] 1 --- [ol-696-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:44.049 [67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] [pool-696-thread-1]  INFO [aai-resources,67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] 1 --- [ol-696-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:44.049 [67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] [pool-696-thread-1]  INFO [aai-resources,67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] 1 --- [ol-696-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:44.056 [67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] [pool-696-thread-1]  INFO [aai-resources,67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] 1 --- [ol-696-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:44.057 [67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] [pool-696-thread-1]  INFO [aai-resources,67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] 1 --- [ol-696-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:44.057 [67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] [qtp1225114731-852] DEBUG [aai-resources,67ea56b0e246f7a309ba944e479cceeb,09ba944e479cceeb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:47:44:044","respDate":"250331-08:47:44:057","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:44:044-30259\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[46be5672-ccdf-4fea-b768-ed867f1ff6cd], Accept=[application/json], x-invocationid=[3488df53-a0a8-44f2-9111-f7939e080b61], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:44 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 404 378 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:47:44.212 [67ea56b09e3fcf80931fcba5bbcc8f34,931fcba5bbcc8f34] [qtp1225114731-22]  INFO [aai-resources,67ea56b09e3fcf80931fcba5bbcc8f34,931fcba5bbcc8f34] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:44.223 [67ea56b09e3fcf80931fcba5bbcc8f34,931fcba5bbcc8f34] [qtp1225114731-22] DEBUG [aai-resources,67ea56b09e3fcf80931fcba5bbcc8f34,931fcba5bbcc8f34] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4451ed3-d76b-4540-864f-3813afc5626e","status":"200","rqstDate":"250331-08:47:44:212","respDate":"250331-08:47:44:223","sourceId":"haproxy:b4451ed3-d76b-4540-864f-3813afc5626e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:44:212-20045\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0f074868-8ca6-4279-aefe-461114bad8da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4451ed3-d76b-4540-864f-3813afc5626e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:47:44.749 [67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] [qtp1225114731-852]  INFO [aai-resources,67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:44.752 [67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] [pool-697-thread-1]  INFO [aai-resources,67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] 1 --- [ol-697-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:44.752 [67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] [pool-697-thread-1]  INFO [aai-resources,67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] 1 --- [ol-697-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:44.752 [67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] [pool-697-thread-1]  INFO [aai-resources,67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] 1 --- [ol-697-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:44.753 [67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] [pool-697-thread-1]  INFO [aai-resources,67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] 1 --- [ol-697-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:44.755 [67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] [pool-697-thread-1]  INFO [aai-resources,67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] 1 --- [ol-697-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:44.755 [67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] [qtp1225114731-852] DEBUG [aai-resources,67ea56b0fd99b18bc79dd93e7c062675,c79dd93e7c062675] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:44:749","respDate":"250331-08:47:44:755","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:44:749-91775\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d87dfb56-0ba3-4e5b-947f-a21720aaffe2], Accept=[application/json], x-invocationid=[adb41b33-8ae5-48fe-927c-bb516a15b9f5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:44 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:47:44.776 [67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] [qtp1225114731-22]  INFO [aai-resources,67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:44.779 [67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] [pool-698-thread-1]  INFO [aai-resources,67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] 1 --- [ol-698-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:44.779 [67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] [pool-698-thread-1]  INFO [aai-resources,67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] 1 --- [ol-698-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:44.779 [67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] [pool-698-thread-1]  INFO [aai-resources,67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] 1 --- [ol-698-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:44.779 [67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] [pool-698-thread-1]  INFO [aai-resources,67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] 1 --- [ol-698-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:44.783 [67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] [pool-698-thread-1]  INFO [aai-resources,67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] 1 --- [ol-698-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:44.783 [67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] [qtp1225114731-22] DEBUG [aai-resources,67ea56b00e447acd45cebd8d0b21055e,45cebd8d0b21055e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:44:776","respDate":"250331-08:47:44:783","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:44:776-43143\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[21b33487-7c82-45f0-b0e7-49a140de9022], Accept=[application/json], x-invocationid=[6c4b7d00-eb1f-4f84-b41d-e5d4a6b83a66], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:44 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:44.824 [67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] [qtp1225114731-852]  INFO [aai-resources,67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:44.828 [67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] [pool-699-thread-1]  INFO [aai-resources,67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] 1 --- [ol-699-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:44.828 [67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] [pool-699-thread-1]  INFO [aai-resources,67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] 1 --- [ol-699-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:44.828 [67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] [pool-699-thread-1]  INFO [aai-resources,67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] 1 --- [ol-699-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:44.829 [67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] [pool-699-thread-1]  INFO [aai-resources,67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] 1 --- [ol-699-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:44.836 [67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] [pool-699-thread-1]  INFO [aai-resources,67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] 1 --- [ol-699-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:44.837 [67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] [pool-699-thread-1]  INFO [aai-resources,67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] 1 --- [ol-699-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:44.837 [67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] [qtp1225114731-852] DEBUG [aai-resources,67ea56b03d1aac00dd19d7065879b150,dd19d7065879b150] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:47:44:824","respDate":"250331-08:47:44:837","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:44:824-79534\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[77b49178-911e-49ca-ad49-f9b3d4c3d669], Accept=[application/json], x-invocationid=[c0fccb44-ecd8-4028-b3df-60871cae544b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:44 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 404 572 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:47:44.858 [67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] [qtp1225114731-22]  INFO [aai-resources,67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:44.863 [67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] [pool-700-thread-1]  INFO [aai-resources,67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] 1 --- [ol-700-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:44.863 [67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] [pool-700-thread-1]  INFO [aai-resources,67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] 1 --- [ol-700-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:44.863 [67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] [pool-700-thread-1]  INFO [aai-resources,67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] 1 --- [ol-700-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:44.863 [67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] [pool-700-thread-1]  INFO [aai-resources,67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] 1 --- [ol-700-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:44.864 [67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] [pool-700-thread-1]  INFO [aai-resources,67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] 1 --- [ol-700-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:44.864 [67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] [pool-700-thread-1]  INFO [aai-resources,67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] 1 --- [ol-700-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:44.865 [67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] [qtp1225114731-22] DEBUG [aai-resources,67ea56b00653417dc8107bd143a377ae,c8107bd143a377ae] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:47:44:859","respDate":"250331-08:47:44:865","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:44:859-52094\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c482e7df-e27a-46ba-9bd0-0ecf88940273], Accept=[application/json], x-invocationid=[a29cff1e-13d0-4b44-9f65-332b8f653434], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:44 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 404 572 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:47:44.886 [67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] [qtp1225114731-852]  INFO [aai-resources,67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:44.891 [67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] [pool-701-thread-1]  INFO [aai-resources,67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] 1 --- [ol-701-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:44.891 [67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] [pool-701-thread-1]  INFO [aai-resources,67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] 1 --- [ol-701-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:44.891 [67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] [pool-701-thread-1]  INFO [aai-resources,67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] 1 --- [ol-701-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:44.891 [67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] [pool-701-thread-1]  INFO [aai-resources,67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] 1 --- [ol-701-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:44.924 [67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] [pool-701-thread-1]  INFO [aai-resources,67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] 1 --- [ol-701-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:44.925 [67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] [qtp1225114731-852] DEBUG [aai-resources,67ea56b076f8dab559ee4fb3b64e2e71,59ee4fb3b64e2e71] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:44:887","respDate":"250331-08:47:44:925","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:44:887-74114\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[cfed27f5-e91d-4e42-9425-d4f23b519141], Accept=[application/json], x-invocationid=[f9b90ddc-6012-47f4-8cc1-5469389fe03f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:44 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 40 - "logType": "access"
2025-03-31 08:47:44.975 [67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] [qtp1225114731-22]  INFO [aai-resources,67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:44.980 [67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] [pool-702-thread-1]  INFO [aai-resources,67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] 1 --- [ol-702-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:44.980 [67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] [pool-702-thread-1]  INFO [aai-resources,67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] 1 --- [ol-702-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:44.980 [67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] [pool-702-thread-1]  INFO [aai-resources,67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] 1 --- [ol-702-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:44.980 [67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] [pool-702-thread-1]  INFO [aai-resources,67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] 1 --- [ol-702-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:44.994 [67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] [pool-702-thread-1]  INFO [aai-resources,67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] 1 --- [ol-702-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:44.994 [67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] [qtp1225114731-22] DEBUG [aai-resources,67ea56b0c3fa326b9a2db933af5a577c,9a2db933af5a577c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:44:975","respDate":"250331-08:47:44:994","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:44:975-12988\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[01d93ca8-81e3-4bbe-8d16-911d39e8f01b], Accept=[application/json], x-invocationid=[25ec2684-e2ba-450d-a173-8df2102cda42], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:44 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:47:45.047 [67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] [qtp1225114731-852]  INFO [aai-resources,67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.052 [67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] [pool-703-thread-1]  INFO [aai-resources,67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] 1 --- [ol-703-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.052 [67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] [pool-703-thread-1]  INFO [aai-resources,67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] 1 --- [ol-703-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.052 [67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] [pool-703-thread-1]  INFO [aai-resources,67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] 1 --- [ol-703-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.052 [67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] [pool-703-thread-1]  INFO [aai-resources,67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] 1 --- [ol-703-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.054 [67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] [pool-703-thread-1]  INFO [aai-resources,67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] 1 --- [ol-703-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.054 [67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] [qtp1225114731-852] DEBUG [aai-resources,67ea56b1542f9aff99abb27f35b0229b,99abb27f35b0229b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:45:047","respDate":"250331-08:47:45:054","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:45:047-72576\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1a730ea6-2beb-4392-a460-cb5d485faa03], Accept=[application/json], x-invocationid=[5cb49d0d-6cdb-4b37-a13c-c8e6c0d538ff], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro?resultIndex=0&resultSize=1&format=count" 200 40 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:45.074 [67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] [qtp1225114731-22]  INFO [aai-resources,67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.078 [67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] [pool-704-thread-1]  INFO [aai-resources,67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] 1 --- [ol-704-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.079 [67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] [pool-704-thread-1]  INFO [aai-resources,67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] 1 --- [ol-704-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.079 [67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] [pool-704-thread-1]  INFO [aai-resources,67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] 1 --- [ol-704-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.079 [67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] [pool-704-thread-1]  INFO [aai-resources,67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] 1 --- [ol-704-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.079 [67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] [pool-704-thread-1]  INFO [aai-resources,67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] 1 --- [ol-704-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:45.080 [67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] [pool-704-thread-1]  INFO [aai-resources,67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] 1 --- [ol-704-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.080 [67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] [qtp1225114731-22] DEBUG [aai-resources,67ea56b1e385f56112f1a8a3fea8bd23,12f1a8a3fea8bd23] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:47:45:074","respDate":"250331-08:47:45:080","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:45:074-39391\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c49e5231-d60b-9089-97e6-aaa47fdf8082], Accept=[application/json], x-invocationid=[ec239026-6241-4376-a5e7-12c3a5b94754], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?resultIndex=0&resultSize=1&format=count" 404 572 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:47:45.101 [67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.107 [67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.107 [67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.107 [67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.107 [67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.128 [67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.153 [67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] [qtp1225114731-852] DEBUG [aai-resources,67ea56b1d316fc0a4e8678b1beb61685,4e8678b1beb61685] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"201","rqstDate":"250331-08:47:45:101","respDate":"250331-08:47:45:153","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:45:101-12400\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6e2aa2de-aebb-43cb-9976-7c69b102c6af], Accept=[application/json], x-invocationid=[ac2021c1-614a-4f07-8bf5-b43dfee34bb4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[372], Content-Type=[application/json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"ed35c6c5-96fa-468c-a227-d1d1d78b187a\\\",\\\"service-instance-name\\\":\\\"basic_macro_54024979-2dcb-49c6-99a6-9da671433a57\\\",\\\"environment-context\\\":\\\"General_Revenue-Bearing\\\",\\\"workload-context\\\":\\\"Production\\\",\\\"model-invariant-id\\\":\\\"2423ba3e-d67c-4dae-a5ca-4f219df9b8ee\\\",\\\"model-version-id\\\":\\\"d43a0904-3af8-447a-8ab2-d7e9ddef0263\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:47:45:101-12400\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[155840], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:47:45:101-12400]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "PUT /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a" 201 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 53 - "logType": "access"
2025-03-31 08:47:45.177 [67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] [qtp1225114731-22]  INFO [aai-resources,67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.181 [67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] [pool-705-thread-1]  INFO [aai-resources,67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] 1 --- [ol-705-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.181 [67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] [pool-705-thread-1]  INFO [aai-resources,67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] 1 --- [ol-705-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.181 [67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] [pool-705-thread-1]  INFO [aai-resources,67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] 1 --- [ol-705-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.181 [67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] [pool-705-thread-1]  INFO [aai-resources,67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] 1 --- [ol-705-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.191 [67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] [pool-705-thread-1]  INFO [aai-resources,67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] 1 --- [ol-705-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.191 [67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] [qtp1225114731-22] DEBUG [aai-resources,67ea56b18442298d3e450bdd9f5c79bb,3e450bdd9f5c79bb] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:45:177","respDate":"250331-08:47:45:191","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/projects/project/basicvm-project?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:45:177-60040\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7daa039e-ee03-4817-82c9-7b68310d507d], Accept=[application/json], x-invocationid=[a1cdcc1d-3855-4c49-8669-5e24ffcff910], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "GET /aai/v24/business/projects/project/basicvm-project?resultIndex=0&resultSize=1&format=count" 200 27 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:47:45.213 [67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] [qtp1225114731-852]  INFO [aai-resources,67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.216 [67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] [pool-706-thread-1]  INFO [aai-resources,67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] 1 --- [ol-706-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.216 [67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] [pool-706-thread-1]  INFO [aai-resources,67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] 1 --- [ol-706-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.216 [67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] [pool-706-thread-1]  INFO [aai-resources,67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] 1 --- [ol-706-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.217 [67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] [pool-706-thread-1]  INFO [aai-resources,67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] 1 --- [ol-706-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.230 [67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] [pool-706-thread-1]  INFO [aai-resources,67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] 1 --- [ol-706-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.231 [67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] [qtp1225114731-852] DEBUG [aai-resources,67ea56b12cdceffa3a99cafea78abf28,3a99cafea78abf28] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:45:213","respDate":"250331-08:47:45:231","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:45:213-94814\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d226b7f3-ca2d-419d-934a-d4d80aace24e], Accept=[application/json], x-invocationid=[6dc68be8-6ca8-4f1e-b042-6a48b59b0100], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:47:45.270 [67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] [qtp1225114731-22]  INFO [aai-resources,67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.274 [67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] [qtp1225114731-22]  INFO [aai-resources,67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.274 [67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] [qtp1225114731-22]  INFO [aai-resources,67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.274 [67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] [qtp1225114731-22]  INFO [aai-resources,67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.275 [67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] [qtp1225114731-22]  INFO [aai-resources,67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.299 [67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] [qtp1225114731-22]  INFO [aai-resources,67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.334 [67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] [qtp1225114731-22] DEBUG [aai-resources,67ea56b12e88b90bb52e0f6f6a328f57,b52e0f6f6a328f57] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:45:270","respDate":"250331-08:47:45:334","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/projects/project/basicvm-project/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:45:270-9486\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[e6dfa4c9-7961-4611-94ff-9e0240f87028], Accept=[application/json], x-invocationid=[81aa943f-94c6-414a-9b25-8672d0e35c27], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[194], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:47:45:270-9486\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:47:45:270-9486]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "PUT /aai/v24/business/projects/project/basicvm-project/relationship-list/relationship" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 66 - "logType": "access"
2025-03-31 08:47:45.358 [67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] [qtp1225114731-852]  INFO [aai-resources,67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.362 [67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] [pool-707-thread-1]  INFO [aai-resources,67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] 1 --- [ol-707-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.362 [67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] [pool-707-thread-1]  INFO [aai-resources,67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] 1 --- [ol-707-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.362 [67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] [pool-707-thread-1]  INFO [aai-resources,67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] 1 --- [ol-707-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.362 [67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] [pool-707-thread-1]  INFO [aai-resources,67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] 1 --- [ol-707-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.367 [67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] [pool-707-thread-1]  INFO [aai-resources,67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] 1 --- [ol-707-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.368 [67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] [qtp1225114731-852] DEBUG [aai-resources,67ea56b1ed8a5368e8cfe91365e0c2ee,e8cfe91365e0c2ee] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:45:358","respDate":"250331-08:47:45:368","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:45:358-13476\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[481ab55b-eac6-475a-ad4e-676e11a4064d], Accept=[application/json], x-invocationid=[7e7a2e44-18f2-4b01-8874-48a4e3eec7d1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?resultIndex=0&resultSize=1&format=count" 200 33 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:47:45.388 [67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] [qtp1225114731-22]  INFO [aai-resources,67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.391 [67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] [pool-708-thread-1]  INFO [aai-resources,67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] 1 --- [ol-708-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.392 [67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] [pool-708-thread-1]  INFO [aai-resources,67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] 1 --- [ol-708-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.392 [67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] [pool-708-thread-1]  INFO [aai-resources,67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] 1 --- [ol-708-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.392 [67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] [pool-708-thread-1]  INFO [aai-resources,67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] 1 --- [ol-708-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.402 [67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] [pool-708-thread-1]  INFO [aai-resources,67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] 1 --- [ol-708-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.402 [67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] [qtp1225114731-22] DEBUG [aai-resources,67ea56b13dbc8c754cece8bdc88c3431,4cece8bdc88c3431] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:45:388","respDate":"250331-08:47:45:402","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:45:388-544\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[050e0157-8a76-4106-8f9b-44de456e9154], Accept=[application/json], x-invocationid=[a190ea57-5cbb-4263-a51d-21ea0ca68b25], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:47:45.424 [67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] [qtp1225114731-852]  INFO [aai-resources,67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.429 [67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] [qtp1225114731-852]  INFO [aai-resources,67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.429 [67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] [qtp1225114731-852]  INFO [aai-resources,67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.429 [67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] [qtp1225114731-852]  INFO [aai-resources,67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.429 [67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] [qtp1225114731-852]  INFO [aai-resources,67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.455 [67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] [qtp1225114731-852]  INFO [aai-resources,67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.488 [67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] [qtp1225114731-852] DEBUG [aai-resources,67ea56b18d80ea1f46da6eab9d9ecdc1,46da6eab9d9ecdc1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:45:425","respDate":"250331-08:47:45:488","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:45:425-1785\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6930d65e-0121-4bac-94a1-5be9f15a0699], Accept=[application/json], x-invocationid=[442d178b-e2bd-4c13-8595-503d270c0196], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[194], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:47:45:425-1785\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:47:45:425-1785]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "PUT /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5/relationship-list/relationship" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 65 - "logType": "access"
2025-03-31 08:47:45.618 [67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] [qtp1225114731-22]  INFO [aai-resources,67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.622 [67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] [pool-709-thread-1]  INFO [aai-resources,67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] 1 --- [ol-709-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.622 [67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] [pool-709-thread-1]  INFO [aai-resources,67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] 1 --- [ol-709-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.622 [67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] [pool-709-thread-1]  INFO [aai-resources,67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] 1 --- [ol-709-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.622 [67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] [pool-709-thread-1]  INFO [aai-resources,67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] 1 --- [ol-709-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.646 [67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] [pool-709-thread-1]  INFO [aai-resources,67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] 1 --- [ol-709-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.646 [67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] [qtp1225114731-22] DEBUG [aai-resources,67ea56b118d8fe7bd5d4da88c84e430b,d5d4da88c84e430b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d8c2996-4d9d-4a8b-9092-4f8be9930b40","status":"200","rqstDate":"250331-08:47:45:618","respDate":"250331-08:47:45:646","sourceId":"openECOMP:0d8c2996-4d9d-4a8b-9092-4f8be9930b40","resourceId":"http://aai.onap:48779/aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:45:618-40817\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ddf77caa-5e46-4f96-9dfb-893b6cba5d07], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[0d8c2996-4d9d-4a8b-9092-4f8be9930b40], Host=[aai.onap:48779], Pragma=[no-cache], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[0d8c2996-4d9d-4a8b-9092-4f8be9930b40]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "GET /aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=1" 200 1040 REST 0d8c2996-4d9d-4a8b-9092-4f8be9930b40 openECOMP 127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:47:45.713 [67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.721 [67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.721 [67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.721 [67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.721 [67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.756 [67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] [qtp1225114731-852]  INFO [aai-resources,67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.774 [67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] [qtp1225114731-852] DEBUG [aai-resources,67ea56b1d48ac2d79bd035e65aa6b6a5,9bd035e65aa6b6a5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d8c2996-4d9d-4a8b-9092-4f8be9930b40","status":"200","rqstDate":"250331-08:47:45:713","respDate":"250331-08:47:45:774","sourceId":"openECOMP:0d8c2996-4d9d-4a8b-9092-4f8be9930b40","resourceId":"http://aai.onap:48779/aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?resource-version=1743410865428","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:45:713-71622\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[ac9b8f83-82e0-4fd8-bea8-18caa419663c], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[0d8c2996-4d9d-4a8b-9092-4f8be9930b40], Host=[aai.onap:48779], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[255], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[0d8c2996-4d9d-4a8b-9092-4f8be9930b40]}\",\"Payload\":\"{\\\"selflink\\\":\\\"rests/data/GENERIC-RESOURCE-API:services/service=ed35c6c5-96fa-468c-a227-d1d1d78b187a/service-data/service-topology?content=config\\\",\\\"resource-version\\\":\\\"1743410865428\\\",\\\"service-instance-name\\\":\\\"basic_macro_54024979-2dcb-49c6-99a6-9da671433a57\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:47:45:713-71622\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[155840], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:47:45:713-71622]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "POST /aai/v25/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?resource-version=1743410865428" 200 0 REST 0d8c2996-4d9d-4a8b-9092-4f8be9930b40 openECOMP 127.0.0.6 - - - - - - - - - 64 - "logType": "access"
2025-03-31 08:47:45.823 [67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] [qtp1225114731-22]  INFO [aai-resources,67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.827 [67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] [pool-710-thread-1]  INFO [aai-resources,67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] 1 --- [ol-710-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.827 [67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] [pool-710-thread-1]  INFO [aai-resources,67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] 1 --- [ol-710-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.827 [67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] [pool-710-thread-1]  INFO [aai-resources,67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] 1 --- [ol-710-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.827 [67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] [pool-710-thread-1]  INFO [aai-resources,67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] 1 --- [ol-710-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.833 [67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] [pool-710-thread-1]  INFO [aai-resources,67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] 1 --- [ol-710-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.833 [67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] [qtp1225114731-22] DEBUG [aai-resources,67ea56b1ff7de75b54b3822f76194591,54b3822f76194591] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:45:823","respDate":"250331-08:47:45:833","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:45:823-58223\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c41e040d-8625-4f4c-8d45-dade40baf9fa], Accept=[application/json], x-invocationid=[d2ce2a8a-ec98-4006-8865-3844b2943261], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:47:45.855 [67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] [qtp1225114731-852]  INFO [aai-resources,67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:45.862 [67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] [qtp1225114731-852]  INFO [aai-resources,67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:45.863 [67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] [qtp1225114731-852]  INFO [aai-resources,67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:45.863 [67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] [qtp1225114731-852]  INFO [aai-resources,67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:45.863 [67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] [qtp1225114731-852]  INFO [aai-resources,67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:45.892 [67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] [qtp1225114731-852]  INFO [aai-resources,67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:45.909 [67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] [qtp1225114731-852] DEBUG [aai-resources,67ea56b1269845f7d1b711ad4e35deda,d1b711ad4e35deda] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:45:855","respDate":"250331-08:47:45:909","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:45:855-14516\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[c4d03384-1577-42ba-acfc-b174b5ae03f1], Accept=[application/json], x-invocationid=[78259aa5-ec8b-4c4c-8dbc-2b327b51ff9d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[171], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"ed35c6c5-96fa-468c-a227-d1d1d78b187a\\\",\\\"service-instance-name\\\":\\\"basic_macro_54024979-2dcb-49c6-99a6-9da671433a57\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:47:45:855-14516\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[155840], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:47:45:855-14516]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:45 +0000] "POST /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 08:47:46.230 [67ea56b26b57ab10a6c1eed7d3cfedc1,a6c1eed7d3cfedc1] [qtp1225114731-22]  INFO [aai-resources,67ea56b26b57ab10a6c1eed7d3cfedc1,a6c1eed7d3cfedc1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.241 [67ea56b26b57ab10a6c1eed7d3cfedc1,a6c1eed7d3cfedc1] [qtp1225114731-22] DEBUG [aai-resources,67ea56b26b57ab10a6c1eed7d3cfedc1,a6c1eed7d3cfedc1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f04a207f-50c1-4eaa-8b9e-32884596ec13","status":"200","rqstDate":"250331-08:47:46:230","respDate":"250331-08:47:46:241","sourceId":"haproxy:f04a207f-50c1-4eaa-8b9e-32884596ec13","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:46:230-7190\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e22e0b73-d9e1-4025-a0a7-6a4ba32b59f3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f04a207f-50c1-4eaa-8b9e-32884596ec13]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:47:46.261 [67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] [qtp1225114731-852]  INFO [aai-resources,67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.265 [67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] [pool-711-thread-1]  INFO [aai-resources,67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] 1 --- [ol-711-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.265 [67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] [pool-711-thread-1]  INFO [aai-resources,67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] 1 --- [ol-711-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.265 [67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] [pool-711-thread-1]  INFO [aai-resources,67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] 1 --- [ol-711-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.265 [67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] [pool-711-thread-1]  INFO [aai-resources,67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] 1 --- [ol-711-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.267 [67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] [pool-711-thread-1]  INFO [aai-resources,67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] 1 --- [ol-711-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.268 [67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] [qtp1225114731-852] DEBUG [aai-resources,67ea56b272b7d82b11f4bed45a5e6223,11f4bed45a5e6223] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:261","respDate":"250331-08:47:46:268","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:46:261-32303\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[69aaafef-a881-4068-b754-a68da596d500], Accept=[application/json], x-invocationid=[478b7d7f-6ebf-45e7-8b3c-92569322a750], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:46.288 [67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] [qtp1225114731-22]  INFO [aai-resources,67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.292 [67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] [pool-712-thread-1]  INFO [aai-resources,67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] 1 --- [ol-712-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.292 [67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] [pool-712-thread-1]  INFO [aai-resources,67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] 1 --- [ol-712-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.292 [67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] [pool-712-thread-1]  INFO [aai-resources,67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] 1 --- [ol-712-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.293 [67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] [pool-712-thread-1]  INFO [aai-resources,67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] 1 --- [ol-712-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.304 [67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] [pool-712-thread-1]  INFO [aai-resources,67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] 1 --- [ol-712-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.306 [67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] [qtp1225114731-22] DEBUG [aai-resources,67ea56b26fac9bad93b9b5d31c563df3,93b9b5d31c563df3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:288","respDate":"250331-08:47:46:306","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:46:288-41387\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[67e09d33-e8e4-470d-9b76-afa0ce990d49], Accept=[application/json], x-invocationid=[6aa2ce8b-d108-40d1-a088-07e0d7e5b2d4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:47:46.347 [67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] [qtp1225114731-852]  INFO [aai-resources,67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.352 [67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] [pool-713-thread-1]  INFO [aai-resources,67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] 1 --- [ol-713-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.352 [67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] [pool-713-thread-1]  INFO [aai-resources,67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] 1 --- [ol-713-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.352 [67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] [pool-713-thread-1]  INFO [aai-resources,67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] 1 --- [ol-713-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.352 [67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] [pool-713-thread-1]  INFO [aai-resources,67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] 1 --- [ol-713-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.372 [67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] [pool-713-thread-1]  INFO [aai-resources,67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] 1 --- [ol-713-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.372 [67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] [qtp1225114731-852] DEBUG [aai-resources,67ea56b2ebb4f0b651d1bbc164ce4139,51d1bbc164ce4139] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:348","respDate":"250331-08:47:46:372","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:46:348-23633\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[be7460c5-b4b6-4f70-9992-889943e37b0b], Accept=[application/json], x-invocationid=[8077a8b9-e91a-4e52-a1e7-5e558de34147], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1181 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:47:46.395 [67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] [qtp1225114731-22]  INFO [aai-resources,67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.400 [67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] [pool-714-thread-1]  INFO [aai-resources,67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] 1 --- [ol-714-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.400 [67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] [pool-714-thread-1]  INFO [aai-resources,67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] 1 --- [ol-714-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.400 [67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] [pool-714-thread-1]  INFO [aai-resources,67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] 1 --- [ol-714-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.400 [67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] [pool-714-thread-1]  INFO [aai-resources,67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] 1 --- [ol-714-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.403 [67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] [pool-714-thread-1]  INFO [aai-resources,67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] 1 --- [ol-714-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.403 [67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] [qtp1225114731-22] DEBUG [aai-resources,67ea56b287a117a8f8690a9181d74d14,f8690a9181d74d14] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:396","respDate":"250331-08:47:46:403","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:46:396-12665\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0d5ba9ec-a807-4ca3-88ea-363f2738713a], Accept=[application/json], x-invocationid=[7e7e399c-5b59-44a1-829a-6a7311826a80], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:46.425 [67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] [qtp1225114731-852]  INFO [aai-resources,67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.430 [67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] [pool-715-thread-1]  INFO [aai-resources,67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] 1 --- [ol-715-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.430 [67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] [pool-715-thread-1]  INFO [aai-resources,67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] 1 --- [ol-715-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.430 [67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] [pool-715-thread-1]  INFO [aai-resources,67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] 1 --- [ol-715-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.430 [67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] [pool-715-thread-1]  INFO [aai-resources,67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] 1 --- [ol-715-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.432 [67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] [pool-715-thread-1]  INFO [aai-resources,67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] 1 --- [ol-715-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.434 [67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] [qtp1225114731-852] DEBUG [aai-resources,67ea56b25a9908bad729d791fb2ec375,d729d791fb2ec375] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:425","respDate":"250331-08:47:46:433","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:46:425-74946\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7a854ebf-b073-4e3d-94e4-a700871a2c12], Accept=[application/json], x-invocationid=[ad9f4235-884d-46d2-abcb-eaf10e102b1a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:47:46.457 [67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] [qtp1225114731-22]  INFO [aai-resources,67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.461 [67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] [pool-716-thread-1]  INFO [aai-resources,67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] 1 --- [ol-716-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.461 [67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] [pool-716-thread-1]  INFO [aai-resources,67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] 1 --- [ol-716-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.462 [67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] [pool-716-thread-1]  INFO [aai-resources,67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] 1 --- [ol-716-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.462 [67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] [pool-716-thread-1]  INFO [aai-resources,67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] 1 --- [ol-716-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.478 [67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] [pool-716-thread-1]  INFO [aai-resources,67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] 1 --- [ol-716-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.478 [67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] [qtp1225114731-22] DEBUG [aai-resources,67ea56b21eaecc6098c58c321d0db48e,98c58c321d0db48e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:457","respDate":"250331-08:47:46:478","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:46:457-42742\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1ede3cf9-ba9a-4953-929f-a5e8d774fb13], Accept=[application/json], x-invocationid=[10ab2fdd-b602-4cdf-b0c5-d85e45038641], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1181 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:47:46.499 [67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] [qtp1225114731-852]  INFO [aai-resources,67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.504 [67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] [pool-717-thread-1]  INFO [aai-resources,67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] 1 --- [ol-717-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.504 [67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] [pool-717-thread-1]  INFO [aai-resources,67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] 1 --- [ol-717-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.504 [67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] [pool-717-thread-1]  INFO [aai-resources,67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] 1 --- [ol-717-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.504 [67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] [pool-717-thread-1]  INFO [aai-resources,67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] 1 --- [ol-717-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.514 [67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] [pool-717-thread-1]  INFO [aai-resources,67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] 1 --- [ol-717-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.515 [67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] [qtp1225114731-852] DEBUG [aai-resources,67ea56b2c57c3bb2d7b1e31c9bdd62f5,d7b1e31c9bdd62f5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:499","respDate":"250331-08:47:46:515","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:46:499-8148\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5d205bd4-3cf1-42cf-a821-c889cc1baead], Accept=[application/json], x-invocationid=[780cff66-5eb5-40e7-b84c-c16c7646d6dd], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:47:46.559 [67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] [qtp1225114731-22]  INFO [aai-resources,67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.563 [67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] [pool-718-thread-1]  INFO [aai-resources,67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] 1 --- [ol-718-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.563 [67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] [pool-718-thread-1]  INFO [aai-resources,67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] 1 --- [ol-718-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.563 [67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] [pool-718-thread-1]  INFO [aai-resources,67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] 1 --- [ol-718-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.563 [67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] [pool-718-thread-1]  INFO [aai-resources,67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] 1 --- [ol-718-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.572 [67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] [pool-718-thread-1]  INFO [aai-resources,67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] 1 --- [ol-718-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.573 [67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] [qtp1225114731-22] DEBUG [aai-resources,67ea56b2f7ff411411c7b7c8a9a2724a,11c7b7c8a9a2724a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:559","respDate":"250331-08:47:46:573","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:46:559-79871\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4f5d100f-c7d9-4623-92a2-0f2370ba970c], Accept=[application/json], x-invocationid=[d2ef05c6-9fac-4c27-8341-567f23c563cc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:47:46.593 [67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] [qtp1225114731-852]  INFO [aai-resources,67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.600 [67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] [pool-719-thread-1]  INFO [aai-resources,67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] 1 --- [ol-719-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.600 [67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] [pool-719-thread-1]  INFO [aai-resources,67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] 1 --- [ol-719-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.600 [67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] [pool-719-thread-1]  INFO [aai-resources,67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] 1 --- [ol-719-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.600 [67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] [pool-719-thread-1]  INFO [aai-resources,67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] 1 --- [ol-719-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.610 [67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] [pool-719-thread-1]  INFO [aai-resources,67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] 1 --- [ol-719-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.610 [67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] [qtp1225114731-852] DEBUG [aai-resources,67ea56b285aee71c1a67bdabba1032cd,1a67bdabba1032cd] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:593","respDate":"250331-08:47:46:610","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:46:593-30722\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f647f1e3-f253-41aa-bd4a-833720be71a2], Accept=[application/json], x-invocationid=[b855a187-5a72-4695-8a28-bcab309a4f09], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:47:46.791 [67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] [qtp1225114731-22]  INFO [aai-resources,67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.795 [67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] [pool-720-thread-1]  INFO [aai-resources,67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] 1 --- [ol-720-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.795 [67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] [pool-720-thread-1]  INFO [aai-resources,67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] 1 --- [ol-720-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.795 [67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] [pool-720-thread-1]  INFO [aai-resources,67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] 1 --- [ol-720-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.795 [67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] [pool-720-thread-1]  INFO [aai-resources,67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] 1 --- [ol-720-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.801 [67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] [pool-720-thread-1]  INFO [aai-resources,67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] 1 --- [ol-720-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type generic-vnf found at: network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:46.801 [67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] [pool-720-thread-1]  INFO [aai-resources,67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] 1 --- [ol-720-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.802 [67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] [qtp1225114731-22] DEBUG [aai-resources,67ea56b2a1b0ad4331a408c6021f94fd,31a408c6021f94fd] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:47:46:791","respDate":"250331-08:47:46:802","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:46:791-60261\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d1394193-7f73-4c19-8959-8534b3a16133], Accept=[application/json], x-invocationid=[b8590eab-6e06-412e-99d5-2d98e35b19f3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?resultIndex=0&resultSize=1&format=count" 404 357 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:47:46.827 [67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] [qtp1225114731-852]  INFO [aai-resources,67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.832 [67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] [qtp1225114731-852]  INFO [aai-resources,67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.832 [67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] [qtp1225114731-852]  INFO [aai-resources,67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.832 [67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] [qtp1225114731-852]  INFO [aai-resources,67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.832 [67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] [qtp1225114731-852]  INFO [aai-resources,67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.856 [67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] [qtp1225114731-852]  INFO [aai-resources,67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.866 [67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] [qtp1225114731-852] DEBUG [aai-resources,67ea56b2f8b55cc55e8211a6270bd39b,5e8211a6270bd39b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"201","rqstDate":"250331-08:47:46:827","respDate":"250331-08:47:46:866","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:46:827-25091\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6015011c-569a-41a2-9aaa-0b7d377512c6], Accept=[application/json], x-invocationid=[18afea9b-94a0-4f82-9011-9d54964bf6b3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[373], Content-Type=[application/json]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"23c3b9fa-47f1-4f0c-a447-c15ac10ec38c\\\",\\\"vnf-name\\\":\\\"basic_vm_macro\\\",\\\"vnf-type\\\":\\\"basic_vm_macro/null\\\",\\\"service-id\\\":\\\"1234\\\",\\\"prov-status\\\":\\\"PREPROV\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"model-invariant-id\\\":\\\"b2fd927f-da97-4f97-bb8d-4fef5bced9e3\\\",\\\"model-version-id\\\":\\\"f9ea367f-e28b-4c4e-a7be-43954490e127\\\",\\\"model-customization-id\\\":\\\"92e105bb-5c95-4851-a9a1-47aeb2f9cbde\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:47:46:827-25091\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[266328], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:47:46:827-25091]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c" 201 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 41 - "logType": "access"
2025-03-31 08:47:46.888 [67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] [qtp1225114731-22]  INFO [aai-resources,67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.891 [67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] [pool-721-thread-1]  INFO [aai-resources,67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] 1 --- [ol-721-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.892 [67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] [pool-721-thread-1]  INFO [aai-resources,67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] 1 --- [ol-721-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.892 [67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] [pool-721-thread-1]  INFO [aai-resources,67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] 1 --- [ol-721-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.892 [67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] [pool-721-thread-1]  INFO [aai-resources,67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] 1 --- [ol-721-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.893 [67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] [pool-721-thread-1]  INFO [aai-resources,67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] 1 --- [ol-721-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.894 [67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] [qtp1225114731-22] DEBUG [aai-resources,67ea56b2da6a8fc20cbffd782113dba1,0cbffd782113dba1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:888","respDate":"250331-08:47:46:894","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:46:888-63542\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fa7044b7-54bb-440e-b03e-e776b87a736e], Accept=[application/json], x-invocationid=[72c1868f-7444-4651-98f4-eac3b525002b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:47:46.915 [67ea56b2a6c7c9433400927190e38538,3400927190e38538] [qtp1225114731-852]  INFO [aai-resources,67ea56b2a6c7c9433400927190e38538,3400927190e38538] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:46.919 [67ea56b2a6c7c9433400927190e38538,3400927190e38538] [qtp1225114731-852]  INFO [aai-resources,67ea56b2a6c7c9433400927190e38538,3400927190e38538] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:46.919 [67ea56b2a6c7c9433400927190e38538,3400927190e38538] [qtp1225114731-852]  INFO [aai-resources,67ea56b2a6c7c9433400927190e38538,3400927190e38538] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:46.919 [67ea56b2a6c7c9433400927190e38538,3400927190e38538] [qtp1225114731-852]  INFO [aai-resources,67ea56b2a6c7c9433400927190e38538,3400927190e38538] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:46.919 [67ea56b2a6c7c9433400927190e38538,3400927190e38538] [qtp1225114731-852]  INFO [aai-resources,67ea56b2a6c7c9433400927190e38538,3400927190e38538] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:46.937 [67ea56b2a6c7c9433400927190e38538,3400927190e38538] [qtp1225114731-852]  INFO [aai-resources,67ea56b2a6c7c9433400927190e38538,3400927190e38538] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:46.971 [67ea56b2a6c7c9433400927190e38538,3400927190e38538] [qtp1225114731-852] DEBUG [aai-resources,67ea56b2a6c7c9433400927190e38538,3400927190e38538] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:915","respDate":"250331-08:47:46:971","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:46:915-39629\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[858f0f74-9dc3-474a-a5f7-c52466c0f3ee], Accept=[application/json], x-invocationid=[97e0a259-cbdc-496f-8c56-45e1b4912437], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[194], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:47:46:915-39629\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:47:46:915-39629]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:46 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/relationship-list/relationship" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 58 - "logType": "access"
2025-03-31 08:47:46.995 [67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] [qtp1225114731-22]  INFO [aai-resources,67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:47.000 [67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] [qtp1225114731-22]  INFO [aai-resources,67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:47.000 [67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] [qtp1225114731-22]  INFO [aai-resources,67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:47.000 [67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] [qtp1225114731-22]  INFO [aai-resources,67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:47.000 [67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] [qtp1225114731-22]  INFO [aai-resources,67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:47.017 [67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] [qtp1225114731-22]  INFO [aai-resources,67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:47.050 [67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] [qtp1225114731-22] DEBUG [aai-resources,67ea56b28e665f1446959f4b91721df1,46959f4b91721df1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:46:995","respDate":"250331-08:47:47:050","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:46:995-69732\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9ef928e6-f074-4f6a-bf49-22914436fc43], Accept=[application/json], x-invocationid=[bee8b6a6-fb8d-488b-8666-72e1d61e672a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[103], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:47:46:995-69732\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:47:46:995-69732]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:47 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/relationship-list/relationship" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 08:47:47.073 [67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] [qtp1225114731-852]  INFO [aai-resources,67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:47.077 [67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] [qtp1225114731-852]  INFO [aai-resources,67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:47.077 [67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] [qtp1225114731-852]  INFO [aai-resources,67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:47.078 [67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] [qtp1225114731-852]  INFO [aai-resources,67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:47.078 [67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] [qtp1225114731-852]  INFO [aai-resources,67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:47.099 [67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] [qtp1225114731-852]  INFO [aai-resources,67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:47.137 [67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] [qtp1225114731-852] DEBUG [aai-resources,67ea56b3cf8c202b3cfeca2815e66ab2,3cfeca2815e66ab2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:47:073","respDate":"250331-08:47:47:137","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:47:073-15583\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[df1008fd-6f8b-9fec-9f45-4b228a788c1f], Accept=[application/json], x-invocationid=[7960b201-62cd-4a4a-bcfc-81948c941a5e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[89], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:47:47:073-15583\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:47:47:073-15583]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:47 +0000] "PUT /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/relationship-list/relationship" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 65 - "logType": "access"
2025-03-31 08:47:47.160 [67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] [qtp1225114731-22]  INFO [aai-resources,67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:47.164 [67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] [pool-722-thread-1]  INFO [aai-resources,67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] 1 --- [ol-722-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:47.164 [67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] [pool-722-thread-1]  INFO [aai-resources,67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] 1 --- [ol-722-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:47.164 [67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] [pool-722-thread-1]  INFO [aai-resources,67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] 1 --- [ol-722-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:47.164 [67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] [pool-722-thread-1]  INFO [aai-resources,67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] 1 --- [ol-722-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:47.175 [67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] [pool-722-thread-1]  INFO [aai-resources,67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] 1 --- [ol-722-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:47.176 [67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] [qtp1225114731-22] DEBUG [aai-resources,67ea56b3788e1426beda99d1a506a644,beda99d1a506a644] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:47:160","respDate":"250331-08:47:47:176","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/platforms/platform/basicvm-platform?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:47:160-3048\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5c938257-659e-4432-b396-5560df8dcfa1], Accept=[application/json], x-invocationid=[f63c66ea-2314-4ae2-b2cc-e6780479f9cb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:47 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?resultIndex=0&resultSize=1&format=count" 200 28 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:47:47.198 [67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] [qtp1225114731-852]  INFO [aai-resources,67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:47.202 [67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] [qtp1225114731-852]  INFO [aai-resources,67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:47.202 [67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] [qtp1225114731-852]  INFO [aai-resources,67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:47.202 [67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] [qtp1225114731-852]  INFO [aai-resources,67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:47.203 [67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] [qtp1225114731-852]  INFO [aai-resources,67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:47.219 [67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] [qtp1225114731-852]  INFO [aai-resources,67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:47.261 [67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] [qtp1225114731-852] DEBUG [aai-resources,67ea56b371ee7e836f4b4a783fd3cbfd,6f4b4a783fd3cbfd] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:47:198","respDate":"250331-08:47:47:261","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:47:198-67686\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[9a713ded-1683-4fa1-a638-038057e8edda], Accept=[application/json], x-invocationid=[9ff340c2-ba54-4c62-bedd-d2354d0029d4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[64], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/platforms/platform/basicvm-platform\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:47:47:198-67686\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:47:47:198-67686]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:47 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/relationship-list/relationship" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 65 - "logType": "access"
2025-03-31 08:47:47.283 [67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] [qtp1225114731-22]  INFO [aai-resources,67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:47.287 [67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] [pool-723-thread-1]  INFO [aai-resources,67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] 1 --- [ol-723-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:47.287 [67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] [pool-723-thread-1]  INFO [aai-resources,67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] 1 --- [ol-723-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:47.288 [67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] [pool-723-thread-1]  INFO [aai-resources,67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] 1 --- [ol-723-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:47.288 [67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] [pool-723-thread-1]  INFO [aai-resources,67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] 1 --- [ol-723-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:47.299 [67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] [pool-723-thread-1]  INFO [aai-resources,67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] 1 --- [ol-723-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:47.299 [67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] [qtp1225114731-22] DEBUG [aai-resources,67ea56b3ca14a24632e4ea341f37f840,32e4ea341f37f840] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:47:284","respDate":"250331-08:47:47:299","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:47:284-31306\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d376f450-9346-4a97-a3e1-3f5e019557ef], Accept=[application/json], x-invocationid=[cccd5837-8200-448c-b69f-27ed5ab3c571], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:47 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?resultIndex=0&resultSize=1&format=count" 200 36 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:47:47.319 [67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] [qtp1225114731-852]  INFO [aai-resources,67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:47.325 [67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] [qtp1225114731-852]  INFO [aai-resources,67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:47.325 [67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] [qtp1225114731-852]  INFO [aai-resources,67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:47.325 [67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] [qtp1225114731-852]  INFO [aai-resources,67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:47.325 [67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] [qtp1225114731-852]  INFO [aai-resources,67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:47.342 [67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] [qtp1225114731-852]  INFO [aai-resources,67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:47.378 [67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] [qtp1225114731-852] DEBUG [aai-resources,67ea56b3c9c46edda15a2e61ba576f9e,a15a2e61ba576f9e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:47:319","respDate":"250331-08:47:47:378","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/relationship-list/relationship","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:47:319-25428\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[486d393a-8864-4ef6-8f2c-babe93b32231], Accept=[application/json], x-invocationid=[031063ca-c632-48d3-93f7-617a73f743f9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[75], Content-Type=[application/json]}\",\"Payload\":\"{\\\"related-link\\\":\\\"/business/lines-of-business/line-of-business/basicvm-lob\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:47:47:319-25428\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:47:47:319-25428]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:47 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/relationship-list/relationship" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 61 - "logType": "access"
2025-03-31 08:47:48.247 [67ea56b48d98b3af0f3d4bda51902fb7,0f3d4bda51902fb7] [qtp1225114731-22]  INFO [aai-resources,67ea56b48d98b3af0f3d4bda51902fb7,0f3d4bda51902fb7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:48.266 [67ea56b48d98b3af0f3d4bda51902fb7,0f3d4bda51902fb7] [qtp1225114731-22] DEBUG [aai-resources,67ea56b48d98b3af0f3d4bda51902fb7,0f3d4bda51902fb7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4a3fa80e-e287-4cd6-9168-1ca0b8cf9b2d","status":"200","rqstDate":"250331-08:47:48:247","respDate":"250331-08:47:48:266","sourceId":"haproxy:4a3fa80e-e287-4cd6-9168-1ca0b8cf9b2d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:48:247-22464\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aeeb6e15-622d-4296-9400-b978b0e1ac5e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4a3fa80e-e287-4cd6-9168-1ca0b8cf9b2d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:47:48.831 [67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] [qtp1225114731-852]  INFO [aai-resources,67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:48.836 [67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] [pool-724-thread-1]  INFO [aai-resources,67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] 1 --- [ol-724-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:48.836 [67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] [pool-724-thread-1]  INFO [aai-resources,67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] 1 --- [ol-724-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:48.836 [67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] [pool-724-thread-1]  INFO [aai-resources,67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] 1 --- [ol-724-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:48.836 [67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] [pool-724-thread-1]  INFO [aai-resources,67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] 1 --- [ol-724-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:48.869 [67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] [pool-724-thread-1]  INFO [aai-resources,67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] 1 --- [ol-724-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:48.869 [67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] [qtp1225114731-852] DEBUG [aai-resources,67ea56b424461bb49722fc4240a16dd6,9722fc4240a16dd6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"14d3bdbf-7018-4975-b031-6b58a16378a6","status":"200","rqstDate":"250331-08:47:48:832","respDate":"250331-08:47:48:869","sourceId":"openECOMP:14d3bdbf-7018-4975-b031-6b58a16378a6","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:48:832-40891\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[12362930-0969-43fe-858f-046336de752c], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[14d3bdbf-7018-4975-b031-6b58a16378a6], Host=[aai.onap:48779], Pragma=[no-cache], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[14d3bdbf-7018-4975-b031-6b58a16378a6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:48 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 2996 REST 14d3bdbf-7018-4975-b031-6b58a16378a6 openECOMP 127.0.0.6 - - - - - - - - - 41 - "logType": "access"
2025-03-31 08:47:48.939 [67ea56b42ce6be9837094e433820810f,37094e433820810f] [qtp1225114731-22]  INFO [aai-resources,67ea56b42ce6be9837094e433820810f,37094e433820810f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:48.943 [67ea56b42ce6be9837094e433820810f,37094e433820810f] [pool-725-thread-1]  INFO [aai-resources,67ea56b42ce6be9837094e433820810f,37094e433820810f] 1 --- [ol-725-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:48.944 [67ea56b42ce6be9837094e433820810f,37094e433820810f] [pool-725-thread-1]  INFO [aai-resources,67ea56b42ce6be9837094e433820810f,37094e433820810f] 1 --- [ol-725-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:48.944 [67ea56b42ce6be9837094e433820810f,37094e433820810f] [pool-725-thread-1]  INFO [aai-resources,67ea56b42ce6be9837094e433820810f,37094e433820810f] 1 --- [ol-725-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:48.944 [67ea56b42ce6be9837094e433820810f,37094e433820810f] [pool-725-thread-1]  INFO [aai-resources,67ea56b42ce6be9837094e433820810f,37094e433820810f] 1 --- [ol-725-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:48.969 [67ea56b42ce6be9837094e433820810f,37094e433820810f] [pool-725-thread-1]  INFO [aai-resources,67ea56b42ce6be9837094e433820810f,37094e433820810f] 1 --- [ol-725-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:48.969 [67ea56b42ce6be9837094e433820810f,37094e433820810f] [qtp1225114731-22] DEBUG [aai-resources,67ea56b42ce6be9837094e433820810f,37094e433820810f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"14d3bdbf-7018-4975-b031-6b58a16378a6","status":"200","rqstDate":"250331-08:47:48:939","respDate":"250331-08:47:48:969","sourceId":"openECOMP:14d3bdbf-7018-4975-b031-6b58a16378a6","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:48:939-81633\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[71668c6d-de4b-4e51-aaf3-a0835b8ea7ec], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[14d3bdbf-7018-4975-b031-6b58a16378a6], Host=[aai.onap:48779], Pragma=[no-cache], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[14d3bdbf-7018-4975-b031-6b58a16378a6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:48 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 2996 REST 14d3bdbf-7018-4975-b031-6b58a16378a6 openECOMP 127.0.0.6 - - - - - - - - - 32 - "logType": "access"
2025-03-31 08:47:49.030 [67ea56b50861965448918545bc6b9761,48918545bc6b9761] [qtp1225114731-852]  INFO [aai-resources,67ea56b50861965448918545bc6b9761,48918545bc6b9761] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:49.036 [67ea56b50861965448918545bc6b9761,48918545bc6b9761] [qtp1225114731-852]  INFO [aai-resources,67ea56b50861965448918545bc6b9761,48918545bc6b9761] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:49.036 [67ea56b50861965448918545bc6b9761,48918545bc6b9761] [qtp1225114731-852]  INFO [aai-resources,67ea56b50861965448918545bc6b9761,48918545bc6b9761] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:49.036 [67ea56b50861965448918545bc6b9761,48918545bc6b9761] [qtp1225114731-852]  INFO [aai-resources,67ea56b50861965448918545bc6b9761,48918545bc6b9761] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:49.036 [67ea56b50861965448918545bc6b9761,48918545bc6b9761] [qtp1225114731-852]  INFO [aai-resources,67ea56b50861965448918545bc6b9761,48918545bc6b9761] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:49.094 [67ea56b50861965448918545bc6b9761,48918545bc6b9761] [qtp1225114731-852]  INFO [aai-resources,67ea56b50861965448918545bc6b9761,48918545bc6b9761] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:49.110 [67ea56b50861965448918545bc6b9761,48918545bc6b9761] [qtp1225114731-852] DEBUG [aai-resources,67ea56b50861965448918545bc6b9761,48918545bc6b9761] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"14d3bdbf-7018-4975-b031-6b58a16378a6","status":"200","rqstDate":"250331-08:47:49:030","respDate":"250331-08:47:49:110","sourceId":"openECOMP:14d3bdbf-7018-4975-b031-6b58a16378a6","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?resource-version=1743410867325","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:49:030-22259\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[aa26d081-a7e9-4cb8-875b-1a2c34bf3ce6], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[14d3bdbf-7018-4975-b031-6b58a16378a6], Host=[aai.onap:48779], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[511], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[14d3bdbf-7018-4975-b031-6b58a16378a6]}\",\"Payload\":\"{\\\"selflink\\\":\\\"rests/data/GENERIC-RESOURCE-API:services/service=ed35c6c5-96fa-468c-a227-d1d1d78b187a/service-data/vnfs/vnf=23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vnf-data/vnf-topology?content=config\\\",\\\"model-version-id\\\":\\\"f9ea367f-e28b-4c4e-a7be-43954490e127\\\",\\\"model-customization-id\\\":\\\"92e105bb-5c95-4851-a9a1-47aeb2f9cbde\\\",\\\"resource-version\\\":\\\"1743410867325\\\",\\\"prov-status\\\":\\\"PREPROV\\\",\\\"operational-status\\\":\\\"out-of-service-path\\\",\\\"model-invariant-id\\\":\\\"b2fd927f-da97-4f97-bb8d-4fef5bced9e3\\\",\\\"vnf-name\\\":\\\"ubuntu20-VNF-name\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:47:49:030-22259\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266328], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:47:49:030-22259]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:49 +0000] "POST /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?resource-version=1743410867325" 200 0 REST 14d3bdbf-7018-4975-b031-6b58a16378a6 openECOMP 127.0.0.6 - - - - - - - - - 83 - "logType": "access"
2025-03-31 08:47:50.271 [67ea56b6c23b1e51c1c02e5fb02e48cf,c1c02e5fb02e48cf] [qtp1225114731-22]  INFO [aai-resources,67ea56b6c23b1e51c1c02e5fb02e48cf,c1c02e5fb02e48cf] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:50.281 [67ea56b6c23b1e51c1c02e5fb02e48cf,c1c02e5fb02e48cf] [qtp1225114731-22] DEBUG [aai-resources,67ea56b6c23b1e51c1c02e5fb02e48cf,c1c02e5fb02e48cf] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"175e221b-2dfe-464c-88f8-659d79c40b1b","status":"200","rqstDate":"250331-08:47:50:271","respDate":"250331-08:47:50:281","sourceId":"haproxy:175e221b-2dfe-464c-88f8-659d79c40b1b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:50:271-76533\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[96034984-d574-4906-a17e-e005c2fb8767], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[175e221b-2dfe-464c-88f8-659d79c40b1b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:47:52.287 [67ea56b82c6fc3e578ce497a3f574b65,78ce497a3f574b65] [qtp1225114731-852]  INFO [aai-resources,67ea56b82c6fc3e578ce497a3f574b65,78ce497a3f574b65] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:52.300 [67ea56b82c6fc3e578ce497a3f574b65,78ce497a3f574b65] [qtp1225114731-852] DEBUG [aai-resources,67ea56b82c6fc3e578ce497a3f574b65,78ce497a3f574b65] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0bdaa535-8af2-4210-b3f9-84eaf2b46971","status":"200","rqstDate":"250331-08:47:52:287","respDate":"250331-08:47:52:300","sourceId":"haproxy:0bdaa535-8af2-4210-b3f9-84eaf2b46971","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:52:287-27146\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f8dcdba4-b1cb-4dab-b995-43925512aff5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0bdaa535-8af2-4210-b3f9-84eaf2b46971]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:47:53.312 [67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] [qtp1225114731-22]  INFO [aai-resources,67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:53.319 [67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] [qtp1225114731-22]  INFO [aai-resources,67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:53.319 [67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] [qtp1225114731-22]  INFO [aai-resources,67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:53.319 [67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] [qtp1225114731-22]  INFO [aai-resources,67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:53.320 [67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] [qtp1225114731-22]  INFO [aai-resources,67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:53.356 [67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] [qtp1225114731-22]  INFO [aai-resources,67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:53.374 [67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] [qtp1225114731-22] DEBUG [aai-resources,67ea56b9bdae798480ea80a06aa9e4c2,80ea80a06aa9e4c2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:53:312","respDate":"250331-08:47:53:374","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:53:312-61660\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[d94a5df5-8609-4099-8695-60a04b163bca], Accept=[application/json], x-invocationid=[eb2c598f-0631-4d22-bad2-d1e3b53e91a5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[83], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"23c3b9fa-47f1-4f0c-a447-c15ac10ec38c\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:47:53:312-61660\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266328], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:47:53:312-61660]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:53 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 66 - "logType": "access"
2025-03-31 08:47:53.857 [67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] [qtp1225114731-852]  INFO [aai-resources,67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:53.862 [67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] [pool-726-thread-1]  INFO [aai-resources,67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] 1 --- [ol-726-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:53.862 [67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] [pool-726-thread-1]  INFO [aai-resources,67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] 1 --- [ol-726-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:53.862 [67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] [pool-726-thread-1]  INFO [aai-resources,67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] 1 --- [ol-726-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:53.862 [67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] [pool-726-thread-1]  INFO [aai-resources,67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] 1 --- [ol-726-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:53.865 [67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] [pool-726-thread-1]  INFO [aai-resources,67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] 1 --- [ol-726-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:53.865 [67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] [qtp1225114731-852] DEBUG [aai-resources,67ea56b9b1b900989ec29b38a92cf8f1,9ec29b38a92cf8f1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:53:857","respDate":"250331-08:47:53:865","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:53:857-84837\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[21d9753a-fd0a-46da-8dcf-1c53a269b5d6], Accept=[application/json], x-invocationid=[44066487-82bc-4dc1-a42a-3778d25fb2af], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:53 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:47:53.887 [67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] [qtp1225114731-22]  INFO [aai-resources,67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:53.893 [67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] [pool-727-thread-1]  INFO [aai-resources,67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] 1 --- [ol-727-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:53.894 [67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] [pool-727-thread-1]  INFO [aai-resources,67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] 1 --- [ol-727-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:53.894 [67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] [pool-727-thread-1]  INFO [aai-resources,67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] 1 --- [ol-727-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:53.894 [67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] [pool-727-thread-1]  INFO [aai-resources,67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] 1 --- [ol-727-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:53.898 [67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] [pool-727-thread-1]  INFO [aai-resources,67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] 1 --- [ol-727-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:53.899 [67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] [qtp1225114731-22] DEBUG [aai-resources,67ea56b98f1c6d8e11972876d36252e4,11972876d36252e4] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:53:887","respDate":"250331-08:47:53:899","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:53:887-88773\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a55bdb1d-5a9d-4b45-ae64-f7a9852d2877], Accept=[application/json], x-invocationid=[92522254-5c04-4556-b20b-04a3ff20590c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:53 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:47:53.952 [67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] [qtp1225114731-852]  INFO [aai-resources,67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:53.957 [67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] [pool-728-thread-1]  INFO [aai-resources,67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] 1 --- [ol-728-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:53.957 [67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] [pool-728-thread-1]  INFO [aai-resources,67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] 1 --- [ol-728-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:53.958 [67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] [pool-728-thread-1]  INFO [aai-resources,67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] 1 --- [ol-728-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:53.958 [67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] [pool-728-thread-1]  INFO [aai-resources,67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] 1 --- [ol-728-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:53.973 [67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] [pool-728-thread-1]  INFO [aai-resources,67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] 1 --- [ol-728-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:53.973 [67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] [qtp1225114731-852] DEBUG [aai-resources,67ea56b9aa162b044ebe1e4bf0e5489e,4ebe1e4bf0e5489e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:53:952","respDate":"250331-08:47:53:973","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:53:952-36483\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c587c0c2-6d16-4c72-8583-d3b44c26b02d], Accept=[application/json], x-invocationid=[a56002a1-7019-4232-bf6c-72f23b1809bb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:53 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:47:53.997 [67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] [qtp1225114731-22]  INFO [aai-resources,67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.001 [67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] [pool-729-thread-1]  INFO [aai-resources,67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] 1 --- [ol-729-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.001 [67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] [pool-729-thread-1]  INFO [aai-resources,67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] 1 --- [ol-729-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.001 [67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] [pool-729-thread-1]  INFO [aai-resources,67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] 1 --- [ol-729-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.002 [67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] [pool-729-thread-1]  INFO [aai-resources,67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] 1 --- [ol-729-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.003 [67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] [pool-729-thread-1]  INFO [aai-resources,67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] 1 --- [ol-729-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.004 [67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] [qtp1225114731-22] DEBUG [aai-resources,67ea56b98c206c7a1b664a368bf41155,1b664a368bf41155] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:53:997","respDate":"250331-08:47:54:004","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:53:997-21966\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c0223aaa-7228-4c16-934f-c08b08323fbe], Accept=[application/json], x-invocationid=[09b048a6-1220-4d31-8911-80045a1a56e7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:54.029 [67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] [qtp1225114731-852]  INFO [aai-resources,67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.033 [67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] [pool-730-thread-1]  INFO [aai-resources,67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] 1 --- [ol-730-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.033 [67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] [pool-730-thread-1]  INFO [aai-resources,67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] 1 --- [ol-730-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.033 [67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] [pool-730-thread-1]  INFO [aai-resources,67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] 1 --- [ol-730-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.034 [67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] [pool-730-thread-1]  INFO [aai-resources,67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] 1 --- [ol-730-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.035 [67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] [pool-730-thread-1]  INFO [aai-resources,67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] 1 --- [ol-730-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.036 [67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] [qtp1225114731-852] DEBUG [aai-resources,67ea56ba08dc7fa34b7a1c2ad15ec1e6,4b7a1c2ad15ec1e6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:54:029","respDate":"250331-08:47:54:036","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:54:029-73853\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[841bbb41-1806-43e6-abc2-f3fd5029990f], Accept=[application/json], x-invocationid=[58d86ca0-04c8-43e4-a2cc-77a7353922a5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:47:54.059 [67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] [qtp1225114731-22]  INFO [aai-resources,67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.063 [67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] [pool-731-thread-1]  INFO [aai-resources,67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] 1 --- [ol-731-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.063 [67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] [pool-731-thread-1]  INFO [aai-resources,67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] 1 --- [ol-731-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.063 [67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] [pool-731-thread-1]  INFO [aai-resources,67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] 1 --- [ol-731-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.064 [67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] [pool-731-thread-1]  INFO [aai-resources,67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] 1 --- [ol-731-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.083 [67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] [pool-731-thread-1]  INFO [aai-resources,67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] 1 --- [ol-731-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.084 [67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] [qtp1225114731-22] DEBUG [aai-resources,67ea56ba3cb04ad2b20ac48f7f054de9,b20ac48f7f054de9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:54:059","respDate":"250331-08:47:54:084","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:54:059-82803\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0e54325b-526c-47e5-8158-822ea5a4d87c], Accept=[application/json], x-invocationid=[789ac75f-2167-43d7-aa65-744d132689f8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 3234 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:47:54.109 [67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] [qtp1225114731-852]  INFO [aai-resources,67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.115 [67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] [pool-732-thread-1]  INFO [aai-resources,67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] 1 --- [ol-732-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.115 [67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] [pool-732-thread-1]  INFO [aai-resources,67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] 1 --- [ol-732-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.115 [67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] [pool-732-thread-1]  INFO [aai-resources,67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] 1 --- [ol-732-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.115 [67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] [pool-732-thread-1]  INFO [aai-resources,67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] 1 --- [ol-732-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.117 [67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] [pool-732-thread-1]  INFO [aai-resources,67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] 1 --- [ol-732-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.117 [67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] [qtp1225114731-852] DEBUG [aai-resources,67ea56ba1422c0a5654eeb89c25405e4,654eeb89c25405e4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:54:109","respDate":"250331-08:47:54:117","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:54:109-24168\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4f23990c-7201-4f55-befe-16c717a237ef], Accept=[application/json], x-invocationid=[eaba3189-fd37-4aa3-a484-6765d235e016], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:47:54.138 [67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] [qtp1225114731-22]  INFO [aai-resources,67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.142 [67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] [pool-733-thread-1]  INFO [aai-resources,67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] 1 --- [ol-733-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.142 [67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] [pool-733-thread-1]  INFO [aai-resources,67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] 1 --- [ol-733-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.142 [67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] [pool-733-thread-1]  INFO [aai-resources,67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] 1 --- [ol-733-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.142 [67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] [pool-733-thread-1]  INFO [aai-resources,67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] 1 --- [ol-733-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.144 [67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] [pool-733-thread-1]  INFO [aai-resources,67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] 1 --- [ol-733-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.144 [67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] [qtp1225114731-22] DEBUG [aai-resources,67ea56bafc66ecf3d5057e28cabd14b5,d5057e28cabd14b5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:54:138","respDate":"250331-08:47:54:144","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:54:138-38320\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[46e6e191-5dff-4ee3-8caf-490d630a0306], Accept=[application/json], x-invocationid=[d6585642-446d-44fb-a365-17c5380da4c9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:47:54.166 [67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] [qtp1225114731-852]  INFO [aai-resources,67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.171 [67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] [pool-734-thread-1]  INFO [aai-resources,67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] 1 --- [ol-734-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.171 [67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] [pool-734-thread-1]  INFO [aai-resources,67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] 1 --- [ol-734-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.171 [67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] [pool-734-thread-1]  INFO [aai-resources,67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] 1 --- [ol-734-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.171 [67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] [pool-734-thread-1]  INFO [aai-resources,67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] 1 --- [ol-734-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.192 [67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] [pool-734-thread-1]  INFO [aai-resources,67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] 1 --- [ol-734-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.192 [67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] [qtp1225114731-852] DEBUG [aai-resources,67ea56ba9605c51f54a7b29631c84392,54a7b29631c84392] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:54:166","respDate":"250331-08:47:54:192","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:54:166-37649\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[973eb771-481c-467c-8a43-6512a1085d6e], Accept=[application/json], x-invocationid=[a5993331-4866-49f8-8f29-f362b76ecd47], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:47:54.214 [67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] [qtp1225114731-22]  INFO [aai-resources,67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.218 [67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] [pool-735-thread-1]  INFO [aai-resources,67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] 1 --- [ol-735-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.218 [67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] [pool-735-thread-1]  INFO [aai-resources,67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] 1 --- [ol-735-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.218 [67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] [pool-735-thread-1]  INFO [aai-resources,67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] 1 --- [ol-735-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.218 [67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] [pool-735-thread-1]  INFO [aai-resources,67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] 1 --- [ol-735-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.241 [67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] [pool-735-thread-1]  INFO [aai-resources,67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] 1 --- [ol-735-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.241 [67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] [qtp1225114731-22] DEBUG [aai-resources,67ea56ba767026d998dd92be7d59726e,98dd92be7d59726e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:54:214","respDate":"250331-08:47:54:241","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:54:214-45713\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2091dd13-276a-4548-856f-bbedebe5ae16], Accept=[application/json], x-invocationid=[09c28cd4-4802-4d23-977d-884283c0db1e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:47:54.289 [67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] [qtp1225114731-852]  INFO [aai-resources,67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.293 [67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] [pool-736-thread-1]  INFO [aai-resources,67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] 1 --- [ol-736-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.293 [67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] [pool-736-thread-1]  INFO [aai-resources,67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] 1 --- [ol-736-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.293 [67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] [pool-736-thread-1]  INFO [aai-resources,67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] 1 --- [ol-736-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.294 [67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] [pool-736-thread-1]  INFO [aai-resources,67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] 1 --- [ol-736-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.303 [67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] [pool-736-thread-1]  INFO [aai-resources,67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] 1 --- [ol-736-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.304 [67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] [qtp1225114731-852] DEBUG [aai-resources,67ea56ba6c5392fcb5288d4e9bd421d6,b5288d4e9bd421d6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:54:289","respDate":"250331-08:47:54:304","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:54:289-73488\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[72464baf-76fc-40ab-837b-3dd77bc7a76a], Accept=[application/json], x-invocationid=[dc0f9d08-dd7f-4909-a88c-e3a409f6e832], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
2025-03-31 08:47:54.305 [67ea56ba29195d9210ea562b0a2cd08a,10ea562b0a2cd08a] [qtp1225114731-911]  INFO [aai-resources,67ea56ba29195d9210ea562b0a2cd08a,10ea562b0a2cd08a] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:47:54.315 [67ea56ba29195d9210ea562b0a2cd08a,10ea562b0a2cd08a] [qtp1225114731-911] DEBUG [aai-resources,67ea56ba29195d9210ea562b0a2cd08a,10ea562b0a2cd08a] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5fb6ea9c-7ddb-491f-a291-a42a49c568ec","status":"200","rqstDate":"250331-08:47:54:305","respDate":"250331-08:47:54:315","sourceId":"haproxy:5fb6ea9c-7ddb-491f-a291-a42a49c568ec","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:54:305-45372\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8989e2d7-b822-4551-8404-bcda5a4ad4bf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5fb6ea9c-7ddb-491f-a291-a42a49c568ec]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:47:54.327 [67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] [qtp1225114731-20]  INFO [aai-resources,67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.333 [67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] [pool-737-thread-1]  INFO [aai-resources,67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] 1 --- [ol-737-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.333 [67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] [pool-737-thread-1]  INFO [aai-resources,67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] 1 --- [ol-737-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.333 [67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] [pool-737-thread-1]  INFO [aai-resources,67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] 1 --- [ol-737-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.333 [67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] [pool-737-thread-1]  INFO [aai-resources,67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] 1 --- [ol-737-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.341 [67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] [pool-737-thread-1]  INFO [aai-resources,67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] 1 --- [ol-737-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.342 [67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] [qtp1225114731-20] DEBUG [aai-resources,67ea56bad988e1e6f9bb64b334125aae,f9bb64b334125aae] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:54:329","respDate":"250331-08:47:54:342","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:54:329-91978\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b23cdc03-94ee-4cda-b09b-a77bdb5ef6b6], Accept=[application/json], x-invocationid=[1d772982-af2d-4329-8b32-79833fc27f19], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:47:54.362 [67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] [qtp1225114731-911]  INFO [aai-resources,67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.366 [67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] [pool-738-thread-1]  INFO [aai-resources,67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] 1 --- [ol-738-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.366 [67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] [pool-738-thread-1]  INFO [aai-resources,67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] 1 --- [ol-738-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.366 [67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] [pool-738-thread-1]  INFO [aai-resources,67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] 1 --- [ol-738-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.366 [67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] [pool-738-thread-1]  INFO [aai-resources,67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] 1 --- [ol-738-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.381 [67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] [pool-738-thread-1]  INFO [aai-resources,67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] 1 --- [ol-738-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.381 [67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] [qtp1225114731-911] DEBUG [aai-resources,67ea56ba9d623ae9cb24b029f19b9fec,cb24b029f19b9fec] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:47:54:362","respDate":"250331-08:47:54:381","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:54:362-58229\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0144a2d0-cb5a-4930-83f3-4c8bb775c47f], Accept=[application/json], x-invocationid=[a6be84cb-c84d-409e-81e8-23fe1f49c470], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 3234 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:47:54.519 [67ea56ba8a114c993251005bc1621082,3251005bc1621082] [qtp1225114731-20]  INFO [aai-resources,67ea56ba8a114c993251005bc1621082,3251005bc1621082] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.527 [67ea56ba8a114c993251005bc1621082,3251005bc1621082] [pool-739-thread-1]  INFO [aai-resources,67ea56ba8a114c993251005bc1621082,3251005bc1621082] 1 --- [ol-739-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.527 [67ea56ba8a114c993251005bc1621082,3251005bc1621082] [pool-739-thread-1]  INFO [aai-resources,67ea56ba8a114c993251005bc1621082,3251005bc1621082] 1 --- [ol-739-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.527 [67ea56ba8a114c993251005bc1621082,3251005bc1621082] [pool-739-thread-1]  INFO [aai-resources,67ea56ba8a114c993251005bc1621082,3251005bc1621082] 1 --- [ol-739-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.527 [67ea56ba8a114c993251005bc1621082,3251005bc1621082] [pool-739-thread-1]  INFO [aai-resources,67ea56ba8a114c993251005bc1621082,3251005bc1621082] 1 --- [ol-739-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.534 [67ea56ba8a114c993251005bc1621082,3251005bc1621082] [pool-739-thread-1]  INFO [aai-resources,67ea56ba8a114c993251005bc1621082,3251005bc1621082] 1 --- [ol-739-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type vf-module found at: network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:47:54.535 [67ea56ba8a114c993251005bc1621082,3251005bc1621082] [pool-739-thread-1]  INFO [aai-resources,67ea56ba8a114c993251005bc1621082,3251005bc1621082] 1 --- [ol-739-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.535 [67ea56ba8a114c993251005bc1621082,3251005bc1621082] [qtp1225114731-20] DEBUG [aai-resources,67ea56ba8a114c993251005bc1621082,3251005bc1621082] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:47:54:519","respDate":"250331-08:47:54:535","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:54:519-32492\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[924cb7f5-3827-4335-bd6f-08d37c6c869c], Accept=[application/json], x-invocationid=[8e0fe93d-88df-4c97-b05e-dba898e2b41e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?resultIndex=0&resultSize=1&format=count" 404 471 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:47:54.559 [67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] [qtp1225114731-911]  INFO [aai-resources,67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:54.569 [67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] [qtp1225114731-911]  INFO [aai-resources,67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:54.569 [67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] [qtp1225114731-911]  INFO [aai-resources,67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:54.569 [67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] [qtp1225114731-911]  INFO [aai-resources,67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:54.569 [67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] [qtp1225114731-911]  INFO [aai-resources,67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:54.605 [67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] [qtp1225114731-911]  INFO [aai-resources,67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:54.621 [67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] [qtp1225114731-911] DEBUG [aai-resources,67ea56ba13fe21f8fd10659bccefafad,fd10659bccefafad] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"201","rqstDate":"250331-08:47:54:559","respDate":"250331-08:47:54:620","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d","resourceType":"PUT","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:54:559-78265\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[53b40a7f-8863-4f77-92ff-ab0b6918818b], Accept=[application/json], x-invocationid=[ba36e68f-b602-4b5c-92d8-833b4524335f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[502], Content-Type=[application/json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"1364a22f-0c4a-4803-ad52-9e2dde2e0c9d\\\",\\\"vf-module-name\\\":\\\"basic_macro_54024979-2dcb-49c6-99a6-9da671433a57_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"is-base-vf-module\\\":true,\\\"model-invariant-id\\\":\\\"44780779-1da2-42cb-8779-3e28de6bfc4b\\\",\\\"model-version-id\\\":\\\"3f5e3850-1b64-4db5-806a-ea6336e686e0\\\",\\\"persona-model-version\\\":\\\"44780779-1da2-42cb-8779-3e28de6bfc4b\\\",\\\"model-customization-id\\\":\\\"ebeb6b6f-90b1-44bb-a75b-6e2b80581e47\\\",\\\"module-index\\\":0}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:47:54:559-78265\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[159936], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:47:54:559-78265]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:54 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d" 201 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 64 - "logType": "access"
2025-03-31 08:47:56.121 [67ea56bc1cd9816442535500d18160fd,42535500d18160fd] [qtp1225114731-20]  INFO [aai-resources,67ea56bc1cd9816442535500d18160fd,42535500d18160fd] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:56.128 [67ea56bc1cd9816442535500d18160fd,42535500d18160fd] [pool-740-thread-1]  INFO [aai-resources,67ea56bc1cd9816442535500d18160fd,42535500d18160fd] 1 --- [ol-740-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:56.128 [67ea56bc1cd9816442535500d18160fd,42535500d18160fd] [pool-740-thread-1]  INFO [aai-resources,67ea56bc1cd9816442535500d18160fd,42535500d18160fd] 1 --- [ol-740-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:56.128 [67ea56bc1cd9816442535500d18160fd,42535500d18160fd] [pool-740-thread-1]  INFO [aai-resources,67ea56bc1cd9816442535500d18160fd,42535500d18160fd] 1 --- [ol-740-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:56.128 [67ea56bc1cd9816442535500d18160fd,42535500d18160fd] [pool-740-thread-1]  INFO [aai-resources,67ea56bc1cd9816442535500d18160fd,42535500d18160fd] 1 --- [ol-740-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:56.150 [67ea56bc1cd9816442535500d18160fd,42535500d18160fd] [pool-740-thread-1]  INFO [aai-resources,67ea56bc1cd9816442535500d18160fd,42535500d18160fd] 1 --- [ol-740-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:56.150 [67ea56bc1cd9816442535500d18160fd,42535500d18160fd] [qtp1225114731-20] DEBUG [aai-resources,67ea56bc1cd9816442535500d18160fd,42535500d18160fd] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"197079b7-3c3b-4b26-9195-debefaf89919","status":"200","rqstDate":"250331-08:47:56:121","respDate":"250331-08:47:56:150","sourceId":"openECOMP:197079b7-3c3b-4b26-9195-debefaf89919","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:56:121-16384\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b7d85da3-2adb-46e1-8dcf-128030cd7318], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[197079b7-3c3b-4b26-9195-debefaf89919], Host=[aai.onap:48779], Pragma=[no-cache], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[197079b7-3c3b-4b26-9195-debefaf89919]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:56 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 503 REST 197079b7-3c3b-4b26-9195-debefaf89919 openECOMP 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:47:56.202 [67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] [qtp1225114731-911]  INFO [aai-resources,67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:56.206 [67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] [pool-741-thread-1]  INFO [aai-resources,67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] 1 --- [ol-741-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:56.206 [67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] [pool-741-thread-1]  INFO [aai-resources,67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] 1 --- [ol-741-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:56.206 [67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] [pool-741-thread-1]  INFO [aai-resources,67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] 1 --- [ol-741-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:56.207 [67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] [pool-741-thread-1]  INFO [aai-resources,67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] 1 --- [ol-741-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:56.227 [67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] [pool-741-thread-1]  INFO [aai-resources,67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] 1 --- [ol-741-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:56.228 [67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] [qtp1225114731-911] DEBUG [aai-resources,67ea56bc8285d5907f5944c787c4a956,7f5944c787c4a956] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"197079b7-3c3b-4b26-9195-debefaf89919","status":"200","rqstDate":"250331-08:47:56:202","respDate":"250331-08:47:56:227","sourceId":"openECOMP:197079b7-3c3b-4b26-9195-debefaf89919","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:47:56:202-43077\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[674c6cfb-bf42-4767-93e9-64a71ea12794], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[197079b7-3c3b-4b26-9195-debefaf89919], Host=[aai.onap:48779], Pragma=[no-cache], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[197079b7-3c3b-4b26-9195-debefaf89919]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:56 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 503 REST 197079b7-3c3b-4b26-9195-debefaf89919 openECOMP 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:47:56.276 [67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] [qtp1225114731-20]  INFO [aai-resources,67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:56.282 [67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] [qtp1225114731-20]  INFO [aai-resources,67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:47:56.282 [67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] [qtp1225114731-20]  INFO [aai-resources,67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:47:56.282 [67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] [qtp1225114731-20]  INFO [aai-resources,67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:47:56.283 [67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] [qtp1225114731-20]  INFO [aai-resources,67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:47:56.320 [67ea56bc081cf0bd3fa8c2b84db3d91c,3fa8c2b84db3d91c] [qtp1225114731-22]  INFO [aai-resources,67ea56bc081cf0bd3fa8c2b84db3d91c,3fa8c2b84db3d91c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:56.326 [67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] [qtp1225114731-20]  INFO [aai-resources,67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:47:56.334 [67ea56bc081cf0bd3fa8c2b84db3d91c,3fa8c2b84db3d91c] [qtp1225114731-22] DEBUG [aai-resources,67ea56bc081cf0bd3fa8c2b84db3d91c,3fa8c2b84db3d91c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1758dd2e-008e-4643-bb7b-8198bcda02a1","status":"200","rqstDate":"250331-08:47:56:321","respDate":"250331-08:47:56:334","sourceId":"haproxy:1758dd2e-008e-4643-bb7b-8198bcda02a1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:56:321-19045\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[605e4366-4b94-49e7-a69e-793e98865a4d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1758dd2e-008e-4643-bb7b-8198bcda02a1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:47:56.340 [67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] [qtp1225114731-20] DEBUG [aai-resources,67ea56bc622f2d4ced4dffe9bfdfb1b5,ed4dffe9bfdfb1b5] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"197079b7-3c3b-4b26-9195-debefaf89919","status":"200","rqstDate":"250331-08:47:56:277","respDate":"250331-08:47:56:340","sourceId":"openECOMP:197079b7-3c3b-4b26-9195-debefaf89919","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?resource-version=1743410874568","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:47:56:277-95723\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[4e6c87de-c3f4-49ec-93f1-1a36aad6e6d7], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[197079b7-3c3b-4b26-9195-debefaf89919], Host=[aai.onap:48779], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[310], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[197079b7-3c3b-4b26-9195-debefaf89919]}\",\"Payload\":\"{\\\"selflink\\\":\\\"rests/data/GENERIC-RESOURCE-API:services/service=ed35c6c5-96fa-468c-a227-d1d1d78b187a/service-data/vnfs/vnf=23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vnf-data/vf-modules/vf-module=1364a22f-0c4a-4803-ad52-9e2dde2e0c9d/vf-module-data/vf-module-topology?content=config\\\",\\\"resource-version\\\":\\\"1743410874568\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:47:56:277-95723\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[159936], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:47:56:277-95723]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:56 +0000] "POST /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?resource-version=1743410874568" 200 0 REST 197079b7-3c3b-4b26-9195-debefaf89919 openECOMP 127.0.0.6 - - - - - - - - - 66 - "logType": "access"
2025-03-31 08:47:58.343 [67ea56bebe1795829df585dbeacf08b4,9df585dbeacf08b4] [qtp1225114731-911]  INFO [aai-resources,67ea56bebe1795829df585dbeacf08b4,9df585dbeacf08b4] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:47:58.355 [67ea56bebe1795829df585dbeacf08b4,9df585dbeacf08b4] [qtp1225114731-911] DEBUG [aai-resources,67ea56bebe1795829df585dbeacf08b4,9df585dbeacf08b4] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3076f1b7-7a90-40b5-b231-60280834f58f","status":"200","rqstDate":"250331-08:47:58:343","respDate":"250331-08:47:58:355","sourceId":"haproxy:3076f1b7-7a90-40b5-b231-60280834f58f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:47:58:343-65337\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e99f7e80-924f-48df-a28d-bb0cd72ef2f9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3076f1b7-7a90-40b5-b231-60280834f58f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:47:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:00.361 [67ea56c0b056692b8d34c39de74f0aea,8d34c39de74f0aea] [qtp1225114731-20]  INFO [aai-resources,67ea56c0b056692b8d34c39de74f0aea,8d34c39de74f0aea] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:00.372 [67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] [qtp1225114731-852]  INFO [aai-resources,67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:00.376 [67ea56c0b056692b8d34c39de74f0aea,8d34c39de74f0aea] [qtp1225114731-20] DEBUG [aai-resources,67ea56c0b056692b8d34c39de74f0aea,8d34c39de74f0aea] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e52d447e-164f-413b-bb56-e7e6166ecfaa","status":"200","rqstDate":"250331-08:48:00:361","respDate":"250331-08:48:00:376","sourceId":"haproxy:e52d447e-164f-413b-bb56-e7e6166ecfaa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:00:361-99805\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[21621758-2ad3-44fc-b04e-c0c0724e0492], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e52d447e-164f-413b-bb56-e7e6166ecfaa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:48:00.378 [67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] [qtp1225114731-852]  INFO [aai-resources,67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:00.378 [67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] [qtp1225114731-852]  INFO [aai-resources,67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:00.378 [67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] [qtp1225114731-852]  INFO [aai-resources,67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:00.378 [67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] [qtp1225114731-852]  INFO [aai-resources,67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:00.407 [67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] [qtp1225114731-852]  INFO [aai-resources,67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:00.426 [67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] [qtp1225114731-852] DEBUG [aai-resources,67ea56c0fcc4e7f4dc0fba807f920956,dc0fba807f920956] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:00:372","respDate":"250331-08:48:00:426","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:00:372-21636\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[f69f94fe-f531-40c7-98f7-ce921b2aade3], Accept=[application/json], x-invocationid=[4451960f-4f86-4dd9-94e5-cf208d294e38], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[89], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"1364a22f-0c4a-4803-ad52-9e2dde2e0c9d\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:48:00:372-21636\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[159936], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:48:00:372-21636]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:00 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 08:48:00.763 [67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] [qtp1225114731-22]  INFO [aai-resources,67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:00.767 [67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] [pool-742-thread-1]  INFO [aai-resources,67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] 1 --- [ol-742-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:00.767 [67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] [pool-742-thread-1]  INFO [aai-resources,67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] 1 --- [ol-742-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:00.767 [67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] [pool-742-thread-1]  INFO [aai-resources,67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] 1 --- [ol-742-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:00.767 [67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] [pool-742-thread-1]  INFO [aai-resources,67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] 1 --- [ol-742-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:00.791 [67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] [pool-742-thread-1]  INFO [aai-resources,67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] 1 --- [ol-742-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:00.791 [67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] [qtp1225114731-22] DEBUG [aai-resources,67ea56c08e5bacc16f66f0fc40642ae2,6f66f0fc40642ae2] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"84437d8f-36a0-4bbb-83ae-87a43b79d30e","status":"200","rqstDate":"250331-08:48:00:763","respDate":"250331-08:48:00:791","sourceId":"prh:84437d8f-36a0-4bbb-83ae-87a43b79d30e","resourceId":"http://aai-internal.onap.svc.cluster.local:36597/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:00:763-27233\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ce90bc94-ef88-439a-b9e3-69a8931c9f10], Accept=[application/json], x-invocationid=[98b48d50-122d-42ee-a5f5-34c6270c0840], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:36597], x-requestid=[84437d8f-36a0-4bbb-83ae-87a43b79d30e], X-Forwarded-Port=[36597], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[84437d8f-36a0-4bbb-83ae-87a43b79d30e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:00 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 200 1251 REST 9999 prh 127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:48:00.806 [67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] [qtp1225114731-852]  INFO [aai-resources,67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:00.809 [67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] [pool-743-thread-1]  INFO [aai-resources,67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] 1 --- [ol-743-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:00.809 [67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] [pool-743-thread-1]  INFO [aai-resources,67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] 1 --- [ol-743-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:00.809 [67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] [pool-743-thread-1]  INFO [aai-resources,67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] 1 --- [ol-743-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:00.809 [67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] [pool-743-thread-1]  INFO [aai-resources,67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] 1 --- [ol-743-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:00.811 [67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] [pool-743-thread-1]  INFO [aai-resources,67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] 1 --- [ol-743-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:00.811 [67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] [qtp1225114731-852] DEBUG [aai-resources,67ea56c04500fc7d353bf1c562848cb9,353bf1c562848cb9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:00:806","respDate":"250331-08:48:00:811","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:00:806-17912\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[22072b4f-b2ba-48f9-a2cb-a6bbf4c1d1e3], Accept=[application/json], x-invocationid=[785a5989-943d-406a-9dc3-313ebd0f0b71], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:00 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:48:00.832 [67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] [qtp1225114731-22]  INFO [aai-resources,67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:00.837 [67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] [pool-744-thread-1]  INFO [aai-resources,67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] 1 --- [ol-744-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:00.837 [67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] [pool-744-thread-1]  INFO [aai-resources,67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] 1 --- [ol-744-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:00.837 [67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] [pool-744-thread-1]  INFO [aai-resources,67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] 1 --- [ol-744-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:00.837 [67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] [pool-744-thread-1]  INFO [aai-resources,67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] 1 --- [ol-744-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:00.840 [67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] [pool-744-thread-1]  INFO [aai-resources,67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] 1 --- [ol-744-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:00.840 [67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] [qtp1225114731-22] DEBUG [aai-resources,67ea56c02e220d874a3ceaec24031f14,4a3ceaec24031f14] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:00:833","respDate":"250331-08:48:00:840","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:00:833-73820\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6cfdfce8-6387-4aa1-93b6-9311df09f820], Accept=[application/json], x-invocationid=[2a957543-e4c6-466b-891a-af0affeabf39], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:00 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:00.852 [67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] [qtp1225114731-852]  INFO [aai-resources,67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:00.855 [67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] [pool-745-thread-1]  INFO [aai-resources,67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] 1 --- [ol-745-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:00.856 [67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] [pool-745-thread-1]  INFO [aai-resources,67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] 1 --- [ol-745-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:00.856 [67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] [pool-745-thread-1]  INFO [aai-resources,67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] 1 --- [ol-745-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:00.856 [67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] [pool-745-thread-1]  INFO [aai-resources,67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] 1 --- [ol-745-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:00.866 [67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] [pool-745-thread-1]  INFO [aai-resources,67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] 1 --- [ol-745-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:00.867 [67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] [qtp1225114731-852] DEBUG [aai-resources,67ea56c0547a29af5e03abba294a3868,5e03abba294a3868] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ccd91eb5-a370-4193-a773-f068d677e628","status":"200","rqstDate":"250331-08:48:00:852","respDate":"250331-08:48:00:867","sourceId":"prh:ccd91eb5-a370-4193-a773-f068d677e628","resourceId":"http://aai-internal.onap.svc.cluster.local:36597/aai/v23/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:00:852-68425\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e61918a8-3574-4a56-b0ae-772aea1ed687], Accept=[application/json], x-invocationid=[762b23cc-bd8a-4595-8026-b53f1498e1ef], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:36597], x-requestid=[ccd91eb5-a370-4193-a773-f068d677e628], X-Forwarded-Port=[36597], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[ccd91eb5-a370-4193-a773-f068d677e628]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:00 +0000] "GET /aai/v23/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b" 200 1537 REST 9999 prh 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:48:00.880 [67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] [qtp1225114731-22]  INFO [aai-resources,67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:00.884 [67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] [pool-746-thread-1]  INFO [aai-resources,67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] 1 --- [ol-746-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:00.884 [67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] [pool-746-thread-1]  INFO [aai-resources,67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] 1 --- [ol-746-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:00.884 [67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] [pool-746-thread-1]  INFO [aai-resources,67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] 1 --- [ol-746-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:00.885 [67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] [pool-746-thread-1]  INFO [aai-resources,67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] 1 --- [ol-746-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:00.885 [67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] [qtp1225114731-911]  INFO [aai-resources,67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:00.890 [67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] [qtp1225114731-911]  INFO [aai-resources,67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:00.890 [67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] [qtp1225114731-911]  INFO [aai-resources,67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:00.890 [67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] [qtp1225114731-911]  INFO [aai-resources,67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:00.890 [67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] [qtp1225114731-911]  INFO [aai-resources,67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:00.891 [67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] [pool-746-thread-1]  INFO [aai-resources,67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] 1 --- [ol-746-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:00.892 [67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] [qtp1225114731-22] DEBUG [aai-resources,67ea56c076202e202a067f0ed404f104,2a067f0ed404f104] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:00:880","respDate":"250331-08:48:00:892","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:00:880-55138\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8e717a1c-ca61-4eb3-adb8-005cd26c3265], Accept=[application/json], x-invocationid=[4b003feb-6b4c-4f95-9e92-0ac3bb745d2b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:00 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:48:00.908 [67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] [qtp1225114731-911]  INFO [aai-resources,67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:00.911 [67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] [qtp1225114731-852]  INFO [aai-resources,67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:00.915 [67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] [pool-747-thread-1]  INFO [aai-resources,67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] 1 --- [ol-747-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:00.915 [67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] [pool-747-thread-1]  INFO [aai-resources,67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] 1 --- [ol-747-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:00.915 [67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] [pool-747-thread-1]  INFO [aai-resources,67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] 1 --- [ol-747-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:00.915 [67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] [pool-747-thread-1]  INFO [aai-resources,67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] 1 --- [ol-747-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:00.916 [67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] [pool-747-thread-1]  INFO [aai-resources,67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] 1 --- [ol-747-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:00.917 [67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] [qtp1225114731-852] DEBUG [aai-resources,67ea56c006d7d226c59b68b6a7e68055,c59b68b6a7e68055] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:00:912","respDate":"250331-08:48:00:917","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:36597/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:00:912-27325\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b55910c6-6372-4bef-baa1-8b526508659c], Accept=[application/json], x-invocationid=[a3c5b33a-6fa0-402a-b0d0-764158f5c72d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:36597], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[36597], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:00 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:00.926 [67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] [qtp1225114731-911] DEBUG [aai-resources,67ea56c08e650845b84a5e47b5761b99,b84a5e47b5761b99] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aafb944c-54f1-4e6a-942f-94da2f75839a","status":"200","rqstDate":"250331-08:48:00:885","respDate":"250331-08:48:00:926","sourceId":"prh:aafb944c-54f1-4e6a-942f-94da2f75839a","resourceId":"http://aai-internal.onap.svc.cluster.local:41059/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:00:885-91583\",\"Http-Method\":\"PATCH\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[8679281a-1d8a-4154-9015-041f77583c46], Accept=[application/json], x-invocationid=[63ca4f06-07d8-4776-bb4f-2f2e64625679], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:41059], x-requestid=[aafb944c-54f1-4e6a-942f-94da2f75839a], X-Forwarded-Port=[41059], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[282], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[aafb944c-54f1-4e6a-942f-94da2f75839a]}\",\"Payload\":\"{\\\"correlationId\\\":\\\"TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e\\\",\\\"ipaddress-v4-oam\\\":\\\"192.168.0.1\\\",\\\"ipaddress-v6-oam\\\":\\\"2001:db8::1428:57ab\\\",\\\"serial-number\\\":\\\"6061ZW3\\\",\\\"equip-vendor\\\":\\\"Nokia\\\",\\\"equip-model\\\":\\\"val6\\\",\\\"equip-type\\\":\\\"val8\\\",\\\"nf-role\\\":\\\"gNB\\\",\\\"sw-version\\\":\\\"val7\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:48:00:885-91583\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266424], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:48:00:885-91583]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:00 +0000] "PATCH /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 200 0 REST 9999 prh 127.0.0.6 - - - - - - - - - 42 - "logType": "access"
2025-03-31 08:48:00.936 [67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] [qtp1225114731-20]  INFO [aai-resources,67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:00.939 [67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] [pool-748-thread-1]  INFO [aai-resources,67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] 1 --- [ol-748-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:00.939 [67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] [pool-748-thread-1]  INFO [aai-resources,67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] 1 --- [ol-748-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:00.939 [67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] [pool-748-thread-1]  INFO [aai-resources,67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] 1 --- [ol-748-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:00.939 [67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] [pool-748-thread-1]  INFO [aai-resources,67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] 1 --- [ol-748-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:00.941 [67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] [pool-748-thread-1]  INFO [aai-resources,67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] 1 --- [ol-748-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:00.941 [67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] [qtp1225114731-20] DEBUG [aai-resources,67ea56c0cd3695d07c303b1b63a0a6de,7c303b1b63a0a6de] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:00:936","respDate":"250331-08:48:00:941","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:00:936-61547\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e5bd6988-c450-4d90-bfe3-eb1cb1daa8bf], Accept=[application/json], x-invocationid=[3544dd3a-7ce2-4db2-bae6-73792608df64], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:00 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 6 - "logType": "access"
2025-03-31 08:48:00.962 [67ea56c0f345283505e59de069b92835,05e59de069b92835] [qtp1225114731-911]  INFO [aai-resources,67ea56c0f345283505e59de069b92835,05e59de069b92835] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:00.965 [67ea56c0f345283505e59de069b92835,05e59de069b92835] [pool-749-thread-1]  INFO [aai-resources,67ea56c0f345283505e59de069b92835,05e59de069b92835] 1 --- [ol-749-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:00.965 [67ea56c0f345283505e59de069b92835,05e59de069b92835] [pool-749-thread-1]  INFO [aai-resources,67ea56c0f345283505e59de069b92835,05e59de069b92835] 1 --- [ol-749-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:00.965 [67ea56c0f345283505e59de069b92835,05e59de069b92835] [pool-749-thread-1]  INFO [aai-resources,67ea56c0f345283505e59de069b92835,05e59de069b92835] 1 --- [ol-749-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:00.966 [67ea56c0f345283505e59de069b92835,05e59de069b92835] [pool-749-thread-1]  INFO [aai-resources,67ea56c0f345283505e59de069b92835,05e59de069b92835] 1 --- [ol-749-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:00.995 [67ea56c0f345283505e59de069b92835,05e59de069b92835] [pool-749-thread-1]  INFO [aai-resources,67ea56c0f345283505e59de069b92835,05e59de069b92835] 1 --- [ol-749-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:00.996 [67ea56c0f345283505e59de069b92835,05e59de069b92835] [qtp1225114731-911] DEBUG [aai-resources,67ea56c0f345283505e59de069b92835,05e59de069b92835] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:00:962","respDate":"250331-08:48:00:995","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:00:962-1689\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a2e1cfaf-31bc-48f3-8e10-d8fb2327a1af], Accept=[application/json], x-invocationid=[13c67ab0-4c27-452a-ba09-94974a4f4486], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:00 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 4038 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:48:01.025 [67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] [qtp1225114731-20]  INFO [aai-resources,67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.029 [67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] [pool-750-thread-1]  INFO [aai-resources,67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] 1 --- [ol-750-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.029 [67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] [pool-750-thread-1]  INFO [aai-resources,67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] 1 --- [ol-750-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.029 [67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] [pool-750-thread-1]  INFO [aai-resources,67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] 1 --- [ol-750-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.029 [67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] [pool-750-thread-1]  INFO [aai-resources,67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] 1 --- [ol-750-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.031 [67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] [pool-750-thread-1]  INFO [aai-resources,67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] 1 --- [ol-750-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.032 [67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] [qtp1225114731-20] DEBUG [aai-resources,67ea56c1ba0b1e24dd45199eece49dd9,dd45199eece49dd9] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:01:025","respDate":"250331-08:48:01:031","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:01:025-27849\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e08bd89e-1b03-45c7-aaf4-92f24aa18edf], Accept=[application/json], x-invocationid=[aed5e72d-b156-480b-ba15-00fd55d0ca7f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:01.053 [67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] [qtp1225114731-911]  INFO [aai-resources,67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.057 [67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] [pool-751-thread-1]  INFO [aai-resources,67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] 1 --- [ol-751-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.057 [67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] [pool-751-thread-1]  INFO [aai-resources,67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] 1 --- [ol-751-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.057 [67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] [pool-751-thread-1]  INFO [aai-resources,67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] 1 --- [ol-751-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.058 [67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] [pool-751-thread-1]  INFO [aai-resources,67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] 1 --- [ol-751-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.059 [67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] [pool-751-thread-1]  INFO [aai-resources,67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] 1 --- [ol-751-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.059 [67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] [qtp1225114731-911] DEBUG [aai-resources,67ea56c16f5a5625b4ff4c83dde176c8,b4ff4c83dde176c8] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:01:053","respDate":"250331-08:48:01:059","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:01:053-21974\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e3a1304f-f87f-4a43-a898-089e29b90bf5], Accept=[application/json], x-invocationid=[1746a2c9-3d44-45a7-bdec-99224dbfeba6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:01.084 [67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] [qtp1225114731-20]  INFO [aai-resources,67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.089 [67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] [pool-752-thread-1]  INFO [aai-resources,67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] 1 --- [ol-752-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.089 [67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] [pool-752-thread-1]  INFO [aai-resources,67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] 1 --- [ol-752-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.089 [67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] [pool-752-thread-1]  INFO [aai-resources,67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] 1 --- [ol-752-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.089 [67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] [pool-752-thread-1]  INFO [aai-resources,67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] 1 --- [ol-752-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.096 [67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] [pool-752-thread-1]  INFO [aai-resources,67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] 1 --- [ol-752-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.096 [67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] [qtp1225114731-20] DEBUG [aai-resources,67ea56c1477e17916cecd6b00255a52a,6cecd6b00255a52a] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:01:084","respDate":"250331-08:48:01:096","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:01:084-64099\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5a042604-12cc-4ba0-9ae0-1f7884551627], Accept=[application/json], x-invocationid=[c677dc56-7251-4438-9bc4-c8e9a4d4598e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:48:01.120 [67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] [qtp1225114731-911]  INFO [aai-resources,67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.123 [67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] [pool-753-thread-1]  INFO [aai-resources,67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] 1 --- [ol-753-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.123 [67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] [pool-753-thread-1]  INFO [aai-resources,67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] 1 --- [ol-753-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.123 [67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] [pool-753-thread-1]  INFO [aai-resources,67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] 1 --- [ol-753-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.123 [67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] [pool-753-thread-1]  INFO [aai-resources,67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] 1 --- [ol-753-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.132 [67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] [pool-753-thread-1]  INFO [aai-resources,67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] 1 --- [ol-753-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.133 [67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] [qtp1225114731-911] DEBUG [aai-resources,67ea56c1d2168aceb9b9c270e0344554,b9b9c270e0344554] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:01:120","respDate":"250331-08:48:01:133","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:01:120-68034\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5a033e2d-539f-4045-becf-2bafbd493931], Accept=[application/json], x-invocationid=[98b1504c-3643-4445-afcd-88984d935e59], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:01.153 [67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] [qtp1225114731-20]  INFO [aai-resources,67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.158 [67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] [qtp1225114731-20]  INFO [aai-resources,67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.158 [67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] [qtp1225114731-20]  INFO [aai-resources,67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.158 [67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] [qtp1225114731-20]  INFO [aai-resources,67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.158 [67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] [qtp1225114731-20]  INFO [aai-resources,67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.184 [67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] [qtp1225114731-20]  INFO [aai-resources,67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.191 [67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] [qtp1225114731-22]  INFO [aai-resources,67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.195 [67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] [pool-754-thread-1]  INFO [aai-resources,67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] 1 --- [ol-754-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.195 [67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] [pool-754-thread-1]  INFO [aai-resources,67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] 1 --- [ol-754-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.195 [67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] [pool-754-thread-1]  INFO [aai-resources,67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] 1 --- [ol-754-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.196 [67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] [pool-754-thread-1]  INFO [aai-resources,67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] 1 --- [ol-754-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.199 [67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] [qtp1225114731-20] DEBUG [aai-resources,67ea56c16c0445012de9bca61a9acfdb,2de9bca61a9acfdb] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:01:153","respDate":"250331-08:48:01:198","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:41059/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:01:153-30089\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[00cc0617-5314-4e96-9ab5-76037b0f3ee6], Accept=[application/json], x-invocationid=[54f9b434-2f94-4931-8a72-df44e74a4d82], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:41059], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[101], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"pnf-id\\\":\\\"150f6cfb-911f-4da7-828d-00bdec14c4a4\\\",\\\"orchestration-status\\\":\\\"Registered\\\",\\\"in-maint\\\":true}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:48:01:153-30089\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266424], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:48:01:153-30089]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "POST /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 200 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 47 - "logType": "access"
2025-03-31 08:48:01.205 [67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] [pool-754-thread-1]  INFO [aai-resources,67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] 1 --- [ol-754-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.206 [67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] [qtp1225114731-22] DEBUG [aai-resources,67ea56c1b0664020f2f5e6d2f14fadbb,f2f5e6d2f14fadbb] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:01:191","respDate":"250331-08:48:01:206","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:01:191-56191\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[176ee470-f6e8-4668-a2b1-ec358578a69b], Accept=[application/json], x-invocationid=[6f5e1078-9240-490d-ac63-90bc925dacb1], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:01.229 [67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] [qtp1225114731-852]  INFO [aai-resources,67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.232 [67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] [pool-755-thread-1]  INFO [aai-resources,67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] 1 --- [ol-755-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.232 [67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] [pool-755-thread-1]  INFO [aai-resources,67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] 1 --- [ol-755-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.232 [67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] [pool-755-thread-1]  INFO [aai-resources,67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] 1 --- [ol-755-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.232 [67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] [pool-755-thread-1]  INFO [aai-resources,67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] 1 --- [ol-755-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.241 [67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] [pool-755-thread-1]  INFO [aai-resources,67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] 1 --- [ol-755-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.241 [67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] [qtp1225114731-852] DEBUG [aai-resources,67ea56c1610dc2273ee68aee0290f530,3ee68aee0290f530] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:01:229","respDate":"250331-08:48:01:241","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:01:229-34139\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[716a4985-26be-4220-9350-868747514940], Accept=[application/json], x-invocationid=[9a1af67c-7b20-4550-a4a5-291a1ef212e6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:48:01.291 [67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] [qtp1225114731-22]  INFO [aai-resources,67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.295 [67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] [pool-756-thread-1]  INFO [aai-resources,67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] 1 --- [ol-756-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.295 [67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] [pool-756-thread-1]  INFO [aai-resources,67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] 1 --- [ol-756-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.295 [67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] [pool-756-thread-1]  INFO [aai-resources,67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] 1 --- [ol-756-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.295 [67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] [pool-756-thread-1]  INFO [aai-resources,67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] 1 --- [ol-756-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.318 [67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] [pool-756-thread-1]  INFO [aai-resources,67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] 1 --- [ol-756-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.318 [67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] [qtp1225114731-22] DEBUG [aai-resources,67ea56c1ee6496515ef5a7495dafb206,5ef5a7495dafb206] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:01:291","respDate":"250331-08:48:01:318","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:01:291-7451\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[94ec951c-b19d-49a5-b037-c9d8c8e8130f], Accept=[application/json], x-invocationid=[7d932428-9ac1-48f5-9929-106b0e450280], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 4038 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:48:01.622 [67ea56c1f76369a6381862fb71768e68,381862fb71768e68] [qtp1225114731-852]  INFO [aai-resources,67ea56c1f76369a6381862fb71768e68,381862fb71768e68] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.625 [67ea56c1f76369a6381862fb71768e68,381862fb71768e68] [pool-757-thread-1]  INFO [aai-resources,67ea56c1f76369a6381862fb71768e68,381862fb71768e68] 1 --- [ol-757-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.626 [67ea56c1f76369a6381862fb71768e68,381862fb71768e68] [pool-757-thread-1]  INFO [aai-resources,67ea56c1f76369a6381862fb71768e68,381862fb71768e68] 1 --- [ol-757-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.626 [67ea56c1f76369a6381862fb71768e68,381862fb71768e68] [pool-757-thread-1]  INFO [aai-resources,67ea56c1f76369a6381862fb71768e68,381862fb71768e68] 1 --- [ol-757-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.626 [67ea56c1f76369a6381862fb71768e68,381862fb71768e68] [pool-757-thread-1]  INFO [aai-resources,67ea56c1f76369a6381862fb71768e68,381862fb71768e68] 1 --- [ol-757-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.628 [67ea56c1f76369a6381862fb71768e68,381862fb71768e68] [pool-757-thread-1]  INFO [aai-resources,67ea56c1f76369a6381862fb71768e68,381862fb71768e68] 1 --- [ol-757-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.628 [67ea56c1f76369a6381862fb71768e68,381862fb71768e68] [qtp1225114731-852] DEBUG [aai-resources,67ea56c1f76369a6381862fb71768e68,381862fb71768e68] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:01:622","respDate":"250331-08:48:01:628","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/pnf_macrocustomer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:01:622-73828\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bf45eb85-9a88-41ce-a530-77d260c500fb], Accept=[application/json], x-invocationid=[fda11b96-30b5-49a9-add6-8e6fb7756346], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer" 200 141 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:01.649 [67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] [qtp1225114731-22]  INFO [aai-resources,67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.653 [67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] [pool-758-thread-1]  INFO [aai-resources,67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] 1 --- [ol-758-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.653 [67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] [pool-758-thread-1]  INFO [aai-resources,67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] 1 --- [ol-758-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.653 [67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] [pool-758-thread-1]  INFO [aai-resources,67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] 1 --- [ol-758-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.653 [67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] [pool-758-thread-1]  INFO [aai-resources,67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] 1 --- [ol-758-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.655 [67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] [pool-758-thread-1]  INFO [aai-resources,67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] 1 --- [ol-758-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.655 [67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] [qtp1225114731-22] DEBUG [aai-resources,67ea56c19c98f44361b5121648f68dca,61b5121648f68dca] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:01:650","respDate":"250331-08:48:01:655","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:01:650-54397\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5c5d99bf-bb45-45f5-a6b1-82d9dd4b74df], Accept=[application/json], x-invocationid=[3e14f411-3cbc-4e74-9bf9-7fa4958d4821], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro" 200 63 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:48:01.696 [67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] [qtp1225114731-852]  INFO [aai-resources,67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.701 [67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] [pool-759-thread-1]  INFO [aai-resources,67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] 1 --- [ol-759-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.701 [67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] [pool-759-thread-1]  INFO [aai-resources,67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] 1 --- [ol-759-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.701 [67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] [pool-759-thread-1]  INFO [aai-resources,67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] 1 --- [ol-759-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.701 [67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] [pool-759-thread-1]  INFO [aai-resources,67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] 1 --- [ol-759-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.712 [67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] [pool-759-thread-1]  INFO [aai-resources,67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] 1 --- [ol-759-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.713 [67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] [qtp1225114731-852] DEBUG [aai-resources,67ea56c1efed51867a7b3a5bebedeebf,7a7b3a5bebedeebf] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:01:696","respDate":"250331-08:48:01:713","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:01:696-70554\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[07f537e5-33d6-455b-a683-240fb993aff4], Accept=[application/json], x-invocationid=[233175ef-16ec-47be-ad5a-6219c9880c88], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1537 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:48:01.736 [67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] [qtp1225114731-22]  INFO [aai-resources,67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.743 [67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] [pool-760-thread-1]  INFO [aai-resources,67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] 1 --- [ol-760-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.743 [67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] [pool-760-thread-1]  INFO [aai-resources,67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] 1 --- [ol-760-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.743 [67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] [pool-760-thread-1]  INFO [aai-resources,67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] 1 --- [ol-760-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.743 [67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] [pool-760-thread-1]  INFO [aai-resources,67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] 1 --- [ol-760-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.745 [67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] [pool-760-thread-1]  INFO [aai-resources,67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] 1 --- [ol-760-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.745 [67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] [qtp1225114731-22] DEBUG [aai-resources,67ea56c11b2a51c911adf5a0ce3a39b9,11adf5a0ce3a39b9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:01:736","respDate":"250331-08:48:01:745","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/projects/project/pnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:01:736-22800\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[235caee3-7f3f-4ff8-869c-1a8eb4933bcc], Accept=[application/json], x-invocationid=[f470abe2-a485-40fa-897c-9eab6df2adba], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/business/projects/project/pnf_macro_project?nodes-only=" 200 71 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:48:01.765 [67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] [qtp1225114731-852]  INFO [aai-resources,67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.769 [67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] [pool-761-thread-1]  INFO [aai-resources,67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] 1 --- [ol-761-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.769 [67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] [pool-761-thread-1]  INFO [aai-resources,67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] 1 --- [ol-761-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.769 [67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] [pool-761-thread-1]  INFO [aai-resources,67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] 1 --- [ol-761-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.769 [67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] [pool-761-thread-1]  INFO [aai-resources,67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] 1 --- [ol-761-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.770 [67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] [pool-761-thread-1]  INFO [aai-resources,67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] 1 --- [ol-761-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.771 [67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] [qtp1225114731-852] DEBUG [aai-resources,67ea56c11064cc43207c93314a37bdf4,207c93314a37bdf4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:01:765","respDate":"250331-08:48:01:771","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:01:765-30506\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[83f23b4e-0c2f-472d-9f2d-4345f442db72], Accept=[application/json], x-invocationid=[11dcc966-cf3a-4cc0-b18f-48ed76264849], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=" 200 141 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:48:01.792 [67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] [qtp1225114731-22]  INFO [aai-resources,67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.795 [67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] [pool-762-thread-1]  INFO [aai-resources,67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] 1 --- [ol-762-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.795 [67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] [pool-762-thread-1]  INFO [aai-resources,67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] 1 --- [ol-762-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.795 [67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] [pool-762-thread-1]  INFO [aai-resources,67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] 1 --- [ol-762-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.795 [67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] [pool-762-thread-1]  INFO [aai-resources,67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] 1 --- [ol-762-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.816 [67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] [pool-762-thread-1]  INFO [aai-resources,67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] 1 --- [ol-762-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.816 [67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] [qtp1225114731-22] DEBUG [aai-resources,67ea56c1585a28726df5d70cffd0469d,6df5d70cffd0469d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:01:792","respDate":"250331-08:48:01:816","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:01:792-49994\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3455a10a-8d2a-47bd-ac3d-55a2d11f43e3], Accept=[application/json], x-invocationid=[61361263-f56e-49ac-8ed7-2fe83b49c75f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1" 200 1453 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:48:01.851 [67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] [qtp1225114731-852]  INFO [aai-resources,67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:01.856 [67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] [pool-763-thread-1]  INFO [aai-resources,67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] 1 --- [ol-763-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:01.856 [67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] [pool-763-thread-1]  INFO [aai-resources,67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] 1 --- [ol-763-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:01.856 [67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] [pool-763-thread-1]  INFO [aai-resources,67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] 1 --- [ol-763-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:01.856 [67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] [pool-763-thread-1]  INFO [aai-resources,67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] 1 --- [ol-763-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:01.869 [67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] [pool-763-thread-1]  INFO [aai-resources,67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] 1 --- [ol-763-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:01.869 [67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] [qtp1225114731-852] DEBUG [aai-resources,67ea56c1164d53d7b704ea389a67f1b8,b704ea389a67f1b8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:01:851","respDate":"250331-08:48:01:869","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:01:851-39752\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[007b9371-10af-4e5c-ab2a-9f338bfa725d], Accept=[application/json], x-invocationid=[9738918e-07b0-4d02-9d49-c130c7d67f5e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:01 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1537 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:48:02.013 [67ea56c281887396379505d145a5f414,379505d145a5f414] [qtp1225114731-22]  INFO [aai-resources,67ea56c281887396379505d145a5f414,379505d145a5f414] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:02.019 [67ea56c281887396379505d145a5f414,379505d145a5f414] [qtp1225114731-22]  INFO [aai-resources,67ea56c281887396379505d145a5f414,379505d145a5f414] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:02.019 [67ea56c281887396379505d145a5f414,379505d145a5f414] [qtp1225114731-22]  INFO [aai-resources,67ea56c281887396379505d145a5f414,379505d145a5f414] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:02.019 [67ea56c281887396379505d145a5f414,379505d145a5f414] [qtp1225114731-22]  INFO [aai-resources,67ea56c281887396379505d145a5f414,379505d145a5f414] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:02.019 [67ea56c281887396379505d145a5f414,379505d145a5f414] [qtp1225114731-22]  INFO [aai-resources,67ea56c281887396379505d145a5f414,379505d145a5f414] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:02.047 [67ea56c281887396379505d145a5f414,379505d145a5f414] [qtp1225114731-22]  INFO [aai-resources,67ea56c281887396379505d145a5f414,379505d145a5f414] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:02.066 [67ea56c281887396379505d145a5f414,379505d145a5f414] [qtp1225114731-22] DEBUG [aai-resources,67ea56c281887396379505d145a5f414,379505d145a5f414] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:02:014","respDate":"250331-08:48:02:066","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:02:014-50163\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[13257751-db7a-4ce5-96bc-14a69ec89513], Accept=[application/json], x-invocationid=[8a586fd4-75fa-4450-9483-5ad14ee73430], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[98], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"pnf-id\\\":\\\"150f6cfb-911f-4da7-828d-00bdec14c4a4\\\",\\\"orchestration-status\\\":\\\"Active\\\",\\\"in-maint\\\":false}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:48:02:014-50163\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266424], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:48:02:014-50163]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:02 +0000] "POST /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 200 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 54 - "logType": "access"
2025-03-31 08:48:02.383 [67ea56c26825c026d9d32cdda274d626,d9d32cdda274d626] [qtp1225114731-852]  INFO [aai-resources,67ea56c26825c026d9d32cdda274d626,d9d32cdda274d626] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:02.395 [67ea56c26825c026d9d32cdda274d626,d9d32cdda274d626] [qtp1225114731-852] DEBUG [aai-resources,67ea56c26825c026d9d32cdda274d626,d9d32cdda274d626] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"06bdc467-e7f3-486d-a88e-7e2d97e77f94","status":"200","rqstDate":"250331-08:48:02:383","respDate":"250331-08:48:02:395","sourceId":"haproxy:06bdc467-e7f3-486d-a88e-7e2d97e77f94","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:02:383-60001\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[531a9be0-5873-4729-83a4-607c50ffabb9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[06bdc467-e7f3-486d-a88e-7e2d97e77f94]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:48:02.399 [67ea56c276325b2d756a800b410c236c,756a800b410c236c] [qtp1225114731-22]  INFO [aai-resources,67ea56c276325b2d756a800b410c236c,756a800b410c236c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:02.404 [67ea56c276325b2d756a800b410c236c,756a800b410c236c] [pool-764-thread-1]  INFO [aai-resources,67ea56c276325b2d756a800b410c236c,756a800b410c236c] 1 --- [ol-764-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:02.404 [67ea56c276325b2d756a800b410c236c,756a800b410c236c] [pool-764-thread-1]  INFO [aai-resources,67ea56c276325b2d756a800b410c236c,756a800b410c236c] 1 --- [ol-764-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:02.404 [67ea56c276325b2d756a800b410c236c,756a800b410c236c] [pool-764-thread-1]  INFO [aai-resources,67ea56c276325b2d756a800b410c236c,756a800b410c236c] 1 --- [ol-764-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:02.404 [67ea56c276325b2d756a800b410c236c,756a800b410c236c] [pool-764-thread-1]  INFO [aai-resources,67ea56c276325b2d756a800b410c236c,756a800b410c236c] 1 --- [ol-764-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:02.407 [67ea56c276325b2d756a800b410c236c,756a800b410c236c] [pool-764-thread-1]  INFO [aai-resources,67ea56c276325b2d756a800b410c236c,756a800b410c236c] 1 --- [ol-764-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:02.407 [67ea56c276325b2d756a800b410c236c,756a800b410c236c] [qtp1225114731-22] DEBUG [aai-resources,67ea56c276325b2d756a800b410c236c,756a800b410c236c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:02:399","respDate":"250331-08:48:02:407","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/pnf_macrocustomer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:02:399-9574\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4ed280b8-41b2-42a0-9f63-4edc3743b10b], Accept=[application/json], x-invocationid=[8ceb9232-5153-4ffe-8e9a-c6b324237857], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:02 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer" 200 141 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:02.429 [67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] [qtp1225114731-852]  INFO [aai-resources,67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:02.433 [67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] [pool-765-thread-1]  INFO [aai-resources,67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] 1 --- [ol-765-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:02.433 [67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] [pool-765-thread-1]  INFO [aai-resources,67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] 1 --- [ol-765-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:02.434 [67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] [pool-765-thread-1]  INFO [aai-resources,67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] 1 --- [ol-765-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:02.437 [67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] [pool-765-thread-1]  INFO [aai-resources,67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] 1 --- [ol-765-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:02.440 [67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] [pool-765-thread-1]  INFO [aai-resources,67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] 1 --- [ol-765-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:02.441 [67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] [qtp1225114731-852] DEBUG [aai-resources,67ea56c255eb2e433a27defca001ec30,3a27defca001ec30] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:02:429","respDate":"250331-08:48:02:441","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:02:429-71288\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2430b3f4-caf5-4a79-af90-9754328ad56a], Accept=[application/json], x-invocationid=[d50aca10-2779-4651-9dfe-67846731f704], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:02 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro" 200 63 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:48:02.521 [67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] [qtp1225114731-22]  INFO [aai-resources,67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:02.525 [67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] [pool-766-thread-1]  INFO [aai-resources,67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] 1 --- [ol-766-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:02.525 [67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] [pool-766-thread-1]  INFO [aai-resources,67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] 1 --- [ol-766-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:02.525 [67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] [pool-766-thread-1]  INFO [aai-resources,67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] 1 --- [ol-766-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:02.525 [67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] [pool-766-thread-1]  INFO [aai-resources,67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] 1 --- [ol-766-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:02.540 [67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] [pool-766-thread-1]  INFO [aai-resources,67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] 1 --- [ol-766-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:02.540 [67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] [qtp1225114731-22] DEBUG [aai-resources,67ea56c2ad5119f784f6e1f641f7daa1,84f6e1f641f7daa1] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:02:521","respDate":"250331-08:48:02:540","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:02:521-73129\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3b68864f-1a10-4881-9c10-81f24f76791a], Accept=[application/json], x-invocationid=[156b687a-ade2-409f-ba01-5c137e82a3ad], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:02 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1537 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 34 - "logType": "access"
2025-03-31 08:48:02.565 [67ea56c2498f511ba37012be058a4065,a37012be058a4065] [qtp1225114731-852]  INFO [aai-resources,67ea56c2498f511ba37012be058a4065,a37012be058a4065] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:02.569 [67ea56c2498f511ba37012be058a4065,a37012be058a4065] [pool-767-thread-1]  INFO [aai-resources,67ea56c2498f511ba37012be058a4065,a37012be058a4065] 1 --- [ol-767-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:02.569 [67ea56c2498f511ba37012be058a4065,a37012be058a4065] [pool-767-thread-1]  INFO [aai-resources,67ea56c2498f511ba37012be058a4065,a37012be058a4065] 1 --- [ol-767-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:02.569 [67ea56c2498f511ba37012be058a4065,a37012be058a4065] [pool-767-thread-1]  INFO [aai-resources,67ea56c2498f511ba37012be058a4065,a37012be058a4065] 1 --- [ol-767-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:02.570 [67ea56c2498f511ba37012be058a4065,a37012be058a4065] [pool-767-thread-1]  INFO [aai-resources,67ea56c2498f511ba37012be058a4065,a37012be058a4065] 1 --- [ol-767-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:02.571 [67ea56c2498f511ba37012be058a4065,a37012be058a4065] [pool-767-thread-1]  INFO [aai-resources,67ea56c2498f511ba37012be058a4065,a37012be058a4065] 1 --- [ol-767-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:02.572 [67ea56c2498f511ba37012be058a4065,a37012be058a4065] [qtp1225114731-852] DEBUG [aai-resources,67ea56c2498f511ba37012be058a4065,a37012be058a4065] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:02:565","respDate":"250331-08:48:02:572","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/projects/project/pnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:02:565-56793\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4c7de839-e3b8-4568-af6e-fdf9b37a18df], Accept=[application/json], x-invocationid=[b2154e25-0bb1-4882-b3b9-3f5d822f41ef], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:02 +0000] "GET /aai/v24/business/projects/project/pnf_macro_project?nodes-only=" 200 71 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:02.595 [67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] [qtp1225114731-22]  INFO [aai-resources,67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:02.598 [67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] [pool-768-thread-1]  INFO [aai-resources,67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] 1 --- [ol-768-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:02.598 [67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] [pool-768-thread-1]  INFO [aai-resources,67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] 1 --- [ol-768-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:02.598 [67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] [pool-768-thread-1]  INFO [aai-resources,67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] 1 --- [ol-768-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:02.599 [67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] [pool-768-thread-1]  INFO [aai-resources,67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] 1 --- [ol-768-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:02.600 [67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] [pool-768-thread-1]  INFO [aai-resources,67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] 1 --- [ol-768-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:02.600 [67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] [qtp1225114731-22] DEBUG [aai-resources,67ea56c2ff16adc223869a4076dcda7e,23869a4076dcda7e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:02:595","respDate":"250331-08:48:02:600","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:02:595-63596\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[10d04d36-a196-4d10-b036-f75d320056b0], Accept=[application/json], x-invocationid=[97f12adb-29a1-4ac7-9457-683fb4a2705c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:02 +0000] "GET /aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=" 200 141 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:48:02.622 [67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] [qtp1225114731-852]  INFO [aai-resources,67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:02.626 [67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] [pool-769-thread-1]  INFO [aai-resources,67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] 1 --- [ol-769-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:02.626 [67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] [pool-769-thread-1]  INFO [aai-resources,67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] 1 --- [ol-769-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:02.626 [67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] [pool-769-thread-1]  INFO [aai-resources,67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] 1 --- [ol-769-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:02.626 [67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] [pool-769-thread-1]  INFO [aai-resources,67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] 1 --- [ol-769-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:02.647 [67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] [pool-769-thread-1]  INFO [aai-resources,67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] 1 --- [ol-769-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:02.648 [67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] [qtp1225114731-852] DEBUG [aai-resources,67ea56c2c7519e8b5652c75ab221f79a,5652c75ab221f79a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:02:622","respDate":"250331-08:48:02:648","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:02:622-44063\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3c762bec-8fc1-46ba-ac99-4b0c2d2a9913], Accept=[application/json], x-invocationid=[beab0306-a60a-4dde-b17b-f57ad1fa1718], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:02 +0000] "GET /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1" 200 1450 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:48:02.674 [67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] [qtp1225114731-22]  INFO [aai-resources,67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:02.679 [67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] [pool-770-thread-1]  INFO [aai-resources,67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] 1 --- [ol-770-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:02.679 [67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] [pool-770-thread-1]  INFO [aai-resources,67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] 1 --- [ol-770-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:02.679 [67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] [pool-770-thread-1]  INFO [aai-resources,67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] 1 --- [ol-770-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:02.679 [67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] [pool-770-thread-1]  INFO [aai-resources,67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] 1 --- [ol-770-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:02.691 [67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] [pool-770-thread-1]  INFO [aai-resources,67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] 1 --- [ol-770-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:02.692 [67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] [qtp1225114731-22] DEBUG [aai-resources,67ea56c2b60bf8a94774eb16cc55d0cd,4774eb16cc55d0cd] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:02:675","respDate":"250331-08:48:02:692","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:02:675-70235\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2d1419a3-a7a7-46ba-9bb6-0885a79c70ee], Accept=[application/json], x-invocationid=[7abca697-10b5-41ec-9c24-38e15d336eb9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:02 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1537 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:48:02.771 [67ea56c255c114752363ccd736862423,2363ccd736862423] [qtp1225114731-852]  INFO [aai-resources,67ea56c255c114752363ccd736862423,2363ccd736862423] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:02.776 [67ea56c255c114752363ccd736862423,2363ccd736862423] [pool-771-thread-1]  INFO [aai-resources,67ea56c255c114752363ccd736862423,2363ccd736862423] 1 --- [ol-771-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:02.776 [67ea56c255c114752363ccd736862423,2363ccd736862423] [pool-771-thread-1]  INFO [aai-resources,67ea56c255c114752363ccd736862423,2363ccd736862423] 1 --- [ol-771-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:02.776 [67ea56c255c114752363ccd736862423,2363ccd736862423] [pool-771-thread-1]  INFO [aai-resources,67ea56c255c114752363ccd736862423,2363ccd736862423] 1 --- [ol-771-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:02.776 [67ea56c255c114752363ccd736862423,2363ccd736862423] [pool-771-thread-1]  INFO [aai-resources,67ea56c255c114752363ccd736862423,2363ccd736862423] 1 --- [ol-771-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:02.778 [67ea56c255c114752363ccd736862423,2363ccd736862423] [pool-771-thread-1]  INFO [aai-resources,67ea56c255c114752363ccd736862423,2363ccd736862423] 1 --- [ol-771-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:02.779 [67ea56c255c114752363ccd736862423,2363ccd736862423] [qtp1225114731-852] DEBUG [aai-resources,67ea56c255c114752363ccd736862423,2363ccd736862423] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:02:771","respDate":"250331-08:48:02:779","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:02:771-66727\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[da60f638-551e-4899-9d51-24d26bca9858], Accept=[application/json], x-invocationid=[a17bce8d-2209-48f2-a182-5fdd9bd923aa], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:02 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:48:02.805 [67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] [qtp1225114731-22]  INFO [aai-resources,67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:02.814 [67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] [qtp1225114731-22]  INFO [aai-resources,67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:02.814 [67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] [qtp1225114731-22]  INFO [aai-resources,67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:02.814 [67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] [qtp1225114731-22]  INFO [aai-resources,67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:02.814 [67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] [qtp1225114731-22]  INFO [aai-resources,67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:02.847 [67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] [qtp1225114731-22]  INFO [aai-resources,67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:02.867 [67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] [qtp1225114731-22] DEBUG [aai-resources,67ea56c2aebe1028898793269f45ea5b,898793269f45ea5b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4715a784-1818-4152-bbfe-09e08e33bb0a","status":"200","rqstDate":"250331-08:48:02:805","respDate":"250331-08:48:02:867","sourceId":"UNKNOWN:4715a784-1818-4152-bbfe-09e08e33bb0a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:02:805-108\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[7572c448-83ff-4378-9cee-b0f7ded86632], Accept=[application/json], x-invocationid=[485cba25-8343-4c6e-9d71-4cc5658d5d18], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,4715a784-1818-4152-bbfe-09e08e33bb0a], Host=[aai.onap:48779], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], x-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[4715a784-1818-4152-bbfe-09e08e33bb0a], Content-Length=[183], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"3b7f54db-af67-4027-9fc8-040841ff516b\\\",\\\"service-instance-name\\\":\\\"TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:48:02:805-108\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[241832], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:48:02:805-108]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:02 +0000] "POST /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b" 200 0 REST ,4715a784-1818-4152-bbfe-09e08e33bb0a MSO 127.0.0.6 - - - - - - - - - 64 - "logType": "access"
2025-03-31 08:48:03.125 [67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] [qtp1225114731-852]  INFO [aai-resources,67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:03.131 [67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] [qtp1225114731-852]  INFO [aai-resources,67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:03.131 [67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] [qtp1225114731-852]  INFO [aai-resources,67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:03.131 [67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] [qtp1225114731-852]  INFO [aai-resources,67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] 1 --- [p1225114731-852] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:03.131 [67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] [qtp1225114731-852]  INFO [aai-resources,67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:03.155 [67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] [qtp1225114731-852]  INFO [aai-resources,67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] 1 --- [p1225114731-852] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:03.175 [67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] [qtp1225114731-852] DEBUG [aai-resources,67ea56c30cadedd8bc16de4e2485dbb1,bc16de4e2485dbb1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:03:125","respDate":"250331-08:48:03:175","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:03:125-88538\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[9c3cbf78-74e9-4378-8975-ab6271157c96], Accept=[application/json], x-invocationid=[dadd2849-9aaa-422e-9dcf-ccf67f79a5c3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[89], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"23c3b9fa-47f1-4f0c-a447-c15ac10ec38c\\\",\\\"orchestration-status\\\":\\\"ConfigAssigned\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:48:03:125-88538\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266328], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:48:03:125-88538]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:03 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 51 - "logType": "access"
2025-03-31 08:48:03.836 [67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] [qtp1225114731-22]  INFO [aai-resources,67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:03.841 [67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] [pool-772-thread-1]  INFO [aai-resources,67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] 1 --- [ol-772-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:03.841 [67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] [pool-772-thread-1]  INFO [aai-resources,67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] 1 --- [ol-772-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:03.841 [67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] [pool-772-thread-1]  INFO [aai-resources,67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] 1 --- [ol-772-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:03.841 [67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] [pool-772-thread-1]  INFO [aai-resources,67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] 1 --- [ol-772-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:03.844 [67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] [pool-772-thread-1]  INFO [aai-resources,67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] 1 --- [ol-772-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:03.844 [67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] [qtp1225114731-22] DEBUG [aai-resources,67ea56c36958966d7b1a8da7927a37ff,7b1a8da7927a37ff] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:03:836","respDate":"250331-08:48:03:844","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:03:836-3678\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3b81fb09-f134-474a-a7e8-f397f1b5c2e0], Accept=[application/json], x-invocationid=[b42288eb-04f6-4e66-b6c4-e51f0b7a6a25], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:03 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:48:03.866 [67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] [qtp1225114731-852]  INFO [aai-resources,67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:03.871 [67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] [pool-773-thread-1]  INFO [aai-resources,67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] 1 --- [ol-773-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:03.871 [67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] [pool-773-thread-1]  INFO [aai-resources,67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] 1 --- [ol-773-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:03.871 [67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] [pool-773-thread-1]  INFO [aai-resources,67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] 1 --- [ol-773-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:03.872 [67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] [pool-773-thread-1]  INFO [aai-resources,67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] 1 --- [ol-773-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:03.876 [67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] [pool-773-thread-1]  INFO [aai-resources,67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] 1 --- [ol-773-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:03.876 [67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] [qtp1225114731-852] DEBUG [aai-resources,67ea56c339620e462a4e76b44c8f7df3,2a4e76b44c8f7df3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:03:866","respDate":"250331-08:48:03:876","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:03:866-9045\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[eff124c9-741b-4caa-9a27-29d135912a99], Accept=[application/json], x-invocationid=[7c8f6b16-64f6-4a9c-a52e-5db8b8e3a848], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:03 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:48:03.928 [67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] [qtp1225114731-22]  INFO [aai-resources,67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:03.933 [67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] [pool-774-thread-1]  INFO [aai-resources,67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] 1 --- [ol-774-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:03.933 [67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] [pool-774-thread-1]  INFO [aai-resources,67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] 1 --- [ol-774-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:03.933 [67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] [pool-774-thread-1]  INFO [aai-resources,67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] 1 --- [ol-774-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:03.934 [67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] [pool-774-thread-1]  INFO [aai-resources,67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] 1 --- [ol-774-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:03.948 [67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] [pool-774-thread-1]  INFO [aai-resources,67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] 1 --- [ol-774-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:03.948 [67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] [qtp1225114731-22] DEBUG [aai-resources,67ea56c342a59789d4a4beb249e35719,d4a4beb249e35719] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:03:929","respDate":"250331-08:48:03:948","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:03:929-78843\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[52a83838-00b1-49a1-80b0-73676ddfc433], Accept=[application/json], x-invocationid=[64da2807-dcca-414e-bdee-975f4b84a50a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:03 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:48:03.975 [67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] [qtp1225114731-852]  INFO [aai-resources,67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:03.979 [67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] [pool-775-thread-1]  INFO [aai-resources,67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] 1 --- [ol-775-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:03.979 [67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] [pool-775-thread-1]  INFO [aai-resources,67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] 1 --- [ol-775-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:03.979 [67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] [pool-775-thread-1]  INFO [aai-resources,67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] 1 --- [ol-775-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:03.979 [67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] [pool-775-thread-1]  INFO [aai-resources,67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] 1 --- [ol-775-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:03.981 [67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] [pool-775-thread-1]  INFO [aai-resources,67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] 1 --- [ol-775-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:03.982 [67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] [qtp1225114731-852] DEBUG [aai-resources,67ea56c37a8fbc90a78f938f89634668,a78f938f89634668] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:03:975","respDate":"250331-08:48:03:982","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:03:975-19653\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5ae645b6-5eba-49ff-955a-2f34cf7558f0], Accept=[application/json], x-invocationid=[a61f83f4-8d26-42fc-99a3-5fcac1e815ab], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:03 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:48:04.006 [67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] [qtp1225114731-22]  INFO [aai-resources,67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:04.011 [67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] [pool-776-thread-1]  INFO [aai-resources,67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] 1 --- [ol-776-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:04.011 [67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] [pool-776-thread-1]  INFO [aai-resources,67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] 1 --- [ol-776-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:04.011 [67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] [pool-776-thread-1]  INFO [aai-resources,67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] 1 --- [ol-776-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:04.012 [67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] [pool-776-thread-1]  INFO [aai-resources,67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] 1 --- [ol-776-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:04.014 [67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] [pool-776-thread-1]  INFO [aai-resources,67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] 1 --- [ol-776-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:04.015 [67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] [qtp1225114731-22] DEBUG [aai-resources,67ea56c4bc61d6b846e5d4efb13058df,46e5d4efb13058df] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:04:006","respDate":"250331-08:48:04:015","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:04:006-50063\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[da106b28-8f1b-4819-b52b-78944e254076], Accept=[application/json], x-invocationid=[96013646-9a91-48a1-a453-c3f96b7ba2e9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:04 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:48:04.036 [67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] [qtp1225114731-852]  INFO [aai-resources,67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:04.041 [67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] [pool-777-thread-1]  INFO [aai-resources,67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] 1 --- [ol-777-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:04.041 [67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] [pool-777-thread-1]  INFO [aai-resources,67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] 1 --- [ol-777-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:04.041 [67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] [pool-777-thread-1]  INFO [aai-resources,67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] 1 --- [ol-777-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:04.041 [67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] [pool-777-thread-1]  INFO [aai-resources,67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] 1 --- [ol-777-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:04.068 [67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] [pool-777-thread-1]  INFO [aai-resources,67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] 1 --- [ol-777-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:04.069 [67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] [qtp1225114731-852] DEBUG [aai-resources,67ea56c419df22529b5728ea0a5df6bc,9b5728ea0a5df6bc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:04:036","respDate":"250331-08:48:04:069","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:04:036-79890\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4ec075b4-07ae-48e5-9e58-ab8814dcc68e], Accept=[application/json], x-invocationid=[2cf412e3-5e7b-4b34-ac14-06035f61ee8f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:04 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 4044 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 35 - "logType": "access"
2025-03-31 08:48:04.100 [67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] [qtp1225114731-22]  INFO [aai-resources,67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:04.104 [67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] [pool-778-thread-1]  INFO [aai-resources,67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] 1 --- [ol-778-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:04.104 [67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] [pool-778-thread-1]  INFO [aai-resources,67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] 1 --- [ol-778-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:04.104 [67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] [pool-778-thread-1]  INFO [aai-resources,67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] 1 --- [ol-778-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:04.104 [67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] [pool-778-thread-1]  INFO [aai-resources,67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] 1 --- [ol-778-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:04.106 [67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] [pool-778-thread-1]  INFO [aai-resources,67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] 1 --- [ol-778-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:04.106 [67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] [qtp1225114731-22] DEBUG [aai-resources,67ea56c489a492614602d1035029d4fc,4602d1035029d4fc] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:04:100","respDate":"250331-08:48:04:106","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:04:100-77928\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0dc2a65a-6598-4a4f-894f-8b51a4d09cb5], Accept=[application/json], x-invocationid=[efa9c310-3aa9-48a3-82df-cc804a1dde6f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:04 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:04.127 [67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] [qtp1225114731-852]  INFO [aai-resources,67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:04.130 [67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] [pool-779-thread-1]  INFO [aai-resources,67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] 1 --- [ol-779-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:04.130 [67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] [pool-779-thread-1]  INFO [aai-resources,67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] 1 --- [ol-779-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:04.130 [67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] [pool-779-thread-1]  INFO [aai-resources,67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] 1 --- [ol-779-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:04.130 [67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] [pool-779-thread-1]  INFO [aai-resources,67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] 1 --- [ol-779-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:04.131 [67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] [pool-779-thread-1]  INFO [aai-resources,67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] 1 --- [ol-779-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:04.131 [67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] [qtp1225114731-852] DEBUG [aai-resources,67ea56c442e589b311d96208febbdcf4,11d96208febbdcf4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:04:127","respDate":"250331-08:48:04:131","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:04:127-90355\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[558a7158-4d8a-4852-839f-31cd5f7787cd], Accept=[application/json], x-invocationid=[c2e3c0a8-7b40-46f1-a4fd-38e59e8c2498], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:04 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 6 - "logType": "access"
2025-03-31 08:48:04.153 [67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] [qtp1225114731-22]  INFO [aai-resources,67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:04.157 [67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] [pool-780-thread-1]  INFO [aai-resources,67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] 1 --- [ol-780-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:04.157 [67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] [pool-780-thread-1]  INFO [aai-resources,67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] 1 --- [ol-780-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:04.157 [67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] [pool-780-thread-1]  INFO [aai-resources,67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] 1 --- [ol-780-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:04.157 [67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] [pool-780-thread-1]  INFO [aai-resources,67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] 1 --- [ol-780-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:04.170 [67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] [pool-780-thread-1]  INFO [aai-resources,67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] 1 --- [ol-780-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:04.171 [67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] [qtp1225114731-22] DEBUG [aai-resources,67ea56c4e0e14a9fd292b61cb41a97e8,d292b61cb41a97e8] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:04:153","respDate":"250331-08:48:04:171","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:04:153-94449\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[35ea64a4-e819-4340-9ea9-cb8962eebc21], Accept=[application/json], x-invocationid=[f526d3e6-792d-4dd0-b159-d8377d0ea202], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:04 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:48:04.192 [67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] [qtp1225114731-852]  INFO [aai-resources,67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:04.196 [67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] [pool-781-thread-1]  INFO [aai-resources,67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] 1 --- [ol-781-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:04.197 [67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] [pool-781-thread-1]  INFO [aai-resources,67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] 1 --- [ol-781-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:04.197 [67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] [pool-781-thread-1]  INFO [aai-resources,67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] 1 --- [ol-781-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:04.197 [67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] [pool-781-thread-1]  INFO [aai-resources,67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] 1 --- [ol-781-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:04.206 [67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] [pool-781-thread-1]  INFO [aai-resources,67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] 1 --- [ol-781-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:04.207 [67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] [qtp1225114731-852] DEBUG [aai-resources,67ea56c43476fc7629d0e8e08488910c,29d0e8e08488910c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:04:192","respDate":"250331-08:48:04:207","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:04:192-8689\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5d90ef8d-8dca-479f-a5d4-32b502ca519f], Accept=[application/json], x-invocationid=[3c043244-6a35-4dfe-854d-eb2d003bc5df], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:04 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:04.255 [67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] [qtp1225114731-22]  INFO [aai-resources,67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:04.259 [67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] [pool-782-thread-1]  INFO [aai-resources,67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] 1 --- [ol-782-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:04.259 [67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] [pool-782-thread-1]  INFO [aai-resources,67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] 1 --- [ol-782-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:04.259 [67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] [pool-782-thread-1]  INFO [aai-resources,67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] 1 --- [ol-782-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:04.259 [67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] [pool-782-thread-1]  INFO [aai-resources,67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] 1 --- [ol-782-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:04.268 [67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] [pool-782-thread-1]  INFO [aai-resources,67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] 1 --- [ol-782-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:04.269 [67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] [qtp1225114731-22] DEBUG [aai-resources,67ea56c4ec81bf52afae9b202d60ffc6,afae9b202d60ffc6] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:04:255","respDate":"250331-08:48:04:269","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:04:255-69817\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[112d2005-7539-4c35-b71a-8358393c2514], Accept=[application/json], x-invocationid=[72c59ab2-6bf4-4746-b43e-d42337598495], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:04 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:04.288 [67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] [qtp1225114731-852]  INFO [aai-resources,67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:04.292 [67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] [pool-783-thread-1]  INFO [aai-resources,67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] 1 --- [ol-783-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:04.292 [67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] [pool-783-thread-1]  INFO [aai-resources,67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] 1 --- [ol-783-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:04.292 [67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] [pool-783-thread-1]  INFO [aai-resources,67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] 1 --- [ol-783-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:04.293 [67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] [pool-783-thread-1]  INFO [aai-resources,67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] 1 --- [ol-783-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:04.302 [67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] [pool-783-thread-1]  INFO [aai-resources,67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] 1 --- [ol-783-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:04.303 [67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] [qtp1225114731-852] DEBUG [aai-resources,67ea56c4a57a32469ce9b46185a58ae1,9ce9b46185a58ae1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:04:288","respDate":"250331-08:48:04:303","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:04:288-21602\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c0a51836-9ee0-48df-a553-d100ac491956], Accept=[application/json], x-invocationid=[7f3bf0c6-7d5f-4179-b670-b464d18496a8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:04 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1112 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:48:04.324 [67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] [qtp1225114731-22]  INFO [aai-resources,67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:04.328 [67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] [pool-784-thread-1]  INFO [aai-resources,67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] 1 --- [ol-784-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:04.328 [67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] [pool-784-thread-1]  INFO [aai-resources,67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] 1 --- [ol-784-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:04.328 [67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] [pool-784-thread-1]  INFO [aai-resources,67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] 1 --- [ol-784-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:04.328 [67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] [pool-784-thread-1]  INFO [aai-resources,67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] 1 --- [ol-784-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:04.358 [67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] [pool-784-thread-1]  INFO [aai-resources,67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] 1 --- [ol-784-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:04.358 [67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] [qtp1225114731-22] DEBUG [aai-resources,67ea56c4f300d4a898f6f9fcc468b10a,98f6f9fcc468b10a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:04:324","respDate":"250331-08:48:04:358","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:04:324-66622\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0ddeb6bc-3dbc-48f1-aa1f-19cc0145f2f7], Accept=[application/json], x-invocationid=[efe5d63b-43de-465e-93ca-16a748fddf3e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:04 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 4044 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 37 - "logType": "access"
2025-03-31 08:48:04.400 [67ea56c4c8efc38b0ba6563923d40be6,0ba6563923d40be6] [qtp1225114731-852]  INFO [aai-resources,67ea56c4c8efc38b0ba6563923d40be6,0ba6563923d40be6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:04.411 [67ea56c4c8efc38b0ba6563923d40be6,0ba6563923d40be6] [qtp1225114731-852] DEBUG [aai-resources,67ea56c4c8efc38b0ba6563923d40be6,0ba6563923d40be6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bfa19932-d915-41ad-b052-d88907a0f21a","status":"200","rqstDate":"250331-08:48:04:400","respDate":"250331-08:48:04:411","sourceId":"haproxy:bfa19932-d915-41ad-b052-d88907a0f21a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:04:400-25900\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6dead8d1-700a-4cd9-99c8-e9019c5b6c43], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bfa19932-d915-41ad-b052-d88907a0f21a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:48:04.423 [67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] [qtp1225114731-22]  INFO [aai-resources,67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:04.427 [67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] [pool-785-thread-1]  INFO [aai-resources,67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] 1 --- [ol-785-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:04.427 [67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] [pool-785-thread-1]  INFO [aai-resources,67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] 1 --- [ol-785-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:04.427 [67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] [pool-785-thread-1]  INFO [aai-resources,67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] 1 --- [ol-785-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:04.427 [67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] [pool-785-thread-1]  INFO [aai-resources,67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] 1 --- [ol-785-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:04.440 [67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] [pool-785-thread-1]  INFO [aai-resources,67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] 1 --- [ol-785-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:04.441 [67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] [qtp1225114731-22] DEBUG [aai-resources,67ea56c4dce78c913b3d3c49bec1b4d9,3b3d3c49bec1b4d9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:04:423","respDate":"250331-08:48:04:441","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:04:423-7948\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[dc0a4cac-7de9-4b73-a217-9a125602b709], Accept=[application/json], x-invocationid=[a9602090-92a2-45a2-a448-0f6b8cb82776], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:04 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 774 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:48:06.417 [67ea56c62ea1edcff0a1d4ff7befef19,f0a1d4ff7befef19] [qtp1225114731-852]  INFO [aai-resources,67ea56c62ea1edcff0a1d4ff7befef19,f0a1d4ff7befef19] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:06.428 [67ea56c62ea1edcff0a1d4ff7befef19,f0a1d4ff7befef19] [qtp1225114731-852] DEBUG [aai-resources,67ea56c62ea1edcff0a1d4ff7befef19,f0a1d4ff7befef19] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8fac9f86-8086-437e-a559-d0915ff42cfd","status":"200","rqstDate":"250331-08:48:06:417","respDate":"250331-08:48:06:428","sourceId":"haproxy:8fac9f86-8086-437e-a559-d0915ff42cfd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:06:417-95184\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7fcf3476-e888-4c71-8c19-72209aadbe1f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8fac9f86-8086-437e-a559-d0915ff42cfd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:48:08.433 [67ea56c80f5e2006c72439733c89a86b,c72439733c89a86b] [qtp1225114731-22]  INFO [aai-resources,67ea56c80f5e2006c72439733c89a86b,c72439733c89a86b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:08.446 [67ea56c80f5e2006c72439733c89a86b,c72439733c89a86b] [qtp1225114731-22] DEBUG [aai-resources,67ea56c80f5e2006c72439733c89a86b,c72439733c89a86b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"47774bcc-c537-45ac-ac7b-690c4a30db97","status":"200","rqstDate":"250331-08:48:08:434","respDate":"250331-08:48:08:445","sourceId":"haproxy:47774bcc-c537-45ac-ac7b-690c4a30db97","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:08:434-66079\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[df5487c5-7fa4-4657-b018-8745eb92ff14], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[47774bcc-c537-45ac-ac7b-690c4a30db97]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:48:10.337 [67ea56cab2715a4740936333978c1039,40936333978c1039] [qtp1225114731-852]  INFO [aai-resources,67ea56cab2715a4740936333978c1039,40936333978c1039] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:10.341 [67ea56cab2715a4740936333978c1039,40936333978c1039] [pool-786-thread-1]  INFO [aai-resources,67ea56cab2715a4740936333978c1039,40936333978c1039] 1 --- [ol-786-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:10.341 [67ea56cab2715a4740936333978c1039,40936333978c1039] [pool-786-thread-1]  INFO [aai-resources,67ea56cab2715a4740936333978c1039,40936333978c1039] 1 --- [ol-786-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:10.341 [67ea56cab2715a4740936333978c1039,40936333978c1039] [pool-786-thread-1]  INFO [aai-resources,67ea56cab2715a4740936333978c1039,40936333978c1039] 1 --- [ol-786-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:10.341 [67ea56cab2715a4740936333978c1039,40936333978c1039] [pool-786-thread-1]  INFO [aai-resources,67ea56cab2715a4740936333978c1039,40936333978c1039] 1 --- [ol-786-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:10.345 [67ea56cab2715a4740936333978c1039,40936333978c1039] [pool-786-thread-1]  INFO [aai-resources,67ea56cab2715a4740936333978c1039,40936333978c1039] 1 --- [ol-786-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:10.346 [67ea56cab2715a4740936333978c1039,40936333978c1039] [qtp1225114731-852] DEBUG [aai-resources,67ea56cab2715a4740936333978c1039,40936333978c1039] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:48:10:337","respDate":"250331-08:48:10:346","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:41059/aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions?service-type=pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:10:337-56189\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[2d6d6aa3-2005-4c51-98d4-6a7d4ad3075f], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:41059], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[41059], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:48:10 +0000] "GET /aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions?service-type=pnf_macro" 200 90 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:48:10.377 [67ea56cabb945f37f926be286538bf09,f926be286538bf09] [qtp1225114731-22]  INFO [aai-resources,67ea56cabb945f37f926be286538bf09,f926be286538bf09] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:10.382 [67ea56cabb945f37f926be286538bf09,f926be286538bf09] [pool-787-thread-1]  INFO [aai-resources,67ea56cabb945f37f926be286538bf09,f926be286538bf09] 1 --- [ol-787-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:10.382 [67ea56cabb945f37f926be286538bf09,f926be286538bf09] [pool-787-thread-1]  INFO [aai-resources,67ea56cabb945f37f926be286538bf09,f926be286538bf09] 1 --- [ol-787-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:10.382 [67ea56cabb945f37f926be286538bf09,f926be286538bf09] [pool-787-thread-1]  INFO [aai-resources,67ea56cabb945f37f926be286538bf09,f926be286538bf09] 1 --- [ol-787-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:10.383 [67ea56cabb945f37f926be286538bf09,f926be286538bf09] [pool-787-thread-1]  INFO [aai-resources,67ea56cabb945f37f926be286538bf09,f926be286538bf09] 1 --- [ol-787-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:10.411 [67ea56cabb945f37f926be286538bf09,f926be286538bf09] [pool-787-thread-1]  INFO [aai-resources,67ea56cabb945f37f926be286538bf09,f926be286538bf09] 1 --- [ol-787-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:10.412 [67ea56cabb945f37f926be286538bf09,f926be286538bf09] [qtp1225114731-22] DEBUG [aai-resources,67ea56cabb945f37f926be286538bf09,f926be286538bf09] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:48:10:377","respDate":"250331-08:48:10:412","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:41059/aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances?service-instance-name=TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:10:377-62705\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b6d79723-21a0-4313-a4dc-b82cd81833b6], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:41059], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[41059], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:48:10 +0000] "GET /aai/v27/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances?service-instance-name=TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 200 1558 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 37 - "logType": "access"
2025-03-31 08:48:10.451 [67ea56ca2f8a3f92e90d2ac382abd761,e90d2ac382abd761] [qtp1225114731-852]  INFO [aai-resources,67ea56ca2f8a3f92e90d2ac382abd761,e90d2ac382abd761] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:10.464 [67ea56ca2f8a3f92e90d2ac382abd761,e90d2ac382abd761] [qtp1225114731-852] DEBUG [aai-resources,67ea56ca2f8a3f92e90d2ac382abd761,e90d2ac382abd761] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c71661ff-bd72-47af-b812-7bfadb6fb9d5","status":"200","rqstDate":"250331-08:48:10:451","respDate":"250331-08:48:10:464","sourceId":"haproxy:c71661ff-bd72-47af-b812-7bfadb6fb9d5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:10:451-24460\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a9cdd6ec-316d-49dd-a2b9-762e412d9b07], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c71661ff-bd72-47af-b812-7bfadb6fb9d5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:12.471 [67ea56cc5028b69c41012a5d4d71238c,41012a5d4d71238c] [qtp1225114731-22]  INFO [aai-resources,67ea56cc5028b69c41012a5d4d71238c,41012a5d4d71238c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:12.490 [67ea56cc5028b69c41012a5d4d71238c,41012a5d4d71238c] [qtp1225114731-22] DEBUG [aai-resources,67ea56cc5028b69c41012a5d4d71238c,41012a5d4d71238c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"50b01839-bf28-41aa-b404-7b7b3ce2f1ae","status":"200","rqstDate":"250331-08:48:12:471","respDate":"250331-08:48:12:490","sourceId":"haproxy:50b01839-bf28-41aa-b404-7b7b3ce2f1ae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:12:471-54777\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ba9ee1d5-1949-46bf-9534-ada0423a9032], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[50b01839-bf28-41aa-b404-7b7b3ce2f1ae]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:48:14.496 [67ea56ce76e706b078cd5c2d5e79db7e,78cd5c2d5e79db7e] [qtp1225114731-852]  INFO [aai-resources,67ea56ce76e706b078cd5c2d5e79db7e,78cd5c2d5e79db7e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:14.511 [67ea56ce76e706b078cd5c2d5e79db7e,78cd5c2d5e79db7e] [qtp1225114731-852] DEBUG [aai-resources,67ea56ce76e706b078cd5c2d5e79db7e,78cd5c2d5e79db7e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e59aaa4e-72b4-499a-b624-fa5d5161c55c","status":"200","rqstDate":"250331-08:48:14:496","respDate":"250331-08:48:14:510","sourceId":"haproxy:e59aaa4e-72b4-499a-b624-fa5d5161c55c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:14:496-7462\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d04edf91-66d7-4289-8f04-db03bb4c9cc9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e59aaa4e-72b4-499a-b624-fa5d5161c55c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:48:16.518 [67ea56d0ebec56512ee9446006580e62,2ee9446006580e62] [qtp1225114731-22]  INFO [aai-resources,67ea56d0ebec56512ee9446006580e62,2ee9446006580e62] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:16.532 [67ea56d0ebec56512ee9446006580e62,2ee9446006580e62] [qtp1225114731-22] DEBUG [aai-resources,67ea56d0ebec56512ee9446006580e62,2ee9446006580e62] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0e167484-b65b-450b-bf68-d9389e7ab436","status":"200","rqstDate":"250331-08:48:16:518","respDate":"250331-08:48:16:532","sourceId":"haproxy:0e167484-b65b-450b-bf68-d9389e7ab436","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:16:518-30352\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5508a469-dfea-4ef9-b51f-91d51300c4ca], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0e167484-b65b-450b-bf68-d9389e7ab436]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:48:16.846 [67ea56d052233c6aca3addf265f33107,ca3addf265f33107] [qtp1225114731-852]  INFO [aai-resources,67ea56d052233c6aca3addf265f33107,ca3addf265f33107] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:16.850 [67ea56d052233c6aca3addf265f33107,ca3addf265f33107] [pool-788-thread-1]  INFO [aai-resources,67ea56d052233c6aca3addf265f33107,ca3addf265f33107] 1 --- [ol-788-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:16.850 [67ea56d052233c6aca3addf265f33107,ca3addf265f33107] [pool-788-thread-1]  INFO [aai-resources,67ea56d052233c6aca3addf265f33107,ca3addf265f33107] 1 --- [ol-788-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:16.850 [67ea56d052233c6aca3addf265f33107,ca3addf265f33107] [pool-788-thread-1]  INFO [aai-resources,67ea56d052233c6aca3addf265f33107,ca3addf265f33107] 1 --- [ol-788-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:16.850 [67ea56d052233c6aca3addf265f33107,ca3addf265f33107] [pool-788-thread-1]  INFO [aai-resources,67ea56d052233c6aca3addf265f33107,ca3addf265f33107] 1 --- [ol-788-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:16.852 [67ea56d052233c6aca3addf265f33107,ca3addf265f33107] [pool-788-thread-1]  INFO [aai-resources,67ea56d052233c6aca3addf265f33107,ca3addf265f33107] 1 --- [ol-788-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:16.852 [67ea56d052233c6aca3addf265f33107,ca3addf265f33107] [qtp1225114731-852] DEBUG [aai-resources,67ea56d052233c6aca3addf265f33107,ca3addf265f33107] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:16:846","respDate":"250331-08:48:16:852","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:16:846-77236\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7f1a7209-5c9f-43ac-a66d-964af690a38d], Accept=[application/json], x-invocationid=[1c828de5-0506-45f6-9028-fd6013e9091b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:16 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:16.874 [67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] [qtp1225114731-22]  INFO [aai-resources,67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:16.878 [67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] [pool-789-thread-1]  INFO [aai-resources,67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] 1 --- [ol-789-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:16.878 [67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] [pool-789-thread-1]  INFO [aai-resources,67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] 1 --- [ol-789-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:16.878 [67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] [pool-789-thread-1]  INFO [aai-resources,67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] 1 --- [ol-789-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:16.878 [67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] [pool-789-thread-1]  INFO [aai-resources,67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] 1 --- [ol-789-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:16.885 [67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] [pool-789-thread-1]  INFO [aai-resources,67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] 1 --- [ol-789-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:16.887 [67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] [qtp1225114731-22] DEBUG [aai-resources,67ea56d0447a8bd44f96b84f31b52dc8,4f96b84f31b52dc8] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:16:874","respDate":"250331-08:48:16:887","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:16:874-37505\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[def7d64d-7b1f-4c41-bd67-e8eca48ff9db], Accept=[application/json], x-invocationid=[88598901-a955-40a3-b4d0-66d0cabac06f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:16 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1535 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:16.908 [67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] [qtp1225114731-852]  INFO [aai-resources,67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:16.912 [67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] [pool-790-thread-1]  INFO [aai-resources,67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] 1 --- [ol-790-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:16.912 [67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] [pool-790-thread-1]  INFO [aai-resources,67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] 1 --- [ol-790-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:16.912 [67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] [pool-790-thread-1]  INFO [aai-resources,67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] 1 --- [ol-790-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:16.913 [67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] [pool-790-thread-1]  INFO [aai-resources,67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] 1 --- [ol-790-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:16.915 [67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] [pool-790-thread-1]  INFO [aai-resources,67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] 1 --- [ol-790-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:16.915 [67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] [qtp1225114731-852] DEBUG [aai-resources,67ea56d0ea0ca57b211e51dfd43ace12,211e51dfd43ace12] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:16:909","respDate":"250331-08:48:16:915","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/projects/project/pnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:16:909-50800\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[eaead05b-77d0-4b3c-9985-c66298c1152f], Accept=[application/json], x-invocationid=[acbcc35d-1ca5-4c81-8a0a-bd717e954591], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:16 +0000] "GET /aai/v24/business/projects/project/pnf_macro_project?nodes-only=" 200 71 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:16.936 [67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] [qtp1225114731-22]  INFO [aai-resources,67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:16.939 [67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] [pool-791-thread-1]  INFO [aai-resources,67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] 1 --- [ol-791-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:16.940 [67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] [pool-791-thread-1]  INFO [aai-resources,67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] 1 --- [ol-791-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:16.940 [67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] [pool-791-thread-1]  INFO [aai-resources,67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] 1 --- [ol-791-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:16.940 [67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] [pool-791-thread-1]  INFO [aai-resources,67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] 1 --- [ol-791-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:16.941 [67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] [pool-791-thread-1]  INFO [aai-resources,67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] 1 --- [ol-791-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:16.942 [67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] [qtp1225114731-22] DEBUG [aai-resources,67ea56d07af5d527affbb3059bc5b178,affbb3059bc5b178] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:16:936","respDate":"250331-08:48:16:942","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:16:936-76239\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f476e5be-4ce5-4170-8072-a8fd6aab2ca7], Accept=[application/json], x-invocationid=[72e1593f-e368-4733-af30-446116604a4a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:16 +0000] "GET /aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=" 200 141 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:48:16.962 [67ea56d0d99b11f39adee13184df4221,9adee13184df4221] [qtp1225114731-852]  INFO [aai-resources,67ea56d0d99b11f39adee13184df4221,9adee13184df4221] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:16.965 [67ea56d0d99b11f39adee13184df4221,9adee13184df4221] [pool-792-thread-1]  INFO [aai-resources,67ea56d0d99b11f39adee13184df4221,9adee13184df4221] 1 --- [ol-792-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:16.966 [67ea56d0d99b11f39adee13184df4221,9adee13184df4221] [pool-792-thread-1]  INFO [aai-resources,67ea56d0d99b11f39adee13184df4221,9adee13184df4221] 1 --- [ol-792-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:16.966 [67ea56d0d99b11f39adee13184df4221,9adee13184df4221] [pool-792-thread-1]  INFO [aai-resources,67ea56d0d99b11f39adee13184df4221,9adee13184df4221] 1 --- [ol-792-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:16.966 [67ea56d0d99b11f39adee13184df4221,9adee13184df4221] [pool-792-thread-1]  INFO [aai-resources,67ea56d0d99b11f39adee13184df4221,9adee13184df4221] 1 --- [ol-792-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:16.983 [67ea56d0d99b11f39adee13184df4221,9adee13184df4221] [pool-792-thread-1]  INFO [aai-resources,67ea56d0d99b11f39adee13184df4221,9adee13184df4221] 1 --- [ol-792-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:16.984 [67ea56d0d99b11f39adee13184df4221,9adee13184df4221] [qtp1225114731-852] DEBUG [aai-resources,67ea56d0d99b11f39adee13184df4221,9adee13184df4221] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:16:962","respDate":"250331-08:48:16:984","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:16:962-72270\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ad2688d9-3dd8-4613-a4ab-f26351960127], Accept=[application/json], x-invocationid=[7fb32acd-fde0-48a4-b134-baf889af4606], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:16 +0000] "GET /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1" 200 1450 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:48:17.113 [67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] [qtp1225114731-22]  INFO [aai-resources,67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:17.117 [67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] [pool-793-thread-1]  INFO [aai-resources,67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] 1 --- [ol-793-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:17.117 [67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] [pool-793-thread-1]  INFO [aai-resources,67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] 1 --- [ol-793-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:17.117 [67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] [pool-793-thread-1]  INFO [aai-resources,67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] 1 --- [ol-793-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:17.118 [67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] [pool-793-thread-1]  INFO [aai-resources,67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] 1 --- [ol-793-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:17.119 [67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] [pool-793-thread-1]  INFO [aai-resources,67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] 1 --- [ol-793-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:17.120 [67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] [qtp1225114731-22] DEBUG [aai-resources,67ea56d1204bdd692f75518d9bbb3722,2f75518d9bbb3722] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:17:114","respDate":"250331-08:48:17:120","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:17:114-6943\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ad81076d-8e01-44cf-8401-24d2fbc354ad], Accept=[application/json], x-invocationid=[cad62cc4-e76a-40f8-a9b5-b837b6aed9d6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:17 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:17.138 [67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] [qtp1225114731-852]  INFO [aai-resources,67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:17.142 [67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] [pool-794-thread-1]  INFO [aai-resources,67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] 1 --- [ol-794-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:17.142 [67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] [pool-794-thread-1]  INFO [aai-resources,67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] 1 --- [ol-794-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:17.142 [67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] [pool-794-thread-1]  INFO [aai-resources,67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] 1 --- [ol-794-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:17.142 [67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] [pool-794-thread-1]  INFO [aai-resources,67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] 1 --- [ol-794-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:17.148 [67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] [pool-794-thread-1]  INFO [aai-resources,67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] 1 --- [ol-794-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:17.148 [67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] [qtp1225114731-852] DEBUG [aai-resources,67ea56d1e6142163fd485c62b31c5d3f,fd485c62b31c5d3f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:17:139","respDate":"250331-08:48:17:148","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:17:139-71493\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[26091328-1abb-4ad1-aa09-3e581c186266], Accept=[application/json], x-invocationid=[e1d2f783-1464-4ad2-945f-ddd360c47b12], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:17 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1535 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:48:17.533 [67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] [qtp1225114731-22]  INFO [aai-resources,67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:17.537 [67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] [pool-795-thread-1]  INFO [aai-resources,67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] 1 --- [ol-795-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:17.537 [67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] [pool-795-thread-1]  INFO [aai-resources,67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] 1 --- [ol-795-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:17.537 [67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] [pool-795-thread-1]  INFO [aai-resources,67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] 1 --- [ol-795-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:17.538 [67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] [pool-795-thread-1]  INFO [aai-resources,67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] 1 --- [ol-795-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:17.539 [67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] [pool-795-thread-1]  INFO [aai-resources,67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] 1 --- [ol-795-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:17.540 [67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] [qtp1225114731-22] DEBUG [aai-resources,67ea56d15d459691f5c3069fe63c29dc,f5c3069fe63c29dc] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:17:534","respDate":"250331-08:48:17:539","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:17:534-14442\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d19a45dc-592a-4f6f-85bb-d6b0f5f66963], Accept=[application/json], x-invocationid=[c894b2b7-ef63-4285-8f2c-a3556e9fba7c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:17 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:17.561 [67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] [qtp1225114731-852]  INFO [aai-resources,67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:17.565 [67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] [pool-796-thread-1]  INFO [aai-resources,67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] 1 --- [ol-796-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:17.565 [67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] [pool-796-thread-1]  INFO [aai-resources,67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] 1 --- [ol-796-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:17.565 [67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] [pool-796-thread-1]  INFO [aai-resources,67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] 1 --- [ol-796-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:17.566 [67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] [pool-796-thread-1]  INFO [aai-resources,67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] 1 --- [ol-796-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:17.573 [67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] [pool-796-thread-1]  INFO [aai-resources,67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] 1 --- [ol-796-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:17.573 [67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] [qtp1225114731-852] DEBUG [aai-resources,67ea56d181f0c5cda4bcc6aa6d47c8f9,a4bcc6aa6d47c8f9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:17:561","respDate":"250331-08:48:17:573","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:17:561-66992\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d09b4c27-7732-4cdf-a59d-28657f5a9c02], Accept=[application/json], x-invocationid=[c74698ae-d6f0-4ae1-b9d5-370a98aa7a31], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:17 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1535 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:48:17.621 [67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] [qtp1225114731-22]  INFO [aai-resources,67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:17.625 [67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] [pool-797-thread-1]  INFO [aai-resources,67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] 1 --- [ol-797-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:17.625 [67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] [pool-797-thread-1]  INFO [aai-resources,67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] 1 --- [ol-797-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:17.625 [67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] [pool-797-thread-1]  INFO [aai-resources,67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] 1 --- [ol-797-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:17.625 [67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] [pool-797-thread-1]  INFO [aai-resources,67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] 1 --- [ol-797-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:17.626 [67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] [pool-797-thread-1]  INFO [aai-resources,67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] 1 --- [ol-797-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:17.627 [67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] [qtp1225114731-22] DEBUG [aai-resources,67ea56d145c5e797bbe910eb7c934913,bbe910eb7c934913] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:17:621","respDate":"250331-08:48:17:627","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/projects/project/pnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:17:621-29930\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[905d997c-7ee3-4e4c-aeda-4a53882fd426], Accept=[application/json], x-invocationid=[50e408e7-7fac-4bdc-9231-5b6a88d95aee], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:17 +0000] "GET /aai/v24/business/projects/project/pnf_macro_project?nodes-only=" 200 71 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:17.646 [67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] [qtp1225114731-852]  INFO [aai-resources,67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:17.649 [67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] [pool-798-thread-1]  INFO [aai-resources,67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] 1 --- [ol-798-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:17.649 [67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] [pool-798-thread-1]  INFO [aai-resources,67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] 1 --- [ol-798-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:17.649 [67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] [pool-798-thread-1]  INFO [aai-resources,67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] 1 --- [ol-798-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:17.650 [67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] [pool-798-thread-1]  INFO [aai-resources,67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] 1 --- [ol-798-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:17.651 [67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] [pool-798-thread-1]  INFO [aai-resources,67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] 1 --- [ol-798-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:17.651 [67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] [qtp1225114731-852] DEBUG [aai-resources,67ea56d1069a2f5ef3289d1f94834d91,f3289d1f94834d91] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:17:646","respDate":"250331-08:48:17:651","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:17:646-3837\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bdbdd940-47ed-4b74-b5ac-84076c33556d], Accept=[application/json], x-invocationid=[6690c5d4-d392-4b83-9940-3e48798e7d15], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:17 +0000] "GET /aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=" 200 141 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:48:17.672 [67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] [qtp1225114731-22]  INFO [aai-resources,67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:17.676 [67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] [pool-799-thread-1]  INFO [aai-resources,67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] 1 --- [ol-799-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:17.676 [67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] [pool-799-thread-1]  INFO [aai-resources,67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] 1 --- [ol-799-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:17.676 [67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] [pool-799-thread-1]  INFO [aai-resources,67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] 1 --- [ol-799-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:17.676 [67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] [pool-799-thread-1]  INFO [aai-resources,67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] 1 --- [ol-799-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:17.684 [67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] [pool-799-thread-1]  INFO [aai-resources,67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] 1 --- [ol-799-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:17.685 [67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] [qtp1225114731-22] DEBUG [aai-resources,67ea56d103674b04031f106a6fe088e9,031f106a6fe088e9] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:17:672","respDate":"250331-08:48:17:685","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:17:672-16375\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[73c44a53-db24-4d12-af12-ff4460650fbd], Accept=[application/json], x-invocationid=[9340c337-f4a0-4e39-aa87-4f051d5fc097], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:17 +0000] "GET /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1" 200 1450 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:48:17.709 [67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] [qtp1225114731-852]  INFO [aai-resources,67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:17.712 [67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] [pool-800-thread-1]  INFO [aai-resources,67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] 1 --- [ol-800-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:17.712 [67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] [pool-800-thread-1]  INFO [aai-resources,67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] 1 --- [ol-800-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:17.712 [67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] [pool-800-thread-1]  INFO [aai-resources,67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] 1 --- [ol-800-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:17.712 [67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] [pool-800-thread-1]  INFO [aai-resources,67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] 1 --- [ol-800-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:17.714 [67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] [pool-800-thread-1]  INFO [aai-resources,67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] 1 --- [ol-800-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:17.714 [67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] [qtp1225114731-852] DEBUG [aai-resources,67ea56d1a7b833dcbc7618652af45568,bc7618652af45568] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:17:709","respDate":"250331-08:48:17:714","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:17:709-59430\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[41dd4621-3e14-46d5-8c72-f37a2edcd4af], Accept=[application/json], x-invocationid=[ffa31121-7835-4d83-b618-80da80baf499], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:17 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:48:17.734 [67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] [qtp1225114731-22]  INFO [aai-resources,67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:17.738 [67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] [pool-801-thread-1]  INFO [aai-resources,67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] 1 --- [ol-801-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:17.738 [67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] [pool-801-thread-1]  INFO [aai-resources,67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] 1 --- [ol-801-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:17.738 [67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] [pool-801-thread-1]  INFO [aai-resources,67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] 1 --- [ol-801-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:17.738 [67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] [pool-801-thread-1]  INFO [aai-resources,67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] 1 --- [ol-801-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:17.740 [67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] [pool-801-thread-1]  INFO [aai-resources,67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] 1 --- [ol-801-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:17.741 [67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] [qtp1225114731-22] DEBUG [aai-resources,67ea56d17ca9d05151da55328cd72a28,51da55328cd72a28] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:17:734","respDate":"250331-08:48:17:741","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:17:734-51655\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[872280ee-90db-42bf-b692-8335904547c4], Accept=[application/json], x-invocationid=[2ae04655-62cc-4f24-86cc-a4b68c1d9e75], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:17 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer" 200 141 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:17.758 [67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] [qtp1225114731-852]  INFO [aai-resources,67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:17.762 [67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] [pool-802-thread-1]  INFO [aai-resources,67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] 1 --- [ol-802-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:17.763 [67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] [pool-802-thread-1]  INFO [aai-resources,67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] 1 --- [ol-802-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:17.763 [67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] [pool-802-thread-1]  INFO [aai-resources,67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] 1 --- [ol-802-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:17.763 [67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] [pool-802-thread-1]  INFO [aai-resources,67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] 1 --- [ol-802-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:17.765 [67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] [pool-802-thread-1]  INFO [aai-resources,67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] 1 --- [ol-802-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:17.765 [67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] [qtp1225114731-852] DEBUG [aai-resources,67ea56d1f07815b3f1b5ac514179afbc,f1b5ac514179afbc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:17:758","respDate":"250331-08:48:17:765","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:17:758-2933\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8ac678f8-9fee-475c-9d79-cd58177c64f7], Accept=[application/json], x-invocationid=[79546cee-7d38-426c-9ff9-57c6f8297dcf], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:17 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro" 200 63 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:17.807 [67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] [qtp1225114731-22]  INFO [aai-resources,67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:17.813 [67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] [qtp1225114731-22]  INFO [aai-resources,67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:17.814 [67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] [qtp1225114731-22]  INFO [aai-resources,67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:17.814 [67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] [qtp1225114731-22]  INFO [aai-resources,67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:17.814 [67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] [qtp1225114731-22]  INFO [aai-resources,67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:17.830 [67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] [qtp1225114731-22]  INFO [aai-resources,67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:17.845 [67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] [qtp1225114731-22] DEBUG [aai-resources,67ea56d1125d7058d30900f149bc3ed0,d30900f149bc3ed0] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:17:808","respDate":"250331-08:48:17:845","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:17:808-43842\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[e8e3afb5-c5b3-4924-8e16-3c76cc9576be], Accept=[application/json], x-invocationid=[b420eea1-7766-48df-8a9e-e1c44d55339e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], Content-Length=[103], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"pnf-id\\\":\\\"150f6cfb-911f-4da7-828d-00bdec14c4a4\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"in-maint\\\":false}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:48:17:808-43842\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266424], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:48:17:808-43842]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:17 +0000] "POST /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 200 0 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 40 - "logType": "access"
2025-03-31 08:48:18.133 [67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] [qtp1225114731-852]  INFO [aai-resources,67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.137 [67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] [pool-803-thread-1]  INFO [aai-resources,67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] 1 --- [ol-803-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.137 [67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] [pool-803-thread-1]  INFO [aai-resources,67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] 1 --- [ol-803-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.137 [67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] [pool-803-thread-1]  INFO [aai-resources,67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] 1 --- [ol-803-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.137 [67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] [pool-803-thread-1]  INFO [aai-resources,67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] 1 --- [ol-803-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.141 [67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] [pool-803-thread-1]  INFO [aai-resources,67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] 1 --- [ol-803-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.141 [67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] [qtp1225114731-852] DEBUG [aai-resources,67ea56d248f2496c9f0b6f8dd6d71100,9f0b6f8dd6d71100] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:18:133","respDate":"250331-08:48:18:141","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:18:133-36701\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[60ad969b-3cf7-4144-9037-f265a1c765e7], Accept=[application/json], x-invocationid=[a2a8caa2-3ad2-4f18-8a91-f75064a5b7ae], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:48:18.163 [67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] [qtp1225114731-22]  INFO [aai-resources,67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.169 [67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] [pool-804-thread-1]  INFO [aai-resources,67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] 1 --- [ol-804-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.169 [67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] [pool-804-thread-1]  INFO [aai-resources,67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] 1 --- [ol-804-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.169 [67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] [pool-804-thread-1]  INFO [aai-resources,67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] 1 --- [ol-804-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.170 [67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] [pool-804-thread-1]  INFO [aai-resources,67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] 1 --- [ol-804-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.182 [67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] [pool-804-thread-1]  INFO [aai-resources,67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] 1 --- [ol-804-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.182 [67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] [qtp1225114731-22] DEBUG [aai-resources,67ea56d2bdeb6d0badc3cd681a8573e8,adc3cd681a8573e8] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:18:163","respDate":"250331-08:48:18:182","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:18:163-15901\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a942353a-a70d-48e9-bb75-f6706c4d6281], Accept=[application/json], x-invocationid=[cd2aa9d6-19b5-47d2-9b76-f25ac3d8c90e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1535 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:48:18.233 [67ea56d2900013be0a2b445683751362,0a2b445683751362] [qtp1225114731-852]  INFO [aai-resources,67ea56d2900013be0a2b445683751362,0a2b445683751362] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.238 [67ea56d2900013be0a2b445683751362,0a2b445683751362] [pool-805-thread-1]  INFO [aai-resources,67ea56d2900013be0a2b445683751362,0a2b445683751362] 1 --- [ol-805-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.238 [67ea56d2900013be0a2b445683751362,0a2b445683751362] [pool-805-thread-1]  INFO [aai-resources,67ea56d2900013be0a2b445683751362,0a2b445683751362] 1 --- [ol-805-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.238 [67ea56d2900013be0a2b445683751362,0a2b445683751362] [pool-805-thread-1]  INFO [aai-resources,67ea56d2900013be0a2b445683751362,0a2b445683751362] 1 --- [ol-805-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.238 [67ea56d2900013be0a2b445683751362,0a2b445683751362] [pool-805-thread-1]  INFO [aai-resources,67ea56d2900013be0a2b445683751362,0a2b445683751362] 1 --- [ol-805-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.240 [67ea56d2900013be0a2b445683751362,0a2b445683751362] [pool-805-thread-1]  INFO [aai-resources,67ea56d2900013be0a2b445683751362,0a2b445683751362] 1 --- [ol-805-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.241 [67ea56d2900013be0a2b445683751362,0a2b445683751362] [qtp1225114731-852] DEBUG [aai-resources,67ea56d2900013be0a2b445683751362,0a2b445683751362] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:18:233","respDate":"250331-08:48:18:241","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/projects/project/pnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:18:233-29818\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[56d7b9d2-92e4-4f0a-b76a-455f37034408], Accept=[application/json], x-invocationid=[f51edff0-efdf-4183-8c77-55f3164aafb5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "GET /aai/v24/business/projects/project/pnf_macro_project?nodes-only=" 200 71 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:48:18.261 [67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] [qtp1225114731-22]  INFO [aai-resources,67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.266 [67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] [pool-806-thread-1]  INFO [aai-resources,67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] 1 --- [ol-806-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.266 [67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] [pool-806-thread-1]  INFO [aai-resources,67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] 1 --- [ol-806-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.266 [67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] [pool-806-thread-1]  INFO [aai-resources,67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] 1 --- [ol-806-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.266 [67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] [pool-806-thread-1]  INFO [aai-resources,67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] 1 --- [ol-806-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.268 [67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] [pool-806-thread-1]  INFO [aai-resources,67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] 1 --- [ol-806-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.268 [67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] [qtp1225114731-22] DEBUG [aai-resources,67ea56d2341ed9ef6884980c70c8eec3,6884980c70c8eec3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:18:262","respDate":"250331-08:48:18:268","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:18:262-75881\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[488593f8-9545-4120-a150-37a694078848], Accept=[application/json], x-invocationid=[4a570083-46ec-42e1-a7b9-257cb4001c80], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "GET /aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=" 200 141 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:18.290 [67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] [qtp1225114731-852]  INFO [aai-resources,67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.294 [67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] [pool-807-thread-1]  INFO [aai-resources,67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] 1 --- [ol-807-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.294 [67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] [pool-807-thread-1]  INFO [aai-resources,67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] 1 --- [ol-807-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.294 [67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] [pool-807-thread-1]  INFO [aai-resources,67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] 1 --- [ol-807-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.294 [67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] [pool-807-thread-1]  INFO [aai-resources,67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] 1 --- [ol-807-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.323 [67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] [pool-807-thread-1]  INFO [aai-resources,67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] 1 --- [ol-807-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.326 [67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] [qtp1225114731-852] DEBUG [aai-resources,67ea56d2b15ac011974ecbdcb275f38a,974ecbdcb275f38a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:18:291","respDate":"250331-08:48:18:326","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:18:291-91296\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c93cd831-abd2-4dd9-a92d-1e8b0ed53ae6], Accept=[application/json], x-invocationid=[ef6e77ea-7ad3-48ce-9be8-39135e65a30a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "GET /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1" 200 1455 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 38 - "logType": "access"
2025-03-31 08:48:18.358 [67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] [qtp1225114731-22]  INFO [aai-resources,67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.362 [67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] [pool-808-thread-1]  INFO [aai-resources,67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] 1 --- [ol-808-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.362 [67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] [pool-808-thread-1]  INFO [aai-resources,67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] 1 --- [ol-808-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.362 [67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] [pool-808-thread-1]  INFO [aai-resources,67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] 1 --- [ol-808-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.362 [67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] [pool-808-thread-1]  INFO [aai-resources,67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] 1 --- [ol-808-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.364 [67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] [pool-808-thread-1]  INFO [aai-resources,67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] 1 --- [ol-808-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.365 [67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] [qtp1225114731-22] DEBUG [aai-resources,67ea56d27b2b0f5ae33eaaf9c2af6fe5,e33eaaf9c2af6fe5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:18:358","respDate":"250331-08:48:18:364","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:18:358-4838\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[39b47cab-31a7-4c30-b6f7-b046b24150cf], Accept=[application/json], x-invocationid=[6c6a29c5-fa8d-46e8-9029-e96d4b5d9780], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:48:18.386 [67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] [qtp1225114731-852]  INFO [aai-resources,67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.389 [67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] [pool-809-thread-1]  INFO [aai-resources,67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] 1 --- [ol-809-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.389 [67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] [pool-809-thread-1]  INFO [aai-resources,67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] 1 --- [ol-809-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.389 [67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] [pool-809-thread-1]  INFO [aai-resources,67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] 1 --- [ol-809-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.390 [67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] [pool-809-thread-1]  INFO [aai-resources,67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] 1 --- [ol-809-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.392 [67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] [pool-809-thread-1]  INFO [aai-resources,67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] 1 --- [ol-809-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.392 [67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] [qtp1225114731-852] DEBUG [aai-resources,67ea56d2ac904781e69acea22b9fccbe,e69acea22b9fccbe] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:18:386","respDate":"250331-08:48:18:392","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:18:386-93744\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f9ae0696-06e8-4a65-ad4e-58e23e001b05], Accept=[application/json], x-invocationid=[7bdeeac0-864d-471e-be04-8dd53fdb7f66], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer" 200 141 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:18.413 [67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] [qtp1225114731-22]  INFO [aai-resources,67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.417 [67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] [pool-810-thread-1]  INFO [aai-resources,67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] 1 --- [ol-810-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.418 [67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] [pool-810-thread-1]  INFO [aai-resources,67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] 1 --- [ol-810-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.418 [67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] [pool-810-thread-1]  INFO [aai-resources,67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] 1 --- [ol-810-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.418 [67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] [pool-810-thread-1]  INFO [aai-resources,67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] 1 --- [ol-810-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.420 [67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] [pool-810-thread-1]  INFO [aai-resources,67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] 1 --- [ol-810-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.421 [67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] [qtp1225114731-22] DEBUG [aai-resources,67ea56d2e3b0669d12330bd4fa758d4c,12330bd4fa758d4c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:18:413","respDate":"250331-08:48:18:421","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:18:413-20351\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b8e4e95c-14d5-4b1a-810a-3852f09d7088], Accept=[application/json], x-invocationid=[2a4d3044-388e-41d1-965d-e05da1deaac6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro" 200 63 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:18.538 [67ea56d2e95eae97f4ccab2d110b9d9a,f4ccab2d110b9d9a] [qtp1225114731-852]  INFO [aai-resources,67ea56d2e95eae97f4ccab2d110b9d9a,f4ccab2d110b9d9a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.540 [67ea56d2cb841236a5055222908234fb,a5055222908234fb] [qtp1225114731-911]  INFO [aai-resources,67ea56d2cb841236a5055222908234fb,a5055222908234fb] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.544 [67ea56d2cb841236a5055222908234fb,a5055222908234fb] [pool-811-thread-1]  INFO [aai-resources,67ea56d2cb841236a5055222908234fb,a5055222908234fb] 1 --- [ol-811-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.545 [67ea56d2cb841236a5055222908234fb,a5055222908234fb] [pool-811-thread-1]  INFO [aai-resources,67ea56d2cb841236a5055222908234fb,a5055222908234fb] 1 --- [ol-811-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.545 [67ea56d2cb841236a5055222908234fb,a5055222908234fb] [pool-811-thread-1]  INFO [aai-resources,67ea56d2cb841236a5055222908234fb,a5055222908234fb] 1 --- [ol-811-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.545 [67ea56d2cb841236a5055222908234fb,a5055222908234fb] [pool-811-thread-1]  INFO [aai-resources,67ea56d2cb841236a5055222908234fb,a5055222908234fb] 1 --- [ol-811-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.548 [67ea56d2e95eae97f4ccab2d110b9d9a,f4ccab2d110b9d9a] [qtp1225114731-852] DEBUG [aai-resources,67ea56d2e95eae97f4ccab2d110b9d9a,f4ccab2d110b9d9a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f8a3d654-a098-488b-8932-8bba9f950643","status":"200","rqstDate":"250331-08:48:18:538","respDate":"250331-08:48:18:548","sourceId":"haproxy:f8a3d654-a098-488b-8932-8bba9f950643","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:18:538-16157\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f6306515-bfd8-4b07-b81c-94ad1a3a4a9d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f8a3d654-a098-488b-8932-8bba9f950643]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:48:18.558 [67ea56d2cb841236a5055222908234fb,a5055222908234fb] [pool-811-thread-1]  INFO [aai-resources,67ea56d2cb841236a5055222908234fb,a5055222908234fb] 1 --- [ol-811-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.558 [67ea56d2cb841236a5055222908234fb,a5055222908234fb] [qtp1225114731-911] DEBUG [aai-resources,67ea56d2cb841236a5055222908234fb,a5055222908234fb] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37492f3a-d5a9-4d52-8841-b19c527c5473","status":"200","rqstDate":"250331-08:48:18:540","respDate":"250331-08:48:18:558","sourceId":"openECOMP:37492f3a-d5a9-4d52-8841-b19c527c5473","resourceId":"http://aai.onap:48779/aai/v25/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:18:540-78306\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[4e50a8dd-8ed2-4d16-a5eb-b8fbf75939d5], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[37492f3a-d5a9-4d52-8841-b19c527c5473], Host=[aai.onap:48779], Pragma=[no-cache], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[37492f3a-d5a9-4d52-8841-b19c527c5473]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "GET /aai/v25/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=1" 200 1535 REST 37492f3a-d5a9-4d52-8841-b19c527c5473 openECOMP 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:48:18.613 [67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] [qtp1225114731-20]  INFO [aai-resources,67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.619 [67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] [qtp1225114731-20]  INFO [aai-resources,67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.620 [67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] [qtp1225114731-20]  INFO [aai-resources,67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.620 [67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] [qtp1225114731-20]  INFO [aai-resources,67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.620 [67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] [qtp1225114731-20]  INFO [aai-resources,67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.647 [67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] [qtp1225114731-20]  INFO [aai-resources,67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.667 [67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] [qtp1225114731-20] DEBUG [aai-resources,67ea56d209cf8a6bd51ee9dfe94a7972,d51ee9dfe94a7972] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37492f3a-d5a9-4d52-8841-b19c527c5473","status":"200","rqstDate":"250331-08:48:18:613","respDate":"250331-08:48:18:667","sourceId":"openECOMP:37492f3a-d5a9-4d52-8841-b19c527c5473","resourceId":"http://aai.onap:48779/aai/v25/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?resource-version=1743410882813","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:18:613-96950\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[a1908049-7de7-4c9d-9d83-12c64b16801c], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[37492f3a-d5a9-4d52-8841-b19c527c5473], Host=[aai.onap:48779], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[75], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[37492f3a-d5a9-4d52-8841-b19c527c5473]}\",\"Payload\":\"{\\\"resource-version\\\":\\\"1743410882813\\\",\\\"orchestration-status\\\":\\\"PendingDelete\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:48:18:613-96950\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[241832], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:48:18:613-96950]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "POST /aai/v25/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?resource-version=1743410882813" 200 0 REST 37492f3a-d5a9-4d52-8841-b19c527c5473 openECOMP 127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 08:48:18.714 [67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] [qtp1225114731-911]  INFO [aai-resources,67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.718 [67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] [pool-812-thread-1]  INFO [aai-resources,67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] 1 --- [ol-812-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.718 [67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] [pool-812-thread-1]  INFO [aai-resources,67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] 1 --- [ol-812-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.718 [67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] [pool-812-thread-1]  INFO [aai-resources,67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] 1 --- [ol-812-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.719 [67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] [pool-812-thread-1]  INFO [aai-resources,67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] 1 --- [ol-812-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.725 [67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] [pool-812-thread-1]  INFO [aai-resources,67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] 1 --- [ol-812-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.726 [67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] [qtp1225114731-911] DEBUG [aai-resources,67ea56d26b2f744fd365aa9b7dfdf063,d365aa9b7dfdf063] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:18:714","respDate":"250331-08:48:18:726","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:18:714-70370\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[51621001-37ca-467a-857e-a93c679c9609], Accept=[application/json], x-invocationid=[4d62c89c-8ebe-43ae-bc29-7a92d086a945], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:48:18.748 [67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] [qtp1225114731-20]  INFO [aai-resources,67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:18.753 [67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] [qtp1225114731-20]  INFO [aai-resources,67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:18.753 [67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] [qtp1225114731-20]  INFO [aai-resources,67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:18.753 [67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] [qtp1225114731-20]  INFO [aai-resources,67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] 1 --- [tp1225114731-20] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:18.754 [67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] [qtp1225114731-20]  INFO [aai-resources,67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:18.781 [67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] [qtp1225114731-20]  INFO [aai-resources,67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] 1 --- [tp1225114731-20] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:18.804 [67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] [qtp1225114731-20] DEBUG [aai-resources,67ea56d2a125c0816c50461d7bfb24b1,6c50461d7bfb24b1] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:18:748","respDate":"250331-08:48:18:804","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:18:748-44596\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[5aada6e7-6acc-4eb0-9447-93300550b0a6], Accept=[application/json], x-invocationid=[efd2f5ef-2395-4b92-a05d-dd741a8ad7dd], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], Content-Length=[185], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"3b7f54db-af67-4027-9fc8-040841ff516b\\\",\\\"service-instance-name\\\":\\\"TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e\\\",\\\"orchestration-status\\\":\\\"Assigned\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:48:18:748-44596\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[241832], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:48:18:748-44596]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:18 +0000] "POST /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b" 200 0 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 58 - "logType": "access"
2025-03-31 08:48:19.163 [67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] [qtp1225114731-911]  INFO [aai-resources,67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:19.167 [67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] [pool-813-thread-1]  INFO [aai-resources,67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] 1 --- [ol-813-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:19.167 [67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] [pool-813-thread-1]  INFO [aai-resources,67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] 1 --- [ol-813-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:19.167 [67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] [pool-813-thread-1]  INFO [aai-resources,67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] 1 --- [ol-813-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:19.167 [67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] [pool-813-thread-1]  INFO [aai-resources,67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] 1 --- [ol-813-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:19.176 [67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] [pool-813-thread-1]  INFO [aai-resources,67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] 1 --- [ol-813-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:19.177 [67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] [qtp1225114731-911] DEBUG [aai-resources,67ea56d362d0fa1c31ba1ec6fcc95518,31ba1ec6fcc95518] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:19:163","respDate":"250331-08:48:19:177","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:19:163-72967\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[273e2b00-c41f-4c9e-bb4d-2d90a303c9f1], Accept=[application/json], x-invocationid=[f75969ca-bd6b-4690-801b-703a8c6ec18a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:19 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:19.198 [67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] [qtp1225114731-20]  INFO [aai-resources,67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:19.203 [67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] [pool-814-thread-1]  INFO [aai-resources,67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] 1 --- [ol-814-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:19.203 [67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] [pool-814-thread-1]  INFO [aai-resources,67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] 1 --- [ol-814-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:19.203 [67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] [pool-814-thread-1]  INFO [aai-resources,67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] 1 --- [ol-814-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:19.203 [67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] [pool-814-thread-1]  INFO [aai-resources,67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] 1 --- [ol-814-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:19.219 [67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] [pool-814-thread-1]  INFO [aai-resources,67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] 1 --- [ol-814-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:19.219 [67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] [qtp1225114731-20] DEBUG [aai-resources,67ea56d393615a6d568bde4b74eec848,568bde4b74eec848] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:19:198","respDate":"250331-08:48:19:219","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:19:198-60127\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ea4857da-54ac-4fe3-ad5c-591733b53d59], Accept=[application/json], x-invocationid=[178a9c9e-1324-4c6a-9da2-1ef7aff5c088], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:19 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?depth=2" 200 1537 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:48:19.268 [67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] [qtp1225114731-911]  INFO [aai-resources,67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:19.271 [67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] [pool-815-thread-1]  INFO [aai-resources,67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] 1 --- [ol-815-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:19.271 [67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] [pool-815-thread-1]  INFO [aai-resources,67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] 1 --- [ol-815-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:19.272 [67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] [pool-815-thread-1]  INFO [aai-resources,67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] 1 --- [ol-815-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:19.272 [67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] [pool-815-thread-1]  INFO [aai-resources,67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] 1 --- [ol-815-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:19.274 [67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] [pool-815-thread-1]  INFO [aai-resources,67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] 1 --- [ol-815-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:19.274 [67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] [qtp1225114731-911] DEBUG [aai-resources,67ea56d33a6627bbde7fcd7d763559a2,de7fcd7d763559a2] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:19:268","respDate":"250331-08:48:19:274","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/projects/project/pnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:19:268-74532\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d8b4d036-284a-4ad6-8500-3e8aceee85d5], Accept=[application/json], x-invocationid=[5e270720-cd4f-4d5e-b3a1-ab728a84f52d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:19 +0000] "GET /aai/v24/business/projects/project/pnf_macro_project?nodes-only=" 200 71 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:19.293 [67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] [qtp1225114731-20]  INFO [aai-resources,67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:19.297 [67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] [pool-816-thread-1]  INFO [aai-resources,67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] 1 --- [ol-816-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:19.297 [67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] [pool-816-thread-1]  INFO [aai-resources,67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] 1 --- [ol-816-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:19.297 [67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] [pool-816-thread-1]  INFO [aai-resources,67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] 1 --- [ol-816-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:19.297 [67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] [pool-816-thread-1]  INFO [aai-resources,67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] 1 --- [ol-816-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:19.298 [67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] [pool-816-thread-1]  INFO [aai-resources,67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] 1 --- [ol-816-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:19.299 [67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] [qtp1225114731-20] DEBUG [aai-resources,67ea56d348aa50e5385eaa8b1d99025b,385eaa8b1d99025b] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:19:294","respDate":"250331-08:48:19:299","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:19:294-10578\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a74fe126-3776-93d0-82a4-397e146e77c9], Accept=[application/json], x-invocationid=[01c3db3d-3a31-4f83-bc5e-b913644739ff], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:19 +0000] "GET /aai/v24/business/owning-entities/owning-entity/79b659ee-3f8c-49ca-b862-2b1ba27c7937?nodes-only=" 200 141 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:48:19.349 [67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] [qtp1225114731-911]  INFO [aai-resources,67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:19.352 [67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] [pool-817-thread-1]  INFO [aai-resources,67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] 1 --- [ol-817-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:19.352 [67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] [pool-817-thread-1]  INFO [aai-resources,67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] 1 --- [ol-817-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:19.352 [67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] [pool-817-thread-1]  INFO [aai-resources,67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] 1 --- [ol-817-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:19.352 [67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] [pool-817-thread-1]  INFO [aai-resources,67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] 1 --- [ol-817-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:19.371 [67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] [pool-817-thread-1]  INFO [aai-resources,67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] 1 --- [ol-817-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:19.372 [67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] [qtp1225114731-911] DEBUG [aai-resources,67ea56d3caaea52f1e4563332ea7eb94,1e4563332ea7eb94] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:19:349","respDate":"250331-08:48:19:371","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:19:349-36296\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2328b9a2-21c8-4cef-b210-21775d4b3a90], Accept=[application/json], x-invocationid=[58e980e2-70cf-4e36-8fcb-e3150df38b6a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:19 +0000] "GET /aai/v24/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e?depth=1" 200 1455 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:48:19.395 [67ea56d39aacbea346630efda075efa1,46630efda075efa1] [qtp1225114731-20]  INFO [aai-resources,67ea56d39aacbea346630efda075efa1,46630efda075efa1] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:19.399 [67ea56d39aacbea346630efda075efa1,46630efda075efa1] [pool-818-thread-1]  INFO [aai-resources,67ea56d39aacbea346630efda075efa1,46630efda075efa1] 1 --- [ol-818-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:19.399 [67ea56d39aacbea346630efda075efa1,46630efda075efa1] [pool-818-thread-1]  INFO [aai-resources,67ea56d39aacbea346630efda075efa1,46630efda075efa1] 1 --- [ol-818-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:19.399 [67ea56d39aacbea346630efda075efa1,46630efda075efa1] [pool-818-thread-1]  INFO [aai-resources,67ea56d39aacbea346630efda075efa1,46630efda075efa1] 1 --- [ol-818-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:19.399 [67ea56d39aacbea346630efda075efa1,46630efda075efa1] [pool-818-thread-1]  INFO [aai-resources,67ea56d39aacbea346630efda075efa1,46630efda075efa1] 1 --- [ol-818-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:19.400 [67ea56d39aacbea346630efda075efa1,46630efda075efa1] [pool-818-thread-1]  INFO [aai-resources,67ea56d39aacbea346630efda075efa1,46630efda075efa1] 1 --- [ol-818-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:19.401 [67ea56d39aacbea346630efda075efa1,46630efda075efa1] [qtp1225114731-20] DEBUG [aai-resources,67ea56d39aacbea346630efda075efa1,46630efda075efa1] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:19:395","respDate":"250331-08:48:19:401","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:19:395-53965\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0f65b410-d0c4-42fa-b3a8-5179a0523604], Accept=[application/json], x-invocationid=[2f8f3ba6-3cd5-4cbd-a7d8-7637f276589b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:19 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 6 - "logType": "access"
2025-03-31 08:48:19.421 [67ea56d32865141e289b737be32267da,289b737be32267da] [qtp1225114731-911]  INFO [aai-resources,67ea56d32865141e289b737be32267da,289b737be32267da] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:19.424 [67ea56d32865141e289b737be32267da,289b737be32267da] [pool-819-thread-1]  INFO [aai-resources,67ea56d32865141e289b737be32267da,289b737be32267da] 1 --- [ol-819-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:19.425 [67ea56d32865141e289b737be32267da,289b737be32267da] [pool-819-thread-1]  INFO [aai-resources,67ea56d32865141e289b737be32267da,289b737be32267da] 1 --- [ol-819-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:19.425 [67ea56d32865141e289b737be32267da,289b737be32267da] [pool-819-thread-1]  INFO [aai-resources,67ea56d32865141e289b737be32267da,289b737be32267da] 1 --- [ol-819-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:19.425 [67ea56d32865141e289b737be32267da,289b737be32267da] [pool-819-thread-1]  INFO [aai-resources,67ea56d32865141e289b737be32267da,289b737be32267da] 1 --- [ol-819-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:19.426 [67ea56d32865141e289b737be32267da,289b737be32267da] [pool-819-thread-1]  INFO [aai-resources,67ea56d32865141e289b737be32267da,289b737be32267da] 1 --- [ol-819-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:19.427 [67ea56d32865141e289b737be32267da,289b737be32267da] [qtp1225114731-911] DEBUG [aai-resources,67ea56d32865141e289b737be32267da,289b737be32267da] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:19:421","respDate":"250331-08:48:19:427","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:19:421-41538\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[dd5ae01a-76ad-4e1e-8055-dac782311f92], Accept=[application/json], x-invocationid=[86f14313-d55f-4fcc-90a2-cb9fcbd7dba0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:19 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer" 200 141 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:19.446 [67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] [qtp1225114731-20]  INFO [aai-resources,67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:19.449 [67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] [pool-820-thread-1]  INFO [aai-resources,67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] 1 --- [ol-820-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:19.449 [67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] [pool-820-thread-1]  INFO [aai-resources,67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] 1 --- [ol-820-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:19.449 [67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] [pool-820-thread-1]  INFO [aai-resources,67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] 1 --- [ol-820-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:19.449 [67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] [pool-820-thread-1]  INFO [aai-resources,67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] 1 --- [ol-820-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:19.451 [67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] [pool-820-thread-1]  INFO [aai-resources,67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] 1 --- [ol-820-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:19.452 [67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] [qtp1225114731-20] DEBUG [aai-resources,67ea56d33d28d91f0fdd6d331221e4d9,0fdd6d331221e4d9] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:19:446","respDate":"250331-08:48:19:452","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:19:446-46155\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6bcf58cd-740e-4b01-8334-1afeedf98b06], Accept=[application/json], x-invocationid=[01b7bad6-377f-43db-89e1-bbe2ea3794dc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:19 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro" 200 63 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:19.691 [67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] [qtp1225114731-911]  INFO [aai-resources,67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:19.696 [67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] [pool-821-thread-1]  INFO [aai-resources,67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] 1 --- [ol-821-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:19.696 [67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] [pool-821-thread-1]  INFO [aai-resources,67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] 1 --- [ol-821-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:19.696 [67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] [pool-821-thread-1]  INFO [aai-resources,67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] 1 --- [ol-821-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:19.697 [67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] [pool-821-thread-1]  INFO [aai-resources,67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] 1 --- [ol-821-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:19.700 [67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] [pool-821-thread-1]  INFO [aai-resources,67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] 1 --- [ol-821-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:19.702 [67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] [qtp1225114731-911] DEBUG [aai-resources,67ea56d36c08c7457952bdf70ab54555,7952bdf70ab54555] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:19:691","respDate":"250331-08:48:19:702","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:19:691-8154\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a3b0c151-7078-9d9a-be56-2e7e43c195c8], Accept=[application/json], x-invocationid=[75594589-cec7-47f2-a6b4-78bbb15c2554], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:19 +0000] "GET /aai/v24/nodes/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?format=pathed" 200 248 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:48:19.724 [67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] [qtp1225114731-20]  INFO [aai-resources,67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:19.729 [67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] [pool-822-thread-1]  INFO [aai-resources,67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] 1 --- [ol-822-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:19.729 [67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] [pool-822-thread-1]  INFO [aai-resources,67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] 1 --- [ol-822-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:19.729 [67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] [pool-822-thread-1]  INFO [aai-resources,67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] 1 --- [ol-822-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:19.729 [67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] [pool-822-thread-1]  INFO [aai-resources,67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] 1 --- [ol-822-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:19.736 [67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] [pool-822-thread-1]  INFO [aai-resources,67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] 1 --- [ol-822-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:19.739 [67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] [qtp1225114731-20] DEBUG [aai-resources,67ea56d39ab00dceb6b0e61a0864fd00,b6b0e61a0864fd00] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"200","rqstDate":"250331-08:48:19:725","respDate":"250331-08:48:19:738","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:19:725-71171\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[09fad603-4970-4eb8-9f3c-65420c809c6a], Accept=[application/json], x-invocationid=[25472c5e-025b-4263-9399-9c8536243498], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:19 +0000] "GET /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b" 200 1537 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:48:19.762 [67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] [qtp1225114731-911]  INFO [aai-resources,67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:19.766 [67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] [qtp1225114731-911]  INFO [aai-resources,67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:19.766 [67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] [qtp1225114731-911]  INFO [aai-resources,67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:19.766 [67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] [qtp1225114731-911]  INFO [aai-resources,67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:19.767 [67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] [qtp1225114731-911]  INFO [aai-resources,67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:19.795 [67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] [qtp1225114731-911]  INFO [aai-resources,67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:20.161 [67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] [qtp1225114731-911] DEBUG [aai-resources,67ea56d33f7846b260c885cdce07bc5a,60c885cdce07bc5a] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f070ee3-ca70-4750-818b-6690f5fa8e5b","status":"204","rqstDate":"250331-08:48:19:762","respDate":"250331-08:48:20:161","sourceId":"UNKNOWN:8f070ee3-ca70-4750-818b-6690f5fa8e5b","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?resource-version=1743410898753","resourceType":"DELETE","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:19:762-30027\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"*/*\",\"Headers\":\"{x-request-id=[35c349df-4422-4d82-b295-0e7059e2bbdb], Accept=[application/json], x-invocationid=[8703e987-7ddf-4482-92e7-bb3cfaf6807d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,8f070ee3-ca70-4750-818b-6690f5fa8e5b], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], x-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[8f070ee3-ca70-4750-818b-6690f5fa8e5b], Content-Type=[*/*]}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:48:19:762-30027\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:48:19:762-30027]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:20 +0000] "DELETE /aai/v24/business/customers/customer/pnf_macrocustomer/service-subscriptions/service-subscription/pnf_macro/service-instances/service-instance/3b7f54db-af67-4027-9fc8-040841ff516b?resource-version=1743410898753" 204 0 REST ,8f070ee3-ca70-4750-818b-6690f5fa8e5b MSO 127.0.0.6 - - - - - - - - - 401 - "logType": "access"
2025-03-31 08:48:20.554 [67ea56d488045eec047e418337e7bb6d,047e418337e7bb6d] [qtp1225114731-20]  INFO [aai-resources,67ea56d488045eec047e418337e7bb6d,047e418337e7bb6d] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:20.564 [67ea56d488045eec047e418337e7bb6d,047e418337e7bb6d] [qtp1225114731-20] DEBUG [aai-resources,67ea56d488045eec047e418337e7bb6d,047e418337e7bb6d] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d5e83c32-ea81-4760-b2a4-686d1a03f9ce","status":"200","rqstDate":"250331-08:48:20:554","respDate":"250331-08:48:20:564","sourceId":"haproxy:d5e83c32-ea81-4760-b2a4-686d1a03f9ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:20:554-37456\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f7ec8fa9-5a07-411c-a3af-d9a3af164e6e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d5e83c32-ea81-4760-b2a4-686d1a03f9ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:48:22.571 [67ea56d6dfda43e87667e81277a97d7e,7667e81277a97d7e] [qtp1225114731-911]  INFO [aai-resources,67ea56d6dfda43e87667e81277a97d7e,7667e81277a97d7e] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:22.590 [67ea56d6dfda43e87667e81277a97d7e,7667e81277a97d7e] [qtp1225114731-911] DEBUG [aai-resources,67ea56d6dfda43e87667e81277a97d7e,7667e81277a97d7e] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1802532b-c158-4162-8f0c-3e3af5757f85","status":"200","rqstDate":"250331-08:48:22:571","respDate":"250331-08:48:22:590","sourceId":"haproxy:1802532b-c158-4162-8f0c-3e3af5757f85","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:22:571-75500\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6c0dca5f-99b4-4178-9daa-8f9d7a777ece], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1802532b-c158-4162-8f0c-3e3af5757f85]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:48:24.597 [67ea56d8873ce2b4d51729fb69bd3c0b,d51729fb69bd3c0b] [qtp1225114731-20]  INFO [aai-resources,67ea56d8873ce2b4d51729fb69bd3c0b,d51729fb69bd3c0b] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:24.607 [67ea56d8873ce2b4d51729fb69bd3c0b,d51729fb69bd3c0b] [qtp1225114731-20] DEBUG [aai-resources,67ea56d8873ce2b4d51729fb69bd3c0b,d51729fb69bd3c0b] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fe28297a-bfca-4587-8229-f99e8700e53b","status":"200","rqstDate":"250331-08:48:24:597","respDate":"250331-08:48:24:607","sourceId":"haproxy:fe28297a-bfca-4587-8229-f99e8700e53b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:24:597-20872\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[135b9b93-5643-440f-8e14-1c46a0465cd2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fe28297a-bfca-4587-8229-f99e8700e53b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:48:26.613 [67ea56da2045d50893439b245ecf47bf,93439b245ecf47bf] [qtp1225114731-911]  INFO [aai-resources,67ea56da2045d50893439b245ecf47bf,93439b245ecf47bf] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:26.626 [67ea56da2045d50893439b245ecf47bf,93439b245ecf47bf] [qtp1225114731-911] DEBUG [aai-resources,67ea56da2045d50893439b245ecf47bf,93439b245ecf47bf] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"23f6ebe4-efab-4118-bafe-5ea7f52868df","status":"200","rqstDate":"250331-08:48:26:613","respDate":"250331-08:48:26:626","sourceId":"haproxy:23f6ebe4-efab-4118-bafe-5ea7f52868df","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:26:613-1761\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eb5539c5-eba1-4769-9a0f-475dfa3d49da], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[23f6ebe4-efab-4118-bafe-5ea7f52868df]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:28.634 [67ea56dccbf6b30f6dbd36de3eb6156e,6dbd36de3eb6156e] [qtp1225114731-20]  INFO [aai-resources,67ea56dccbf6b30f6dbd36de3eb6156e,6dbd36de3eb6156e] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:28.646 [67ea56dccbf6b30f6dbd36de3eb6156e,6dbd36de3eb6156e] [qtp1225114731-20] DEBUG [aai-resources,67ea56dccbf6b30f6dbd36de3eb6156e,6dbd36de3eb6156e] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7d51cd34-1690-4332-bbcc-3599715dfa88","status":"200","rqstDate":"250331-08:48:28:634","respDate":"250331-08:48:28:646","sourceId":"haproxy:7d51cd34-1690-4332-bbcc-3599715dfa88","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:28:634-33386\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b7d157a0-7619-4744-9857-5c15b9d36873], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7d51cd34-1690-4332-bbcc-3599715dfa88]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:30.652 [67ea56de2c3cb8e69a61815cdfde7986,9a61815cdfde7986] [qtp1225114731-911]  INFO [aai-resources,67ea56de2c3cb8e69a61815cdfde7986,9a61815cdfde7986] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:30.677 [67ea56de2c3cb8e69a61815cdfde7986,9a61815cdfde7986] [qtp1225114731-911] DEBUG [aai-resources,67ea56de2c3cb8e69a61815cdfde7986,9a61815cdfde7986] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"97b77fb1-6fd8-4236-9dad-838edc447f5c","status":"200","rqstDate":"250331-08:48:30:652","respDate":"250331-08:48:30:677","sourceId":"haproxy:97b77fb1-6fd8-4236-9dad-838edc447f5c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:30:652-60691\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[22911bbe-0239-4cd5-93bb-1499d8d59232], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[97b77fb1-6fd8-4236-9dad-838edc447f5c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 08:48:31.965 [67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] [qtp1225114731-852]  INFO [aai-resources,67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:31.969 [67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] [pool-823-thread-1]  INFO [aai-resources,67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] 1 --- [ol-823-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:31.969 [67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] [pool-823-thread-1]  INFO [aai-resources,67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] 1 --- [ol-823-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:31.969 [67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] [pool-823-thread-1]  INFO [aai-resources,67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] 1 --- [ol-823-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:31.969 [67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] [pool-823-thread-1]  INFO [aai-resources,67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] 1 --- [ol-823-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:31.985 [67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] [pool-823-thread-1]  INFO [aai-resources,67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] 1 --- [ol-823-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:31.986 [67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] [qtp1225114731-852] DEBUG [aai-resources,67ea56dffdf4cf79178b88462be5528b,178b88462be5528b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ed74684e-b09a-4e3d-9281-519fd8dc111a","status":"200","rqstDate":"250331-08:48:31:965","respDate":"250331-08:48:31:985","sourceId":"prh:ed74684e-b09a-4e3d-9281-519fd8dc111a","resourceId":"http://aai-internal.onap.svc.cluster.local:41059/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:31:965-49180\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2fa928e0-7938-4fe8-a13e-24bfb22e6c92], Accept=[application/json], x-invocationid=[d3b853f6-ba8d-4bb1-9f28-bae1e8ccc4dc], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:41059], x-requestid=[ed74684e-b09a-4e3d-9281-519fd8dc111a], X-Forwarded-Port=[41059], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[0], X-ONAP-RequestID=[ed74684e-b09a-4e3d-9281-519fd8dc111a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:31 +0000] "GET /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 200 630 REST 9999 prh 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:48:32.002 [67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] [qtp1225114731-911]  INFO [aai-resources,67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:32.008 [67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] [qtp1225114731-911]  INFO [aai-resources,67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:32.008 [67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] [qtp1225114731-911]  INFO [aai-resources,67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:32.008 [67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] [qtp1225114731-911]  INFO [aai-resources,67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:32.008 [67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] [qtp1225114731-911]  INFO [aai-resources,67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:32.055 [67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] [qtp1225114731-911]  INFO [aai-resources,67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:32.071 [67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] [qtp1225114731-911] DEBUG [aai-resources,67ea56e0c250cdd37f4c2a1cb3e5a060,7f4c2a1cb3e5a060] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"99923560-790d-40a4-ab25-dcc9e84920e6","status":"200","rqstDate":"250331-08:48:32:002","respDate":"250331-08:48:32:070","sourceId":"prh:99923560-790d-40a4-ab25-dcc9e84920e6","resourceId":"http://aai-internal.onap.svc.cluster.local:41059/aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:32:002-89480\",\"Http-Method\":\"PATCH\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[04bf0175-c267-40ac-aa6e-7ed77a2819d1], Accept=[application/json], x-invocationid=[b003a242-004a-4d66-8f23-66e7b794f7b8], User-Agent=[ReactorNetty/1.0.21], X-Forwarded-Proto=[http], x-transactionid=[9999], Host=[aai-internal.onap.svc.cluster.local:41059], x-requestid=[99923560-790d-40a4-ab25-dcc9e84920e6], X-Forwarded-Port=[41059], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], real-time=[true], X-Forwarded-For=[127.0.0.6], x-fromappid=[prh], Content-Length=[282], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[99923560-790d-40a4-ab25-dcc9e84920e6]}\",\"Payload\":\"{\\\"correlationId\\\":\\\"TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e\\\",\\\"ipaddress-v4-oam\\\":\\\"192.168.0.1\\\",\\\"ipaddress-v6-oam\\\":\\\"2001:db8::1428:57ab\\\",\\\"serial-number\\\":\\\"6061ZW3\\\",\\\"equip-vendor\\\":\\\"Nokia\\\",\\\"equip-model\\\":\\\"val6\\\",\\\"equip-type\\\":\\\"val8\\\",\\\"nf-role\\\":\\\"gNB\\\",\\\"sw-version\\\":\\\"val7\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:48:32:002-89480\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266424], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:48:32:002-89480]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:32 +0000] "PATCH /aai/v23/network/pnfs/pnf/TestPNFMacroInstantiation_620f6216-27b7-45cd-b52c-d5e2b36fcc7e" 200 0 REST 9999 prh 127.0.0.6 - - - - - - - - - 70 - "logType": "access"
2025-03-31 08:48:32.684 [67ea56e0307db32eb751997b9710c2dc,b751997b9710c2dc] [qtp1225114731-852]  INFO [aai-resources,67ea56e0307db32eb751997b9710c2dc,b751997b9710c2dc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:32.697 [67ea56e0307db32eb751997b9710c2dc,b751997b9710c2dc] [qtp1225114731-852] DEBUG [aai-resources,67ea56e0307db32eb751997b9710c2dc,b751997b9710c2dc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e10cd615-41b6-46be-93bc-d1f4b339f81b","status":"200","rqstDate":"250331-08:48:32:684","respDate":"250331-08:48:32:696","sourceId":"haproxy:e10cd615-41b6-46be-93bc-d1f4b339f81b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:32:684-80410\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[50a6b94d-6729-4d9a-b7c8-b163e75b3314], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e10cd615-41b6-46be-93bc-d1f4b339f81b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:48:34.703 [67ea56e29554d35498387dc5dd8e785b,98387dc5dd8e785b] [qtp1225114731-911]  INFO [aai-resources,67ea56e29554d35498387dc5dd8e785b,98387dc5dd8e785b] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:34.717 [67ea56e29554d35498387dc5dd8e785b,98387dc5dd8e785b] [qtp1225114731-911] DEBUG [aai-resources,67ea56e29554d35498387dc5dd8e785b,98387dc5dd8e785b] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"61feb56b-4d21-4588-87da-cd5a5c0d3ae6","status":"200","rqstDate":"250331-08:48:34:703","respDate":"250331-08:48:34:717","sourceId":"haproxy:61feb56b-4d21-4588-87da-cd5a5c0d3ae6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:34:703-58593\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4587d139-df4d-4f28-bdec-679b031380b8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[61feb56b-4d21-4588-87da-cd5a5c0d3ae6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:36.723 [67ea56e4b3aa9b7b9703fe7e8d35ba34,9703fe7e8d35ba34] [qtp1225114731-852]  INFO [aai-resources,67ea56e4b3aa9b7b9703fe7e8d35ba34,9703fe7e8d35ba34] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:36.733 [67ea56e4b3aa9b7b9703fe7e8d35ba34,9703fe7e8d35ba34] [qtp1225114731-852] DEBUG [aai-resources,67ea56e4b3aa9b7b9703fe7e8d35ba34,9703fe7e8d35ba34] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fa0356d6-14f4-40db-bf32-2a9f3d251815","status":"200","rqstDate":"250331-08:48:36:723","respDate":"250331-08:48:36:733","sourceId":"haproxy:fa0356d6-14f4-40db-bf32-2a9f3d251815","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:36:723-68416\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[274fce5f-69ce-4092-a7bb-d317cd125ace], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fa0356d6-14f4-40db-bf32-2a9f3d251815]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:48:38.740 [67ea56e6fc92a71f573cfece5c16463a,573cfece5c16463a] [qtp1225114731-911]  INFO [aai-resources,67ea56e6fc92a71f573cfece5c16463a,573cfece5c16463a] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:38.755 [67ea56e6fc92a71f573cfece5c16463a,573cfece5c16463a] [qtp1225114731-911] DEBUG [aai-resources,67ea56e6fc92a71f573cfece5c16463a,573cfece5c16463a] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"45c5703d-dbe3-49f3-b7c8-f5a7e784c58d","status":"200","rqstDate":"250331-08:48:38:740","respDate":"250331-08:48:38:755","sourceId":"haproxy:45c5703d-dbe3-49f3-b7c8-f5a7e784c58d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:38:740-30121\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5c624b06-30d2-4df5-ad46-5117ef756173], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[45c5703d-dbe3-49f3-b7c8-f5a7e784c58d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:48:40.761 [67ea56e8e31af2c5169315bd1a594f80,169315bd1a594f80] [qtp1225114731-852]  INFO [aai-resources,67ea56e8e31af2c5169315bd1a594f80,169315bd1a594f80] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:40.775 [67ea56e8e31af2c5169315bd1a594f80,169315bd1a594f80] [qtp1225114731-852] DEBUG [aai-resources,67ea56e8e31af2c5169315bd1a594f80,169315bd1a594f80] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"314c65e2-8a02-45e3-be73-c254409b7126","status":"200","rqstDate":"250331-08:48:40:762","respDate":"250331-08:48:40:775","sourceId":"haproxy:314c65e2-8a02-45e3-be73-c254409b7126","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:40:762-63423\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b2630d95-ab61-4d83-8cc4-214beedaad17], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[314c65e2-8a02-45e3-be73-c254409b7126]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:42.781 [67ea56ea74eeb844e7d0107a5fbe27ed,e7d0107a5fbe27ed] [qtp1225114731-911]  INFO [aai-resources,67ea56ea74eeb844e7d0107a5fbe27ed,e7d0107a5fbe27ed] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:42.791 [67ea56ea74eeb844e7d0107a5fbe27ed,e7d0107a5fbe27ed] [qtp1225114731-911] DEBUG [aai-resources,67ea56ea74eeb844e7d0107a5fbe27ed,e7d0107a5fbe27ed] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"90fed9ea-a76c-474b-ad53-32d2d9949983","status":"200","rqstDate":"250331-08:48:42:781","respDate":"250331-08:48:42:791","sourceId":"haproxy:90fed9ea-a76c-474b-ad53-32d2d9949983","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:42:781-52329\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f0834a27-3608-4dd7-b1d0-02a37d7ec685], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[90fed9ea-a76c-474b-ad53-32d2d9949983]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:48:44.052 [67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] [qtp1225114731-852]  INFO [aai-resources,67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:44.056 [67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] [pool-824-thread-1]  INFO [aai-resources,67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] 1 --- [ol-824-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:44.056 [67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] [pool-824-thread-1]  INFO [aai-resources,67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] 1 --- [ol-824-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:44.056 [67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] [pool-824-thread-1]  INFO [aai-resources,67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] 1 --- [ol-824-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:44.057 [67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] [pool-824-thread-1]  INFO [aai-resources,67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] 1 --- [ol-824-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:44.072 [67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] [pool-824-thread-1]  INFO [aai-resources,67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] 1 --- [ol-824-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:44.072 [67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] [qtp1225114731-852] DEBUG [aai-resources,67ea56ecf7df0ecd780b7a7192682c28,780b7a7192682c28] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:44:052","respDate":"250331-08:48:44:072","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:44:052-5843\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[57fd6cef-a652-4515-8e6f-78b6b79c33e7], Accept=[application/json], x-invocationid=[5d5af898-2f35-483c-bdd2-29f960eb3247], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:44 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne" 200 1084 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:48:44.098 [67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] [qtp1225114731-911]  INFO [aai-resources,67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:44.103 [67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] [pool-825-thread-1]  INFO [aai-resources,67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] 1 --- [ol-825-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:44.103 [67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] [pool-825-thread-1]  INFO [aai-resources,67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] 1 --- [ol-825-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:44.103 [67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] [pool-825-thread-1]  INFO [aai-resources,67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] 1 --- [ol-825-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:44.103 [67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] [pool-825-thread-1]  INFO [aai-resources,67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] 1 --- [ol-825-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:44.109 [67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] [pool-825-thread-1]  INFO [aai-resources,67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] 1 --- [ol-825-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type network-technology found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/related-to/network-technologies ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:48:44.109 [67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] [pool-825-thread-1]  INFO [aai-resources,67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] 1 --- [ol-825-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:44.110 [67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] [qtp1225114731-911] DEBUG [aai-resources,67ea56ec58bfc11d454e4bda12de4477,454e4bda12de4477] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:48:44:098","respDate":"250331-08:48:44:110","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/related-to/network-technologies?network-technology-name=OVS-DPDK","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:44:098-18788\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[82cae5f6-51f3-4903-af90-841b2baaa12d], Accept=[application/json], x-invocationid=[aadd3276-5f2b-4fda-943e-c30867a82831], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:44 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/related-to/network-technologies?network-technology-name=OVS-DPDK" 404 456 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:44.799 [67ea56ecfcc41b7bda8b5a305b897909,da8b5a305b897909] [qtp1225114731-852]  INFO [aai-resources,67ea56ecfcc41b7bda8b5a305b897909,da8b5a305b897909] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:44.811 [67ea56ecfcc41b7bda8b5a305b897909,da8b5a305b897909] [qtp1225114731-852] DEBUG [aai-resources,67ea56ecfcc41b7bda8b5a305b897909,da8b5a305b897909] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"261ee8a9-b20b-453e-b5f6-decdb1790154","status":"200","rqstDate":"250331-08:48:44:799","respDate":"250331-08:48:44:811","sourceId":"haproxy:261ee8a9-b20b-453e-b5f6-decdb1790154","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:44:799-94868\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[28205eb2-f4d6-925c-b38e-b232dadbb398], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[261ee8a9-b20b-453e-b5f6-decdb1790154]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:48:46.817 [67ea56eeef12ce3bcc1994bda51fc59b,cc1994bda51fc59b] [qtp1225114731-911]  INFO [aai-resources,67ea56eeef12ce3bcc1994bda51fc59b,cc1994bda51fc59b] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:46.837 [67ea56eeef12ce3bcc1994bda51fc59b,cc1994bda51fc59b] [qtp1225114731-911] DEBUG [aai-resources,67ea56eeef12ce3bcc1994bda51fc59b,cc1994bda51fc59b] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cfc14ea0-768b-481f-86fa-8cb6598c6066","status":"200","rqstDate":"250331-08:48:46:817","respDate":"250331-08:48:46:837","sourceId":"haproxy:cfc14ea0-768b-481f-86fa-8cb6598c6066","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:46:817-85707\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[459766fb-1dbb-4bb4-8748-9157a2c62fd1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cfc14ea0-768b-481f-86fa-8cb6598c6066]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:48:47.622 [67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] [qtp1225114731-852]  INFO [aai-resources,67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:47.627 [67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] [pool-826-thread-1]  INFO [aai-resources,67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] 1 --- [ol-826-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:47.627 [67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] [pool-826-thread-1]  INFO [aai-resources,67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] 1 --- [ol-826-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:47.627 [67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] [pool-826-thread-1]  INFO [aai-resources,67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] 1 --- [ol-826-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:47.627 [67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] [pool-826-thread-1]  INFO [aai-resources,67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] 1 --- [ol-826-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:47.632 [67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] [pool-826-thread-1]  INFO [aai-resources,67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] 1 --- [ol-826-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type image found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:48:47.633 [67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] [pool-826-thread-1]  INFO [aai-resources,67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] 1 --- [ol-826-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:47.634 [67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] [qtp1225114731-852] DEBUG [aai-resources,67ea56ef693677367620a60f0fe490a5,7620a60f0fe490a5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:48:47:622","respDate":"250331-08:48:47:634","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee?format=count&resultIndex=0&resultSize=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:47:622-25377\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d2250000-e7bb-493e-bba4-94994c43cb0a], Accept=[application/json], x-invocationid=[696c2618-2de3-49ac-8718-ce90256fa23a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:47 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee?format=count&resultIndex=0&resultSize=1" 404 479 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:48:47.720 [67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] [qtp1225114731-911]  INFO [aai-resources,67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:47.726 [67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] [pool-827-thread-1]  INFO [aai-resources,67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] 1 --- [ol-827-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:47.726 [67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] [pool-827-thread-1]  INFO [aai-resources,67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] 1 --- [ol-827-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:47.726 [67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] [pool-827-thread-1]  INFO [aai-resources,67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] 1 --- [ol-827-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:47.727 [67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] [pool-827-thread-1]  INFO [aai-resources,67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] 1 --- [ol-827-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:47.732 [67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] [pool-827-thread-1]  INFO [aai-resources,67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] 1 --- [ol-827-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type flavor found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:48:47.733 [67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] [pool-827-thread-1]  INFO [aai-resources,67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] 1 --- [ol-827-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:47.733 [67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] [qtp1225114731-911] DEBUG [aai-resources,67ea56eff9c98a65f49c6bb46a356eb8,f49c6bb46a356eb8] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:48:47:720","respDate":"250331-08:48:47:733","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b?format=count&resultIndex=0&resultSize=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:47:720-29160\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ebb1e732-24da-479d-b4cb-0156d08d993c], Accept=[application/json], x-invocationid=[d8c530ef-c07d-4c74-81b0-cb6fab795c2a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:47 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b?format=count&resultIndex=0&resultSize=1" 404 484 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:48.171 [67ea56f039600db85c68634acd947f76,5c68634acd947f76] [qtp1225114731-852]  INFO [aai-resources,67ea56f039600db85c68634acd947f76,5c68634acd947f76] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:48.176 [67ea56f039600db85c68634acd947f76,5c68634acd947f76] [pool-828-thread-1]  INFO [aai-resources,67ea56f039600db85c68634acd947f76,5c68634acd947f76] 1 --- [ol-828-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:48.176 [67ea56f039600db85c68634acd947f76,5c68634acd947f76] [pool-828-thread-1]  INFO [aai-resources,67ea56f039600db85c68634acd947f76,5c68634acd947f76] 1 --- [ol-828-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:48.176 [67ea56f039600db85c68634acd947f76,5c68634acd947f76] [pool-828-thread-1]  INFO [aai-resources,67ea56f039600db85c68634acd947f76,5c68634acd947f76] 1 --- [ol-828-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:48.176 [67ea56f039600db85c68634acd947f76,5c68634acd947f76] [pool-828-thread-1]  INFO [aai-resources,67ea56f039600db85c68634acd947f76,5c68634acd947f76] 1 --- [ol-828-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:48.183 [67ea56f039600db85c68634acd947f76,5c68634acd947f76] [pool-828-thread-1]  INFO [aai-resources,67ea56f039600db85c68634acd947f76,5c68634acd947f76] 1 --- [ol-828-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type vserver found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:48:48.184 [67ea56f039600db85c68634acd947f76,5c68634acd947f76] [pool-828-thread-1]  INFO [aai-resources,67ea56f039600db85c68634acd947f76,5c68634acd947f76] 1 --- [ol-828-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:48.184 [67ea56f039600db85c68634acd947f76,5c68634acd947f76] [qtp1225114731-852] DEBUG [aai-resources,67ea56f039600db85c68634acd947f76,5c68634acd947f76] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:48:48:171","respDate":"250331-08:48:48:184","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874?format=count&resultIndex=0&resultSize=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:48:171-37414\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[cd82c3f9-daab-4c0a-8432-feb7af9dc2f2], Accept=[application/json], x-invocationid=[8d8d4c95-bd48-4123-b093-d66071e1a87b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:48 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874?format=count&resultIndex=0&resultSize=1" 404 585 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:48.720 [67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] [qtp1225114731-911]  INFO [aai-resources,67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:48.725 [67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] [pool-829-thread-1]  INFO [aai-resources,67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] 1 --- [ol-829-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:48.725 [67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] [pool-829-thread-1]  INFO [aai-resources,67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] 1 --- [ol-829-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:48.725 [67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] [pool-829-thread-1]  INFO [aai-resources,67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] 1 --- [ol-829-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:48.726 [67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] [pool-829-thread-1]  INFO [aai-resources,67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] 1 --- [ol-829-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:48.732 [67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] [pool-829-thread-1]  INFO [aai-resources,67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] 1 --- [ol-829-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type l-interface found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874/l-interfaces/l-interface/port__ubuntu20-VNF-name_obJE ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:48:48.732 [67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] [pool-829-thread-1]  INFO [aai-resources,67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] 1 --- [ol-829-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:48.733 [67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] [qtp1225114731-911] DEBUG [aai-resources,67ea56f006ff685acf8fd59da0d78c19,cf8fd59da0d78c19] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:48:48:720","respDate":"250331-08:48:48:733","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874/l-interfaces/l-interface/port__ubuntu20-VNF-name_obJE?format=count&resultIndex=0&resultSize=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:48:720-59478\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9cc41df0-97dc-40f7-9f04-d7c64775b5f7], Accept=[application/json], x-invocationid=[2d1a7ae8-91e0-43c7-b496-c4b58bd8bd2c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:48 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874/l-interfaces/l-interface/port__ubuntu20-VNF-name_obJE?format=count&resultIndex=0&resultSize=1" 404 697 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:48.842 [67ea56f0706ce45937f6e93aea782ca5,37f6e93aea782ca5] [qtp1225114731-22]  INFO [aai-resources,67ea56f0706ce45937f6e93aea782ca5,37f6e93aea782ca5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:48.856 [67ea56f0706ce45937f6e93aea782ca5,37f6e93aea782ca5] [qtp1225114731-22] DEBUG [aai-resources,67ea56f0706ce45937f6e93aea782ca5,37f6e93aea782ca5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b9ca33df-343f-41fd-a281-c68a0397e92a","status":"200","rqstDate":"250331-08:48:48:842","respDate":"250331-08:48:48:856","sourceId":"haproxy:b9ca33df-343f-41fd-a281-c68a0397e92a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:48:842-92801\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e4a631e8-c187-4c46-9cf0-a76e59cf5b11], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b9ca33df-343f-41fd-a281-c68a0397e92a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:49.007 [67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] [qtp1225114731-911]  INFO [aai-resources,67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:49.013 [67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] [pool-830-thread-1]  INFO [aai-resources,67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] 1 --- [ol-830-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:49.013 [67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] [pool-830-thread-1]  INFO [aai-resources,67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] 1 --- [ol-830-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:49.013 [67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] [pool-830-thread-1]  INFO [aai-resources,67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] 1 --- [ol-830-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:49.013 [67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] [pool-830-thread-1]  INFO [aai-resources,67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] 1 --- [ol-830-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:49.019 [67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] [pool-830-thread-1]  INFO [aai-resources,67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] 1 --- [ol-830-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type l3-interface-ipv4-address-list found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874/l-interfaces/l-interface/port__ubuntu20-VNF-name_obJE/l3-interface-ipv4-address-list/192.168.13.223 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:48:49.020 [67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] [pool-830-thread-1]  INFO [aai-resources,67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] 1 --- [ol-830-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:49.020 [67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] [qtp1225114731-911] DEBUG [aai-resources,67ea56f192394dfd9acb8a1feaa5304c,9acb8a1feaa5304c] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"404","rqstDate":"250331-08:48:49:008","respDate":"250331-08:48:49:020","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874/l-interfaces/l-interface/port__ubuntu20-VNF-name_obJE/l3-interface-ipv4-address-list/192.168.13.223?format=count&resultIndex=0&resultSize=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:49:008-10573\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8fb585d6-2158-4723-b4ea-340a472bb136], Accept=[application/json], x-invocationid=[d6c3c9aa-8abd-4dd6-a6de-67c76cc511df], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:49 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874/l-interfaces/l-interface/port__ubuntu20-VNF-name_obJE/l3-interface-ipv4-address-list/192.168.13.223?format=count&resultIndex=0&resultSize=1" 404 808 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:49.088 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:49.116 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:49.116 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:49.116 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:49.117 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:49.142 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:49.142 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:49.159 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:49.159 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:49.202 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:49.202 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:49.225 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:49.226 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:49.240 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:49.345 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22]  INFO [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] o.o.a.r.b.BulkSingleTransactionConsumer  : Successfully committed the transaction to the database
2025-03-31 08:48:49.346 [67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] [qtp1225114731-22] DEBUG [aai-resources,67ea56f1752a9afbf1150710ea3e5f87,f1150710ea3e5f87] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"201","rqstDate":"250331-08:48:49:088","respDate":"250331-08:48:49:346","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:48779/aai/v24/bulk/single-transaction","resourceType":"POST","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:49:088-28955\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b93abe21-500f-4b15-89ce-b3803e9cac4b], Accept=[application/json], x-invocationid=[babe81ef-b2af-4119-9c32-b2ca891282b9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:48779], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[48779], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[3111], Content-Type=[application/json]}\",\"Payload\":\"{\\\"operations\\\":[{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee\\\",\\\"body\\\":{\\\"image-id\\\":\\\"5b59f38b-3eee-404c-9a75-2f3d2d8731ee\\\",\\\"image-name\\\":\\\"Ubuntu_2004\\\",\\\"image-os-distro\\\":\\\"unknown\\\",\\\"image-os-version\\\":\\\"unknown\\\",\\\"image-selflink\\\":\\\"http://127.0.0.1:5503/v2.1/images/5b59f38b-3eee-404c-9a75-2f3d2d8731ee\\\"}},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b\\\",\\\"body\\\":{\\\"flavor-id\\\":\\\"b6604007-188a-45ad-986d-f9db6b57c39b\\\",\\\"flavor-name\\\":\\\"m1.small\\\",\\\"flavor-vcpus\\\":1,\\\"flavor-ram\\\":2048,\\\"flavor-disk\\\":20,\\\"flavor-ephemeral\\\":0,\\\"flavor-swap\\\":\\\"0\\\",\\\"flavor-is-public\\\":true,\\\"flavor-selflink\\\":\\\"http://127.0.0.1:5503/v2.1/flavors/b6604007-188a-45ad-986d-f9db6b57c39b\\\",\\\"flavor-disabled\\\":false}},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874\\\",\\\"body\\\":{\\\"vserver-id\\\":\\\"99995f4e-091d-4904-8afb-f6ed95329874\\\",\\\"vserver-name\\\":\\\"ubuntu20agent-VNF\\\",\\\"vserver-name2\\\":\\\"ubuntu20agent-VNF\\\",\\\"vserver-selflink\\\":\\\"http://127.0.0.1:5503/v2.1/servers/99995f4e-091d-4904-8afb-f6ed95329874\\\",\\\"in-maint\\\":false,\\\"is-closed-loop-disabled\\\":false,\\\"relationship-list\\\":{\\\"relationship\\\":[{\\\"related-link\\\":\\\"/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c\\\"},{\\\"related-link\\\":\\\"/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d\\\"},{\\\"related-link\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee\\\"},{\\\"related-link\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b\\\"}]}}},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874/l-interfaces/l-interface/port__ubuntu20-VNF-name_obJE\\\",\\\"body\\\":{\\\"interface-name\\\":\\\"port__ubuntu20-VNF-name_obJE\\\",\\\"interface-role\\\":\\\"normal\\\",\\\"interface-id\\\":\\\"28a1d66a-23a2-45f2-9edb-bb2f6c05f7ad\\\",\\\"macaddr\\\":\\\"fa:16:3e:b5:5d:02\\\",\\\"network-name\\\":\\\"admin-daily-master-sm\\\",\\\"interface-type\\\":\\\"OVS\\\",\\\"is-port-mirrored\\\":false,\\\"in-maint\\\":false,\\\"is-ip-unnumbered\\\":false,\\\"l2-multicasting\\\":false,\\\"relationship-list\\\":{}}},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874/l-interfaces/l-interface/port__ubuntu20-VNF-name_obJE/l3-interface-ipv4-address-list/192.168.13.223\\\",\\\"body\\\":{\\\"l3-interface-ipv4-address\\\":\\\"192.168.13.223\\\",\\\"l3-interface-ipv4-prefix-length\\\":24,\\\"is-floating\\\":false,\\\"neutron-network-id\\\":\\\"e63f52f0-cb3c-4500-9b95-ef90d9d64a6e\\\",\\\"neutron-subnet-id\\\":\\\"38484739-0ccc-47e4-805e-57c5b3972284\\\"}}]}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:48:49:088-28955\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:48:49:088-28955]}\",\"Entity\":\"{\\\"operation-responses\\\":[{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/images/image/5b59f38b-3eee-404c-9a75-2f3d2d8731ee\\\",\\\"response-status-code\\\":201,\\\"response-body\\\":null},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/flavors/flavor/b6604007-188a-45ad-986d-f9db6b57c39b\\\",\\\"response-status-code\\\":201,\\\"response-body\\\":null},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874\\\",\\\"response-status-code\\\":201,\\\"response-body\\\":null},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874/l-interfaces/l-interface/port__ubuntu20-VNF-name_obJE\\\",\\\"response-status-code\\\":201,\\\"response-body\\\":null},{\\\"action\\\":\\\"put\\\",\\\"uri\\\":\\\"/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8/vservers/vserver/99995f4e-091d-4904-8afb-f6ed95329874/l-interfaces/l-interface/port__ubuntu20-VNF-name_obJE/l3-interface-ipv4-address-list/192.168.13.223\\\",\\\"response-status-code\\\":201,\\\"response-body\\\":null}]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:49 +0000] "POST /aai/v24/bulk/single-transaction" 201 1377 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 260 - "logType": "access"
2025-03-31 08:48:49.424 [67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] [qtp1225114731-911]  INFO [aai-resources,67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:49.431 [67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] [qtp1225114731-911]  INFO [aai-resources,67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:49.431 [67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] [qtp1225114731-911]  INFO [aai-resources,67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:49.431 [67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] [qtp1225114731-911]  INFO [aai-resources,67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:49.432 [67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] [qtp1225114731-911]  INFO [aai-resources,67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:49.466 [67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] [qtp1225114731-911]  INFO [aai-resources,67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:49.484 [67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] [qtp1225114731-911] DEBUG [aai-resources,67ea56f19edcfdad0fe50f5de713f383,0fe50f5de713f383] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:49:424","respDate":"250331-08:48:49:484","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:49:424-34775\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[84b7ae0a-c6d6-4a65-967f-2a05f3e8f9d3], Accept=[application/json], x-invocationid=[4d709485-6b0f-410d-929e-18f462e8c250], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[214], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"1364a22f-0c4a-4803-ad52-9e2dde2e0c9d\\\",\\\"heat-stack-id\\\":\\\"basic_macro_54024979-2dcb-49c6-99a6-9da671433a57_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/d99c5dd7-c32c-4904-828f-64ac95a80f2b\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:48:49:424-34775\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[159936], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:48:49:424-34775]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:49 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 62 - "logType": "access"
2025-03-31 08:48:49.507 [67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] [qtp1225114731-22]  INFO [aai-resources,67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:49.512 [67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] [qtp1225114731-22]  INFO [aai-resources,67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:49.512 [67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] [qtp1225114731-22]  INFO [aai-resources,67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:49.512 [67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] [qtp1225114731-22]  INFO [aai-resources,67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:49.512 [67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] [qtp1225114731-22]  INFO [aai-resources,67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:49.535 [67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] [qtp1225114731-22]  INFO [aai-resources,67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:49.555 [67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] [qtp1225114731-22] DEBUG [aai-resources,67ea56f1cafefe4ea621b74fb9249d97,a621b74fb9249d97] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:49:507","respDate":"250331-08:48:49:555","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:49:507-23980\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[31855c78-5efc-41b0-9284-37642020fa97], Accept=[application/json], x-invocationid=[09a226fd-1dd8-4988-8ac2-ff80951cc3ef], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[88], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"1364a22f-0c4a-4803-ad52-9e2dde2e0c9d\\\",\\\"orchestration-status\\\":\\\"Created\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:48:49:507-23980\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[159936], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:48:49:507-23980]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:49 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 49 - "logType": "access"
2025-03-31 08:48:50.006 [67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] [qtp1225114731-911]  INFO [aai-resources,67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.010 [67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] [pool-831-thread-1]  INFO [aai-resources,67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] 1 --- [ol-831-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.010 [67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] [pool-831-thread-1]  INFO [aai-resources,67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] 1 --- [ol-831-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.010 [67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] [pool-831-thread-1]  INFO [aai-resources,67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] 1 --- [ol-831-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.011 [67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] [pool-831-thread-1]  INFO [aai-resources,67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] 1 --- [ol-831-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.013 [67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] [pool-831-thread-1]  INFO [aai-resources,67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] 1 --- [ol-831-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.014 [67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] [qtp1225114731-911] DEBUG [aai-resources,67ea56f2e52f9b866d76813dc114b93e,6d76813dc114b93e] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:006","respDate":"250331-08:48:50:014","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:50:006-45023\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ec899006-2555-4be7-95c7-d140bec36cfe], Accept=[application/json], x-invocationid=[f0b4dc0f-e7a7-4d15-a0ee-488cac3e5fbc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:48:50.036 [67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] [qtp1225114731-22]  INFO [aai-resources,67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.039 [67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] [pool-832-thread-1]  INFO [aai-resources,67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] 1 --- [ol-832-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.039 [67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] [pool-832-thread-1]  INFO [aai-resources,67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] 1 --- [ol-832-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.039 [67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] [pool-832-thread-1]  INFO [aai-resources,67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] 1 --- [ol-832-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.040 [67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] [pool-832-thread-1]  INFO [aai-resources,67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] 1 --- [ol-832-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.048 [67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] [pool-832-thread-1]  INFO [aai-resources,67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] 1 --- [ol-832-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.048 [67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] [qtp1225114731-22] DEBUG [aai-resources,67ea56f2a6d6bec6a68351873494e9a7,a68351873494e9a7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:036","respDate":"250331-08:48:50:048","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:50:036-61876\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1a3b70e7-4e5d-483e-9a40-d4e329f629e2], Accept=[application/json], x-invocationid=[420f7d9a-4236-4311-9c83-05306ff9e3af], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:48:50.098 [67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] [qtp1225114731-911]  INFO [aai-resources,67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.102 [67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] [pool-833-thread-1]  INFO [aai-resources,67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] 1 --- [ol-833-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.103 [67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] [pool-833-thread-1]  INFO [aai-resources,67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] 1 --- [ol-833-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.103 [67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] [pool-833-thread-1]  INFO [aai-resources,67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] 1 --- [ol-833-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.103 [67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] [pool-833-thread-1]  INFO [aai-resources,67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] 1 --- [ol-833-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.110 [67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] [pool-833-thread-1]  INFO [aai-resources,67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] 1 --- [ol-833-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.111 [67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] [qtp1225114731-911] DEBUG [aai-resources,67ea56f28eac96cb78e944824e61e4ef,78e944824e61e4ef] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:098","respDate":"250331-08:48:50:111","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:50:098-94691\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5a11bf51-8656-480f-83f8-3bf60f4c2f2a], Accept=[application/json], x-invocationid=[69e3bdcb-5d43-4d6d-b5e8-e7cedb63c123], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:48:50.133 [67ea56f21e493528048711e46eca85d0,048711e46eca85d0] [qtp1225114731-22]  INFO [aai-resources,67ea56f21e493528048711e46eca85d0,048711e46eca85d0] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.139 [67ea56f21e493528048711e46eca85d0,048711e46eca85d0] [pool-834-thread-1]  INFO [aai-resources,67ea56f21e493528048711e46eca85d0,048711e46eca85d0] 1 --- [ol-834-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.139 [67ea56f21e493528048711e46eca85d0,048711e46eca85d0] [pool-834-thread-1]  INFO [aai-resources,67ea56f21e493528048711e46eca85d0,048711e46eca85d0] 1 --- [ol-834-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.139 [67ea56f21e493528048711e46eca85d0,048711e46eca85d0] [pool-834-thread-1]  INFO [aai-resources,67ea56f21e493528048711e46eca85d0,048711e46eca85d0] 1 --- [ol-834-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.140 [67ea56f21e493528048711e46eca85d0,048711e46eca85d0] [pool-834-thread-1]  INFO [aai-resources,67ea56f21e493528048711e46eca85d0,048711e46eca85d0] 1 --- [ol-834-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.143 [67ea56f21e493528048711e46eca85d0,048711e46eca85d0] [pool-834-thread-1]  INFO [aai-resources,67ea56f21e493528048711e46eca85d0,048711e46eca85d0] 1 --- [ol-834-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.143 [67ea56f21e493528048711e46eca85d0,048711e46eca85d0] [qtp1225114731-22] DEBUG [aai-resources,67ea56f21e493528048711e46eca85d0,048711e46eca85d0] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:134","respDate":"250331-08:48:50:143","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:50:134-82497\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[431df570-0fe4-44b3-9fdd-e73e513a8551], Accept=[application/json], x-invocationid=[0efe9e13-b9d8-4fc8-8fb1-7145d50b2c6b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:48:50.165 [67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] [qtp1225114731-911]  INFO [aai-resources,67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.170 [67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] [pool-835-thread-1]  INFO [aai-resources,67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] 1 --- [ol-835-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.170 [67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] [pool-835-thread-1]  INFO [aai-resources,67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] 1 --- [ol-835-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.170 [67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] [pool-835-thread-1]  INFO [aai-resources,67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] 1 --- [ol-835-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.171 [67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] [pool-835-thread-1]  INFO [aai-resources,67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] 1 --- [ol-835-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.173 [67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] [pool-835-thread-1]  INFO [aai-resources,67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] 1 --- [ol-835-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.173 [67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] [qtp1225114731-911] DEBUG [aai-resources,67ea56f280bc6487dd4c7b5ab44e2bb8,dd4c7b5ab44e2bb8] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:165","respDate":"250331-08:48:50:173","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:50:165-64295\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[21d3be53-eec8-47e0-a1fe-72b27875f8cd], Accept=[application/json], x-invocationid=[ead1d42e-9f48-427a-a300-885282b96820], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:48:50.192 [67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] [qtp1225114731-22]  INFO [aai-resources,67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.196 [67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] [pool-836-thread-1]  INFO [aai-resources,67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] 1 --- [ol-836-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.196 [67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] [pool-836-thread-1]  INFO [aai-resources,67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] 1 --- [ol-836-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.196 [67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] [pool-836-thread-1]  INFO [aai-resources,67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] 1 --- [ol-836-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.196 [67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] [pool-836-thread-1]  INFO [aai-resources,67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] 1 --- [ol-836-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.226 [67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] [pool-836-thread-1]  INFO [aai-resources,67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] 1 --- [ol-836-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.226 [67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] [qtp1225114731-22] DEBUG [aai-resources,67ea56f2bf51ccb59ca971a1a3a5106b,9ca971a1a3a5106b] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:192","respDate":"250331-08:48:50:226","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:50:192-63107\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[715dd9c1-2260-413e-aa1a-c5c0ec2e09ec], Accept=[application/json], x-invocationid=[ec7fc4a9-05de-4d90-8ce1-fbcd7f01bf25], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5834 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 35 - "logType": "access"
2025-03-31 08:48:50.251 [67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] [qtp1225114731-911]  INFO [aai-resources,67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.255 [67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] [pool-837-thread-1]  INFO [aai-resources,67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] 1 --- [ol-837-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.255 [67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] [pool-837-thread-1]  INFO [aai-resources,67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] 1 --- [ol-837-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.255 [67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] [pool-837-thread-1]  INFO [aai-resources,67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] 1 --- [ol-837-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.256 [67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] [pool-837-thread-1]  INFO [aai-resources,67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] 1 --- [ol-837-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.258 [67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] [pool-837-thread-1]  INFO [aai-resources,67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] 1 --- [ol-837-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.258 [67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] [qtp1225114731-911] DEBUG [aai-resources,67ea56f2ce21e8fa3b88e128fbff4c99,3b88e128fbff4c99] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:251","respDate":"250331-08:48:50:258","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:50:251-85748\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e28a5a7f-d1de-4145-9f28-459f6a1b577e], Accept=[application/json], x-invocationid=[cd15f431-aecc-403e-90cb-1604176af452], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:50.279 [67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] [qtp1225114731-22]  INFO [aai-resources,67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.283 [67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] [pool-838-thread-1]  INFO [aai-resources,67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] 1 --- [ol-838-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.283 [67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] [pool-838-thread-1]  INFO [aai-resources,67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] 1 --- [ol-838-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.284 [67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] [pool-838-thread-1]  INFO [aai-resources,67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] 1 --- [ol-838-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.284 [67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] [pool-838-thread-1]  INFO [aai-resources,67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] 1 --- [ol-838-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.286 [67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] [pool-838-thread-1]  INFO [aai-resources,67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] 1 --- [ol-838-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.286 [67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] [qtp1225114731-22] DEBUG [aai-resources,67ea56f2c02040f60ab762a9e071fda0,0ab762a9e071fda0] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:279","respDate":"250331-08:48:50:286","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:50:279-73317\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d46171c9-62e2-4fdd-b61a-7b171214bf13], Accept=[application/json], x-invocationid=[991daa87-0a95-4883-95bb-1ec9465edecf], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:50.306 [67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] [qtp1225114731-911]  INFO [aai-resources,67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.312 [67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] [pool-839-thread-1]  INFO [aai-resources,67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] 1 --- [ol-839-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.312 [67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] [pool-839-thread-1]  INFO [aai-resources,67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] 1 --- [ol-839-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.312 [67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] [pool-839-thread-1]  INFO [aai-resources,67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] 1 --- [ol-839-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.312 [67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] [pool-839-thread-1]  INFO [aai-resources,67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] 1 --- [ol-839-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.327 [67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] [pool-839-thread-1]  INFO [aai-resources,67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] 1 --- [ol-839-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.327 [67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] [qtp1225114731-911] DEBUG [aai-resources,67ea56f28953b3a4cd077a6804d842d4,cd077a6804d842d4] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:306","respDate":"250331-08:48:50:327","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:50:306-86647\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9322f7a5-26a2-4f2c-b0f5-b2dd71bcfaa9], Accept=[application/json], x-invocationid=[9e12ab06-a2f1-4b5d-bdc7-d867de47f932], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:48:50.355 [67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] [qtp1225114731-22]  INFO [aai-resources,67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.361 [67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] [pool-840-thread-1]  INFO [aai-resources,67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] 1 --- [ol-840-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.362 [67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] [pool-840-thread-1]  INFO [aai-resources,67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] 1 --- [ol-840-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.362 [67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] [pool-840-thread-1]  INFO [aai-resources,67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] 1 --- [ol-840-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.362 [67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] [pool-840-thread-1]  INFO [aai-resources,67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] 1 --- [ol-840-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.415 [67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] [pool-840-thread-1]  INFO [aai-resources,67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] 1 --- [ol-840-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.417 [67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] [qtp1225114731-22] DEBUG [aai-resources,67ea56f2b76a563314d7d45942c31628,14d7d45942c31628] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:355","respDate":"250331-08:48:50:416","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:50:355-36449\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bc061020-8b0d-4c0e-ad75-314440c268b7], Accept=[application/json], x-invocationid=[57af3cb9-9a34-4922-84c4-143a319f5d0d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1761 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 71 - "logType": "access"
2025-03-31 08:48:50.465 [67ea56f222c82940442902a63792dd1f,442902a63792dd1f] [qtp1225114731-911]  INFO [aai-resources,67ea56f222c82940442902a63792dd1f,442902a63792dd1f] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.469 [67ea56f222c82940442902a63792dd1f,442902a63792dd1f] [pool-841-thread-1]  INFO [aai-resources,67ea56f222c82940442902a63792dd1f,442902a63792dd1f] 1 --- [ol-841-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.469 [67ea56f222c82940442902a63792dd1f,442902a63792dd1f] [pool-841-thread-1]  INFO [aai-resources,67ea56f222c82940442902a63792dd1f,442902a63792dd1f] 1 --- [ol-841-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.469 [67ea56f222c82940442902a63792dd1f,442902a63792dd1f] [pool-841-thread-1]  INFO [aai-resources,67ea56f222c82940442902a63792dd1f,442902a63792dd1f] 1 --- [ol-841-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.470 [67ea56f222c82940442902a63792dd1f,442902a63792dd1f] [pool-841-thread-1]  INFO [aai-resources,67ea56f222c82940442902a63792dd1f,442902a63792dd1f] 1 --- [ol-841-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.481 [67ea56f222c82940442902a63792dd1f,442902a63792dd1f] [pool-841-thread-1]  INFO [aai-resources,67ea56f222c82940442902a63792dd1f,442902a63792dd1f] 1 --- [ol-841-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.481 [67ea56f222c82940442902a63792dd1f,442902a63792dd1f] [qtp1225114731-911] DEBUG [aai-resources,67ea56f222c82940442902a63792dd1f,442902a63792dd1f] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:466","respDate":"250331-08:48:50:481","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:50:466-42732\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[eadbcf33-3678-4869-97b1-f06ac4c6fc4e], Accept=[application/json], x-invocationid=[e6d1e598-c650-45ac-8ec5-8c1299d458a6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1761 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:48:50.503 [67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] [qtp1225114731-22]  INFO [aai-resources,67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.507 [67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] [pool-842-thread-1]  INFO [aai-resources,67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] 1 --- [ol-842-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.507 [67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] [pool-842-thread-1]  INFO [aai-resources,67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] 1 --- [ol-842-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.507 [67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] [pool-842-thread-1]  INFO [aai-resources,67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] 1 --- [ol-842-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.508 [67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] [pool-842-thread-1]  INFO [aai-resources,67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] 1 --- [ol-842-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.518 [67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] [pool-842-thread-1]  INFO [aai-resources,67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] 1 --- [ol-842-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.519 [67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] [qtp1225114731-22] DEBUG [aai-resources,67ea56f2db1fbcd016af6e2bbebaa3cf,16af6e2bbebaa3cf] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:503","respDate":"250331-08:48:50:518","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:50:503-21342\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[14ee8cb1-38cb-4799-a6c6-8722448297c1], Accept=[application/json], x-invocationid=[6008fee5-899e-4ad4-8bcf-b87bd9ceca2c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1761 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:48:50.538 [67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] [qtp1225114731-911]  INFO [aai-resources,67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.542 [67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] [pool-843-thread-1]  INFO [aai-resources,67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] 1 --- [ol-843-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.543 [67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] [pool-843-thread-1]  INFO [aai-resources,67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] 1 --- [ol-843-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.543 [67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] [pool-843-thread-1]  INFO [aai-resources,67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] 1 --- [ol-843-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.543 [67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] [pool-843-thread-1]  INFO [aai-resources,67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] 1 --- [ol-843-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.566 [67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] [pool-843-thread-1]  INFO [aai-resources,67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] 1 --- [ol-843-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.566 [67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] [qtp1225114731-911] DEBUG [aai-resources,67ea56f213c143bdc0b242554c9f07c2,c0b242554c9f07c2] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:538","respDate":"250331-08:48:50:566","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:50:538-11953\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ec3fd5df-97d4-4626-956f-76983660cd39], Accept=[application/json], x-invocationid=[c6b47a55-e7b2-49ce-b993-248521216d68], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5834 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:48:50.639 [67ea56f269de303d12522cf6230fac43,12522cf6230fac43] [qtp1225114731-22]  INFO [aai-resources,67ea56f269de303d12522cf6230fac43,12522cf6230fac43] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.644 [67ea56f269de303d12522cf6230fac43,12522cf6230fac43] [pool-844-thread-1]  INFO [aai-resources,67ea56f269de303d12522cf6230fac43,12522cf6230fac43] 1 --- [ol-844-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.644 [67ea56f269de303d12522cf6230fac43,12522cf6230fac43] [pool-844-thread-1]  INFO [aai-resources,67ea56f269de303d12522cf6230fac43,12522cf6230fac43] 1 --- [ol-844-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.644 [67ea56f269de303d12522cf6230fac43,12522cf6230fac43] [pool-844-thread-1]  INFO [aai-resources,67ea56f269de303d12522cf6230fac43,12522cf6230fac43] 1 --- [ol-844-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.644 [67ea56f269de303d12522cf6230fac43,12522cf6230fac43] [pool-844-thread-1]  INFO [aai-resources,67ea56f269de303d12522cf6230fac43,12522cf6230fac43] 1 --- [ol-844-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.653 [67ea56f269de303d12522cf6230fac43,12522cf6230fac43] [pool-844-thread-1]  INFO [aai-resources,67ea56f269de303d12522cf6230fac43,12522cf6230fac43] 1 --- [ol-844-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.653 [67ea56f269de303d12522cf6230fac43,12522cf6230fac43] [qtp1225114731-22] DEBUG [aai-resources,67ea56f269de303d12522cf6230fac43,12522cf6230fac43] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:50:639","respDate":"250331-08:48:50:653","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:50:639-22378\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ca7fb8f8-7ff1-43fe-bf63-a47ca05c06ee], Accept=[application/json], x-invocationid=[4da05ff4-08db-4cca-ba52-8c4aa6dedd54], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 1772 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:48:50.848 [67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] [qtp1225114731-911]  INFO [aai-resources,67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.852 [67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] [pool-845-thread-1]  INFO [aai-resources,67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] 1 --- [ol-845-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.852 [67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] [pool-845-thread-1]  INFO [aai-resources,67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] 1 --- [ol-845-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.852 [67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] [pool-845-thread-1]  INFO [aai-resources,67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] 1 --- [ol-845-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.852 [67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] [pool-845-thread-1]  INFO [aai-resources,67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] 1 --- [ol-845-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.857 [67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] [pool-845-thread-1]  INFO [aai-resources,67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] 1 --- [ol-845-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.857 [67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] [qtp1225114731-911] DEBUG [aai-resources,67ea56f22dd389470ac414cbdb36b266,0ac414cbdb36b266] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4959aa79-45ef-4c2b-a294-5fce1d7d70e5","status":"200","rqstDate":"250331-08:48:50:848","respDate":"250331-08:48:50:857","sourceId":"openECOMP:4959aa79-45ef-4c2b-a294-5fce1d7d70e5","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:50:848-72040\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[afbe02ab-160c-44d2-b1ff-c2ceaa7b7151], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4959aa79-45ef-4c2b-a294-5fce1d7d70e5], Host=[aai.onap:48779], Pragma=[no-cache], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[4959aa79-45ef-4c2b-a294-5fce1d7d70e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 1772 REST 4959aa79-45ef-4c2b-a294-5fce1d7d70e5 openECOMP 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:48:50.861 [67ea56f2f1496d5f0cd02cf2feeb9cf4,0cd02cf2feeb9cf4] [qtp1225114731-22]  INFO [aai-resources,67ea56f2f1496d5f0cd02cf2feeb9cf4,0cd02cf2feeb9cf4] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.873 [67ea56f2f1496d5f0cd02cf2feeb9cf4,0cd02cf2feeb9cf4] [qtp1225114731-22] DEBUG [aai-resources,67ea56f2f1496d5f0cd02cf2feeb9cf4,0cd02cf2feeb9cf4] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1eb0850e-08a4-41a1-bd7d-7c48a3b5a6f9","status":"200","rqstDate":"250331-08:48:50:861","respDate":"250331-08:48:50:873","sourceId":"haproxy:1eb0850e-08a4-41a1-bd7d-7c48a3b5a6f9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:50:861-79098\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f25cda23-da96-45be-88eb-5b78402ea241], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1eb0850e-08a4-41a1-bd7d-7c48a3b5a6f9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:48:50.913 [67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] [qtp1225114731-911]  INFO [aai-resources,67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:50.921 [67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] [qtp1225114731-911]  INFO [aai-resources,67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:50.921 [67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] [qtp1225114731-911]  INFO [aai-resources,67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:50.921 [67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] [qtp1225114731-911]  INFO [aai-resources,67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:50.921 [67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] [qtp1225114731-911]  INFO [aai-resources,67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:50.936 [67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] [qtp1225114731-911]  INFO [aai-resources,67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:50.954 [67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] [qtp1225114731-911] DEBUG [aai-resources,67ea56f2ce39a4de877d03a8497bd13a,877d03a8497bd13a] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4959aa79-45ef-4c2b-a294-5fce1d7d70e5","status":"200","rqstDate":"250331-08:48:50:913","respDate":"250331-08:48:50:954","sourceId":"openECOMP:4959aa79-45ef-4c2b-a294-5fce1d7d70e5","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?resource-version=1743410929512","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:50:913-9740\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[3e4c7258-a6d0-404b-b9f5-167fe3f291a0], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[4959aa79-45ef-4c2b-a294-5fce1d7d70e5], Host=[aai.onap:48779], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[68], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[4959aa79-45ef-4c2b-a294-5fce1d7d70e5]}\",\"Payload\":\"{\\\"resource-version\\\":\\\"1743410929512\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:48:50:913-9740\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[159936], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:48:50:913-9740]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:50 +0000] "POST /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?resource-version=1743410929512" 200 0 REST 4959aa79-45ef-4c2b-a294-5fce1d7d70e5 openECOMP 127.0.0.6 - - - - - - - - - 43 - "logType": "access"
2025-03-31 08:48:51.065 [67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] [qtp1225114731-22]  INFO [aai-resources,67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.072 [67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] [qtp1225114731-22]  INFO [aai-resources,67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.072 [67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] [qtp1225114731-22]  INFO [aai-resources,67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.072 [67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] [qtp1225114731-22]  INFO [aai-resources,67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.072 [67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] [qtp1225114731-22]  INFO [aai-resources,67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.102 [67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] [qtp1225114731-22]  INFO [aai-resources,67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.122 [67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] [qtp1225114731-22] DEBUG [aai-resources,67ea56f3e101dfebddfc894c5fffaeae,ddfc894c5fffaeae] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:065","respDate":"250331-08:48:51:122","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:51:065-36080\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[a0da03bd-27a7-452f-bc48-78e320803abc], Accept=[application/json], x-invocationid=[4d375595-4c1c-48df-9b26-119407de6213], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[87], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"1364a22f-0c4a-4803-ad52-9e2dde2e0c9d\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:48:51:065-36080\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[159936], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:48:51:065-36080]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 59 - "logType": "access"
2025-03-31 08:48:51.502 [67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] [qtp1225114731-911]  INFO [aai-resources,67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.505 [67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] [pool-846-thread-1]  INFO [aai-resources,67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] 1 --- [ol-846-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.505 [67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] [pool-846-thread-1]  INFO [aai-resources,67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] 1 --- [ol-846-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.505 [67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] [pool-846-thread-1]  INFO [aai-resources,67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] 1 --- [ol-846-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.505 [67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] [pool-846-thread-1]  INFO [aai-resources,67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] 1 --- [ol-846-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.509 [67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] [pool-846-thread-1]  INFO [aai-resources,67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] 1 --- [ol-846-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.509 [67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] [qtp1225114731-911] DEBUG [aai-resources,67ea56f35092e5811bd0e21c3fb6af0f,1bd0e21c3fb6af0f] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:502","respDate":"250331-08:48:51:509","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:51:502-38611\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[723b3bc9-3f8f-4f4f-9908-a85b821c0731], Accept=[application/json], x-invocationid=[9214086d-ad95-4dea-b6fc-529a404dbe92], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:51.528 [67ea56f38c985881061586be66b6d09e,061586be66b6d09e] [qtp1225114731-22]  INFO [aai-resources,67ea56f38c985881061586be66b6d09e,061586be66b6d09e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.531 [67ea56f38c985881061586be66b6d09e,061586be66b6d09e] [pool-847-thread-1]  INFO [aai-resources,67ea56f38c985881061586be66b6d09e,061586be66b6d09e] 1 --- [ol-847-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.532 [67ea56f38c985881061586be66b6d09e,061586be66b6d09e] [pool-847-thread-1]  INFO [aai-resources,67ea56f38c985881061586be66b6d09e,061586be66b6d09e] 1 --- [ol-847-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.532 [67ea56f38c985881061586be66b6d09e,061586be66b6d09e] [pool-847-thread-1]  INFO [aai-resources,67ea56f38c985881061586be66b6d09e,061586be66b6d09e] 1 --- [ol-847-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.532 [67ea56f38c985881061586be66b6d09e,061586be66b6d09e] [pool-847-thread-1]  INFO [aai-resources,67ea56f38c985881061586be66b6d09e,061586be66b6d09e] 1 --- [ol-847-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.535 [67ea56f38c985881061586be66b6d09e,061586be66b6d09e] [pool-847-thread-1]  INFO [aai-resources,67ea56f38c985881061586be66b6d09e,061586be66b6d09e] 1 --- [ol-847-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.535 [67ea56f38c985881061586be66b6d09e,061586be66b6d09e] [qtp1225114731-22] DEBUG [aai-resources,67ea56f38c985881061586be66b6d09e,061586be66b6d09e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:528","respDate":"250331-08:48:51:535","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:51:528-79071\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[007148b6-eb3c-4cc5-a72c-251d56fbd18d], Accept=[application/json], x-invocationid=[b9ce7c6b-1d87-4d75-9496-44570e2f1589], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:51.582 [67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] [qtp1225114731-911]  INFO [aai-resources,67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.587 [67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] [pool-848-thread-1]  INFO [aai-resources,67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] 1 --- [ol-848-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.587 [67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] [pool-848-thread-1]  INFO [aai-resources,67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] 1 --- [ol-848-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.587 [67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] [pool-848-thread-1]  INFO [aai-resources,67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] 1 --- [ol-848-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.587 [67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] [pool-848-thread-1]  INFO [aai-resources,67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] 1 --- [ol-848-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.595 [67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] [pool-848-thread-1]  INFO [aai-resources,67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] 1 --- [ol-848-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.596 [67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] [qtp1225114731-911] DEBUG [aai-resources,67ea56f37944aaf6c1a20a91d18ec8e9,c1a20a91d18ec8e9] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:582","respDate":"250331-08:48:51:596","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:51:582-12177\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e39f6041-075a-41df-afd9-fb32496b1ed4], Accept=[application/json], x-invocationid=[f0dd30bb-36c4-4b79-89f4-2546a990c87c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:51.619 [67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] [qtp1225114731-22]  INFO [aai-resources,67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.623 [67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] [pool-849-thread-1]  INFO [aai-resources,67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] 1 --- [ol-849-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.623 [67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] [pool-849-thread-1]  INFO [aai-resources,67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] 1 --- [ol-849-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.623 [67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] [pool-849-thread-1]  INFO [aai-resources,67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] 1 --- [ol-849-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.623 [67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] [pool-849-thread-1]  INFO [aai-resources,67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] 1 --- [ol-849-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.625 [67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] [pool-849-thread-1]  INFO [aai-resources,67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] 1 --- [ol-849-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.626 [67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] [qtp1225114731-22] DEBUG [aai-resources,67ea56f37fb05d68e6cd021e367c2abf,e6cd021e367c2abf] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:619","respDate":"250331-08:48:51:626","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:51:619-60362\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[77998492-1653-4156-86b9-c8db8993602c], Accept=[application/json], x-invocationid=[3b520dcd-e5db-40f8-ac6a-1c5ed59e1a3d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:51.648 [67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] [qtp1225114731-911]  INFO [aai-resources,67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.652 [67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] [pool-850-thread-1]  INFO [aai-resources,67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] 1 --- [ol-850-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.652 [67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] [pool-850-thread-1]  INFO [aai-resources,67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] 1 --- [ol-850-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.652 [67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] [pool-850-thread-1]  INFO [aai-resources,67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] 1 --- [ol-850-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.652 [67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] [pool-850-thread-1]  INFO [aai-resources,67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] 1 --- [ol-850-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.654 [67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] [pool-850-thread-1]  INFO [aai-resources,67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] 1 --- [ol-850-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.655 [67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] [qtp1225114731-911] DEBUG [aai-resources,67ea56f3ea9c4c9e6bd2630470308230,6bd2630470308230] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:648","respDate":"250331-08:48:51:654","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:51:648-86371\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c8fb690f-df0c-4619-a335-0385c2d4d1d1], Accept=[application/json], x-invocationid=[1e85ad45-af73-44a0-8ecf-4f174a9ce76b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:51.674 [67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] [qtp1225114731-22]  INFO [aai-resources,67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.678 [67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] [pool-851-thread-1]  INFO [aai-resources,67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] 1 --- [ol-851-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.678 [67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] [pool-851-thread-1]  INFO [aai-resources,67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] 1 --- [ol-851-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.678 [67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] [pool-851-thread-1]  INFO [aai-resources,67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] 1 --- [ol-851-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.679 [67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] [pool-851-thread-1]  INFO [aai-resources,67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] 1 --- [ol-851-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.702 [67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] [pool-851-thread-1]  INFO [aai-resources,67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] 1 --- [ol-851-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.703 [67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] [qtp1225114731-22] DEBUG [aai-resources,67ea56f339106c254d12ab8eccc255bb,4d12ab8eccc255bb] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:674","respDate":"250331-08:48:51:703","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:51:674-32168\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c1111bdf-17d5-4a27-b33b-ac6e052f0d0e], Accept=[application/json], x-invocationid=[30bec9f6-b35f-488f-8c4a-2d50f2161c5b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5833 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:48:51.727 [67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] [qtp1225114731-911]  INFO [aai-resources,67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.732 [67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] [pool-852-thread-1]  INFO [aai-resources,67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] 1 --- [ol-852-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.732 [67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] [pool-852-thread-1]  INFO [aai-resources,67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] 1 --- [ol-852-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.732 [67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] [pool-852-thread-1]  INFO [aai-resources,67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] 1 --- [ol-852-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.732 [67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] [pool-852-thread-1]  INFO [aai-resources,67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] 1 --- [ol-852-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.734 [67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] [pool-852-thread-1]  INFO [aai-resources,67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] 1 --- [ol-852-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.734 [67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] [qtp1225114731-911] DEBUG [aai-resources,67ea56f3d48caa56fea76903ac6b1e0b,fea76903ac6b1e0b] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:727","respDate":"250331-08:48:51:734","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:51:727-63068\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[04ea34ec-a31c-4ade-ab7c-4a93c3025e39], Accept=[application/json], x-invocationid=[1caf3414-ac4e-4865-8783-6a4ea4489608], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:51.756 [67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] [qtp1225114731-22]  INFO [aai-resources,67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.760 [67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] [pool-853-thread-1]  INFO [aai-resources,67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] 1 --- [ol-853-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.760 [67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] [pool-853-thread-1]  INFO [aai-resources,67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] 1 --- [ol-853-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.760 [67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] [pool-853-thread-1]  INFO [aai-resources,67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] 1 --- [ol-853-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.760 [67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] [pool-853-thread-1]  INFO [aai-resources,67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] 1 --- [ol-853-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.761 [67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] [pool-853-thread-1]  INFO [aai-resources,67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] 1 --- [ol-853-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.762 [67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] [qtp1225114731-22] DEBUG [aai-resources,67ea56f34540075008fdd12a07e0c1a3,08fdd12a07e0c1a3] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:756","respDate":"250331-08:48:51:762","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:51:756-24987\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9d850344-8528-97a3-9abd-ac3072db19b1], Accept=[application/json], x-invocationid=[00c04843-93b8-47fc-aa9e-c299ed45978b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:51.782 [67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] [qtp1225114731-911]  INFO [aai-resources,67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.787 [67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] [pool-854-thread-1]  INFO [aai-resources,67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] 1 --- [ol-854-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.787 [67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] [pool-854-thread-1]  INFO [aai-resources,67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] 1 --- [ol-854-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.787 [67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] [pool-854-thread-1]  INFO [aai-resources,67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] 1 --- [ol-854-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.787 [67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] [pool-854-thread-1]  INFO [aai-resources,67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] 1 --- [ol-854-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.794 [67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] [pool-854-thread-1]  INFO [aai-resources,67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] 1 --- [ol-854-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.795 [67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] [qtp1225114731-911] DEBUG [aai-resources,67ea56f301cad393258e25891b84ef5a,258e25891b84ef5a] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:782","respDate":"250331-08:48:51:795","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:51:782-57149\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3cb50913-589a-41f1-9af1-62b188302bee], Accept=[application/json], x-invocationid=[7166264e-ec69-44ac-b8ab-fdf83d4f03fb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:51.815 [67ea56f3697370871fa45af60c477854,1fa45af60c477854] [qtp1225114731-22]  INFO [aai-resources,67ea56f3697370871fa45af60c477854,1fa45af60c477854] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.818 [67ea56f3697370871fa45af60c477854,1fa45af60c477854] [pool-855-thread-1]  INFO [aai-resources,67ea56f3697370871fa45af60c477854,1fa45af60c477854] 1 --- [ol-855-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.818 [67ea56f3697370871fa45af60c477854,1fa45af60c477854] [pool-855-thread-1]  INFO [aai-resources,67ea56f3697370871fa45af60c477854,1fa45af60c477854] 1 --- [ol-855-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.818 [67ea56f3697370871fa45af60c477854,1fa45af60c477854] [pool-855-thread-1]  INFO [aai-resources,67ea56f3697370871fa45af60c477854,1fa45af60c477854] 1 --- [ol-855-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.819 [67ea56f3697370871fa45af60c477854,1fa45af60c477854] [pool-855-thread-1]  INFO [aai-resources,67ea56f3697370871fa45af60c477854,1fa45af60c477854] 1 --- [ol-855-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.831 [67ea56f3697370871fa45af60c477854,1fa45af60c477854] [pool-855-thread-1]  INFO [aai-resources,67ea56f3697370871fa45af60c477854,1fa45af60c477854] 1 --- [ol-855-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.832 [67ea56f3697370871fa45af60c477854,1fa45af60c477854] [qtp1225114731-22] DEBUG [aai-resources,67ea56f3697370871fa45af60c477854,1fa45af60c477854] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:815","respDate":"250331-08:48:51:832","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:51:815-58837\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[038560e1-ec02-4edc-95c3-37179fe94267], Accept=[application/json], x-invocationid=[3b247147-f1f8-462e-9324-bc8ff0a79280], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1761 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:48:51.879 [67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] [qtp1225114731-911]  INFO [aai-resources,67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.891 [67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] [pool-856-thread-1]  INFO [aai-resources,67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] 1 --- [ol-856-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.891 [67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] [pool-856-thread-1]  INFO [aai-resources,67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] 1 --- [ol-856-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.891 [67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] [pool-856-thread-1]  INFO [aai-resources,67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] 1 --- [ol-856-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.891 [67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] [pool-856-thread-1]  INFO [aai-resources,67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] 1 --- [ol-856-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.903 [67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] [pool-856-thread-1]  INFO [aai-resources,67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] 1 --- [ol-856-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.904 [67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] [qtp1225114731-911] DEBUG [aai-resources,67ea56f38abe7a22ffe748ffb9b189f6,ffe748ffb9b189f6] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:880","respDate":"250331-08:48:51:904","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:51:880-97443\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[138ac3bb-61f1-495a-a912-a2bec7f0affc], Accept=[application/json], x-invocationid=[f6e2f23b-0133-4bb2-b555-e8861f3feb5e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1761 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:48:51.944 [67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] [qtp1225114731-22]  INFO [aai-resources,67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:51.949 [67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] [pool-857-thread-1]  INFO [aai-resources,67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] 1 --- [ol-857-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:51.949 [67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] [pool-857-thread-1]  INFO [aai-resources,67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] 1 --- [ol-857-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:51.949 [67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] [pool-857-thread-1]  INFO [aai-resources,67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] 1 --- [ol-857-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:51.949 [67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] [pool-857-thread-1]  INFO [aai-resources,67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] 1 --- [ol-857-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:51.961 [67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] [pool-857-thread-1]  INFO [aai-resources,67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] 1 --- [ol-857-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:51.962 [67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] [qtp1225114731-22] DEBUG [aai-resources,67ea56f386c5613d86d716958a73b34d,86d716958a73b34d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:51:944","respDate":"250331-08:48:51:961","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:51:944-10231\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ab691000-b968-4c8b-acec-4bf023ff00e6], Accept=[application/json], x-invocationid=[65f35add-42c1-4b5b-9163-b1984e56b9de], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:51 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1761 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:48:52.019 [67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] [qtp1225114731-911]  INFO [aai-resources,67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:52.023 [67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] [pool-858-thread-1]  INFO [aai-resources,67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] 1 --- [ol-858-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:52.023 [67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] [pool-858-thread-1]  INFO [aai-resources,67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] 1 --- [ol-858-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:52.023 [67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] [pool-858-thread-1]  INFO [aai-resources,67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] 1 --- [ol-858-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:52.023 [67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] [pool-858-thread-1]  INFO [aai-resources,67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] 1 --- [ol-858-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:52.051 [67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] [pool-858-thread-1]  INFO [aai-resources,67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] 1 --- [ol-858-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:52.051 [67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] [qtp1225114731-911] DEBUG [aai-resources,67ea56f466a78433c58f2191f0df30b0,c58f2191f0df30b0] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:52:019","respDate":"250331-08:48:52:051","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:52:019-69417\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4ef7656c-70a7-43c4-8d98-c44d563866c7], Accept=[application/json], x-invocationid=[eaed6ad6-d5c2-468d-b57a-210bdeceb67f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:52 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5833 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:48:52.550 [67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] [qtp1225114731-22]  INFO [aai-resources,67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:52.556 [67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] [qtp1225114731-22]  INFO [aai-resources,67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:52.556 [67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] [qtp1225114731-22]  INFO [aai-resources,67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:52.556 [67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] [qtp1225114731-22]  INFO [aai-resources,67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:52.556 [67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] [qtp1225114731-22]  INFO [aai-resources,67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:52.587 [67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] [qtp1225114731-22]  INFO [aai-resources,67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:52.615 [67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] [qtp1225114731-22] DEBUG [aai-resources,67ea56f4b15ad6f19d204470b7500375,9d204470b7500375] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:52:551","respDate":"250331-08:48:52:615","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c","resourceType":"PATCH","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:52:551-88868\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[e01f71c8-c5fe-4f08-a989-890fcb027eed], Accept=[application/json], x-invocationid=[c29d8a8d-4470-4ac7-a075-ecb58a5fe716], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[89], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"23c3b9fa-47f1-4f0c-a447-c15ac10ec38c\\\",\\\"orchestration-status\\\":\\\"ConfigDeployed\\\"}\"}","respBuf":"{\"ID\":\"1-aai-resources-250331-08:48:52:551-88868\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266328], Content-Type=[application/json], X-AAI-TXID=[1-aai-resources-250331-08:48:52:551-88868]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:52 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 66 - "logType": "access"
2025-03-31 08:48:52.879 [67ea56f4f7dff8d0a4970f2f7f0d81ff,a4970f2f7f0d81ff] [qtp1225114731-911]  INFO [aai-resources,67ea56f4f7dff8d0a4970f2f7f0d81ff,a4970f2f7f0d81ff] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:52.893 [67ea56f4f7dff8d0a4970f2f7f0d81ff,a4970f2f7f0d81ff] [qtp1225114731-911] DEBUG [aai-resources,67ea56f4f7dff8d0a4970f2f7f0d81ff,a4970f2f7f0d81ff] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"81f97087-53f0-4776-9b27-baee2e31b9cf","status":"200","rqstDate":"250331-08:48:52:880","respDate":"250331-08:48:52:893","sourceId":"haproxy:81f97087-53f0-4776-9b27-baee2e31b9cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:52:880-46926\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ff438c21-99f3-4bf9-a051-cb854a9f44a3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[81f97087-53f0-4776-9b27-baee2e31b9cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:52.984 [67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] [qtp1225114731-22]  INFO [aai-resources,67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:52.987 [67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] [pool-859-thread-1]  INFO [aai-resources,67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] 1 --- [ol-859-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:52.987 [67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] [pool-859-thread-1]  INFO [aai-resources,67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] 1 --- [ol-859-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:52.987 [67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] [pool-859-thread-1]  INFO [aai-resources,67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] 1 --- [ol-859-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:52.987 [67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] [pool-859-thread-1]  INFO [aai-resources,67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] 1 --- [ol-859-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:52.990 [67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] [pool-859-thread-1]  INFO [aai-resources,67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] 1 --- [ol-859-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:52.990 [67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] [qtp1225114731-22] DEBUG [aai-resources,67ea56f461e6b894bd368c8fc36d8a8a,bd368c8fc36d8a8a] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:52:984","respDate":"250331-08:48:52:990","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:52:984-30925\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e58504bc-477b-400d-a4c5-c7506da3f392], Accept=[application/json], x-invocationid=[7c9db145-c6aa-427b-9d12-1b123b783f9b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:52 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:53.013 [67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] [qtp1225114731-911]  INFO [aai-resources,67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.017 [67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] [pool-860-thread-1]  INFO [aai-resources,67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] 1 --- [ol-860-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.017 [67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] [pool-860-thread-1]  INFO [aai-resources,67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] 1 --- [ol-860-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.017 [67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] [pool-860-thread-1]  INFO [aai-resources,67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] 1 --- [ol-860-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.018 [67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] [pool-860-thread-1]  INFO [aai-resources,67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] 1 --- [ol-860-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.020 [67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] [pool-860-thread-1]  INFO [aai-resources,67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] 1 --- [ol-860-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.021 [67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] [qtp1225114731-911] DEBUG [aai-resources,67ea56f5d5265eb6798af62a44d04f47,798af62a44d04f47] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:013","respDate":"250331-08:48:53:021","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:53:013-29766\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0f12c1cc-eba9-4b95-bf76-4f91aeafa826], Accept=[application/json], x-invocationid=[4e8bcaad-c534-4f17-8a5c-0d91d8a0bb68], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:53.068 [67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] [qtp1225114731-22]  INFO [aai-resources,67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.072 [67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] [pool-861-thread-1]  INFO [aai-resources,67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] 1 --- [ol-861-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.072 [67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] [pool-861-thread-1]  INFO [aai-resources,67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] 1 --- [ol-861-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.072 [67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] [pool-861-thread-1]  INFO [aai-resources,67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] 1 --- [ol-861-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.073 [67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] [pool-861-thread-1]  INFO [aai-resources,67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] 1 --- [ol-861-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.088 [67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] [pool-861-thread-1]  INFO [aai-resources,67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] 1 --- [ol-861-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.089 [67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] [qtp1225114731-22] DEBUG [aai-resources,67ea56f59a84fd0fae73f43b3b4f6cb8,ae73f43b3b4f6cb8] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:068","respDate":"250331-08:48:53:088","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:53:068-35530\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d13347fc-437c-4029-9253-347c134de6bf], Accept=[application/json], x-invocationid=[eaa5cf91-40b5-42a5-9d63-16588c526644], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:48:53.111 [67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] [qtp1225114731-911]  INFO [aai-resources,67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.114 [67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] [pool-862-thread-1]  INFO [aai-resources,67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] 1 --- [ol-862-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.114 [67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] [pool-862-thread-1]  INFO [aai-resources,67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] 1 --- [ol-862-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.114 [67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] [pool-862-thread-1]  INFO [aai-resources,67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] 1 --- [ol-862-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.114 [67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] [pool-862-thread-1]  INFO [aai-resources,67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] 1 --- [ol-862-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.116 [67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] [pool-862-thread-1]  INFO [aai-resources,67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] 1 --- [ol-862-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.116 [67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] [qtp1225114731-911] DEBUG [aai-resources,67ea56f52163034246ff7fa70b134308,46ff7fa70b134308] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:111","respDate":"250331-08:48:53:116","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:53:111-86642\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c8ba1c99-f779-4586-bb36-37c3995e1b7c], Accept=[application/json], x-invocationid=[bb2fb45f-cb87-429e-a42d-873a00cb959a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:48:53.136 [67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] [qtp1225114731-22]  INFO [aai-resources,67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.140 [67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] [pool-863-thread-1]  INFO [aai-resources,67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] 1 --- [ol-863-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.140 [67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] [pool-863-thread-1]  INFO [aai-resources,67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] 1 --- [ol-863-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.140 [67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] [pool-863-thread-1]  INFO [aai-resources,67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] 1 --- [ol-863-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.140 [67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] [pool-863-thread-1]  INFO [aai-resources,67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] 1 --- [ol-863-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.141 [67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] [pool-863-thread-1]  INFO [aai-resources,67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] 1 --- [ol-863-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.142 [67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] [qtp1225114731-22] DEBUG [aai-resources,67ea56f53c97d601971cf936b77370b0,971cf936b77370b0] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:136","respDate":"250331-08:48:53:142","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:53:136-58795\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b4a70031-c08b-4f85-a9ac-1661a8b7ff67], Accept=[application/json], x-invocationid=[0a9fb498-4040-42eb-b847-a543f28923d6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 6 - "logType": "access"
2025-03-31 08:48:53.162 [67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] [qtp1225114731-911]  INFO [aai-resources,67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.165 [67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] [pool-864-thread-1]  INFO [aai-resources,67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] 1 --- [ol-864-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.165 [67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] [pool-864-thread-1]  INFO [aai-resources,67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] 1 --- [ol-864-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.165 [67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] [pool-864-thread-1]  INFO [aai-resources,67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] 1 --- [ol-864-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.165 [67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] [pool-864-thread-1]  INFO [aai-resources,67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] 1 --- [ol-864-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.190 [67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] [pool-864-thread-1]  INFO [aai-resources,67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] 1 --- [ol-864-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.190 [67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] [qtp1225114731-911] DEBUG [aai-resources,67ea56f53b75dfc585f5556d61a9f500,85f5556d61a9f500] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:162","respDate":"250331-08:48:53:190","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:53:162-47414\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2ef0ca4e-ced2-4475-9610-78b537d8108a], Accept=[application/json], x-invocationid=[b3ef6aef-0934-4fb8-8bf7-a729748d2c64], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5833 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:48:53.215 [67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] [qtp1225114731-22]  INFO [aai-resources,67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.218 [67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] [pool-865-thread-1]  INFO [aai-resources,67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] 1 --- [ol-865-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.218 [67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] [pool-865-thread-1]  INFO [aai-resources,67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] 1 --- [ol-865-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.218 [67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] [pool-865-thread-1]  INFO [aai-resources,67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] 1 --- [ol-865-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.218 [67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] [pool-865-thread-1]  INFO [aai-resources,67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] 1 --- [ol-865-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.219 [67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] [pool-865-thread-1]  INFO [aai-resources,67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] 1 --- [ol-865-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.220 [67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] [qtp1225114731-22] DEBUG [aai-resources,67ea56f559f8271a88b2bd350f210899,88b2bd350f210899] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:215","respDate":"250331-08:48:53:220","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:53:215-24091\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c2e22124-d139-4ac1-9a35-059c8bcdceb9], Accept=[application/json], x-invocationid=[c1e5a950-4dd1-44ef-ad69-1a1511f8837c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 6 - "logType": "access"
2025-03-31 08:48:53.241 [67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] [qtp1225114731-911]  INFO [aai-resources,67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.244 [67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] [pool-866-thread-1]  INFO [aai-resources,67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] 1 --- [ol-866-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.244 [67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] [pool-866-thread-1]  INFO [aai-resources,67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] 1 --- [ol-866-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.244 [67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] [pool-866-thread-1]  INFO [aai-resources,67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] 1 --- [ol-866-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.244 [67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] [pool-866-thread-1]  INFO [aai-resources,67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] 1 --- [ol-866-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.246 [67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] [pool-866-thread-1]  INFO [aai-resources,67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] 1 --- [ol-866-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.246 [67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] [qtp1225114731-911] DEBUG [aai-resources,67ea56f5036b6df992fdc3e5d9e11d12,92fdc3e5d9e11d12] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:241","respDate":"250331-08:48:53:246","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:53:241-77319\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[000ec724-9585-47d1-b6c7-fee6d26b84cc], Accept=[application/json], x-invocationid=[55ecd1f1-4ee6-4488-85a3-10320cde1af5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:48:53.266 [67ea56f544d48e7041271022bab75f08,41271022bab75f08] [qtp1225114731-22]  INFO [aai-resources,67ea56f544d48e7041271022bab75f08,41271022bab75f08] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.269 [67ea56f544d48e7041271022bab75f08,41271022bab75f08] [pool-867-thread-1]  INFO [aai-resources,67ea56f544d48e7041271022bab75f08,41271022bab75f08] 1 --- [ol-867-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.269 [67ea56f544d48e7041271022bab75f08,41271022bab75f08] [pool-867-thread-1]  INFO [aai-resources,67ea56f544d48e7041271022bab75f08,41271022bab75f08] 1 --- [ol-867-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.269 [67ea56f544d48e7041271022bab75f08,41271022bab75f08] [pool-867-thread-1]  INFO [aai-resources,67ea56f544d48e7041271022bab75f08,41271022bab75f08] 1 --- [ol-867-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.269 [67ea56f544d48e7041271022bab75f08,41271022bab75f08] [pool-867-thread-1]  INFO [aai-resources,67ea56f544d48e7041271022bab75f08,41271022bab75f08] 1 --- [ol-867-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.279 [67ea56f544d48e7041271022bab75f08,41271022bab75f08] [pool-867-thread-1]  INFO [aai-resources,67ea56f544d48e7041271022bab75f08,41271022bab75f08] 1 --- [ol-867-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.279 [67ea56f544d48e7041271022bab75f08,41271022bab75f08] [qtp1225114731-22] DEBUG [aai-resources,67ea56f544d48e7041271022bab75f08,41271022bab75f08] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:266","respDate":"250331-08:48:53:279","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:53:266-7044\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[61bf3e7c-bf97-4de0-9935-69a05b9cc898], Accept=[application/json], x-invocationid=[96734ad1-4798-45b9-a247-c684741a4e8a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:53.300 [67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] [qtp1225114731-911]  INFO [aai-resources,67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.303 [67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] [pool-868-thread-1]  INFO [aai-resources,67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] 1 --- [ol-868-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.303 [67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] [pool-868-thread-1]  INFO [aai-resources,67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] 1 --- [ol-868-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.303 [67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] [pool-868-thread-1]  INFO [aai-resources,67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] 1 --- [ol-868-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.303 [67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] [pool-868-thread-1]  INFO [aai-resources,67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] 1 --- [ol-868-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.314 [67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] [pool-868-thread-1]  INFO [aai-resources,67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] 1 --- [ol-868-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.314 [67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] [qtp1225114731-911] DEBUG [aai-resources,67ea56f50995247f8d52dd7558be7e39,8d52dd7558be7e39] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:300","respDate":"250331-08:48:53:314","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:53:300-7425\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b149c4da-f268-4d47-8850-51d627365f1a], Accept=[application/json], x-invocationid=[921918fa-0b3d-40bf-ac2f-b5c8f2875e2d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1761 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:53.359 [67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] [qtp1225114731-22]  INFO [aai-resources,67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.363 [67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] [pool-869-thread-1]  INFO [aai-resources,67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] 1 --- [ol-869-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.363 [67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] [pool-869-thread-1]  INFO [aai-resources,67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] 1 --- [ol-869-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.363 [67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] [pool-869-thread-1]  INFO [aai-resources,67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] 1 --- [ol-869-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.363 [67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] [pool-869-thread-1]  INFO [aai-resources,67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] 1 --- [ol-869-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.373 [67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] [pool-869-thread-1]  INFO [aai-resources,67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] 1 --- [ol-869-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.373 [67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] [qtp1225114731-22] DEBUG [aai-resources,67ea56f590b585339d095f0adb82a6d5,9d095f0adb82a6d5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:359","respDate":"250331-08:48:53:373","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:53:359-76034\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[37561560-661a-4427-be34-661de4ac40e8], Accept=[application/json], x-invocationid=[6aca1fe8-5f25-4a0f-bbdc-33256f45e401], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1761 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:48:53.393 [67ea56f5df781696348bbf78e703e952,348bbf78e703e952] [qtp1225114731-911]  INFO [aai-resources,67ea56f5df781696348bbf78e703e952,348bbf78e703e952] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.396 [67ea56f5df781696348bbf78e703e952,348bbf78e703e952] [pool-870-thread-1]  INFO [aai-resources,67ea56f5df781696348bbf78e703e952,348bbf78e703e952] 1 --- [ol-870-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.396 [67ea56f5df781696348bbf78e703e952,348bbf78e703e952] [pool-870-thread-1]  INFO [aai-resources,67ea56f5df781696348bbf78e703e952,348bbf78e703e952] 1 --- [ol-870-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.396 [67ea56f5df781696348bbf78e703e952,348bbf78e703e952] [pool-870-thread-1]  INFO [aai-resources,67ea56f5df781696348bbf78e703e952,348bbf78e703e952] 1 --- [ol-870-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.396 [67ea56f5df781696348bbf78e703e952,348bbf78e703e952] [pool-870-thread-1]  INFO [aai-resources,67ea56f5df781696348bbf78e703e952,348bbf78e703e952] 1 --- [ol-870-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.407 [67ea56f5df781696348bbf78e703e952,348bbf78e703e952] [pool-870-thread-1]  INFO [aai-resources,67ea56f5df781696348bbf78e703e952,348bbf78e703e952] 1 --- [ol-870-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.408 [67ea56f5df781696348bbf78e703e952,348bbf78e703e952] [qtp1225114731-911] DEBUG [aai-resources,67ea56f5df781696348bbf78e703e952,348bbf78e703e952] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:393","respDate":"250331-08:48:53:408","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:53:393-19227\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4185d333-30ea-4765-a57a-e18b3a0c6479], Accept=[application/json], x-invocationid=[50ff8114-c2a8-4429-8abe-8b989ebb83bd], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1761 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:53.464 [67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] [qtp1225114731-22]  INFO [aai-resources,67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.470 [67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] [pool-871-thread-1]  INFO [aai-resources,67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] 1 --- [ol-871-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.470 [67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] [pool-871-thread-1]  INFO [aai-resources,67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] 1 --- [ol-871-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.470 [67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] [pool-871-thread-1]  INFO [aai-resources,67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] 1 --- [ol-871-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.470 [67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] [pool-871-thread-1]  INFO [aai-resources,67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] 1 --- [ol-871-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.492 [67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] [pool-871-thread-1]  INFO [aai-resources,67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] 1 --- [ol-871-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.493 [67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] [qtp1225114731-22] DEBUG [aai-resources,67ea56f5a650d511368561528db6ecaf,368561528db6ecaf] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:464","respDate":"250331-08:48:53:493","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:53:464-89721\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[39207684-1396-4d31-93f1-83bbd45cdaf9], Accept=[application/json], x-invocationid=[580329dd-e18a-443e-8f3d-fc08aba2d80f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5833 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:48:53.697 [67ea56f5f18271b1879b153a56846e78,879b153a56846e78] [qtp1225114731-911]  INFO [aai-resources,67ea56f5f18271b1879b153a56846e78,879b153a56846e78] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.701 [67ea56f5f18271b1879b153a56846e78,879b153a56846e78] [pool-872-thread-1]  INFO [aai-resources,67ea56f5f18271b1879b153a56846e78,879b153a56846e78] 1 --- [ol-872-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.701 [67ea56f5f18271b1879b153a56846e78,879b153a56846e78] [pool-872-thread-1]  INFO [aai-resources,67ea56f5f18271b1879b153a56846e78,879b153a56846e78] 1 --- [ol-872-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.701 [67ea56f5f18271b1879b153a56846e78,879b153a56846e78] [pool-872-thread-1]  INFO [aai-resources,67ea56f5f18271b1879b153a56846e78,879b153a56846e78] 1 --- [ol-872-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.701 [67ea56f5f18271b1879b153a56846e78,879b153a56846e78] [pool-872-thread-1]  INFO [aai-resources,67ea56f5f18271b1879b153a56846e78,879b153a56846e78] 1 --- [ol-872-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.721 [67ea56f5f18271b1879b153a56846e78,879b153a56846e78] [pool-872-thread-1]  INFO [aai-resources,67ea56f5f18271b1879b153a56846e78,879b153a56846e78] 1 --- [ol-872-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.722 [67ea56f5f18271b1879b153a56846e78,879b153a56846e78] [qtp1225114731-911] DEBUG [aai-resources,67ea56f5f18271b1879b153a56846e78,879b153a56846e78] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8295589d-052d-4f62-9b62-89bb86b51ae9","status":"200","rqstDate":"250331-08:48:53:697","respDate":"250331-08:48:53:722","sourceId":"openECOMP:8295589d-052d-4f62-9b62-89bb86b51ae9","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:53:697-18016\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[ccc3f301-08bc-486b-966e-0b36523cd8f2], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[8295589d-052d-4f62-9b62-89bb86b51ae9], Host=[aai.onap:48779], Pragma=[no-cache], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[8295589d-052d-4f62-9b62-89bb86b51ae9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5833 REST 8295589d-052d-4f62-9b62-89bb86b51ae9 openECOMP 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:48:53.782 [67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] [qtp1225114731-22]  INFO [aai-resources,67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.788 [67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] [qtp1225114731-22]  INFO [aai-resources,67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.788 [67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] [qtp1225114731-22]  INFO [aai-resources,67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.788 [67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] [qtp1225114731-22]  INFO [aai-resources,67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] 1 --- [tp1225114731-22] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.788 [67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] [qtp1225114731-22]  INFO [aai-resources,67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.813 [67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] [qtp1225114731-22]  INFO [aai-resources,67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] 1 --- [tp1225114731-22] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.835 [67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] [qtp1225114731-22] DEBUG [aai-resources,67ea56f5edd4e5b40ceac4c01e5606c0,0ceac4c01e5606c0] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8295589d-052d-4f62-9b62-89bb86b51ae9","status":"200","rqstDate":"250331-08:48:53:782","respDate":"250331-08:48:53:835","sourceId":"openECOMP:8295589d-052d-4f62-9b62-89bb86b51ae9","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?resource-version=1743410932556","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:53:782-41433\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[ede9f934-ab60-4c2e-b1e3-a50806e126c4], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[8295589d-052d-4f62-9b62-89bb86b51ae9], Host=[aai.onap:48779], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[60], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[8295589d-052d-4f62-9b62-89bb86b51ae9]}\",\"Payload\":\"{\\\"resource-version\\\":\\\"1743410932556\\\",\\\"prov-status\\\":\\\"NVTPROV\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:48:53:782-41433\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266328], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:48:53:782-41433]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "POST /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?resource-version=1743410932556" 200 0 REST 8295589d-052d-4f62-9b62-89bb86b51ae9 openECOMP 127.0.0.6 - - - - - - - - - 55 - "logType": "access"
2025-03-31 08:48:53.920 [67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] [qtp1225114731-911]  INFO [aai-resources,67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:53.925 [67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] [qtp1225114731-911]  INFO [aai-resources,67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:53.925 [67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] [qtp1225114731-911]  INFO [aai-resources,67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:53.925 [67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] [qtp1225114731-911]  INFO [aai-resources,67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:53.925 [67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] [qtp1225114731-911]  INFO [aai-resources,67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:53.968 [67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] [qtp1225114731-911]  INFO [aai-resources,67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:53.995 [67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] [qtp1225114731-911] DEBUG [aai-resources,67ea56f521bf34b9eae073fc7b257102,eae073fc7b257102] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:53:920","respDate":"250331-08:48:53:995","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c","resourceType":"PATCH","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:53:920-12433\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[e4f4859c-2e05-4ac8-a0a2-6163f77ddf22], Accept=[application/json], x-invocationid=[1c261d14-be0a-427f-9f58-8fc76e1d469b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[81], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vnf-id\\\":\\\"23c3b9fa-47f1-4f0c-a447-c15ac10ec38c\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:48:53:920-12433\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[266328], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:48:53:920-12433]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:53 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 78 - "logType": "access"
2025-03-31 08:48:54.399 [67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] [qtp1225114731-22]  INFO [aai-resources,67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.405 [67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] [pool-873-thread-1]  INFO [aai-resources,67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] 1 --- [ol-873-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.406 [67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] [pool-873-thread-1]  INFO [aai-resources,67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] 1 --- [ol-873-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.406 [67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] [pool-873-thread-1]  INFO [aai-resources,67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] 1 --- [ol-873-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.406 [67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] [pool-873-thread-1]  INFO [aai-resources,67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] 1 --- [ol-873-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.410 [67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] [pool-873-thread-1]  INFO [aai-resources,67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] 1 --- [ol-873-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.410 [67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] [qtp1225114731-22] DEBUG [aai-resources,67ea56f6a553c627ef52e75a63280c79,ef52e75a63280c79] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:399","respDate":"250331-08:48:54:410","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:54:399-26589\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[22c501bd-3ccd-4045-bd3a-e71c03f60312], Accept=[application/json], x-invocationid=[7cde3bd3-c591-4a25-8d22-96d02fcb73be], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:48:54.432 [67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] [qtp1225114731-911]  INFO [aai-resources,67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.436 [67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] [pool-874-thread-1]  INFO [aai-resources,67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] 1 --- [ol-874-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.436 [67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] [pool-874-thread-1]  INFO [aai-resources,67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] 1 --- [ol-874-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.436 [67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] [pool-874-thread-1]  INFO [aai-resources,67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] 1 --- [ol-874-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.437 [67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] [pool-874-thread-1]  INFO [aai-resources,67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] 1 --- [ol-874-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.440 [67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] [pool-874-thread-1]  INFO [aai-resources,67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] 1 --- [ol-874-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.441 [67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] [qtp1225114731-911] DEBUG [aai-resources,67ea56f6f72cf156fde5d5b15c8d4503,fde5d5b15c8d4503] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:432","respDate":"250331-08:48:54:441","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:54:432-65045\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[80a75ae5-e5c5-4d39-802d-b9cae3ce1683], Accept=[application/json], x-invocationid=[1e7a0b08-fe10-4eb3-97e6-fb10a9ceb6b8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:48:54.502 [67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] [qtp1225114731-22]  INFO [aai-resources,67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.506 [67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] [pool-875-thread-1]  INFO [aai-resources,67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] 1 --- [ol-875-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.506 [67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] [pool-875-thread-1]  INFO [aai-resources,67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] 1 --- [ol-875-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.506 [67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] [pool-875-thread-1]  INFO [aai-resources,67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] 1 --- [ol-875-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.506 [67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] [pool-875-thread-1]  INFO [aai-resources,67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] 1 --- [ol-875-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.519 [67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] [pool-875-thread-1]  INFO [aai-resources,67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] 1 --- [ol-875-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.519 [67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] [qtp1225114731-22] DEBUG [aai-resources,67ea56f657a0d900440e510e1cbdaffe,440e510e1cbdaffe] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:502","respDate":"250331-08:48:54:519","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:54:502-20971\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d66c7e22-dbd1-4677-9c37-9124ecdc231e], Accept=[application/json], x-invocationid=[4602888f-811d-4635-8620-be97eedc86c9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:48:54.543 [67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] [qtp1225114731-911]  INFO [aai-resources,67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.548 [67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] [pool-876-thread-1]  INFO [aai-resources,67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] 1 --- [ol-876-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.548 [67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] [pool-876-thread-1]  INFO [aai-resources,67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] 1 --- [ol-876-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.548 [67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] [pool-876-thread-1]  INFO [aai-resources,67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] 1 --- [ol-876-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.548 [67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] [pool-876-thread-1]  INFO [aai-resources,67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] 1 --- [ol-876-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.550 [67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] [pool-876-thread-1]  INFO [aai-resources,67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] 1 --- [ol-876-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.551 [67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] [qtp1225114731-911] DEBUG [aai-resources,67ea56f6931fea3ffea6dfe5562d2c95,fea6dfe5562d2c95] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:543","respDate":"250331-08:48:54:551","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:54:543-39201\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[013fb3b5-a063-41af-b17f-e1d251dad52d], Accept=[application/json], x-invocationid=[2600373b-03be-4731-9363-468364bbbfea], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:48:54.572 [67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] [qtp1225114731-22]  INFO [aai-resources,67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.575 [67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] [pool-877-thread-1]  INFO [aai-resources,67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] 1 --- [ol-877-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.575 [67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] [pool-877-thread-1]  INFO [aai-resources,67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] 1 --- [ol-877-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.575 [67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] [pool-877-thread-1]  INFO [aai-resources,67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] 1 --- [ol-877-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.575 [67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] [pool-877-thread-1]  INFO [aai-resources,67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] 1 --- [ol-877-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.576 [67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] [pool-877-thread-1]  INFO [aai-resources,67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] 1 --- [ol-877-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.576 [67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] [qtp1225114731-22] DEBUG [aai-resources,67ea56f6d98bef35426b0db0b167297f,426b0db0b167297f] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:572","respDate":"250331-08:48:54:576","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:54:572-29440\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7f492152-21ce-4228-af83-5218c96df1b2], Accept=[application/json], x-invocationid=[42ec6e02-0745-4656-9307-e6e3a9d1c426], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 6 - "logType": "access"
2025-03-31 08:48:54.599 [67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] [qtp1225114731-911]  INFO [aai-resources,67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.603 [67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] [pool-878-thread-1]  INFO [aai-resources,67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] 1 --- [ol-878-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.604 [67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] [pool-878-thread-1]  INFO [aai-resources,67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] 1 --- [ol-878-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.604 [67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] [pool-878-thread-1]  INFO [aai-resources,67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] 1 --- [ol-878-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.604 [67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] [pool-878-thread-1]  INFO [aai-resources,67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] 1 --- [ol-878-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.629 [67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] [pool-878-thread-1]  INFO [aai-resources,67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] 1 --- [ol-878-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.629 [67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] [qtp1225114731-911] DEBUG [aai-resources,67ea56f6e3914d4c20aaba7d5eba789f,20aaba7d5eba789f] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:599","respDate":"250331-08:48:54:629","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:54:599-50869\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1724f83b-85fa-4b41-9fac-4dc653be00f9], Accept=[application/json], x-invocationid=[87801b2d-e529-428a-9949-580b9766da5f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5825 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 33 - "logType": "access"
2025-03-31 08:48:54.665 [67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] [qtp1225114731-22]  INFO [aai-resources,67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.669 [67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] [pool-879-thread-1]  INFO [aai-resources,67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] 1 --- [ol-879-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.670 [67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] [pool-879-thread-1]  INFO [aai-resources,67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] 1 --- [ol-879-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.670 [67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] [pool-879-thread-1]  INFO [aai-resources,67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] 1 --- [ol-879-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.670 [67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] [pool-879-thread-1]  INFO [aai-resources,67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] 1 --- [ol-879-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.671 [67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] [pool-879-thread-1]  INFO [aai-resources,67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] 1 --- [ol-879-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.672 [67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] [qtp1225114731-22] DEBUG [aai-resources,67ea56f6b5c999e4e0ae58bbd241be87,e0ae58bbd241be87] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:665","respDate":"250331-08:48:54:672","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:54:665-30108\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e2508399-9177-4406-84b8-f56d92bccfff], Accept=[application/json], x-invocationid=[ee7bf87b-a838-48ce-bc07-dc17aa77c5e0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:48:54.696 [67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] [qtp1225114731-911]  INFO [aai-resources,67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.700 [67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] [pool-880-thread-1]  INFO [aai-resources,67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] 1 --- [ol-880-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.700 [67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] [pool-880-thread-1]  INFO [aai-resources,67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] 1 --- [ol-880-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.700 [67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] [pool-880-thread-1]  INFO [aai-resources,67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] 1 --- [ol-880-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.700 [67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] [pool-880-thread-1]  INFO [aai-resources,67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] 1 --- [ol-880-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.701 [67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] [pool-880-thread-1]  INFO [aai-resources,67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] 1 --- [ol-880-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.702 [67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] [qtp1225114731-911] DEBUG [aai-resources,67ea56f691a923b18e4cf125b5a09b0e,8e4cf125b5a09b0e] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:696","respDate":"250331-08:48:54:702","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:54:696-12191\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[42c04ea5-6605-4d9c-af69-9959ecf7baee], Accept=[application/json], x-invocationid=[42ad1d54-edfb-43cb-86a5-b52423f11514], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:48:54.725 [67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] [qtp1225114731-22]  INFO [aai-resources,67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.730 [67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] [pool-881-thread-1]  INFO [aai-resources,67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] 1 --- [ol-881-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.730 [67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] [pool-881-thread-1]  INFO [aai-resources,67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] 1 --- [ol-881-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.730 [67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] [pool-881-thread-1]  INFO [aai-resources,67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] 1 --- [ol-881-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.731 [67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] [pool-881-thread-1]  INFO [aai-resources,67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] 1 --- [ol-881-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.743 [67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] [pool-881-thread-1]  INFO [aai-resources,67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] 1 --- [ol-881-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.744 [67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] [qtp1225114731-22] DEBUG [aai-resources,67ea56f6b5524ba7c92133b72244d17e,c92133b72244d17e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:725","respDate":"250331-08:48:54:744","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:54:725-10053\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[981602f4-2d38-4ef0-9de4-2168c841cac9], Accept=[application/json], x-invocationid=[8c7af942-1af0-4f6c-998a-38f8d3f0f668], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1598 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:48:54.767 [67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] [qtp1225114731-911]  INFO [aai-resources,67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.771 [67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] [pool-882-thread-1]  INFO [aai-resources,67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] 1 --- [ol-882-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.772 [67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] [pool-882-thread-1]  INFO [aai-resources,67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] 1 --- [ol-882-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.772 [67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] [pool-882-thread-1]  INFO [aai-resources,67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] 1 --- [ol-882-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.772 [67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] [pool-882-thread-1]  INFO [aai-resources,67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] 1 --- [ol-882-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.783 [67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] [pool-882-thread-1]  INFO [aai-resources,67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] 1 --- [ol-882-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.784 [67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] [qtp1225114731-911] DEBUG [aai-resources,67ea56f6d9baf30e2de1d43273688e55,2de1d43273688e55] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:768","respDate":"250331-08:48:54:784","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:54:768-32897\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f9fbba82-a3b1-4158-bc5b-7bfb170607b2], Accept=[application/json], x-invocationid=[64f72edf-01dd-47ac-a327-5422287f5f1f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1761 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:48:54.840 [67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] [qtp1225114731-22]  INFO [aai-resources,67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.845 [67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] [pool-883-thread-1]  INFO [aai-resources,67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] 1 --- [ol-883-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.845 [67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] [pool-883-thread-1]  INFO [aai-resources,67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] 1 --- [ol-883-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.845 [67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] [pool-883-thread-1]  INFO [aai-resources,67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] 1 --- [ol-883-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.845 [67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] [pool-883-thread-1]  INFO [aai-resources,67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] 1 --- [ol-883-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.904 [67ea56f66409796be9c49fb1167db0e8,e9c49fb1167db0e8] [qtp1225114731-270]  INFO [aai-resources,67ea56f66409796be9c49fb1167db0e8,e9c49fb1167db0e8] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.910 [67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] [pool-883-thread-1]  INFO [aai-resources,67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] 1 --- [ol-883-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.910 [67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] [qtp1225114731-22] DEBUG [aai-resources,67ea56f67c88ceab92870b6b37f75115,92870b6b37f75115] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:840","respDate":"250331-08:48:54:910","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:54:840-67862\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0afd919f-fbf1-9bbc-a8b0-bac22e0a4cd7], Accept=[application/json], x-invocationid=[6a1dded6-b2a3-45fc-bde8-7ee75693da05], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne?depth=1&nodes-only=" 200 1761 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 72 - "logType": "access"
2025-03-31 08:48:54.914 [67ea56f66409796be9c49fb1167db0e8,e9c49fb1167db0e8] [qtp1225114731-270] DEBUG [aai-resources,67ea56f66409796be9c49fb1167db0e8,e9c49fb1167db0e8] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e2d51054-d80d-431c-9740-931caa45f359","status":"200","rqstDate":"250331-08:48:54:904","respDate":"250331-08:48:54:914","sourceId":"haproxy:e2d51054-d80d-431c-9740-931caa45f359","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:54:904-32602\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7e6f944c-b9e2-483b-a311-f832d33e6a37], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e2d51054-d80d-431c-9740-931caa45f359]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:48:54.977 [67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] [qtp1225114731-642]  INFO [aai-resources,67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:54.982 [67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] [pool-884-thread-1]  INFO [aai-resources,67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] 1 --- [ol-884-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:54.982 [67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] [pool-884-thread-1]  INFO [aai-resources,67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] 1 --- [ol-884-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:54.982 [67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] [pool-884-thread-1]  INFO [aai-resources,67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] 1 --- [ol-884-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:54.982 [67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] [pool-884-thread-1]  INFO [aai-resources,67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] 1 --- [ol-884-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:54.990 [67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] [pool-884-thread-1]  INFO [aai-resources,67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] 1 --- [ol-884-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:54.991 [67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] [qtp1225114731-642] DEBUG [aai-resources,67ea56f6574a0e0f19f6dda9503ff46b,19f6dda9503ff46b] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:54:977","respDate":"250331-08:48:54:991","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:54:977-44017\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3be082be-c2e6-4fdb-ac67-4bf2bfcc7a78], Accept=[application/json], x-invocationid=[d05b569d-f582-46a8-abd4-59577ce5ca2e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:54 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:55.013 [67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] [qtp1225114731-270]  INFO [aai-resources,67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:55.018 [67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] [qtp1225114731-270]  INFO [aai-resources,67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:55.018 [67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] [qtp1225114731-270]  INFO [aai-resources,67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:55.018 [67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] [qtp1225114731-270]  INFO [aai-resources,67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:55.018 [67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] [qtp1225114731-270]  INFO [aai-resources,67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:55.041 [67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] [qtp1225114731-270]  INFO [aai-resources,67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:55.059 [67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] [qtp1225114731-270] DEBUG [aai-resources,67ea56f7ac2958271444cf5ec740c4e8,1444cf5ec740c4e8] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"066e96e8-0b85-4492-8896-2407a646241a","status":"200","rqstDate":"250331-08:48:55:013","respDate":"250331-08:48:55:059","sourceId":"UNKNOWN:066e96e8-0b85-4492-8896-2407a646241a","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:55:013-52731\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[137ffbdd-e5de-41bb-a120-ec834d1077f7], Accept=[application/json], x-invocationid=[4fda506d-941d-4b92-8d42-6bb1482fab0a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,066e96e8-0b85-4492-8896-2407a646241a], Host=[aai.onap:41059], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[066e96e8-0b85-4492-8896-2407a646241a], x-requestid=[066e96e8-0b85-4492-8896-2407a646241a], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[066e96e8-0b85-4492-8896-2407a646241a], Content-Length=[169], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"service-instance-id\\\":\\\"ed35c6c5-96fa-468c-a227-d1d1d78b187a\\\",\\\"service-instance-name\\\":\\\"basic_macro_54024979-2dcb-49c6-99a6-9da671433a57\\\",\\\"orchestration-status\\\":\\\"Active\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:48:55:013-52731\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[155840], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:48:55:013-52731]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:55 +0000] "POST /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a" 200 0 REST ,066e96e8-0b85-4492-8896-2407a646241a MSO 127.0.0.6 - - - - - - - - - 48 - "logType": "access"
2025-03-31 08:48:56.920 [67ea56f83dc5681bafa0e5f560f4f329,afa0e5f560f4f329] [qtp1225114731-642]  INFO [aai-resources,67ea56f83dc5681bafa0e5f560f4f329,afa0e5f560f4f329] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:56.934 [67ea56f83dc5681bafa0e5f560f4f329,afa0e5f560f4f329] [qtp1225114731-642] DEBUG [aai-resources,67ea56f83dc5681bafa0e5f560f4f329,afa0e5f560f4f329] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"16770d5b-3364-44e4-a9c7-249e40c9fbdd","status":"200","rqstDate":"250331-08:48:56:920","respDate":"250331-08:48:56:934","sourceId":"haproxy:16770d5b-3364-44e4-a9c7-249e40c9fbdd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:48:56:920-53051\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[591bed7b-4c88-4755-bd9d-dcc4d2c44b44], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[16770d5b-3364-44e4-a9c7-249e40c9fbdd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:58.941 [67ea56fa48d49e08890f1696f3dcc308,890f1696f3dcc308] [qtp1225114731-270]  INFO [aai-resources,67ea56fa48d49e08890f1696f3dcc308,890f1696f3dcc308] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:58.956 [67ea56fa48d49e08890f1696f3dcc308,890f1696f3dcc308] [qtp1225114731-270] DEBUG [aai-resources,67ea56fa48d49e08890f1696f3dcc308,890f1696f3dcc308] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5c136ffe-1801-4299-a372-e3dd3a4e43a4","status":"200","rqstDate":"250331-08:48:58:941","respDate":"250331-08:48:58:956","sourceId":"haproxy:5c136ffe-1801-4299-a372-e3dd3a4e43a4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:58:941-11117\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2b54f3c2-45da-4b97-a089-a888445677a4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5c136ffe-1801-4299-a372-e3dd3a4e43a4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:48:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:48:59.243 [67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] [qtp1225114731-642]  INFO [aai-resources,67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:59.247 [67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] [pool-885-thread-1]  INFO [aai-resources,67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] 1 --- [ol-885-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:59.247 [67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] [pool-885-thread-1]  INFO [aai-resources,67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] 1 --- [ol-885-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:59.247 [67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] [pool-885-thread-1]  INFO [aai-resources,67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] 1 --- [ol-885-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:59.248 [67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] [pool-885-thread-1]  INFO [aai-resources,67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] 1 --- [ol-885-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:59.252 [67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] [pool-885-thread-1]  INFO [aai-resources,67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] 1 --- [ol-885-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:59.253 [67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] [qtp1225114731-642] DEBUG [aai-resources,67ea56fb1811a91fc5648b2444ddda7e,c5648b2444ddda7e] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:48:59:243","respDate":"250331-08:48:59:253","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:41059/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:48:59:243-51517\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[5d286884-dbd7-400a-aba2-38ebb5acb181], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:41059], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[41059], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:48:59 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm_macro" 200 779 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:48:59.279 [67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] [qtp1225114731-270]  INFO [aai-resources,67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:48:59.284 [67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] [pool-886-thread-1]  INFO [aai-resources,67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] 1 --- [ol-886-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:48:59.284 [67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] [pool-886-thread-1]  INFO [aai-resources,67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] 1 --- [ol-886-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:48:59.284 [67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] [pool-886-thread-1]  INFO [aai-resources,67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] 1 --- [ol-886-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:48:59.284 [67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] [pool-886-thread-1]  INFO [aai-resources,67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] 1 --- [ol-886-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:48:59.307 [67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] [pool-886-thread-1]  INFO [aai-resources,67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] 1 --- [ol-886-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:48:59.307 [67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] [qtp1225114731-270] DEBUG [aai-resources,67ea56fb30c209252c748ba2bbf8a303,2c748ba2bbf8a303] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"200","rqstDate":"250331-08:48:59:279","respDate":"250331-08:48:59:307","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:41059/aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances?service-instance-name=basic_macro_54024979-2dcb-49c6-99a6-9da671433a57","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:48:59:279-94694\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[d9cae675-0801-4994-a444-d6d0ce78f753], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:41059], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[41059], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:48:59 +0000] "GET /aai/v27/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances?service-instance-name=basic_macro_54024979-2dcb-49c6-99a6-9da671433a57" 200 1619 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:49:00.962 [67ea56fc7a12d551a8860969f1601e86,a8860969f1601e86] [qtp1225114731-642]  INFO [aai-resources,67ea56fc7a12d551a8860969f1601e86,a8860969f1601e86] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:00.975 [67ea56fc7a12d551a8860969f1601e86,a8860969f1601e86] [qtp1225114731-642] DEBUG [aai-resources,67ea56fc7a12d551a8860969f1601e86,a8860969f1601e86] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"81e36230-54ce-4d70-b50b-193d7ea03d55","status":"200","rqstDate":"250331-08:49:00:962","respDate":"250331-08:49:00:975","sourceId":"haproxy:81e36230-54ce-4d70-b50b-193d7ea03d55","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:00:962-74330\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dd954172-74f0-40e7-bda7-bc8799024d91], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[81e36230-54ce-4d70-b50b-193d7ea03d55]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:02.982 [67ea56fef6bd8239534796234dc2431a,534796234dc2431a] [qtp1225114731-270]  INFO [aai-resources,67ea56fef6bd8239534796234dc2431a,534796234dc2431a] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:02.995 [67ea56fef6bd8239534796234dc2431a,534796234dc2431a] [qtp1225114731-270] DEBUG [aai-resources,67ea56fef6bd8239534796234dc2431a,534796234dc2431a] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"acfd778c-1b5f-4f1a-bbbb-bae3ad31cb4f","status":"200","rqstDate":"250331-08:49:02:982","respDate":"250331-08:49:02:995","sourceId":"haproxy:acfd778c-1b5f-4f1a-bbbb-bae3ad31cb4f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:02:982-33705\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6d33e6a1-8214-435a-941c-e8552fac3d3d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[acfd778c-1b5f-4f1a-bbbb-bae3ad31cb4f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:05.000 [67ea5700c7b60ff8f868394594cf6808,f868394594cf6808] [qtp1225114731-642]  INFO [aai-resources,67ea5700c7b60ff8f868394594cf6808,f868394594cf6808] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:05.016 [67ea5700c7b60ff8f868394594cf6808,f868394594cf6808] [qtp1225114731-642] DEBUG [aai-resources,67ea5700c7b60ff8f868394594cf6808,f868394594cf6808] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7149f15d-2f46-4eab-a23b-13dc84a29508","status":"200","rqstDate":"250331-08:49:05:001","respDate":"250331-08:49:05:016","sourceId":"haproxy:7149f15d-2f46-4eab-a23b-13dc84a29508","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:05:001-70319\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17055972-67ce-4ab7-99eb-b7f60b0f291a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7149f15d-2f46-4eab-a23b-13dc84a29508]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:49:05.754 [67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] [qtp1225114731-270]  INFO [aai-resources,67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:05.758 [67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] [pool-887-thread-1]  INFO [aai-resources,67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] 1 --- [ol-887-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:05.759 [67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] [pool-887-thread-1]  INFO [aai-resources,67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] 1 --- [ol-887-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:05.759 [67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] [pool-887-thread-1]  INFO [aai-resources,67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] 1 --- [ol-887-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:05.759 [67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] [pool-887-thread-1]  INFO [aai-resources,67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] 1 --- [ol-887-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:05.774 [67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] [pool-887-thread-1]  INFO [aai-resources,67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] 1 --- [ol-887-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:05.775 [67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] [qtp1225114731-270] DEBUG [aai-resources,67ea570136b2c4c443b11d6afee0e295,43b11d6afee0e295] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:05:754","respDate":"250331-08:49:05:775","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:05:754-43381\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2c46832e-59c0-47ae-a489-3777473409f8], Accept=[application/json], x-invocationid=[7b078ba9-a0df-4135-bdc8-dda0c7a80d01], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:05 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:49:05.798 [67ea57019f19596a6ea17864dde93276,6ea17864dde93276] [qtp1225114731-642]  INFO [aai-resources,67ea57019f19596a6ea17864dde93276,6ea17864dde93276] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:05.803 [67ea57019f19596a6ea17864dde93276,6ea17864dde93276] [pool-888-thread-1]  INFO [aai-resources,67ea57019f19596a6ea17864dde93276,6ea17864dde93276] 1 --- [ol-888-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:05.803 [67ea57019f19596a6ea17864dde93276,6ea17864dde93276] [pool-888-thread-1]  INFO [aai-resources,67ea57019f19596a6ea17864dde93276,6ea17864dde93276] 1 --- [ol-888-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:05.803 [67ea57019f19596a6ea17864dde93276,6ea17864dde93276] [pool-888-thread-1]  INFO [aai-resources,67ea57019f19596a6ea17864dde93276,6ea17864dde93276] 1 --- [ol-888-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:05.803 [67ea57019f19596a6ea17864dde93276,6ea17864dde93276] [pool-888-thread-1]  INFO [aai-resources,67ea57019f19596a6ea17864dde93276,6ea17864dde93276] 1 --- [ol-888-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:05.823 [67ea57019f19596a6ea17864dde93276,6ea17864dde93276] [pool-888-thread-1]  INFO [aai-resources,67ea57019f19596a6ea17864dde93276,6ea17864dde93276] 1 --- [ol-888-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:05.823 [67ea57019f19596a6ea17864dde93276,6ea17864dde93276] [qtp1225114731-642] DEBUG [aai-resources,67ea57019f19596a6ea17864dde93276,6ea17864dde93276] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:05:798","respDate":"250331-08:49:05:823","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:05:798-26182\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[cef3ea91-e7b3-4c39-b3f2-5e53f0cbbb8d], Accept=[application/json], x-invocationid=[32ef7b3f-44cf-472c-87d6-93dcb9b9bdd5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:05 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1596 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:49:05.850 [67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] [qtp1225114731-270]  INFO [aai-resources,67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:05.853 [67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] [pool-889-thread-1]  INFO [aai-resources,67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] 1 --- [ol-889-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:05.853 [67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] [pool-889-thread-1]  INFO [aai-resources,67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] 1 --- [ol-889-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:05.853 [67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] [pool-889-thread-1]  INFO [aai-resources,67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] 1 --- [ol-889-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:05.854 [67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] [pool-889-thread-1]  INFO [aai-resources,67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] 1 --- [ol-889-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:05.855 [67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] [pool-889-thread-1]  INFO [aai-resources,67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] 1 --- [ol-889-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:05.855 [67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] [qtp1225114731-270] DEBUG [aai-resources,67ea57018b1aada235109dcb0f101fd9,35109dcb0f101fd9] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:05:850","respDate":"250331-08:49:05:855","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:05:850-34076\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[947cff66-0a3b-466c-b936-67308c58ba07], Accept=[application/json], x-invocationid=[6c54cce1-0938-44da-a47f-1e888f0204e8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:05 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:49:05.875 [67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] [qtp1225114731-642]  INFO [aai-resources,67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:05.879 [67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] [pool-890-thread-1]  INFO [aai-resources,67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] 1 --- [ol-890-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:05.879 [67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] [pool-890-thread-1]  INFO [aai-resources,67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] 1 --- [ol-890-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:05.879 [67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] [pool-890-thread-1]  INFO [aai-resources,67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] 1 --- [ol-890-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:05.879 [67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] [pool-890-thread-1]  INFO [aai-resources,67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] 1 --- [ol-890-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:05.881 [67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] [pool-890-thread-1]  INFO [aai-resources,67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] 1 --- [ol-890-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:05.881 [67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] [qtp1225114731-642] DEBUG [aai-resources,67ea5701141cb2f86fd0d201b9843d29,6fd0d201b9843d29] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:05:875","respDate":"250331-08:49:05:881","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:05:875-34503\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bbe17c6d-0259-45c0-91f6-97833fdb7517], Accept=[application/json], x-invocationid=[3b115526-080a-4bff-b68a-eda506c5e34b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:05 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:49:05.901 [67ea5701f14dd811f130873a54995006,f130873a54995006] [qtp1225114731-270]  INFO [aai-resources,67ea5701f14dd811f130873a54995006,f130873a54995006] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:05.904 [67ea5701f14dd811f130873a54995006,f130873a54995006] [pool-891-thread-1]  INFO [aai-resources,67ea5701f14dd811f130873a54995006,f130873a54995006] 1 --- [ol-891-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:05.904 [67ea5701f14dd811f130873a54995006,f130873a54995006] [pool-891-thread-1]  INFO [aai-resources,67ea5701f14dd811f130873a54995006,f130873a54995006] 1 --- [ol-891-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:05.904 [67ea5701f14dd811f130873a54995006,f130873a54995006] [pool-891-thread-1]  INFO [aai-resources,67ea5701f14dd811f130873a54995006,f130873a54995006] 1 --- [ol-891-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:05.904 [67ea5701f14dd811f130873a54995006,f130873a54995006] [pool-891-thread-1]  INFO [aai-resources,67ea5701f14dd811f130873a54995006,f130873a54995006] 1 --- [ol-891-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:05.928 [67ea5701f14dd811f130873a54995006,f130873a54995006] [pool-891-thread-1]  INFO [aai-resources,67ea5701f14dd811f130873a54995006,f130873a54995006] 1 --- [ol-891-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:05.929 [67ea5701f14dd811f130873a54995006,f130873a54995006] [qtp1225114731-270] DEBUG [aai-resources,67ea5701f14dd811f130873a54995006,f130873a54995006] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:05:901","respDate":"250331-08:49:05:929","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:05:901-62485\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[68e39e51-37cc-48bd-9429-e758dc37073e], Accept=[application/json], x-invocationid=[df79ca4b-4ea3-4a79-8ecb-8f7f1fab3e16], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:05 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5825 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 08:49:05.956 [67ea5701095eecebaa382c0449803d84,aa382c0449803d84] [qtp1225114731-642]  INFO [aai-resources,67ea5701095eecebaa382c0449803d84,aa382c0449803d84] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:05.959 [67ea5701095eecebaa382c0449803d84,aa382c0449803d84] [pool-892-thread-1]  INFO [aai-resources,67ea5701095eecebaa382c0449803d84,aa382c0449803d84] 1 --- [ol-892-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:05.959 [67ea5701095eecebaa382c0449803d84,aa382c0449803d84] [pool-892-thread-1]  INFO [aai-resources,67ea5701095eecebaa382c0449803d84,aa382c0449803d84] 1 --- [ol-892-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:05.959 [67ea5701095eecebaa382c0449803d84,aa382c0449803d84] [pool-892-thread-1]  INFO [aai-resources,67ea5701095eecebaa382c0449803d84,aa382c0449803d84] 1 --- [ol-892-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:05.960 [67ea5701095eecebaa382c0449803d84,aa382c0449803d84] [pool-892-thread-1]  INFO [aai-resources,67ea5701095eecebaa382c0449803d84,aa382c0449803d84] 1 --- [ol-892-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:05.961 [67ea5701095eecebaa382c0449803d84,aa382c0449803d84] [pool-892-thread-1]  INFO [aai-resources,67ea5701095eecebaa382c0449803d84,aa382c0449803d84] 1 --- [ol-892-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:05.961 [67ea5701095eecebaa382c0449803d84,aa382c0449803d84] [qtp1225114731-642] DEBUG [aai-resources,67ea5701095eecebaa382c0449803d84,aa382c0449803d84] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:05:956","respDate":"250331-08:49:05:961","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:05:956-74705\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[213c6ec4-ea62-4e62-9a27-94de47118099], Accept=[application/json], x-invocationid=[e651bbff-7c62-45ac-b0ed-a5ff803f0c6f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:05 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:49:05.982 [67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] [qtp1225114731-270]  INFO [aai-resources,67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:05.985 [67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] [pool-893-thread-1]  INFO [aai-resources,67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] 1 --- [ol-893-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:05.985 [67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] [pool-893-thread-1]  INFO [aai-resources,67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] 1 --- [ol-893-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:05.985 [67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] [pool-893-thread-1]  INFO [aai-resources,67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] 1 --- [ol-893-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:05.985 [67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] [pool-893-thread-1]  INFO [aai-resources,67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] 1 --- [ol-893-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:05.987 [67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] [pool-893-thread-1]  INFO [aai-resources,67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] 1 --- [ol-893-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:05.987 [67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] [qtp1225114731-270] DEBUG [aai-resources,67ea570196d7f7d9e92b7e4bf4a1409a,e92b7e4bf4a1409a] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:05:982","respDate":"250331-08:49:05:987","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:05:982-38391\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7f6d8b9c-46c7-4c4b-ac4a-f7191d0e9ae3], Accept=[application/json], x-invocationid=[b3ceb17d-c11f-41b2-b320-35676c3acefd], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:05 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:49:06.006 [67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] [qtp1225114731-642]  INFO [aai-resources,67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.009 [67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] [pool-894-thread-1]  INFO [aai-resources,67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] 1 --- [ol-894-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.009 [67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] [pool-894-thread-1]  INFO [aai-resources,67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] 1 --- [ol-894-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.009 [67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] [pool-894-thread-1]  INFO [aai-resources,67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] 1 --- [ol-894-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.009 [67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] [pool-894-thread-1]  INFO [aai-resources,67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] 1 --- [ol-894-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.020 [67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] [pool-894-thread-1]  INFO [aai-resources,67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] 1 --- [ol-894-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.021 [67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] [qtp1225114731-642] DEBUG [aai-resources,67ea5702d3ea2302af5d4b69d5f1bfe9,af5d4b69d5f1bfe9] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:006","respDate":"250331-08:49:06:021","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:06:006-31012\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[18de1e30-018d-4153-a274-bfc2e27c8ac0], Accept=[application/json], x-invocationid=[084e1143-bdfc-423f-9cf1-8327b4b3f3dc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5825 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:49:06.039 [67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] [qtp1225114731-270]  INFO [aai-resources,67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.045 [67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] [pool-895-thread-1]  INFO [aai-resources,67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] 1 --- [ol-895-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.045 [67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] [pool-895-thread-1]  INFO [aai-resources,67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] 1 --- [ol-895-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.045 [67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] [pool-895-thread-1]  INFO [aai-resources,67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] 1 --- [ol-895-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.045 [67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] [pool-895-thread-1]  INFO [aai-resources,67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] 1 --- [ol-895-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.050 [67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] [pool-895-thread-1]  INFO [aai-resources,67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] 1 --- [ol-895-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.050 [67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] [qtp1225114731-270] DEBUG [aai-resources,67ea5702ad0070a0c4f044bae68eec7d,c4f044bae68eec7d] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:039","respDate":"250331-08:49:06:050","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:06:039-75360\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a9bc7cd0-7c7a-4a24-a3f6-556520ddfda5], Accept=[application/json], x-invocationid=[aaffe5cf-2501-4e95-820a-1aeed1d8aab5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 1771 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:49:06.171 [67ea57026af625a293733f147f954409,93733f147f954409] [qtp1225114731-642]  INFO [aai-resources,67ea57026af625a293733f147f954409,93733f147f954409] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.176 [67ea57026af625a293733f147f954409,93733f147f954409] [pool-896-thread-1]  INFO [aai-resources,67ea57026af625a293733f147f954409,93733f147f954409] 1 --- [ol-896-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.176 [67ea57026af625a293733f147f954409,93733f147f954409] [pool-896-thread-1]  INFO [aai-resources,67ea57026af625a293733f147f954409,93733f147f954409] 1 --- [ol-896-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.176 [67ea57026af625a293733f147f954409,93733f147f954409] [pool-896-thread-1]  INFO [aai-resources,67ea57026af625a293733f147f954409,93733f147f954409] 1 --- [ol-896-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.176 [67ea57026af625a293733f147f954409,93733f147f954409] [pool-896-thread-1]  INFO [aai-resources,67ea57026af625a293733f147f954409,93733f147f954409] 1 --- [ol-896-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.182 [67ea57026af625a293733f147f954409,93733f147f954409] [pool-896-thread-1]  INFO [aai-resources,67ea57026af625a293733f147f954409,93733f147f954409] 1 --- [ol-896-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.183 [67ea57026af625a293733f147f954409,93733f147f954409] [qtp1225114731-642] DEBUG [aai-resources,67ea57026af625a293733f147f954409,93733f147f954409] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:172","respDate":"250331-08:49:06:183","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:06:172-26613\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fa9d7662-b6b5-48ef-af78-25ce17ee565d], Accept=[application/json], x-invocationid=[92870f17-bb68-420b-9b7f-bd9e91d97d0e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:49:06.204 [67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] [qtp1225114731-270]  INFO [aai-resources,67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.210 [67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] [pool-897-thread-1]  INFO [aai-resources,67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] 1 --- [ol-897-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.210 [67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] [pool-897-thread-1]  INFO [aai-resources,67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] 1 --- [ol-897-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.210 [67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] [pool-897-thread-1]  INFO [aai-resources,67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] 1 --- [ol-897-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.211 [67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] [pool-897-thread-1]  INFO [aai-resources,67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] 1 --- [ol-897-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.223 [67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] [pool-897-thread-1]  INFO [aai-resources,67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] 1 --- [ol-897-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.223 [67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] [qtp1225114731-270] DEBUG [aai-resources,67ea5702f7828e4c726ffb3261d7277a,726ffb3261d7277a] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:205","respDate":"250331-08:49:06:223","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:06:205-72752\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[cad7a3a9-120c-43b5-a617-61625d6fbf2a], Accept=[application/json], x-invocationid=[25dd1ab9-e78c-4c07-a2c7-f02abd3308d9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1596 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:49:06.558 [67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] [qtp1225114731-642]  INFO [aai-resources,67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.562 [67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] [pool-898-thread-1]  INFO [aai-resources,67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] 1 --- [ol-898-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.562 [67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] [pool-898-thread-1]  INFO [aai-resources,67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] 1 --- [ol-898-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.562 [67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] [pool-898-thread-1]  INFO [aai-resources,67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] 1 --- [ol-898-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.563 [67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] [pool-898-thread-1]  INFO [aai-resources,67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] 1 --- [ol-898-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.569 [67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] [pool-898-thread-1]  INFO [aai-resources,67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] 1 --- [ol-898-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.570 [67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] [qtp1225114731-642] DEBUG [aai-resources,67ea570234ea4605ee1ae8be08a28273,ee1ae8be08a28273] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:558","respDate":"250331-08:49:06:570","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:06:558-73461\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[85a47bcb-f277-4647-8eb9-d5e455fcfdf6], Accept=[application/json], x-invocationid=[377b013c-dbbb-45b5-9a7b-c30c3200f856], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:49:06.590 [67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] [qtp1225114731-270]  INFO [aai-resources,67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.594 [67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] [pool-899-thread-1]  INFO [aai-resources,67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] 1 --- [ol-899-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.594 [67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] [pool-899-thread-1]  INFO [aai-resources,67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] 1 --- [ol-899-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.594 [67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] [pool-899-thread-1]  INFO [aai-resources,67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] 1 --- [ol-899-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.594 [67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] [pool-899-thread-1]  INFO [aai-resources,67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] 1 --- [ol-899-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.600 [67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] [pool-899-thread-1]  INFO [aai-resources,67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] 1 --- [ol-899-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.601 [67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] [qtp1225114731-270] DEBUG [aai-resources,67ea5702c75ab5aa65bee8c8ba7e2aaf,65bee8c8ba7e2aaf] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:590","respDate":"250331-08:49:06:600","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:06:590-75026\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[71269f41-48c4-4ff7-9b21-e1fc79d91346], Accept=[application/json], x-invocationid=[5cd1213c-9016-4782-8e6e-8abb0d795ae3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1596 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:49:06.651 [67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] [qtp1225114731-642]  INFO [aai-resources,67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.654 [67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] [pool-900-thread-1]  INFO [aai-resources,67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] 1 --- [ol-900-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.654 [67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] [pool-900-thread-1]  INFO [aai-resources,67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] 1 --- [ol-900-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.654 [67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] [pool-900-thread-1]  INFO [aai-resources,67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] 1 --- [ol-900-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.655 [67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] [pool-900-thread-1]  INFO [aai-resources,67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] 1 --- [ol-900-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.656 [67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] [pool-900-thread-1]  INFO [aai-resources,67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] 1 --- [ol-900-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.657 [67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] [qtp1225114731-642] DEBUG [aai-resources,67ea5702f7fa4e87faaaafc23eee1ca2,faaaafc23eee1ca2] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:651","respDate":"250331-08:49:06:657","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:06:651-90081\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5f8e6c80-bd9e-4772-bb92-a54c8bd17542], Accept=[application/json], x-invocationid=[5f8926f0-b0b7-4f39-aa26-a510ac8cf8f3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:49:06.678 [67ea5702155c88625da424097145fb4f,5da424097145fb4f] [qtp1225114731-270]  INFO [aai-resources,67ea5702155c88625da424097145fb4f,5da424097145fb4f] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.682 [67ea5702155c88625da424097145fb4f,5da424097145fb4f] [pool-901-thread-1]  INFO [aai-resources,67ea5702155c88625da424097145fb4f,5da424097145fb4f] 1 --- [ol-901-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.682 [67ea5702155c88625da424097145fb4f,5da424097145fb4f] [pool-901-thread-1]  INFO [aai-resources,67ea5702155c88625da424097145fb4f,5da424097145fb4f] 1 --- [ol-901-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.682 [67ea5702155c88625da424097145fb4f,5da424097145fb4f] [pool-901-thread-1]  INFO [aai-resources,67ea5702155c88625da424097145fb4f,5da424097145fb4f] 1 --- [ol-901-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.682 [67ea5702155c88625da424097145fb4f,5da424097145fb4f] [pool-901-thread-1]  INFO [aai-resources,67ea5702155c88625da424097145fb4f,5da424097145fb4f] 1 --- [ol-901-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.683 [67ea5702155c88625da424097145fb4f,5da424097145fb4f] [pool-901-thread-1]  INFO [aai-resources,67ea5702155c88625da424097145fb4f,5da424097145fb4f] 1 --- [ol-901-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.684 [67ea5702155c88625da424097145fb4f,5da424097145fb4f] [qtp1225114731-270] DEBUG [aai-resources,67ea5702155c88625da424097145fb4f,5da424097145fb4f] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:678","respDate":"250331-08:49:06:684","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:06:678-71861\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0540b63a-c1cd-4c48-949a-2e084ae17458], Accept=[application/json], x-invocationid=[1e18cbbe-675d-4f3c-a576-17d49e47921c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:49:06.707 [67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] [qtp1225114731-642]  INFO [aai-resources,67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.711 [67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] [pool-902-thread-1]  INFO [aai-resources,67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] 1 --- [ol-902-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.711 [67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] [pool-902-thread-1]  INFO [aai-resources,67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] 1 --- [ol-902-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.711 [67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] [pool-902-thread-1]  INFO [aai-resources,67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] 1 --- [ol-902-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.711 [67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] [pool-902-thread-1]  INFO [aai-resources,67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] 1 --- [ol-902-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.732 [67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] [pool-902-thread-1]  INFO [aai-resources,67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] 1 --- [ol-902-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.732 [67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] [qtp1225114731-642] DEBUG [aai-resources,67ea5702a4f93e74319f605340a7b8fc,319f605340a7b8fc] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:707","respDate":"250331-08:49:06:732","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:06:707-21894\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0b56f20c-cfba-4bee-8f7a-6cb38ea93535], Accept=[application/json], x-invocationid=[8f7547cf-e74f-43ce-949d-755459f4d9b9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5825 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:49:06.757 [67ea57023b21b030aed2726ca290988c,aed2726ca290988c] [qtp1225114731-270]  INFO [aai-resources,67ea57023b21b030aed2726ca290988c,aed2726ca290988c] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.761 [67ea57023b21b030aed2726ca290988c,aed2726ca290988c] [pool-903-thread-1]  INFO [aai-resources,67ea57023b21b030aed2726ca290988c,aed2726ca290988c] 1 --- [ol-903-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.761 [67ea57023b21b030aed2726ca290988c,aed2726ca290988c] [pool-903-thread-1]  INFO [aai-resources,67ea57023b21b030aed2726ca290988c,aed2726ca290988c] 1 --- [ol-903-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.761 [67ea57023b21b030aed2726ca290988c,aed2726ca290988c] [pool-903-thread-1]  INFO [aai-resources,67ea57023b21b030aed2726ca290988c,aed2726ca290988c] 1 --- [ol-903-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.761 [67ea57023b21b030aed2726ca290988c,aed2726ca290988c] [pool-903-thread-1]  INFO [aai-resources,67ea57023b21b030aed2726ca290988c,aed2726ca290988c] 1 --- [ol-903-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.763 [67ea57023b21b030aed2726ca290988c,aed2726ca290988c] [pool-903-thread-1]  INFO [aai-resources,67ea57023b21b030aed2726ca290988c,aed2726ca290988c] 1 --- [ol-903-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.763 [67ea57023b21b030aed2726ca290988c,aed2726ca290988c] [qtp1225114731-270] DEBUG [aai-resources,67ea57023b21b030aed2726ca290988c,aed2726ca290988c] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:758","respDate":"250331-08:49:06:763","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:06:758-47673\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1c9c88d4-6580-42d5-abae-9166839fbc57], Accept=[application/json], x-invocationid=[f3a1aa86-30c3-4978-809c-129363b74fc0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:49:06.784 [67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] [qtp1225114731-642]  INFO [aai-resources,67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.788 [67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] [pool-904-thread-1]  INFO [aai-resources,67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] 1 --- [ol-904-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.788 [67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] [pool-904-thread-1]  INFO [aai-resources,67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] 1 --- [ol-904-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.788 [67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] [pool-904-thread-1]  INFO [aai-resources,67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] 1 --- [ol-904-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.788 [67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] [pool-904-thread-1]  INFO [aai-resources,67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] 1 --- [ol-904-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.789 [67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] [pool-904-thread-1]  INFO [aai-resources,67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] 1 --- [ol-904-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.790 [67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] [qtp1225114731-642] DEBUG [aai-resources,67ea57027b15fca3c7562d9e4b5eee4f,c7562d9e4b5eee4f] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:784","respDate":"250331-08:49:06:790","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:06:784-89312\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[74ae1b58-0bbf-4cd5-91b4-65f5bf388c27], Accept=[application/json], x-invocationid=[10882bee-1c61-4afa-90bb-4f8cc5ee0a4f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:49:06.809 [67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] [qtp1225114731-270]  INFO [aai-resources,67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.813 [67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] [pool-905-thread-1]  INFO [aai-resources,67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] 1 --- [ol-905-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.813 [67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] [pool-905-thread-1]  INFO [aai-resources,67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] 1 --- [ol-905-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.813 [67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] [pool-905-thread-1]  INFO [aai-resources,67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] 1 --- [ol-905-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.813 [67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] [pool-905-thread-1]  INFO [aai-resources,67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] 1 --- [ol-905-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.820 [67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] [pool-905-thread-1]  INFO [aai-resources,67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] 1 --- [ol-905-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.821 [67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] [qtp1225114731-270] DEBUG [aai-resources,67ea57028791ed46c5172fa665baecc7,c5172fa665baecc7] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:809","respDate":"250331-08:49:06:821","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:06:809-97549\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4aaf1cb5-b3a6-48d3-9716-673f2d273b02], Accept=[application/json], x-invocationid=[97ea4778-10e8-4021-90fc-439ba7bb0b4b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:49:06.842 [67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] [qtp1225114731-642]  INFO [aai-resources,67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.845 [67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] [pool-906-thread-1]  INFO [aai-resources,67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] 1 --- [ol-906-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.845 [67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] [pool-906-thread-1]  INFO [aai-resources,67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] 1 --- [ol-906-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.845 [67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] [pool-906-thread-1]  INFO [aai-resources,67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] 1 --- [ol-906-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.845 [67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] [pool-906-thread-1]  INFO [aai-resources,67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] 1 --- [ol-906-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.847 [67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] [pool-906-thread-1]  INFO [aai-resources,67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] 1 --- [ol-906-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.848 [67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] [qtp1225114731-642] DEBUG [aai-resources,67ea57028a453cb71f8b3d1751f8a33d,1f8b3d1751f8a33d] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:842","respDate":"250331-08:49:06:848","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:06:842-1048\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[188adcec-b37f-45bf-8fc4-beac7aa67da6], Accept=[application/json], x-invocationid=[787311f1-dbd7-41fb-99aa-ce25f4088b29], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:49:06.893 [67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] [qtp1225114731-270]  INFO [aai-resources,67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.896 [67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] [pool-907-thread-1]  INFO [aai-resources,67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] 1 --- [ol-907-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.896 [67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] [pool-907-thread-1]  INFO [aai-resources,67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] 1 --- [ol-907-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.896 [67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] [pool-907-thread-1]  INFO [aai-resources,67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] 1 --- [ol-907-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.897 [67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] [pool-907-thread-1]  INFO [aai-resources,67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] 1 --- [ol-907-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.900 [67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] [pool-907-thread-1]  INFO [aai-resources,67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] 1 --- [ol-907-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.901 [67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] [qtp1225114731-270] DEBUG [aai-resources,67ea570241b46aca2f89f585e3fc212e,2f89f585e3fc212e] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:893","respDate":"250331-08:49:06:900","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:06:893-18855\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[adce159c-8f29-4f2a-b71e-565574243cc5], Accept=[application/json], x-invocationid=[4caa8e77-b06a-49ab-8e4e-25101f5c83cb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:49:06.921 [67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] [qtp1225114731-642]  INFO [aai-resources,67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.926 [67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] [pool-908-thread-1]  INFO [aai-resources,67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] 1 --- [ol-908-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.926 [67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] [pool-908-thread-1]  INFO [aai-resources,67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] 1 --- [ol-908-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.926 [67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] [pool-908-thread-1]  INFO [aai-resources,67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] 1 --- [ol-908-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.926 [67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] [pool-908-thread-1]  INFO [aai-resources,67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] 1 --- [ol-908-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.941 [67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] [pool-908-thread-1]  INFO [aai-resources,67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] 1 --- [ol-908-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.942 [67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] [qtp1225114731-642] DEBUG [aai-resources,67ea5702e4a9558e5f16408b9ea8e736,5f16408b9ea8e736] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:921","respDate":"250331-08:49:06:941","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:06:921-26763\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bd04fa55-4cdd-95c9-9f2e-5d37ba4e0bc1], Accept=[application/json], x-invocationid=[c17e3bd4-a875-4cda-bcba-52534cd5b0f7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5825 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:49:06.964 [67ea57026a234264493b8556f24133b4,493b8556f24133b4] [qtp1225114731-270]  INFO [aai-resources,67ea57026a234264493b8556f24133b4,493b8556f24133b4] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:06.967 [67ea57026a234264493b8556f24133b4,493b8556f24133b4] [pool-909-thread-1]  INFO [aai-resources,67ea57026a234264493b8556f24133b4,493b8556f24133b4] 1 --- [ol-909-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:06.967 [67ea57026a234264493b8556f24133b4,493b8556f24133b4] [pool-909-thread-1]  INFO [aai-resources,67ea57026a234264493b8556f24133b4,493b8556f24133b4] 1 --- [ol-909-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:06.967 [67ea57026a234264493b8556f24133b4,493b8556f24133b4] [pool-909-thread-1]  INFO [aai-resources,67ea57026a234264493b8556f24133b4,493b8556f24133b4] 1 --- [ol-909-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:06.967 [67ea57026a234264493b8556f24133b4,493b8556f24133b4] [pool-909-thread-1]  INFO [aai-resources,67ea57026a234264493b8556f24133b4,493b8556f24133b4] 1 --- [ol-909-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:06.978 [67ea57026a234264493b8556f24133b4,493b8556f24133b4] [pool-909-thread-1]  INFO [aai-resources,67ea57026a234264493b8556f24133b4,493b8556f24133b4] 1 --- [ol-909-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:06.978 [67ea57026a234264493b8556f24133b4,493b8556f24133b4] [qtp1225114731-270] DEBUG [aai-resources,67ea57026a234264493b8556f24133b4,493b8556f24133b4] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:06:964","respDate":"250331-08:49:06:978","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:06:964-11111\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[db25b539-8c40-4e72-99b0-5075c237ad7a], Accept=[application/json], x-invocationid=[6b83fccf-5ee6-4891-a610-7f68a79fcd60], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:06 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne" 200 1084 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:49:07.002 [67ea5703b0b40eedcb416546668afa14,cb416546668afa14] [qtp1225114731-642]  INFO [aai-resources,67ea5703b0b40eedcb416546668afa14,cb416546668afa14] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:07.008 [67ea5703b0b40eedcb416546668afa14,cb416546668afa14] [pool-910-thread-1]  INFO [aai-resources,67ea5703b0b40eedcb416546668afa14,cb416546668afa14] 1 --- [ol-910-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:07.008 [67ea5703b0b40eedcb416546668afa14,cb416546668afa14] [pool-910-thread-1]  INFO [aai-resources,67ea5703b0b40eedcb416546668afa14,cb416546668afa14] 1 --- [ol-910-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:07.008 [67ea5703b0b40eedcb416546668afa14,cb416546668afa14] [pool-910-thread-1]  INFO [aai-resources,67ea5703b0b40eedcb416546668afa14,cb416546668afa14] 1 --- [ol-910-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:07.008 [67ea5703b0b40eedcb416546668afa14,cb416546668afa14] [pool-910-thread-1]  INFO [aai-resources,67ea5703b0b40eedcb416546668afa14,cb416546668afa14] 1 --- [ol-910-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:07.017 [67ea5703b0b40eedcb416546668afa14,cb416546668afa14] [pool-910-thread-1]  INFO [aai-resources,67ea5703b0b40eedcb416546668afa14,cb416546668afa14] 1 --- [ol-910-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:07.017 [67ea5703b0b40eedcb416546668afa14,cb416546668afa14] [qtp1225114731-642] DEBUG [aai-resources,67ea5703b0b40eedcb416546668afa14,cb416546668afa14] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:07:003","respDate":"250331-08:49:07:017","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:07:003-11166\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[71d42f03-6c0a-442c-9c36-4b2cf3680f0e], Accept=[application/json], x-invocationid=[cacd1d6c-06de-43dd-b162-e1218b2031a3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:07 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1035 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:49:07.021 [67ea5703e5122f8cbebbebd417ba3856,bebbebd417ba3856] [qtp1225114731-270]  INFO [aai-resources,67ea5703e5122f8cbebbebd417ba3856,bebbebd417ba3856] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:07.029 [67ea5703e5122f8cbebbebd417ba3856,bebbebd417ba3856] [qtp1225114731-270] DEBUG [aai-resources,67ea5703e5122f8cbebbebd417ba3856,bebbebd417ba3856] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0e3500e4-8a16-4406-8dbe-c6a016d76796","status":"200","rqstDate":"250331-08:49:07:021","respDate":"250331-08:49:07:029","sourceId":"haproxy:0e3500e4-8a16-4406-8dbe-c6a016d76796","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:07:021-93967\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d89a498e-f2ad-9fec-8b07-c83e32864b2f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0e3500e4-8a16-4406-8dbe-c6a016d76796]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:49:07.047 [67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] [qtp1225114731-642]  INFO [aai-resources,67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:07.051 [67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] [pool-911-thread-1]  INFO [aai-resources,67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] 1 --- [ol-911-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:07.051 [67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] [pool-911-thread-1]  INFO [aai-resources,67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] 1 --- [ol-911-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:07.051 [67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] [pool-911-thread-1]  INFO [aai-resources,67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] 1 --- [ol-911-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:07.051 [67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] [pool-911-thread-1]  INFO [aai-resources,67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] 1 --- [ol-911-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:07.065 [67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] [pool-911-thread-1]  INFO [aai-resources,67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] 1 --- [ol-911-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:07.066 [67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] [qtp1225114731-642] DEBUG [aai-resources,67ea57036f0d9a4a34dd3e7d292df3c1,34dd3e7d292df3c1] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:07:047","respDate":"250331-08:49:07:066","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:07:047-95837\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b0800258-fe67-4c7d-afb4-809a76780ef0], Accept=[application/json], x-invocationid=[f06fbb03-4dec-4364-811d-9f9b4598ec02], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:07 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5825 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:49:07.133 [67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] [qtp1225114731-270]  INFO [aai-resources,67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:07.138 [67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] [pool-912-thread-1]  INFO [aai-resources,67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] 1 --- [ol-912-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:07.138 [67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] [pool-912-thread-1]  INFO [aai-resources,67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] 1 --- [ol-912-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:07.138 [67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] [pool-912-thread-1]  INFO [aai-resources,67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] 1 --- [ol-912-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:07.138 [67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] [pool-912-thread-1]  INFO [aai-resources,67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] 1 --- [ol-912-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:07.143 [67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] [pool-912-thread-1]  INFO [aai-resources,67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] 1 --- [ol-912-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:07.143 [67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] [qtp1225114731-270] DEBUG [aai-resources,67ea57034bc662eaaae72fd269626c48,aae72fd269626c48] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:07:133","respDate":"250331-08:49:07:143","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:07:133-80821\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[58224a51-0be5-4a56-a9cd-d9348a470112], Accept=[application/json], x-invocationid=[fe491d6e-7097-41a8-95e6-99e2e448153a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:07 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 1771 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:49:07.353 [67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] [qtp1225114731-642]  INFO [aai-resources,67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:07.358 [67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] [pool-913-thread-1]  INFO [aai-resources,67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] 1 --- [ol-913-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:07.358 [67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] [pool-913-thread-1]  INFO [aai-resources,67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] 1 --- [ol-913-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:07.358 [67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] [pool-913-thread-1]  INFO [aai-resources,67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] 1 --- [ol-913-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:07.358 [67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] [pool-913-thread-1]  INFO [aai-resources,67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] 1 --- [ol-913-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:07.362 [67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] [pool-913-thread-1]  INFO [aai-resources,67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] 1 --- [ol-913-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:07.363 [67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] [qtp1225114731-642] DEBUG [aai-resources,67ea5703aef2998028a8a46adbc8e13a,28a8a46adbc8e13a] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2ac7f61a-857f-49b5-9798-7eaef6b0afca","status":"200","rqstDate":"250331-08:49:07:353","respDate":"250331-08:49:07:363","sourceId":"openECOMP:2ac7f61a-857f-49b5-9798-7eaef6b0afca","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:07:353-11881\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[c20481bd-a60c-49a0-9485-35f178db92b0], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[2ac7f61a-857f-49b5-9798-7eaef6b0afca], Host=[aai.onap:48779], Pragma=[no-cache], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Type=[application/json], X-ONAP-RequestID=[2ac7f61a-857f-49b5-9798-7eaef6b0afca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:07 +0000] "GET /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 1771 REST 2ac7f61a-857f-49b5-9798-7eaef6b0afca openECOMP 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:49:07.435 [67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] [qtp1225114731-270]  INFO [aai-resources,67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:07.444 [67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] [qtp1225114731-270]  INFO [aai-resources,67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:07.444 [67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] [qtp1225114731-270]  INFO [aai-resources,67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:07.445 [67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] [qtp1225114731-270]  INFO [aai-resources,67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] 1 --- [p1225114731-270] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:07.445 [67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] [qtp1225114731-270]  INFO [aai-resources,67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:07.460 [67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] [qtp1225114731-270]  INFO [aai-resources,67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] 1 --- [p1225114731-270] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:07.478 [67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] [qtp1225114731-270] DEBUG [aai-resources,67ea570383c99f2c899bc0b58fe7c58b,899bc0b58fe7c58b] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2ac7f61a-857f-49b5-9798-7eaef6b0afca","status":"200","rqstDate":"250331-08:49:07:435","respDate":"250331-08:49:07:478","sourceId":"openECOMP:2ac7f61a-857f-49b5-9798-7eaef6b0afca","resourceId":"http://aai.onap:48779/aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?resource-version=1743410931072","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:07:435-67825\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[43efa121-f50a-4a7b-a2c5-087831c1000a], Accept=[application/json], x-dslapiversion=[V2], User-Agent=[Java/17.0.6], X-Forwarded-Proto=[http], x-transactionid=[2ac7f61a-857f-49b5-9798-7eaef6b0afca], Host=[aai.onap:48779], Pragma=[no-cache], x-http-method-override=[PATCH], X-Forwarded-Port=[48779], Authorization=[Basic c2RuY0BzZG5jLm9uYXAub3JnOmRlbW8xMjM0NTYh], x-envoy-attempt-count=[1], Cache-Control=[no-cache], requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-For=[127.0.0.6], x-fromappid=[openECOMP], Content-Length=[75], Content-Type=[application/merge-patch+json], X-ONAP-RequestID=[2ac7f61a-857f-49b5-9798-7eaef6b0afca]}\",\"Payload\":\"{\\\"resource-version\\\":\\\"1743410931072\\\",\\\"orchestration-status\\\":\\\"PendingDelete\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:49:07:435-67825\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[159936], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:49:07:435-67825]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:07 +0000] "POST /aai/v25/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?resource-version=1743410931072" 200 0 REST 2ac7f61a-857f-49b5-9798-7eaef6b0afca openECOMP 127.0.0.6 - - - - - - - - - 45 - "logType": "access"
2025-03-31 08:49:07.549 [67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] [qtp1225114731-642]  INFO [aai-resources,67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:07.554 [67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] [qtp1225114731-642]  INFO [aai-resources,67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:07.554 [67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] [qtp1225114731-642]  INFO [aai-resources,67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:07.554 [67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] [qtp1225114731-642]  INFO [aai-resources,67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:07.554 [67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] [qtp1225114731-642]  INFO [aai-resources,67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] 1 --- [p1225114731-642] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:07.579 [67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] [qtp1225114731-642]  INFO [aai-resources,67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] 1 --- [p1225114731-642] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:07.592 [67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] [qtp1225114731-642] DEBUG [aai-resources,67ea570302baa7a62f8af8b6ff3dc260,2f8af8b6ff3dc260] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:07:549","respDate":"250331-08:49:07:592","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d","resourceType":"PATCH","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:07:549-4948\",\"Http-Method\":\"POST\",\"Content-Type\":\"application/merge-patch+json\",\"Headers\":\"{x-request-id=[d545b7bf-e18f-4345-9d09-22f516482671], Accept=[application/json], x-invocationid=[722a43ac-13d0-4318-b16e-412735b2cbe4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-http-method-override=[PATCH], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Content-Length=[88], Content-Type=[application/merge-patch+json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"1364a22f-0c4a-4803-ad52-9e2dde2e0c9d\\\",\\\"orchestration-status\\\":\\\"Created\\\"}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:49:07:549-4948\",\"Content-Type\":null,\"Response-Code\":200,\"Headers\":\"{vertex-id=[159936], Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:49:07:549-4948]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:07 +0000] "POST /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d" 200 0 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 45 - "logType": "access"
2025-03-31 08:49:07.879 [67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] [qtp1225114731-270]  INFO [aai-resources,67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:07.882 [67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] [pool-914-thread-1]  INFO [aai-resources,67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] 1 --- [ol-914-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:07.882 [67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] [pool-914-thread-1]  INFO [aai-resources,67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] 1 --- [ol-914-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:07.882 [67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] [pool-914-thread-1]  INFO [aai-resources,67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] 1 --- [ol-914-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:07.882 [67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] [pool-914-thread-1]  INFO [aai-resources,67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] 1 --- [ol-914-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:07.891 [67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] [pool-914-thread-1]  INFO [aai-resources,67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] 1 --- [ol-914-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:07.892 [67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] [qtp1225114731-270] DEBUG [aai-resources,67ea5703ec55edde557d75843cab88e2,557d75843cab88e2] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:07:879","respDate":"250331-08:49:07:892","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:07:879-26295\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[da129684-e1f0-464e-90c0-115db1d57219], Accept=[application/json], x-invocationid=[d6721c5a-9ea2-4935-9aec-2483ed15a3e6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:07 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:07.913 [67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] [qtp1225114731-642]  INFO [aai-resources,67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:07.928 [67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] [pool-915-thread-1]  INFO [aai-resources,67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] 1 --- [ol-915-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:07.928 [67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] [pool-915-thread-1]  INFO [aai-resources,67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] 1 --- [ol-915-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:07.928 [67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] [pool-915-thread-1]  INFO [aai-resources,67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] 1 --- [ol-915-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:07.928 [67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] [pool-915-thread-1]  INFO [aai-resources,67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] 1 --- [ol-915-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:07.936 [67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] [pool-915-thread-1]  INFO [aai-resources,67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] 1 --- [ol-915-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:07.936 [67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] [qtp1225114731-642] DEBUG [aai-resources,67ea57034b50bce964186ed9bc8b118a,64186ed9bc8b118a] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:07:913","respDate":"250331-08:49:07:936","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:07:913-21388\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1200fd2e-d419-4c9a-921e-331022e6e727], Accept=[application/json], x-invocationid=[b2c4bbcf-f726-47ee-aa24-a80b8cd8d8f0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:07 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1596 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:49:07.985 [67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] [qtp1225114731-270]  INFO [aai-resources,67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:07.989 [67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] [pool-916-thread-1]  INFO [aai-resources,67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] 1 --- [ol-916-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:07.989 [67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] [pool-916-thread-1]  INFO [aai-resources,67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] 1 --- [ol-916-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:07.989 [67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] [pool-916-thread-1]  INFO [aai-resources,67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] 1 --- [ol-916-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:07.990 [67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] [pool-916-thread-1]  INFO [aai-resources,67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] 1 --- [ol-916-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:07.991 [67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] [pool-916-thread-1]  INFO [aai-resources,67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] 1 --- [ol-916-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:07.992 [67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] [qtp1225114731-270] DEBUG [aai-resources,67ea570316b09c020a697132ec1600c3,0a697132ec1600c3] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:07:985","respDate":"250331-08:49:07:992","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:07:985-96626\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5a9b4d89-d367-4ab2-a146-cfdf7d6bfc30], Accept=[application/json], x-invocationid=[ea3dd93f-67ad-42e0-991e-b1166aa2a8dc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:07 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:49:08.016 [67ea57047b386f0767816963e14c47a4,67816963e14c47a4] [qtp1225114731-642]  INFO [aai-resources,67ea57047b386f0767816963e14c47a4,67816963e14c47a4] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.021 [67ea57047b386f0767816963e14c47a4,67816963e14c47a4] [pool-917-thread-1]  INFO [aai-resources,67ea57047b386f0767816963e14c47a4,67816963e14c47a4] 1 --- [ol-917-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.021 [67ea57047b386f0767816963e14c47a4,67816963e14c47a4] [pool-917-thread-1]  INFO [aai-resources,67ea57047b386f0767816963e14c47a4,67816963e14c47a4] 1 --- [ol-917-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.021 [67ea57047b386f0767816963e14c47a4,67816963e14c47a4] [pool-917-thread-1]  INFO [aai-resources,67ea57047b386f0767816963e14c47a4,67816963e14c47a4] 1 --- [ol-917-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.021 [67ea57047b386f0767816963e14c47a4,67816963e14c47a4] [pool-917-thread-1]  INFO [aai-resources,67ea57047b386f0767816963e14c47a4,67816963e14c47a4] 1 --- [ol-917-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.023 [67ea57047b386f0767816963e14c47a4,67816963e14c47a4] [pool-917-thread-1]  INFO [aai-resources,67ea57047b386f0767816963e14c47a4,67816963e14c47a4] 1 --- [ol-917-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.024 [67ea57047b386f0767816963e14c47a4,67816963e14c47a4] [qtp1225114731-642] DEBUG [aai-resources,67ea57047b386f0767816963e14c47a4,67816963e14c47a4] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:016","respDate":"250331-08:49:08:024","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:08:016-69635\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[817469bc-6b03-4169-b711-6a5e2f2937d7], Accept=[application/json], x-invocationid=[4bc0b18e-ac57-443d-af45-b93a1f3b8977], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:49:08.045 [67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] [qtp1225114731-270]  INFO [aai-resources,67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.049 [67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] [pool-918-thread-1]  INFO [aai-resources,67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] 1 --- [ol-918-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.049 [67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] [pool-918-thread-1]  INFO [aai-resources,67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] 1 --- [ol-918-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.049 [67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] [pool-918-thread-1]  INFO [aai-resources,67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] 1 --- [ol-918-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.049 [67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] [pool-918-thread-1]  INFO [aai-resources,67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] 1 --- [ol-918-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.075 [67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] [pool-918-thread-1]  INFO [aai-resources,67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] 1 --- [ol-918-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.075 [67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] [qtp1225114731-270] DEBUG [aai-resources,67ea5704d6c37fffebd487e62904ac9b,ebd487e62904ac9b] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:045","respDate":"250331-08:49:08:075","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:08:045-13958\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[212e8bfa-7a47-4517-8b86-2a3edac2a236], Accept=[application/json], x-invocationid=[37c9a6c8-0526-4b3e-aa92-e64636015fa8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 32 - "logType": "access"
2025-03-31 08:49:08.099 [67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] [qtp1225114731-642]  INFO [aai-resources,67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.105 [67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] [pool-919-thread-1]  INFO [aai-resources,67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] 1 --- [ol-919-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.105 [67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] [pool-919-thread-1]  INFO [aai-resources,67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] 1 --- [ol-919-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.105 [67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] [pool-919-thread-1]  INFO [aai-resources,67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] 1 --- [ol-919-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.105 [67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] [pool-919-thread-1]  INFO [aai-resources,67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] 1 --- [ol-919-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.107 [67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] [pool-919-thread-1]  INFO [aai-resources,67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] 1 --- [ol-919-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.107 [67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] [qtp1225114731-642] DEBUG [aai-resources,67ea57042d8ba5d74ace2e5d604a4ba8,4ace2e5d604a4ba8] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:099","respDate":"250331-08:49:08:107","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:08:099-24338\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4d948faa-d5de-423f-b09d-b04785f158e7], Accept=[application/json], x-invocationid=[3a4bd08b-fc8e-4a01-85d8-82bb0804e4b2], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:49:08.129 [67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] [qtp1225114731-270]  INFO [aai-resources,67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.133 [67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] [pool-920-thread-1]  INFO [aai-resources,67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] 1 --- [ol-920-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.133 [67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] [pool-920-thread-1]  INFO [aai-resources,67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] 1 --- [ol-920-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.133 [67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] [pool-920-thread-1]  INFO [aai-resources,67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] 1 --- [ol-920-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.133 [67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] [pool-920-thread-1]  INFO [aai-resources,67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] 1 --- [ol-920-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.135 [67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] [pool-920-thread-1]  INFO [aai-resources,67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] 1 --- [ol-920-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.135 [67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] [qtp1225114731-270] DEBUG [aai-resources,67ea5704f56619c6eab16898a64d20c6,eab16898a64d20c6] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:129","respDate":"250331-08:49:08:135","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:08:129-43130\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[44a1f00c-dd3c-4669-935e-1d895cf5e07b], Accept=[application/json], x-invocationid=[03552db9-c376-4f13-b518-7260897d4a29], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:49:08.157 [67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] [qtp1225114731-642]  INFO [aai-resources,67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.161 [67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] [pool-921-thread-1]  INFO [aai-resources,67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] 1 --- [ol-921-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.161 [67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] [pool-921-thread-1]  INFO [aai-resources,67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] 1 --- [ol-921-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.161 [67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] [pool-921-thread-1]  INFO [aai-resources,67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] 1 --- [ol-921-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.161 [67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] [pool-921-thread-1]  INFO [aai-resources,67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] 1 --- [ol-921-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.163 [67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] [pool-921-thread-1]  INFO [aai-resources,67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] 1 --- [ol-921-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.163 [67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] [qtp1225114731-642] DEBUG [aai-resources,67ea5704659a3aa7a56263e1f90bdffd,a56263e1f90bdffd] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:157","respDate":"250331-08:49:08:163","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:08:157-7868\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6f0d175c-4d39-4715-ba77-ec8a51e04632], Accept=[application/json], x-invocationid=[29199b79-e94a-4ab8-a353-50a401a9f987], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:49:08.184 [67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] [qtp1225114731-270]  INFO [aai-resources,67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.187 [67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] [pool-922-thread-1]  INFO [aai-resources,67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] 1 --- [ol-922-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.187 [67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] [pool-922-thread-1]  INFO [aai-resources,67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] 1 --- [ol-922-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.188 [67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] [pool-922-thread-1]  INFO [aai-resources,67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] 1 --- [ol-922-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.188 [67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] [pool-922-thread-1]  INFO [aai-resources,67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] 1 --- [ol-922-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.190 [67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] [pool-922-thread-1]  INFO [aai-resources,67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] 1 --- [ol-922-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.190 [67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] [qtp1225114731-270] DEBUG [aai-resources,67ea57040c2714e4b4632fa11df549cd,b4632fa11df549cd] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:184","respDate":"250331-08:49:08:190","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:08:184-2837\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a618f42c-de80-4806-8606-582f5de04aef], Accept=[application/json], x-invocationid=[ca0f3af6-48e2-4c3e-8b27-235ccc043861], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:49:08.210 [67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] [qtp1225114731-642]  INFO [aai-resources,67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.215 [67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] [pool-923-thread-1]  INFO [aai-resources,67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] 1 --- [ol-923-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.215 [67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] [pool-923-thread-1]  INFO [aai-resources,67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] 1 --- [ol-923-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.215 [67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] [pool-923-thread-1]  INFO [aai-resources,67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] 1 --- [ol-923-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.215 [67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] [pool-923-thread-1]  INFO [aai-resources,67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] 1 --- [ol-923-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.218 [67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] [pool-923-thread-1]  INFO [aai-resources,67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] 1 --- [ol-923-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.219 [67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] [qtp1225114731-642] DEBUG [aai-resources,67ea57042d61a293ff2b49fc414402d9,ff2b49fc414402d9] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:210","respDate":"250331-08:49:08:219","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:08:210-1323\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[660ba5fe-5980-4c4f-8575-293fdf573064], Accept=[application/json], x-invocationid=[879df721-7cd9-41eb-9e00-76bb4c1f1c83], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:49:08.242 [67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] [qtp1225114731-270]  INFO [aai-resources,67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.246 [67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] [pool-924-thread-1]  INFO [aai-resources,67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] 1 --- [ol-924-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.246 [67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] [pool-924-thread-1]  INFO [aai-resources,67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] 1 --- [ol-924-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.246 [67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] [pool-924-thread-1]  INFO [aai-resources,67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] 1 --- [ol-924-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.246 [67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] [pool-924-thread-1]  INFO [aai-resources,67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] 1 --- [ol-924-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.270 [67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] [pool-924-thread-1]  INFO [aai-resources,67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] 1 --- [ol-924-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.271 [67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] [qtp1225114731-270] DEBUG [aai-resources,67ea5704fee95057476a350e702e2bbf,476a350e702e2bbf] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:242","respDate":"250331-08:49:08:271","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:08:242-59678\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1b3ff3d5-89a7-4b27-a5e3-faf8cdb0f7fa], Accept=[application/json], x-invocationid=[5428e530-2172-40be-83c5-e21a23789456], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 08:49:08.294 [67ea570489e2399e4b70be43001ced48,4b70be43001ced48] [qtp1225114731-642]  INFO [aai-resources,67ea570489e2399e4b70be43001ced48,4b70be43001ced48] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.298 [67ea570489e2399e4b70be43001ced48,4b70be43001ced48] [pool-925-thread-1]  INFO [aai-resources,67ea570489e2399e4b70be43001ced48,4b70be43001ced48] 1 --- [ol-925-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.298 [67ea570489e2399e4b70be43001ced48,4b70be43001ced48] [pool-925-thread-1]  INFO [aai-resources,67ea570489e2399e4b70be43001ced48,4b70be43001ced48] 1 --- [ol-925-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.298 [67ea570489e2399e4b70be43001ced48,4b70be43001ced48] [pool-925-thread-1]  INFO [aai-resources,67ea570489e2399e4b70be43001ced48,4b70be43001ced48] 1 --- [ol-925-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.298 [67ea570489e2399e4b70be43001ced48,4b70be43001ced48] [pool-925-thread-1]  INFO [aai-resources,67ea570489e2399e4b70be43001ced48,4b70be43001ced48] 1 --- [ol-925-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.306 [67ea570489e2399e4b70be43001ced48,4b70be43001ced48] [pool-925-thread-1]  INFO [aai-resources,67ea570489e2399e4b70be43001ced48,4b70be43001ced48] 1 --- [ol-925-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.307 [67ea570489e2399e4b70be43001ced48,4b70be43001ced48] [qtp1225114731-642] DEBUG [aai-resources,67ea570489e2399e4b70be43001ced48,4b70be43001ced48] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:294","respDate":"250331-08:49:08:307","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:08:294-23717\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bf62c4e1-362d-456c-a803-a1a4e3da9e1d], Accept=[application/json], x-invocationid=[b9501244-7fe9-4c67-8ff3-80dd0da6b9f8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne" 200 1084 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:08.327 [67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] [qtp1225114731-270]  INFO [aai-resources,67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.332 [67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] [pool-926-thread-1]  INFO [aai-resources,67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] 1 --- [ol-926-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.332 [67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] [pool-926-thread-1]  INFO [aai-resources,67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] 1 --- [ol-926-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.332 [67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] [pool-926-thread-1]  INFO [aai-resources,67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] 1 --- [ol-926-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.332 [67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] [pool-926-thread-1]  INFO [aai-resources,67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] 1 --- [ol-926-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.340 [67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] [pool-926-thread-1]  INFO [aai-resources,67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] 1 --- [ol-926-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.341 [67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] [qtp1225114731-270] DEBUG [aai-resources,67ea5704abdf9973db157e4895adf5b1,db157e4895adf5b1] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:327","respDate":"250331-08:49:08:341","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:08:327-91345\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[45717965-bc23-47fc-ab23-0237fd654561], Accept=[application/json], x-invocationid=[d797f64d-71bc-4ec2-98ce-b5dc4d411349], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1035 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:49:08.366 [67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] [qtp1225114731-642]  INFO [aai-resources,67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.370 [67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] [pool-927-thread-1]  INFO [aai-resources,67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] 1 --- [ol-927-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.370 [67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] [pool-927-thread-1]  INFO [aai-resources,67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] 1 --- [ol-927-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.370 [67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] [pool-927-thread-1]  INFO [aai-resources,67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] 1 --- [ol-927-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.370 [67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] [pool-927-thread-1]  INFO [aai-resources,67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] 1 --- [ol-927-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.388 [67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] [pool-927-thread-1]  INFO [aai-resources,67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] 1 --- [ol-927-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.388 [67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] [qtp1225114731-642] DEBUG [aai-resources,67ea5704d5be4736b2b31a12e089779a,b2b31a12e089779a] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:366","respDate":"250331-08:49:08:388","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:08:366-68058\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ffa44151-0943-4da6-b1dc-2a12b522ee5e], Accept=[application/json], x-invocationid=[0c32b9b2-c3b0-434e-9a8a-1eda6264051c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:49:08.452 [67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] [qtp1225114731-270]  INFO [aai-resources,67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:08.456 [67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] [pool-928-thread-1]  INFO [aai-resources,67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] 1 --- [ol-928-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:08.456 [67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] [pool-928-thread-1]  INFO [aai-resources,67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] 1 --- [ol-928-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:08.456 [67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] [pool-928-thread-1]  INFO [aai-resources,67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] 1 --- [ol-928-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:08.456 [67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] [pool-928-thread-1]  INFO [aai-resources,67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] 1 --- [ol-928-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:08.460 [67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] [pool-928-thread-1]  INFO [aai-resources,67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] 1 --- [ol-928-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:08.461 [67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] [qtp1225114731-270] DEBUG [aai-resources,67ea57043773723eb8f335ff29036a5e,b8f335ff29036a5e] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:49:08:452","respDate":"250331-08:49:08:461","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:41059/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:08:452-11143\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d25419b5-00b6-4592-923b-8bd87687357a], Accept=[application/json], x-invocationid=[5fe2549f-93ef-4fac-b5e5-915071c65203], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:41059], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[41059], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 1772 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:49:09.034 [67ea570575a3896c06d2f5d04f768d29,06d2f5d04f768d29] [qtp1225114731-642]  INFO [aai-resources,67ea570575a3896c06d2f5d04f768d29,06d2f5d04f768d29] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:09.043 [67ea570575a3896c06d2f5d04f768d29,06d2f5d04f768d29] [qtp1225114731-642] DEBUG [aai-resources,67ea570575a3896c06d2f5d04f768d29,06d2f5d04f768d29] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e86c01e7-ca85-4ce5-abfe-4c816f6e745d","status":"200","rqstDate":"250331-08:49:09:034","respDate":"250331-08:49:09:043","sourceId":"haproxy:e86c01e7-ca85-4ce5-abfe-4c816f6e745d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:09:034-55866\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1d1890a2-8930-4079-8cee-efec8a3d97d3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e86c01e7-ca85-4ce5-abfe-4c816f6e745d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:49:11.048 [67ea57071c4750541a6ae925f9f23ff1,1a6ae925f9f23ff1] [qtp1225114731-270]  INFO [aai-resources,67ea57071c4750541a6ae925f9f23ff1,1a6ae925f9f23ff1] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:11.063 [67ea57071c4750541a6ae925f9f23ff1,1a6ae925f9f23ff1] [qtp1225114731-270] DEBUG [aai-resources,67ea57071c4750541a6ae925f9f23ff1,1a6ae925f9f23ff1] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3f1fe1a3-68c1-42e5-8cb4-e125620a1027","status":"200","rqstDate":"250331-08:49:11:048","respDate":"250331-08:49:11:063","sourceId":"haproxy:3f1fe1a3-68c1-42e5-8cb4-e125620a1027","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:11:048-75298\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f1adbdf7-db92-4e12-bb66-e8015aa6c9a2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3f1fe1a3-68c1-42e5-8cb4-e125620a1027]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:49:13.068 [67ea5709058eca757b0d8bf607e30d01,7b0d8bf607e30d01] [qtp1225114731-642]  INFO [aai-resources,67ea5709058eca757b0d8bf607e30d01,7b0d8bf607e30d01] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:13.077 [67ea5709058eca757b0d8bf607e30d01,7b0d8bf607e30d01] [qtp1225114731-642] DEBUG [aai-resources,67ea5709058eca757b0d8bf607e30d01,7b0d8bf607e30d01] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d404c9c4-d2d3-49b7-a591-e43b4bf6131a","status":"200","rqstDate":"250331-08:49:13:069","respDate":"250331-08:49:13:077","sourceId":"haproxy:d404c9c4-d2d3-49b7-a591-e43b4bf6131a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:13:069-8899\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6ed2a428-09d4-42ea-be58-2e388b13f232], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d404c9c4-d2d3-49b7-a591-e43b4bf6131a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:49:15.083 [67ea570bb7cc49afce96cd63bc184628,ce96cd63bc184628] [qtp1225114731-270]  INFO [aai-resources,67ea570bb7cc49afce96cd63bc184628,ce96cd63bc184628] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:15.105 [67ea570bb7cc49afce96cd63bc184628,ce96cd63bc184628] [qtp1225114731-270] DEBUG [aai-resources,67ea570bb7cc49afce96cd63bc184628,ce96cd63bc184628] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"53808282-c638-475c-ba5a-a4d5055565e6","status":"200","rqstDate":"250331-08:49:15:083","respDate":"250331-08:49:15:105","sourceId":"haproxy:53808282-c638-475c-ba5a-a4d5055565e6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:15:083-94954\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1f49831c-90e9-4c00-b44b-1d49a938fa51], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[53808282-c638-475c-ba5a-a4d5055565e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:49:17.111 [67ea570d845387b23901836a6ee472d3,3901836a6ee472d3] [qtp1225114731-642]  INFO [aai-resources,67ea570d845387b23901836a6ee472d3,3901836a6ee472d3] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:17.125 [67ea570d845387b23901836a6ee472d3,3901836a6ee472d3] [qtp1225114731-642] DEBUG [aai-resources,67ea570d845387b23901836a6ee472d3,3901836a6ee472d3] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e1032e46-2dba-4de6-b547-4dc9f17fa4d8","status":"200","rqstDate":"250331-08:49:17:111","respDate":"250331-08:49:17:125","sourceId":"haproxy:e1032e46-2dba-4de6-b547-4dc9f17fa4d8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:17:111-39386\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1ff86940-fadb-47a4-b014-d1536fa2881b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e1032e46-2dba-4de6-b547-4dc9f17fa4d8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:49:19.133 [67ea570f27fee1a8bd2608b85c090c52,bd2608b85c090c52] [qtp1225114731-270]  INFO [aai-resources,67ea570f27fee1a8bd2608b85c090c52,bd2608b85c090c52] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:19.145 [67ea570f27fee1a8bd2608b85c090c52,bd2608b85c090c52] [qtp1225114731-270] DEBUG [aai-resources,67ea570f27fee1a8bd2608b85c090c52,bd2608b85c090c52] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c1d7aa58-a17f-4819-8fe2-28af5befb126","status":"200","rqstDate":"250331-08:49:19:133","respDate":"250331-08:49:19:145","sourceId":"haproxy:c1d7aa58-a17f-4819-8fe2-28af5befb126","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:19:133-43788\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e9909ecd-64e9-465f-bb39-fee452f8e675], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c1d7aa58-a17f-4819-8fe2-28af5befb126]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:21.150 [67ea57119de2048116ef460f9d8510ff,16ef460f9d8510ff] [qtp1225114731-642]  INFO [aai-resources,67ea57119de2048116ef460f9d8510ff,16ef460f9d8510ff] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:21.164 [67ea57119de2048116ef460f9d8510ff,16ef460f9d8510ff] [qtp1225114731-642] DEBUG [aai-resources,67ea57119de2048116ef460f9d8510ff,16ef460f9d8510ff] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a08231e5-551f-42f5-9258-45b7304a4f30","status":"200","rqstDate":"250331-08:49:21:150","respDate":"250331-08:49:21:164","sourceId":"haproxy:a08231e5-551f-42f5-9258-45b7304a4f30","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:21:150-20831\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7e9148b5-175e-430d-ba1f-61c785c87bda], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a08231e5-551f-42f5-9258-45b7304a4f30]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:49:23.171 [67ea57139fcc0d4d24c2f92fce71b450,24c2f92fce71b450] [qtp1225114731-270]  INFO [aai-resources,67ea57139fcc0d4d24c2f92fce71b450,24c2f92fce71b450] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:23.184 [67ea57139fcc0d4d24c2f92fce71b450,24c2f92fce71b450] [qtp1225114731-270] DEBUG [aai-resources,67ea57139fcc0d4d24c2f92fce71b450,24c2f92fce71b450] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f4d27b93-583e-427c-88f5-6ff35e735e47","status":"200","rqstDate":"250331-08:49:23:171","respDate":"250331-08:49:23:184","sourceId":"haproxy:f4d27b93-583e-427c-88f5-6ff35e735e47","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:23:171-66466\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ce9b440d-4f3e-4e36-b340-55193794743f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f4d27b93-583e-427c-88f5-6ff35e735e47]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:25.191 [67ea5715b5343a376097105081e28bb4,6097105081e28bb4] [qtp1225114731-642]  INFO [aai-resources,67ea5715b5343a376097105081e28bb4,6097105081e28bb4] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:25.201 [67ea5715b5343a376097105081e28bb4,6097105081e28bb4] [qtp1225114731-642] DEBUG [aai-resources,67ea5715b5343a376097105081e28bb4,6097105081e28bb4] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1722bb39-a975-4dc1-82ff-6d9bc8427116","status":"200","rqstDate":"250331-08:49:25:191","respDate":"250331-08:49:25:201","sourceId":"haproxy:1722bb39-a975-4dc1-82ff-6d9bc8427116","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:25:191-98012\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[955b990b-757a-49f0-839e-2e5d698a8e7f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1722bb39-a975-4dc1-82ff-6d9bc8427116]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:49:27.207 [67ea57173c7fd51617bcba5a1385a993,17bcba5a1385a993] [qtp1225114731-911]  INFO [aai-resources,67ea57173c7fd51617bcba5a1385a993,17bcba5a1385a993] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:27.223 [67ea57173c7fd51617bcba5a1385a993,17bcba5a1385a993] [qtp1225114731-911] DEBUG [aai-resources,67ea57173c7fd51617bcba5a1385a993,17bcba5a1385a993] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"179522f4-ac4d-426c-b515-c177af0d30fb","status":"200","rqstDate":"250331-08:49:27:208","respDate":"250331-08:49:27:223","sourceId":"haproxy:179522f4-ac4d-426c-b515-c177af0d30fb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:27:208-84581\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9ce5f3fd-a0ce-47f7-a5b9-957d04915b9d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[179522f4-ac4d-426c-b515-c177af0d30fb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:49:29.230 [67ea571918c18298533c77c7843d69ea,533c77c7843d69ea] [qtp1225114731-642]  INFO [aai-resources,67ea571918c18298533c77c7843d69ea,533c77c7843d69ea] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:29.244 [67ea571918c18298533c77c7843d69ea,533c77c7843d69ea] [qtp1225114731-642] DEBUG [aai-resources,67ea571918c18298533c77c7843d69ea,533c77c7843d69ea] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ca42cd48-767b-450c-b27c-749ba5831c19","status":"200","rqstDate":"250331-08:49:29:231","respDate":"250331-08:49:29:244","sourceId":"haproxy:ca42cd48-767b-450c-b27c-749ba5831c19","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:29:231-56394\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1c159e58-0d25-4aef-bc0d-455366dc145a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ca42cd48-767b-450c-b27c-749ba5831c19]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:31.251 [67ea571b061d8472a658be32d206a6ab,a658be32d206a6ab] [qtp1225114731-911]  INFO [aai-resources,67ea571b061d8472a658be32d206a6ab,a658be32d206a6ab] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:31.266 [67ea571b061d8472a658be32d206a6ab,a658be32d206a6ab] [qtp1225114731-911] DEBUG [aai-resources,67ea571b061d8472a658be32d206a6ab,a658be32d206a6ab] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5b27b8cb-7fe6-4495-99a7-124283ce7a2f","status":"200","rqstDate":"250331-08:49:31:251","respDate":"250331-08:49:31:266","sourceId":"haproxy:5b27b8cb-7fe6-4495-99a7-124283ce7a2f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:31:251-73258\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b0f28f2b-0bec-4f82-b223-dd6b3f58f461], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5b27b8cb-7fe6-4495-99a7-124283ce7a2f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:49:33.271 [67ea571d9388dc56ca0a4ab9c0ed83f9,ca0a4ab9c0ed83f9] [qtp1225114731-642]  INFO [aai-resources,67ea571d9388dc56ca0a4ab9c0ed83f9,ca0a4ab9c0ed83f9] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:33.283 [67ea571d9388dc56ca0a4ab9c0ed83f9,ca0a4ab9c0ed83f9] [qtp1225114731-642] DEBUG [aai-resources,67ea571d9388dc56ca0a4ab9c0ed83f9,ca0a4ab9c0ed83f9] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b2e52352-41a7-4aa3-839a-1ea2514d73a1","status":"200","rqstDate":"250331-08:49:33:272","respDate":"250331-08:49:33:283","sourceId":"haproxy:b2e52352-41a7-4aa3-839a-1ea2514d73a1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:33:272-46295\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[47262a10-3fc1-41b4-89ca-e07d6df55194], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b2e52352-41a7-4aa3-839a-1ea2514d73a1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:49:35.290 [67ea571fb16778cabbb507a8bbf2c17d,bbb507a8bbf2c17d] [qtp1225114731-911]  INFO [aai-resources,67ea571fb16778cabbb507a8bbf2c17d,bbb507a8bbf2c17d] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:35.303 [67ea571fb16778cabbb507a8bbf2c17d,bbb507a8bbf2c17d] [qtp1225114731-911] DEBUG [aai-resources,67ea571fb16778cabbb507a8bbf2c17d,bbb507a8bbf2c17d] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"28de75f6-3bf3-49bc-8763-b07bb51bceb5","status":"200","rqstDate":"250331-08:49:35:291","respDate":"250331-08:49:35:303","sourceId":"haproxy:28de75f6-3bf3-49bc-8763-b07bb51bceb5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:35:291-87615\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[962f1cb9-a168-4b1b-a0a5-8931a111a905], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[28de75f6-3bf3-49bc-8763-b07bb51bceb5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:37.309 [67ea5721145603a0e3f0b6d7d9a85543,e3f0b6d7d9a85543] [qtp1225114731-642]  INFO [aai-resources,67ea5721145603a0e3f0b6d7d9a85543,e3f0b6d7d9a85543] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:37.328 [67ea5721145603a0e3f0b6d7d9a85543,e3f0b6d7d9a85543] [qtp1225114731-642] DEBUG [aai-resources,67ea5721145603a0e3f0b6d7d9a85543,e3f0b6d7d9a85543] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2483df1d-ae62-4a21-8d70-c2d8a4ed25e0","status":"200","rqstDate":"250331-08:49:37:309","respDate":"250331-08:49:37:328","sourceId":"haproxy:2483df1d-ae62-4a21-8d70-c2d8a4ed25e0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:37:309-40703\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[63b99dc8-a07d-4fa7-ad47-98e3ca286216], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2483df1d-ae62-4a21-8d70-c2d8a4ed25e0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:49:39.334 [67ea5723df14452727dfc377d4a54055,27dfc377d4a54055] [qtp1225114731-911]  INFO [aai-resources,67ea5723df14452727dfc377d4a54055,27dfc377d4a54055] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:39.346 [67ea5723df14452727dfc377d4a54055,27dfc377d4a54055] [qtp1225114731-911] DEBUG [aai-resources,67ea5723df14452727dfc377d4a54055,27dfc377d4a54055] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7e55f47a-70bf-4ea8-855c-88059d911530","status":"200","rqstDate":"250331-08:49:39:334","respDate":"250331-08:49:39:346","sourceId":"haproxy:7e55f47a-70bf-4ea8-855c-88059d911530","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:39:334-59832\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fe2cf32f-c5b1-4230-869f-e1193c5aef51], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7e55f47a-70bf-4ea8-855c-88059d911530]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:41.351 [67ea572563a9e95e9f6fdb0c7c004042,9f6fdb0c7c004042] [qtp1225114731-642]  INFO [aai-resources,67ea572563a9e95e9f6fdb0c7c004042,9f6fdb0c7c004042] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:41.365 [67ea572563a9e95e9f6fdb0c7c004042,9f6fdb0c7c004042] [qtp1225114731-642] DEBUG [aai-resources,67ea572563a9e95e9f6fdb0c7c004042,9f6fdb0c7c004042] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"77aa4ae9-2177-4b93-a57c-fc88ddcbc6f0","status":"200","rqstDate":"250331-08:49:41:352","respDate":"250331-08:49:41:365","sourceId":"haproxy:77aa4ae9-2177-4b93-a57c-fc88ddcbc6f0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:41:352-93106\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[495da617-0031-4bb3-8fb6-088c19d7c738], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[77aa4ae9-2177-4b93-a57c-fc88ddcbc6f0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:49:42.878 [67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] [qtp1225114731-911]  INFO [aai-resources,67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:42.882 [67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] [pool-929-thread-1]  INFO [aai-resources,67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] 1 --- [ol-929-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:42.882 [67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] [pool-929-thread-1]  INFO [aai-resources,67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] 1 --- [ol-929-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:42.882 [67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] [pool-929-thread-1]  INFO [aai-resources,67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] 1 --- [ol-929-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:42.882 [67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] [pool-929-thread-1]  INFO [aai-resources,67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] 1 --- [ol-929-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:42.895 [67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] [pool-929-thread-1]  INFO [aai-resources,67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] 1 --- [ol-929-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:42.896 [67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] [qtp1225114731-911] DEBUG [aai-resources,67ea5726e558fc70d84734a0f543d2bc,d84734a0f543d2bc] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:42:878","respDate":"250331-08:49:42:896","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:42:878-87280\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d6ce4e6e-d859-496d-832d-40643257a512], Accept=[application/json], x-invocationid=[b7cdf6c8-12fc-4733-aacf-36a47f3348bb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:42 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer" 200 153 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:49:42.919 [67ea5726033050a55de528a74824f526,5de528a74824f526] [qtp1225114731-642]  INFO [aai-resources,67ea5726033050a55de528a74824f526,5de528a74824f526] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:42.922 [67ea5726033050a55de528a74824f526,5de528a74824f526] [pool-930-thread-1]  INFO [aai-resources,67ea5726033050a55de528a74824f526,5de528a74824f526] 1 --- [ol-930-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:42.922 [67ea5726033050a55de528a74824f526,5de528a74824f526] [pool-930-thread-1]  INFO [aai-resources,67ea5726033050a55de528a74824f526,5de528a74824f526] 1 --- [ol-930-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:42.922 [67ea5726033050a55de528a74824f526,5de528a74824f526] [pool-930-thread-1]  INFO [aai-resources,67ea5726033050a55de528a74824f526,5de528a74824f526] 1 --- [ol-930-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:42.923 [67ea5726033050a55de528a74824f526,5de528a74824f526] [pool-930-thread-1]  INFO [aai-resources,67ea5726033050a55de528a74824f526,5de528a74824f526] 1 --- [ol-930-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:42.945 [67ea5726033050a55de528a74824f526,5de528a74824f526] [pool-930-thread-1]  INFO [aai-resources,67ea5726033050a55de528a74824f526,5de528a74824f526] 1 --- [ol-930-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:42.945 [67ea5726033050a55de528a74824f526,5de528a74824f526] [qtp1225114731-642] DEBUG [aai-resources,67ea5726033050a55de528a74824f526,5de528a74824f526] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:42:919","respDate":"250331-08:49:42:945","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:42:919-78034\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[062b594a-0b39-4f82-a681-c979a00965d9], Accept=[application/json], x-invocationid=[8eeeb38f-4373-4c3b-8438-d275fabb9ad6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:42 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro" 200 701 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:49:43.012 [67ea572773c7fed580f3f1256e985743,80f3f1256e985743] [qtp1225114731-911]  INFO [aai-resources,67ea572773c7fed580f3f1256e985743,80f3f1256e985743] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.016 [67ea572773c7fed580f3f1256e985743,80f3f1256e985743] [pool-931-thread-1]  INFO [aai-resources,67ea572773c7fed580f3f1256e985743,80f3f1256e985743] 1 --- [ol-931-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.016 [67ea572773c7fed580f3f1256e985743,80f3f1256e985743] [pool-931-thread-1]  INFO [aai-resources,67ea572773c7fed580f3f1256e985743,80f3f1256e985743] 1 --- [ol-931-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.016 [67ea572773c7fed580f3f1256e985743,80f3f1256e985743] [pool-931-thread-1]  INFO [aai-resources,67ea572773c7fed580f3f1256e985743,80f3f1256e985743] 1 --- [ol-931-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.016 [67ea572773c7fed580f3f1256e985743,80f3f1256e985743] [pool-931-thread-1]  INFO [aai-resources,67ea572773c7fed580f3f1256e985743,80f3f1256e985743] 1 --- [ol-931-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.037 [67ea572773c7fed580f3f1256e985743,80f3f1256e985743] [pool-931-thread-1]  INFO [aai-resources,67ea572773c7fed580f3f1256e985743,80f3f1256e985743] 1 --- [ol-931-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.037 [67ea572773c7fed580f3f1256e985743,80f3f1256e985743] [qtp1225114731-911] DEBUG [aai-resources,67ea572773c7fed580f3f1256e985743,80f3f1256e985743] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:43:012","respDate":"250331-08:49:43:037","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:43:012-80558\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[16c0de1a-5841-4d6a-85c4-2c1422fdf8d4], Accept=[application/json], x-invocationid=[703ba351-3895-4352-9a05-fe17c70bf8f7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 200 1612 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:49:43.065 [67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] [qtp1225114731-642]  INFO [aai-resources,67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.068 [67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] [pool-932-thread-1]  INFO [aai-resources,67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] 1 --- [ol-932-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.069 [67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] [pool-932-thread-1]  INFO [aai-resources,67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] 1 --- [ol-932-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.069 [67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] [pool-932-thread-1]  INFO [aai-resources,67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] 1 --- [ol-932-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.069 [67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] [pool-932-thread-1]  INFO [aai-resources,67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] 1 --- [ol-932-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.074 [67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] [pool-932-thread-1]  INFO [aai-resources,67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] 1 --- [ol-932-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.075 [67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] [qtp1225114731-642] DEBUG [aai-resources,67ea57271d4d5496145e8f69542e341b,145e8f69542e341b] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:43:065","respDate":"250331-08:49:43:075","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/projects/project/basicnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:43:065-63447\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ff688f91-b398-4e0a-9603-d6174a6d8cae], Accept=[application/json], x-invocationid=[244cedd3-0a67-4999-a379-2455c45cd4fb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/business/projects/project/basicnf_macro_project?nodes-only=" 200 75 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:49:43.096 [67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] [qtp1225114731-911]  INFO [aai-resources,67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.100 [67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] [pool-933-thread-1]  INFO [aai-resources,67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] 1 --- [ol-933-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.100 [67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] [pool-933-thread-1]  INFO [aai-resources,67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] 1 --- [ol-933-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.100 [67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] [pool-933-thread-1]  INFO [aai-resources,67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] 1 --- [ol-933-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.100 [67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] [pool-933-thread-1]  INFO [aai-resources,67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] 1 --- [ol-933-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.105 [67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] [pool-933-thread-1]  INFO [aai-resources,67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] 1 --- [ol-933-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.106 [67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] [qtp1225114731-911] DEBUG [aai-resources,67ea572714edd8a77f7b18e246b66abd,7f7b18e246b66abd] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:43:096","respDate":"250331-08:49:43:105","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:43:096-57917\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c5781db9-3e62-4ea3-bf6d-76765802828b], Accept=[application/json], x-invocationid=[5ef6d990-8ef9-46ce-89a5-1d069a6dd4c6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?nodes-only=" 200 145 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:49:43.130 [67ea57276634de3b02a62d209631be61,02a62d209631be61] [qtp1225114731-642]  INFO [aai-resources,67ea57276634de3b02a62d209631be61,02a62d209631be61] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.133 [67ea57276634de3b02a62d209631be61,02a62d209631be61] [pool-934-thread-1]  INFO [aai-resources,67ea57276634de3b02a62d209631be61,02a62d209631be61] 1 --- [ol-934-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.133 [67ea57276634de3b02a62d209631be61,02a62d209631be61] [pool-934-thread-1]  INFO [aai-resources,67ea57276634de3b02a62d209631be61,02a62d209631be61] 1 --- [ol-934-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.133 [67ea57276634de3b02a62d209631be61,02a62d209631be61] [pool-934-thread-1]  INFO [aai-resources,67ea57276634de3b02a62d209631be61,02a62d209631be61] 1 --- [ol-934-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.133 [67ea57276634de3b02a62d209631be61,02a62d209631be61] [pool-934-thread-1]  INFO [aai-resources,67ea57276634de3b02a62d209631be61,02a62d209631be61] 1 --- [ol-934-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.164 [67ea57276634de3b02a62d209631be61,02a62d209631be61] [pool-934-thread-1]  INFO [aai-resources,67ea57276634de3b02a62d209631be61,02a62d209631be61] 1 --- [ol-934-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.164 [67ea57276634de3b02a62d209631be61,02a62d209631be61] [qtp1225114731-642] DEBUG [aai-resources,67ea57276634de3b02a62d209631be61,02a62d209631be61] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:43:130","respDate":"250331-08:49:43:164","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:43:130-21713\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8968dbc2-756b-4328-a78d-a35d5c3e6ca2], Accept=[application/json], x-invocationid=[9e255f18-b59f-49e1-99c6-4f83685def1e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1" 200 2996 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:49:43.191 [67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] [qtp1225114731-911]  INFO [aai-resources,67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.195 [67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] [pool-935-thread-1]  INFO [aai-resources,67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] 1 --- [ol-935-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.195 [67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] [pool-935-thread-1]  INFO [aai-resources,67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] 1 --- [ol-935-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.195 [67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] [pool-935-thread-1]  INFO [aai-resources,67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] 1 --- [ol-935-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.195 [67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] [pool-935-thread-1]  INFO [aai-resources,67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] 1 --- [ol-935-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.203 [67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] [pool-935-thread-1]  INFO [aai-resources,67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] 1 --- [ol-935-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.203 [67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] [qtp1225114731-911] DEBUG [aai-resources,67ea572721f401029aa8f68b638f9107,9aa8f68b638f9107] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:43:191","respDate":"250331-08:49:43:203","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/platforms/platform/basicnf_macro_platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:43:191-14648\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fed73510-034e-4a8b-aeb4-aefcc692a252], Accept=[application/json], x-invocationid=[a187918c-a3d8-40de-838d-5798cffd5d74], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/business/platforms/platform/basicnf_macro_platform?nodes-only=" 200 77 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:49:43.227 [67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] [qtp1225114731-642]  INFO [aai-resources,67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.230 [67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] [pool-936-thread-1]  INFO [aai-resources,67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] 1 --- [ol-936-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.230 [67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] [pool-936-thread-1]  INFO [aai-resources,67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] 1 --- [ol-936-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.230 [67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] [pool-936-thread-1]  INFO [aai-resources,67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] 1 --- [ol-936-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.230 [67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] [pool-936-thread-1]  INFO [aai-resources,67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] 1 --- [ol-936-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.236 [67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] [pool-936-thread-1]  INFO [aai-resources,67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] 1 --- [ol-936-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.236 [67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] [qtp1225114731-642] DEBUG [aai-resources,67ea572728bca4ab3ff69eac52243984,3ff69eac52243984] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:43:227","respDate":"250331-08:49:43:236","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/lines-of-business/line-of-business/basicnf_macro_lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:43:227-68573\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[611447c0-05a3-4e38-9ef8-035f185af518], Accept=[application/json], x-invocationid=[14777114-dbb6-4154-89cf-8ea976080710], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicnf_macro_lob?nodes-only=" 200 80 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:49:43.257 [67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] [qtp1225114731-911]  INFO [aai-resources,67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.261 [67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] [pool-937-thread-1]  INFO [aai-resources,67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] 1 --- [ol-937-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.261 [67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] [pool-937-thread-1]  INFO [aai-resources,67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] 1 --- [ol-937-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.261 [67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] [pool-937-thread-1]  INFO [aai-resources,67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] 1 --- [ol-937-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.261 [67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] [pool-937-thread-1]  INFO [aai-resources,67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] 1 --- [ol-937-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.267 [67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] [pool-937-thread-1]  INFO [aai-resources,67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] 1 --- [ol-937-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.268 [67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] [qtp1225114731-911] DEBUG [aai-resources,67ea57277d780f896ff60bfde28f33d3,6ff60bfde28f33d3] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:43:257","respDate":"250331-08:49:43:268","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:43:257-92824\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c9c08af3-cf62-479b-902e-92839447463f], Accept=[application/json], x-invocationid=[3a501e24-db44-4331-bf39-9834fb92f8e6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 200 1612 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:49:43.288 [67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] [qtp1225114731-642]  INFO [aai-resources,67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.292 [67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] [pool-938-thread-1]  INFO [aai-resources,67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] 1 --- [ol-938-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.292 [67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] [pool-938-thread-1]  INFO [aai-resources,67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] 1 --- [ol-938-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.293 [67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] [pool-938-thread-1]  INFO [aai-resources,67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] 1 --- [ol-938-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.293 [67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] [pool-938-thread-1]  INFO [aai-resources,67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] 1 --- [ol-938-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.324 [67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] [pool-938-thread-1]  INFO [aai-resources,67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] 1 --- [ol-938-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.324 [67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] [qtp1225114731-642] DEBUG [aai-resources,67ea5727f571dd27d22bfb050909173a,d22bfb050909173a] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:43:288","respDate":"250331-08:49:43:324","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:43:288-85344\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8910b14a-e1e0-4606-9a7d-da22642da19b], Accept=[application/json], x-invocationid=[b5f09893-000b-4513-8410-aa6e32be2712], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 37 - "logType": "access"
2025-03-31 08:49:43.371 [67ea5727b420a78429c8527531ccee09,29c8527531ccee09] [qtp1225114731-911]  INFO [aai-resources,67ea5727b420a78429c8527531ccee09,29c8527531ccee09] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.377 [67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] [qtp1225114731-26]  INFO [aai-resources,67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.381 [67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] [pool-939-thread-1]  INFO [aai-resources,67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] 1 --- [ol-939-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.381 [67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] [pool-939-thread-1]  INFO [aai-resources,67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] 1 --- [ol-939-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.381 [67ea5727b420a78429c8527531ccee09,29c8527531ccee09] [qtp1225114731-911] DEBUG [aai-resources,67ea5727b420a78429c8527531ccee09,29c8527531ccee09] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"00819167-e4be-4c2c-b70d-9fe08c4f1be9","status":"200","rqstDate":"250331-08:49:43:371","respDate":"250331-08:49:43:381","sourceId":"haproxy:00819167-e4be-4c2c-b70d-9fe08c4f1be9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:43:371-4068\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cd8a7bc3-a8d3-44a7-a254-043d96f093c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[00819167-e4be-4c2c-b70d-9fe08c4f1be9]}\"}"}
2025-03-31 08:49:43.381 [67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] [pool-939-thread-1]  INFO [aai-resources,67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] 1 --- [ol-939-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.381 [67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] [pool-939-thread-1]  INFO [aai-resources,67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] 1 --- [ol-939-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:49:43.389 [67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] [pool-939-thread-1]  INFO [aai-resources,67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] 1 --- [ol-939-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.390 [67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] [qtp1225114731-26] DEBUG [aai-resources,67ea5727a7cf342b43e0a75bd220668e,43e0a75bd220668e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:43:377","respDate":"250331-08:49:43:390","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:43:377-45497\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c860659c-1940-4770-a40e-3c1d070473de], Accept=[application/json], x-invocationid=[95bade70-222c-4568-8ec6-a10ca069af5f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:49:43.412 [67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] [qtp1225114731-22]  INFO [aai-resources,67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.416 [67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] [pool-940-thread-1]  INFO [aai-resources,67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] 1 --- [ol-940-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.416 [67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] [pool-940-thread-1]  INFO [aai-resources,67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] 1 --- [ol-940-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.416 [67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] [pool-940-thread-1]  INFO [aai-resources,67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] 1 --- [ol-940-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.416 [67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] [pool-940-thread-1]  INFO [aai-resources,67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] 1 --- [ol-940-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.428 [67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] [pool-940-thread-1]  INFO [aai-resources,67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] 1 --- [ol-940-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.428 [67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] [qtp1225114731-22] DEBUG [aai-resources,67ea5727db8df8d41a17e420b060d2f5,1a17e420b060d2f5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:43:412","respDate":"250331-08:49:43:428","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:43:412-77102\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[79943840-9943-4e7c-9f4f-9dcc8faa83e0], Accept=[application/json], x-invocationid=[4b23b44a-6c97-4a77-adb8-7421c2e943a9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:49:43.448 [67ea5727a7283dd394578053c36deacc,94578053c36deacc] [qtp1225114731-26]  INFO [aai-resources,67ea5727a7283dd394578053c36deacc,94578053c36deacc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.464 [67ea5727a7283dd394578053c36deacc,94578053c36deacc] [pool-941-thread-1]  INFO [aai-resources,67ea5727a7283dd394578053c36deacc,94578053c36deacc] 1 --- [ol-941-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.465 [67ea5727a7283dd394578053c36deacc,94578053c36deacc] [pool-941-thread-1]  INFO [aai-resources,67ea5727a7283dd394578053c36deacc,94578053c36deacc] 1 --- [ol-941-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.465 [67ea5727a7283dd394578053c36deacc,94578053c36deacc] [pool-941-thread-1]  INFO [aai-resources,67ea5727a7283dd394578053c36deacc,94578053c36deacc] 1 --- [ol-941-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.465 [67ea5727a7283dd394578053c36deacc,94578053c36deacc] [pool-941-thread-1]  INFO [aai-resources,67ea5727a7283dd394578053c36deacc,94578053c36deacc] 1 --- [ol-941-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.485 [67ea5727a7283dd394578053c36deacc,94578053c36deacc] [pool-941-thread-1]  INFO [aai-resources,67ea5727a7283dd394578053c36deacc,94578053c36deacc] 1 --- [ol-941-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.485 [67ea5727a7283dd394578053c36deacc,94578053c36deacc] [qtp1225114731-26] DEBUG [aai-resources,67ea5727a7283dd394578053c36deacc,94578053c36deacc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:43:449","respDate":"250331-08:49:43:485","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:43:449-95040\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ea4e7bb9-01e0-415f-9cd1-386b962c231a], Accept=[application/json], x-invocationid=[4dbcc54d-8bd4-4132-9112-c7513d9aed50], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1" 200 2996 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 38 - "logType": "access"
2025-03-31 08:49:43.643 [67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] [qtp1225114731-22]  INFO [aai-resources,67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.647 [67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] [pool-942-thread-1]  INFO [aai-resources,67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] 1 --- [ol-942-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.648 [67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] [pool-942-thread-1]  INFO [aai-resources,67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] 1 --- [ol-942-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.648 [67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] [pool-942-thread-1]  INFO [aai-resources,67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] 1 --- [ol-942-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.648 [67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] [pool-942-thread-1]  INFO [aai-resources,67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] 1 --- [ol-942-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.655 [67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] [pool-942-thread-1]  INFO [aai-resources,67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] 1 --- [ol-942-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type vf-module found at: network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/vf-modules/vf-module/339f57c3-b3d4-4813-8fbc-1240fc8fc887 ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:49:43.656 [67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] [pool-942-thread-1]  INFO [aai-resources,67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] 1 --- [ol-942-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.656 [67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] [qtp1225114731-22] DEBUG [aai-resources,67ea5727490193cc9cbb5fd139ba32d7,9cbb5fd139ba32d7] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"404","rqstDate":"250331-08:49:43:643","respDate":"250331-08:49:43:656","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/vf-modules/vf-module/339f57c3-b3d4-4813-8fbc-1240fc8fc887?resultIndex=0&resultSize=1&format=count","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:43:643-98774\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6a9f4cfa-229a-4aa2-9a2e-7f25385b6598], Accept=[application/json], x-invocationid=[b9b43cb3-9d86-49cf-8870-6e1e9e96d59e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/vf-modules/vf-module/339f57c3-b3d4-4813-8fbc-1240fc8fc887?resultIndex=0&resultSize=1&format=count" 404 471 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:49:43.682 [67ea57274bfdc52fe2593747458d192c,e2593747458d192c] [qtp1225114731-26]  INFO [aai-resources,67ea57274bfdc52fe2593747458d192c,e2593747458d192c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:43.690 [67ea57274bfdc52fe2593747458d192c,e2593747458d192c] [qtp1225114731-26]  INFO [aai-resources,67ea57274bfdc52fe2593747458d192c,e2593747458d192c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:43.690 [67ea57274bfdc52fe2593747458d192c,e2593747458d192c] [qtp1225114731-26]  INFO [aai-resources,67ea57274bfdc52fe2593747458d192c,e2593747458d192c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:43.691 [67ea57274bfdc52fe2593747458d192c,e2593747458d192c] [qtp1225114731-26]  INFO [aai-resources,67ea57274bfdc52fe2593747458d192c,e2593747458d192c] 1 --- [tp1225114731-26] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:43.691 [67ea57274bfdc52fe2593747458d192c,e2593747458d192c] [qtp1225114731-26]  INFO [aai-resources,67ea57274bfdc52fe2593747458d192c,e2593747458d192c] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:43.717 [67ea57274bfdc52fe2593747458d192c,e2593747458d192c] [qtp1225114731-26]  INFO [aai-resources,67ea57274bfdc52fe2593747458d192c,e2593747458d192c] 1 --- [tp1225114731-26] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:43.741 [67ea57274bfdc52fe2593747458d192c,e2593747458d192c] [qtp1225114731-26] DEBUG [aai-resources,67ea57274bfdc52fe2593747458d192c,e2593747458d192c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"201","rqstDate":"250331-08:49:43:683","respDate":"250331-08:49:43:741","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/vf-modules/vf-module/339f57c3-b3d4-4813-8fbc-1240fc8fc887","resourceType":"PUT","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:43:683-30460\",\"Http-Method\":\"PUT\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[6b587f94-d31c-4cfd-94de-229c664070f9], Accept=[application/json], x-invocationid=[d6b7a377-ba27-4056-b8f9-98ea80d75bb0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Length=[507], Content-Type=[application/json]}\",\"Payload\":\"{\\\"vf-module-id\\\":\\\"339f57c3-b3d4-4813-8fbc-1240fc8fc887\\\",\\\"vf-module-name\\\":\\\"basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\\\",\\\"orchestration-status\\\":\\\"Inventoried\\\",\\\"is-base-vf-module\\\":false,\\\"model-invariant-id\\\":\\\"b05bbad3-4ce1-4051-a18e-3ffd887f42a5\\\",\\\"model-version-id\\\":\\\"f2a6fe90-237e-43d2-8893-40ea184d31f6\\\",\\\"persona-model-version\\\":\\\"b05bbad3-4ce1-4051-a18e-3ffd887f42a5\\\",\\\"model-customization-id\\\":\\\"4f495649-07c9-47a9-b949-24af0a5b7276\\\",\\\"module-index\\\":0}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:49:43:683-30460\",\"Content-Type\":null,\"Response-Code\":201,\"Headers\":\"{vertex-id=[307360], Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:49:43:683-30460]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:43 +0000] "PUT /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/vf-modules/vf-module/339f57c3-b3d4-4813-8fbc-1240fc8fc887" 201 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 61 - "logType": "access"
2025-03-31 08:49:45.388 [67ea572968b803587143729128ebc398,7143729128ebc398] [qtp1225114731-22]  INFO [aai-resources,67ea572968b803587143729128ebc398,7143729128ebc398] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:45.400 [67ea572968b803587143729128ebc398,7143729128ebc398] [qtp1225114731-22] DEBUG [aai-resources,67ea572968b803587143729128ebc398,7143729128ebc398] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"87682b86-1056-4eeb-a0b2-59693b7bbbd6","status":"200","rqstDate":"250331-08:49:45:388","respDate":"250331-08:49:45:400","sourceId":"haproxy:87682b86-1056-4eeb-a0b2-59693b7bbbd6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:45:388-30352\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[29a42c3b-5b3f-4f3b-9af1-c6fcf804306d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[87682b86-1056-4eeb-a0b2-59693b7bbbd6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:47.260 [67ea572bf2487e13151d9a520876408e,151d9a520876408e] [qtp1225114731-26]  INFO [aai-resources,67ea572bf2487e13151d9a520876408e,151d9a520876408e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.265 [67ea572bf2487e13151d9a520876408e,151d9a520876408e] [pool-943-thread-1]  INFO [aai-resources,67ea572bf2487e13151d9a520876408e,151d9a520876408e] 1 --- [ol-943-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.265 [67ea572bf2487e13151d9a520876408e,151d9a520876408e] [pool-943-thread-1]  INFO [aai-resources,67ea572bf2487e13151d9a520876408e,151d9a520876408e] 1 --- [ol-943-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.265 [67ea572bf2487e13151d9a520876408e,151d9a520876408e] [pool-943-thread-1]  INFO [aai-resources,67ea572bf2487e13151d9a520876408e,151d9a520876408e] 1 --- [ol-943-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.265 [67ea572bf2487e13151d9a520876408e,151d9a520876408e] [pool-943-thread-1]  INFO [aai-resources,67ea572bf2487e13151d9a520876408e,151d9a520876408e] 1 --- [ol-943-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.268 [67ea572bf2487e13151d9a520876408e,151d9a520876408e] [pool-943-thread-1]  INFO [aai-resources,67ea572bf2487e13151d9a520876408e,151d9a520876408e] 1 --- [ol-943-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.269 [67ea572bf2487e13151d9a520876408e,151d9a520876408e] [qtp1225114731-26] DEBUG [aai-resources,67ea572bf2487e13151d9a520876408e,151d9a520876408e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:260","respDate":"250331-08:49:47:268","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:47:260-60121\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[22f6072a-92a9-4cc1-8212-e938baa68500], Accept=[application/json], x-invocationid=[ffa8ead3-ce89-4946-9fcb-770c5b197db3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer" 200 153 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:49:47.292 [67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] [qtp1225114731-22]  INFO [aai-resources,67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.297 [67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] [pool-944-thread-1]  INFO [aai-resources,67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] 1 --- [ol-944-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.297 [67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] [pool-944-thread-1]  INFO [aai-resources,67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] 1 --- [ol-944-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.297 [67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] [pool-944-thread-1]  INFO [aai-resources,67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] 1 --- [ol-944-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.298 [67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] [pool-944-thread-1]  INFO [aai-resources,67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] 1 --- [ol-944-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.301 [67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] [pool-944-thread-1]  INFO [aai-resources,67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] 1 --- [ol-944-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.302 [67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] [qtp1225114731-22] DEBUG [aai-resources,67ea572b6d298849eed536fb6c84afd0,eed536fb6c84afd0] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:292","respDate":"250331-08:49:47:302","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:47:292-45701\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[37125e1d-dde4-4ec4-adce-ba7ac7366bac], Accept=[application/json], x-invocationid=[50184d4b-250f-4ee1-bcd6-2bb7a6d8848c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro" 200 701 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:49:47.350 [67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] [qtp1225114731-26]  INFO [aai-resources,67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.354 [67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] [pool-945-thread-1]  INFO [aai-resources,67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] 1 --- [ol-945-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.355 [67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] [pool-945-thread-1]  INFO [aai-resources,67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] 1 --- [ol-945-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.355 [67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] [pool-945-thread-1]  INFO [aai-resources,67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] 1 --- [ol-945-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.355 [67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] [pool-945-thread-1]  INFO [aai-resources,67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] 1 --- [ol-945-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.367 [67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] [pool-945-thread-1]  INFO [aai-resources,67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] 1 --- [ol-945-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.368 [67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] [qtp1225114731-26] DEBUG [aai-resources,67ea572ba38ba7f7e24f1ce4d74ea5a8,e24f1ce4d74ea5a8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:350","respDate":"250331-08:49:47:368","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:47:350-63546\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[aad9577b-3852-4e97-ab8b-4cb4a1f93f58], Accept=[application/json], x-invocationid=[40c9a5ed-27af-44df-ae9c-fbe713a165bc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 200 1612 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:49:47.390 [67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] [qtp1225114731-22]  INFO [aai-resources,67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.394 [67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] [pool-946-thread-1]  INFO [aai-resources,67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] 1 --- [ol-946-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.394 [67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] [pool-946-thread-1]  INFO [aai-resources,67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] 1 --- [ol-946-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.394 [67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] [pool-946-thread-1]  INFO [aai-resources,67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] 1 --- [ol-946-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.394 [67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] [pool-946-thread-1]  INFO [aai-resources,67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] 1 --- [ol-946-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.396 [67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] [pool-946-thread-1]  INFO [aai-resources,67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] 1 --- [ol-946-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.396 [67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] [qtp1225114731-22] DEBUG [aai-resources,67ea572b256f63bba8b6e42e0b73feca,a8b6e42e0b73feca] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:390","respDate":"250331-08:49:47:396","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/projects/project/basicnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:47:390-84575\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ab8343bb-f96f-4aea-be11-789d895b5ca5], Accept=[application/json], x-invocationid=[7f5caa93-b739-43dc-96a6-a8a878e8f371], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/business/projects/project/basicnf_macro_project?nodes-only=" 200 75 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:49:47.405 [67ea572b1f6e35ec74f88c871816f6da,74f88c871816f6da] [qtp1225114731-26]  INFO [aai-resources,67ea572b1f6e35ec74f88c871816f6da,74f88c871816f6da] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.415 [67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] [qtp1225114731-642]  INFO [aai-resources,67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.416 [67ea572b1f6e35ec74f88c871816f6da,74f88c871816f6da] [qtp1225114731-26] DEBUG [aai-resources,67ea572b1f6e35ec74f88c871816f6da,74f88c871816f6da] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c79b46f-2595-40d0-b466-29555ebdc9f6","status":"200","rqstDate":"250331-08:49:47:405","respDate":"250331-08:49:47:416","sourceId":"haproxy:3c79b46f-2595-40d0-b466-29555ebdc9f6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:47:405-23101\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ddc42ff0-59e2-4e6b-9a58-f41600350eab], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c79b46f-2595-40d0-b466-29555ebdc9f6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:49:47.418 [67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] [pool-947-thread-1]  INFO [aai-resources,67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] 1 --- [ol-947-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.418 [67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] [pool-947-thread-1]  INFO [aai-resources,67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] 1 --- [ol-947-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.418 [67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] [pool-947-thread-1]  INFO [aai-resources,67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] 1 --- [ol-947-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.418 [67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] [pool-947-thread-1]  INFO [aai-resources,67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] 1 --- [ol-947-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.419 [67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] [pool-947-thread-1]  INFO [aai-resources,67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] 1 --- [ol-947-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.420 [67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] [qtp1225114731-642] DEBUG [aai-resources,67ea572b14e18601d73552e0b0dff34c,d73552e0b0dff34c] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:415","respDate":"250331-08:49:47:420","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:47:415-22565\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b7adce84-3583-475a-a5bb-7cb30349e923], Accept=[application/json], x-invocationid=[30794169-646c-42de-b2c1-68bf403a2125], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?nodes-only=" 200 145 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:49:47.440 [67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] [qtp1225114731-911]  INFO [aai-resources,67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.443 [67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] [pool-948-thread-1]  INFO [aai-resources,67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] 1 --- [ol-948-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.443 [67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] [pool-948-thread-1]  INFO [aai-resources,67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] 1 --- [ol-948-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.443 [67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] [pool-948-thread-1]  INFO [aai-resources,67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] 1 --- [ol-948-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.444 [67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] [pool-948-thread-1]  INFO [aai-resources,67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] 1 --- [ol-948-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.473 [67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] [pool-948-thread-1]  INFO [aai-resources,67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] 1 --- [ol-948-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.474 [67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] [qtp1225114731-911] DEBUG [aai-resources,67ea572b81516b66d3ae236829d9ef4c,d3ae236829d9ef4c] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:440","respDate":"250331-08:49:47:474","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:47:440-46055\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[56f36895-c75a-4452-9d26-afa61d961eea], Accept=[application/json], x-invocationid=[8ae45646-60bd-4e9e-a647-c9118837ba18], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1" 200 3534 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 36 - "logType": "access"
2025-03-31 08:49:47.498 [67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] [qtp1225114731-642]  INFO [aai-resources,67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.501 [67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] [pool-949-thread-1]  INFO [aai-resources,67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] 1 --- [ol-949-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.501 [67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] [pool-949-thread-1]  INFO [aai-resources,67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] 1 --- [ol-949-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.501 [67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] [pool-949-thread-1]  INFO [aai-resources,67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] 1 --- [ol-949-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.501 [67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] [pool-949-thread-1]  INFO [aai-resources,67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] 1 --- [ol-949-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.502 [67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] [pool-949-thread-1]  INFO [aai-resources,67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] 1 --- [ol-949-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.503 [67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] [qtp1225114731-642] DEBUG [aai-resources,67ea572bf0beda5ba6c26c631e41bf60,a6c26c631e41bf60] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:498","respDate":"250331-08:49:47:503","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/platforms/platform/basicnf_macro_platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:47:498-23911\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d5f16ad6-e83e-4588-ac5b-fdbea994315f], Accept=[application/json], x-invocationid=[b658c1d7-a936-49b4-88c2-842c255e8476], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/business/platforms/platform/basicnf_macro_platform?nodes-only=" 200 77 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:49:47.525 [67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] [qtp1225114731-911]  INFO [aai-resources,67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.529 [67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] [pool-950-thread-1]  INFO [aai-resources,67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] 1 --- [ol-950-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.529 [67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] [pool-950-thread-1]  INFO [aai-resources,67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] 1 --- [ol-950-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.529 [67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] [pool-950-thread-1]  INFO [aai-resources,67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] 1 --- [ol-950-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.529 [67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] [pool-950-thread-1]  INFO [aai-resources,67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] 1 --- [ol-950-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.530 [67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] [pool-950-thread-1]  INFO [aai-resources,67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] 1 --- [ol-950-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.531 [67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] [qtp1225114731-911] DEBUG [aai-resources,67ea572b418e84d95753f143ecadc33c,5753f143ecadc33c] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:525","respDate":"250331-08:49:47:530","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/lines-of-business/line-of-business/basicnf_macro_lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:47:525-34709\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c39836c6-35fd-4c93-ba59-e015071c078a], Accept=[application/json], x-invocationid=[3149086d-82df-40cd-800e-9b2125ba2dc3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicnf_macro_lob?nodes-only=" 200 80 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:49:47.551 [67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] [qtp1225114731-642]  INFO [aai-resources,67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.555 [67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] [pool-951-thread-1]  INFO [aai-resources,67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] 1 --- [ol-951-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.555 [67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] [pool-951-thread-1]  INFO [aai-resources,67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] 1 --- [ol-951-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.555 [67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] [pool-951-thread-1]  INFO [aai-resources,67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] 1 --- [ol-951-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.555 [67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] [pool-951-thread-1]  INFO [aai-resources,67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] 1 --- [ol-951-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.567 [67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] [pool-951-thread-1]  INFO [aai-resources,67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] 1 --- [ol-951-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.567 [67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] [qtp1225114731-642] DEBUG [aai-resources,67ea572bdbc6397458219a35a0773ab1,58219a35a0773ab1] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:551","respDate":"250331-08:49:47:567","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:47:551-94554\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[34caea89-1176-4cc4-b726-88733b97ca2d], Accept=[application/json], x-invocationid=[5a8003f9-ceb6-47b3-8ac4-e5de7cdfbfd7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 200 1612 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:49:47.586 [67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] [qtp1225114731-911]  INFO [aai-resources,67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.589 [67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] [pool-952-thread-1]  INFO [aai-resources,67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] 1 --- [ol-952-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.589 [67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] [pool-952-thread-1]  INFO [aai-resources,67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] 1 --- [ol-952-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.590 [67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] [pool-952-thread-1]  INFO [aai-resources,67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] 1 --- [ol-952-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.590 [67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] [pool-952-thread-1]  INFO [aai-resources,67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] 1 --- [ol-952-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.599 [67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] [pool-952-thread-1]  INFO [aai-resources,67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] 1 --- [ol-952-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.599 [67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] [qtp1225114731-911] DEBUG [aai-resources,67ea572bcd76d1c42a8265989105eb92,2a8265989105eb92] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:586","respDate":"250331-08:49:47:599","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:47:586-15795\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[411650e8-63bc-4186-a4ed-b5b149886831], Accept=[application/json], x-invocationid=[5d89b1af-387a-4f68-b481-f9c4ddaf4c42], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:49:47.645 [67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] [qtp1225114731-642]  INFO [aai-resources,67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.649 [67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] [pool-953-thread-1]  INFO [aai-resources,67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] 1 --- [ol-953-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.649 [67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] [pool-953-thread-1]  INFO [aai-resources,67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] 1 --- [ol-953-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.649 [67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] [pool-953-thread-1]  INFO [aai-resources,67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] 1 --- [ol-953-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.649 [67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] [pool-953-thread-1]  INFO [aai-resources,67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] 1 --- [ol-953-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.659 [67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] [pool-953-thread-1]  INFO [aai-resources,67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] 1 --- [ol-953-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.660 [67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] [qtp1225114731-642] DEBUG [aai-resources,67ea572b811e47d17b1f9110793f2898,7b1f9110793f2898] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:645","respDate":"250331-08:49:47:660","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:47:645-94213\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d2f99c51-cb2b-489b-910d-2c0dac003aed], Accept=[application/json], x-invocationid=[1bdd2ff7-a378-4c79-bbb3-c21538fe388c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:49:47.680 [67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] [qtp1225114731-911]  INFO [aai-resources,67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.685 [67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] [pool-954-thread-1]  INFO [aai-resources,67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] 1 --- [ol-954-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.685 [67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] [pool-954-thread-1]  INFO [aai-resources,67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] 1 --- [ol-954-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.685 [67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] [pool-954-thread-1]  INFO [aai-resources,67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] 1 --- [ol-954-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.685 [67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] [pool-954-thread-1]  INFO [aai-resources,67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] 1 --- [ol-954-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.695 [67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] [pool-954-thread-1]  INFO [aai-resources,67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] 1 --- [ol-954-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.695 [67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] [qtp1225114731-911] DEBUG [aai-resources,67ea572bdf77681c2a18dd06cb9735ac,2a18dd06cb9735ac] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:680","respDate":"250331-08:49:47:695","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:47:680-55070\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3195162e-3044-4fd2-b52a-1bb9604306ed], Accept=[application/json], x-invocationid=[3cdfec81-bade-48d1-bc55-4847afb46e70], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:49:47.717 [67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] [qtp1225114731-642]  INFO [aai-resources,67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.722 [67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] [pool-955-thread-1]  INFO [aai-resources,67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] 1 --- [ol-955-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.722 [67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] [pool-955-thread-1]  INFO [aai-resources,67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] 1 --- [ol-955-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.722 [67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] [pool-955-thread-1]  INFO [aai-resources,67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] 1 --- [ol-955-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.723 [67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] [pool-955-thread-1]  INFO [aai-resources,67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] 1 --- [ol-955-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.751 [67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] [pool-955-thread-1]  INFO [aai-resources,67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] 1 --- [ol-955-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.752 [67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] [qtp1225114731-642] DEBUG [aai-resources,67ea572b09efe6b94c06c87b95197e18,4c06c87b95197e18] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:717","respDate":"250331-08:49:47:752","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:47:717-65688\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7536b7e7-e50b-40aa-8276-c81ab7d65e4a], Accept=[application/json], x-invocationid=[e9e6a1ca-6a5a-4db9-92b5-68f3d5501336], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1" 200 3534 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 38 - "logType": "access"
2025-03-31 08:49:47.825 [67ea572bb342b64a02916d7514399563,02916d7514399563] [qtp1225114731-911]  INFO [aai-resources,67ea572bb342b64a02916d7514399563,02916d7514399563] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:47.830 [67ea572bb342b64a02916d7514399563,02916d7514399563] [pool-956-thread-1]  INFO [aai-resources,67ea572bb342b64a02916d7514399563,02916d7514399563] 1 --- [ol-956-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:47.830 [67ea572bb342b64a02916d7514399563,02916d7514399563] [pool-956-thread-1]  INFO [aai-resources,67ea572bb342b64a02916d7514399563,02916d7514399563] 1 --- [ol-956-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:47.830 [67ea572bb342b64a02916d7514399563,02916d7514399563] [pool-956-thread-1]  INFO [aai-resources,67ea572bb342b64a02916d7514399563,02916d7514399563] 1 --- [ol-956-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:47.830 [67ea572bb342b64a02916d7514399563,02916d7514399563] [pool-956-thread-1]  INFO [aai-resources,67ea572bb342b64a02916d7514399563,02916d7514399563] 1 --- [ol-956-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:47.837 [67ea572bb342b64a02916d7514399563,02916d7514399563] [pool-956-thread-1]  INFO [aai-resources,67ea572bb342b64a02916d7514399563,02916d7514399563] 1 --- [ol-956-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:47.838 [67ea572bb342b64a02916d7514399563,02916d7514399563] [qtp1225114731-911] DEBUG [aai-resources,67ea572bb342b64a02916d7514399563,02916d7514399563] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:47:825","respDate":"250331-08:49:47:838","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/vf-modules/vf-module/339f57c3-b3d4-4813-8fbc-1240fc8fc887?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:47:825-70653\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d3a60a0b-eb71-4f81-bc89-c4984f095f9c], Accept=[application/json], x-invocationid=[6a634ad5-3a4c-420d-843e-dc24b9f0c60c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:47 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/vf-modules/vf-module/339f57c3-b3d4-4813-8fbc-1240fc8fc887?depth=1" 200 508 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:49:48.078 [67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] [qtp1225114731-642]  INFO [aai-resources,67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:48.082 [67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] [pool-957-thread-1]  INFO [aai-resources,67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] 1 --- [ol-957-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:48.082 [67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] [pool-957-thread-1]  INFO [aai-resources,67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] 1 --- [ol-957-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:48.082 [67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] [pool-957-thread-1]  INFO [aai-resources,67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] 1 --- [ol-957-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:48.083 [67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] [pool-957-thread-1]  INFO [aai-resources,67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] 1 --- [ol-957-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:48.090 [67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] [pool-957-thread-1]  INFO [aai-resources,67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] 1 --- [ol-957-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:48.090 [67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] [qtp1225114731-642] DEBUG [aai-resources,67ea572c50804eb7308f7a8f7cc5ecd5,308f7a8f7cc5ecd5] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:48:078","respDate":"250331-08:49:48:090","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/vf-modules/vf-module/339f57c3-b3d4-4813-8fbc-1240fc8fc887","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:48:078-48096\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[32829c87-6b6f-42d5-ae56-63c31f276e32], Accept=[application/json], x-invocationid=[e08fd24b-173d-4310-a070-4168725837b3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:48 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/vf-modules/vf-module/339f57c3-b3d4-4813-8fbc-1240fc8fc887" 200 508 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:49:48.116 [67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] [qtp1225114731-911]  INFO [aai-resources,67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:48.119 [67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] [qtp1225114731-911]  INFO [aai-resources,67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:48.119 [67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] [qtp1225114731-911]  INFO [aai-resources,67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:48.119 [67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] [qtp1225114731-911]  INFO [aai-resources,67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:48.119 [67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] [qtp1225114731-911]  INFO [aai-resources,67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:48.147 [67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] [qtp1225114731-911]  INFO [aai-resources,67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:48.500 [67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] [qtp1225114731-911] DEBUG [aai-resources,67ea572c78365ffb7ab35f8a513843d5,7ab35f8a513843d5] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"204","rqstDate":"250331-08:49:48:116","respDate":"250331-08:49:48:500","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/vf-modules/vf-module/339f57c3-b3d4-4813-8fbc-1240fc8fc887?resource-version=1743410983689","resourceType":"DELETE","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:48:116-31921\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"*/*\",\"Headers\":\"{x-request-id=[c4c66b9f-cf0b-49d7-bf97-068ab09c55cf], Accept=[application/json], x-invocationid=[68a72cfa-f020-4dfd-a4ab-211fe40bd663], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Type=[*/*]}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:49:48:116-31921\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:49:48:116-31921]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:48 +0000] "DELETE /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c/vf-modules/vf-module/339f57c3-b3d4-4813-8fbc-1240fc8fc887?resource-version=1743410983689" 204 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 386 - "logType": "access"
2025-03-31 08:49:48.861 [67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] [qtp1225114731-642]  INFO [aai-resources,67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:48.865 [67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] [pool-958-thread-1]  INFO [aai-resources,67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] 1 --- [ol-958-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:48.865 [67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] [pool-958-thread-1]  INFO [aai-resources,67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] 1 --- [ol-958-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:48.865 [67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] [pool-958-thread-1]  INFO [aai-resources,67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] 1 --- [ol-958-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:48.865 [67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] [pool-958-thread-1]  INFO [aai-resources,67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] 1 --- [ol-958-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:48.868 [67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] [pool-958-thread-1]  INFO [aai-resources,67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] 1 --- [ol-958-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:48.868 [67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] [qtp1225114731-642] DEBUG [aai-resources,67ea572ccdb099257cd5e6d3e6d02a1c,7cd5e6d3e6d02a1c] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:48:861","respDate":"250331-08:49:48:868","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:48:861-78263\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9fdc9020-920c-4056-874d-f1e2db6d5842], Accept=[application/json], x-invocationid=[ebfed830-ea33-4f9f-8c3d-0bec76c36eff], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:48 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer" 200 153 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:49:48.888 [67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] [qtp1225114731-911]  INFO [aai-resources,67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:48.891 [67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] [pool-959-thread-1]  INFO [aai-resources,67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] 1 --- [ol-959-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:48.891 [67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] [pool-959-thread-1]  INFO [aai-resources,67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] 1 --- [ol-959-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:48.891 [67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] [pool-959-thread-1]  INFO [aai-resources,67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] 1 --- [ol-959-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:48.891 [67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] [pool-959-thread-1]  INFO [aai-resources,67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] 1 --- [ol-959-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:48.894 [67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] [pool-959-thread-1]  INFO [aai-resources,67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] 1 --- [ol-959-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:48.894 [67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] [qtp1225114731-911] DEBUG [aai-resources,67ea572c987792ecad861121d7cde5e2,ad861121d7cde5e2] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:48:888","respDate":"250331-08:49:48:894","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:48:888-61156\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[baa90f7f-76af-4a21-b8e4-9d4eea0e7820], Accept=[application/json], x-invocationid=[1ec96130-2121-449b-9a46-5c84c4241c52], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:48 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro" 200 701 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:49:48.947 [67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] [qtp1225114731-642]  INFO [aai-resources,67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:48.951 [67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] [pool-960-thread-1]  INFO [aai-resources,67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] 1 --- [ol-960-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:48.951 [67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] [pool-960-thread-1]  INFO [aai-resources,67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] 1 --- [ol-960-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:48.951 [67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] [pool-960-thread-1]  INFO [aai-resources,67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] 1 --- [ol-960-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:48.952 [67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] [pool-960-thread-1]  INFO [aai-resources,67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] 1 --- [ol-960-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:48.963 [67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] [pool-960-thread-1]  INFO [aai-resources,67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] 1 --- [ol-960-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:48.963 [67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] [qtp1225114731-642] DEBUG [aai-resources,67ea572ca32d9516c1e3ffdb6ee46710,c1e3ffdb6ee46710] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:48:947","respDate":"250331-08:49:48:963","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:48:947-9279\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[19c671ce-9194-424b-9848-56ca8a613ca6], Accept=[application/json], x-invocationid=[2eba320f-06aa-4897-bb41-b63654eb25ce], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:48 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 200 1612 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:49:48.985 [67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] [qtp1225114731-911]  INFO [aai-resources,67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:48.991 [67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] [pool-961-thread-1]  INFO [aai-resources,67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] 1 --- [ol-961-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:48.991 [67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] [pool-961-thread-1]  INFO [aai-resources,67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] 1 --- [ol-961-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:48.991 [67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] [pool-961-thread-1]  INFO [aai-resources,67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] 1 --- [ol-961-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:48.991 [67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] [pool-961-thread-1]  INFO [aai-resources,67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] 1 --- [ol-961-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:48.993 [67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] [pool-961-thread-1]  INFO [aai-resources,67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] 1 --- [ol-961-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:48.993 [67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] [qtp1225114731-911] DEBUG [aai-resources,67ea572cd1bb6af46000ba8296bba2f9,6000ba8296bba2f9] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:48:985","respDate":"250331-08:49:48:993","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/projects/project/basicnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:48:985-47797\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[00694a65-1190-4d99-b20f-848d5b973b4a], Accept=[application/json], x-invocationid=[a4c53893-8848-4bce-8fba-3db855b7f23a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:48 +0000] "GET /aai/v24/business/projects/project/basicnf_macro_project?nodes-only=" 200 75 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:49:49.014 [67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] [qtp1225114731-642]  INFO [aai-resources,67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.018 [67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] [pool-962-thread-1]  INFO [aai-resources,67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] 1 --- [ol-962-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:49.018 [67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] [pool-962-thread-1]  INFO [aai-resources,67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] 1 --- [ol-962-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:49.018 [67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] [pool-962-thread-1]  INFO [aai-resources,67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] 1 --- [ol-962-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:49.018 [67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] [pool-962-thread-1]  INFO [aai-resources,67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] 1 --- [ol-962-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:49.019 [67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] [pool-962-thread-1]  INFO [aai-resources,67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] 1 --- [ol-962-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:49.020 [67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] [qtp1225114731-642] DEBUG [aai-resources,67ea572dd06f4a3d0e17f633304ec827,0e17f633304ec827] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:49:014","respDate":"250331-08:49:49:020","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:49:014-95149\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6a13b2e6-f223-4f08-b9d2-942006e2165e], Accept=[application/json], x-invocationid=[5d51b1f7-9754-4304-bd46-b8b0bfc697cb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:49 +0000] "GET /aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?nodes-only=" 200 145 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:49:49.039 [67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] [qtp1225114731-911]  INFO [aai-resources,67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.043 [67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] [pool-963-thread-1]  INFO [aai-resources,67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] 1 --- [ol-963-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:49.043 [67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] [pool-963-thread-1]  INFO [aai-resources,67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] 1 --- [ol-963-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:49.043 [67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] [pool-963-thread-1]  INFO [aai-resources,67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] 1 --- [ol-963-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:49.043 [67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] [pool-963-thread-1]  INFO [aai-resources,67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] 1 --- [ol-963-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:49.065 [67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] [pool-963-thread-1]  INFO [aai-resources,67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] 1 --- [ol-963-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:49.065 [67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] [qtp1225114731-911] DEBUG [aai-resources,67ea572d05d2216829cbaab8c860b41d,29cbaab8c860b41d] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:49:039","respDate":"250331-08:49:49:065","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:49:039-37463\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0001300c-00b8-4999-9199-75309c9992e8], Accept=[application/json], x-invocationid=[8d2609c0-afa8-4282-9d4a-c8a0f9c6d55a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:49 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1" 200 2996 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:49:49.092 [67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] [qtp1225114731-642]  INFO [aai-resources,67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.096 [67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] [pool-964-thread-1]  INFO [aai-resources,67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] 1 --- [ol-964-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:49.096 [67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] [pool-964-thread-1]  INFO [aai-resources,67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] 1 --- [ol-964-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:49.096 [67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] [pool-964-thread-1]  INFO [aai-resources,67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] 1 --- [ol-964-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:49.096 [67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] [pool-964-thread-1]  INFO [aai-resources,67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] 1 --- [ol-964-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:49.098 [67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] [pool-964-thread-1]  INFO [aai-resources,67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] 1 --- [ol-964-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:49.099 [67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] [qtp1225114731-642] DEBUG [aai-resources,67ea572d1127197def84c8e9ce5b905d,ef84c8e9ce5b905d] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:49:092","respDate":"250331-08:49:49:099","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/platforms/platform/basicnf_macro_platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:49:092-14876\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[18f1243b-a5fc-4fcd-b267-133b339c30e3], Accept=[application/json], x-invocationid=[a13b4611-befd-4cfe-a5db-30767c115d69], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:49 +0000] "GET /aai/v24/business/platforms/platform/basicnf_macro_platform?nodes-only=" 200 77 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:49:49.120 [67ea572dbc71cad410bd337989463889,10bd337989463889] [qtp1225114731-911]  INFO [aai-resources,67ea572dbc71cad410bd337989463889,10bd337989463889] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.124 [67ea572dbc71cad410bd337989463889,10bd337989463889] [pool-965-thread-1]  INFO [aai-resources,67ea572dbc71cad410bd337989463889,10bd337989463889] 1 --- [ol-965-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:49.124 [67ea572dbc71cad410bd337989463889,10bd337989463889] [pool-965-thread-1]  INFO [aai-resources,67ea572dbc71cad410bd337989463889,10bd337989463889] 1 --- [ol-965-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:49.124 [67ea572dbc71cad410bd337989463889,10bd337989463889] [pool-965-thread-1]  INFO [aai-resources,67ea572dbc71cad410bd337989463889,10bd337989463889] 1 --- [ol-965-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:49.124 [67ea572dbc71cad410bd337989463889,10bd337989463889] [pool-965-thread-1]  INFO [aai-resources,67ea572dbc71cad410bd337989463889,10bd337989463889] 1 --- [ol-965-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:49.126 [67ea572dbc71cad410bd337989463889,10bd337989463889] [pool-965-thread-1]  INFO [aai-resources,67ea572dbc71cad410bd337989463889,10bd337989463889] 1 --- [ol-965-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:49.126 [67ea572dbc71cad410bd337989463889,10bd337989463889] [qtp1225114731-911] DEBUG [aai-resources,67ea572dbc71cad410bd337989463889,10bd337989463889] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:49:120","respDate":"250331-08:49:49:126","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/lines-of-business/line-of-business/basicnf_macro_lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:49:120-61152\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[76e69749-e0b0-46b5-9644-dbcf01aa7ca5], Accept=[application/json], x-invocationid=[67001023-ac33-4738-826d-d44f2318e39e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:49 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicnf_macro_lob?nodes-only=" 200 80 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 08:49:49.147 [67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] [qtp1225114731-642]  INFO [aai-resources,67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.151 [67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] [pool-966-thread-1]  INFO [aai-resources,67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] 1 --- [ol-966-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:49.151 [67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] [pool-966-thread-1]  INFO [aai-resources,67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] 1 --- [ol-966-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:49.151 [67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] [pool-966-thread-1]  INFO [aai-resources,67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] 1 --- [ol-966-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:49.152 [67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] [pool-966-thread-1]  INFO [aai-resources,67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] 1 --- [ol-966-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:49.164 [67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] [pool-966-thread-1]  INFO [aai-resources,67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] 1 --- [ol-966-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:49.164 [67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] [qtp1225114731-642] DEBUG [aai-resources,67ea572db6b0fd29c1fc799799b5cb9b,c1fc799799b5cb9b] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:49:147","respDate":"250331-08:49:49:164","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:49:147-67906\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[73715a71-bc40-4a33-a6ac-d39554510fd5], Accept=[application/json], x-invocationid=[c34d74e7-9571-4c34-af31-c7e6131513a6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:49 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 200 1612 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:49:49.183 [67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] [qtp1225114731-911]  INFO [aai-resources,67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.187 [67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] [pool-967-thread-1]  INFO [aai-resources,67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] 1 --- [ol-967-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:49.187 [67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] [pool-967-thread-1]  INFO [aai-resources,67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] 1 --- [ol-967-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:49.187 [67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] [pool-967-thread-1]  INFO [aai-resources,67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] 1 --- [ol-967-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:49.187 [67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] [pool-967-thread-1]  INFO [aai-resources,67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] 1 --- [ol-967-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:49.199 [67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] [pool-967-thread-1]  INFO [aai-resources,67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] 1 --- [ol-967-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:49.199 [67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] [qtp1225114731-911] DEBUG [aai-resources,67ea572da721464520ed895d146d4a1b,20ed895d146d4a1b] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:49:183","respDate":"250331-08:49:49:199","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:49:183-29971\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[240d2563-64f5-4518-91c1-01c7c6fd8fdb], Accept=[application/json], x-invocationid=[1fd77130-ca42-4181-b029-c8f6b32d8f86], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:49 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:49:49.253 [67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] [qtp1225114731-642]  INFO [aai-resources,67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.257 [67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] [pool-968-thread-1]  INFO [aai-resources,67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] 1 --- [ol-968-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:49.257 [67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] [pool-968-thread-1]  INFO [aai-resources,67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] 1 --- [ol-968-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:49.257 [67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] [pool-968-thread-1]  INFO [aai-resources,67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] 1 --- [ol-968-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:49.258 [67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] [pool-968-thread-1]  INFO [aai-resources,67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] 1 --- [ol-968-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:49.266 [67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] [pool-968-thread-1]  INFO [aai-resources,67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] 1 --- [ol-968-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:49.266 [67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] [qtp1225114731-642] DEBUG [aai-resources,67ea572d30c801ae052b5bc2ead1c366,052b5bc2ead1c366] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:49:254","respDate":"250331-08:49:49:266","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:49:254-78481\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3c4fbe36-1b41-4c53-a435-c8f64a1a1e25], Accept=[application/json], x-invocationid=[918cea5e-8096-4842-9636-342e850731fc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:49 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:49:49.287 [67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] [qtp1225114731-911]  INFO [aai-resources,67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.291 [67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] [pool-969-thread-1]  INFO [aai-resources,67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] 1 --- [ol-969-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:49.291 [67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] [pool-969-thread-1]  INFO [aai-resources,67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] 1 --- [ol-969-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:49.291 [67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] [pool-969-thread-1]  INFO [aai-resources,67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] 1 --- [ol-969-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:49.292 [67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] [pool-969-thread-1]  INFO [aai-resources,67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] 1 --- [ol-969-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:49.302 [67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] [pool-969-thread-1]  INFO [aai-resources,67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] 1 --- [ol-969-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:49.303 [67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] [qtp1225114731-911] DEBUG [aai-resources,67ea572d3e5fa5111fe44afd48a56644,1fe44afd48a56644] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:49:288","respDate":"250331-08:49:49:303","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:49:288-88759\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e5aadc74-89dd-936b-90d4-575ddb846fa6], Accept=[application/json], x-invocationid=[206c7ddd-f7f6-4cca-8a8f-a59034acee9f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:49 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:49:49.361 [67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] [qtp1225114731-642]  INFO [aai-resources,67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.365 [67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] [pool-970-thread-1]  INFO [aai-resources,67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] 1 --- [ol-970-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:49.365 [67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] [pool-970-thread-1]  INFO [aai-resources,67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] 1 --- [ol-970-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:49.365 [67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] [pool-970-thread-1]  INFO [aai-resources,67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] 1 --- [ol-970-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:49.365 [67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] [pool-970-thread-1]  INFO [aai-resources,67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] 1 --- [ol-970-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:49.387 [67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] [pool-970-thread-1]  INFO [aai-resources,67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] 1 --- [ol-970-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:49.387 [67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] [qtp1225114731-642] DEBUG [aai-resources,67ea572deb4aa585be53dd5795acada6,be53dd5795acada6] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:49:361","respDate":"250331-08:49:49:387","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:49:361-13298\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[aa38991c-2686-4a01-9365-256290803cc1], Accept=[application/json], x-invocationid=[47f108eb-613d-4a40-af48-b9cacab5670b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:49 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?depth=1" 200 2996 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:49:49.421 [67ea572d217f6a4c3ab0740e6d445db7,3ab0740e6d445db7] [qtp1225114731-911]  INFO [aai-resources,67ea572d217f6a4c3ab0740e6d445db7,3ab0740e6d445db7] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.433 [67ea572d217f6a4c3ab0740e6d445db7,3ab0740e6d445db7] [qtp1225114731-911] DEBUG [aai-resources,67ea572d217f6a4c3ab0740e6d445db7,3ab0740e6d445db7] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"172837dd-9a69-4d82-b0c9-445f5bdcd113","status":"200","rqstDate":"250331-08:49:49:422","respDate":"250331-08:49:49:433","sourceId":"haproxy:172837dd-9a69-4d82-b0c9-445f5bdcd113","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:49:422-37430\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a40ffef6-ad46-4696-ae8f-4b3b880f87c4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[172837dd-9a69-4d82-b0c9-445f5bdcd113]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:49:49.714 [67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] [qtp1225114731-642]  INFO [aai-resources,67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.718 [67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] [pool-971-thread-1]  INFO [aai-resources,67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] 1 --- [ol-971-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:49.718 [67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] [pool-971-thread-1]  INFO [aai-resources,67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] 1 --- [ol-971-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:49.718 [67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] [pool-971-thread-1]  INFO [aai-resources,67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] 1 --- [ol-971-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:49.718 [67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] [pool-971-thread-1]  INFO [aai-resources,67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] 1 --- [ol-971-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:49.735 [67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] [pool-971-thread-1]  INFO [aai-resources,67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] 1 --- [ol-971-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:49.736 [67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] [qtp1225114731-642] DEBUG [aai-resources,67ea572d86043113d7538de75a4698d4,d7538de75a4698d4] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:49:714","respDate":"250331-08:49:49:736","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:49:714-34502\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[69262968-39cf-44f9-9042-b4669e103a93], Accept=[application/json], x-invocationid=[4aa0b564-de3e-444f-94dc-f301c8bb7144], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:49 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c" 200 2996 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:49:49.760 [67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] [qtp1225114731-911]  INFO [aai-resources,67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:49.766 [67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] [qtp1225114731-911]  INFO [aai-resources,67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:49.766 [67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] [qtp1225114731-911]  INFO [aai-resources,67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:49.766 [67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] [qtp1225114731-911]  INFO [aai-resources,67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] 1 --- [p1225114731-911] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:49.766 [67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] [qtp1225114731-911]  INFO [aai-resources,67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:49.791 [67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] [qtp1225114731-911]  INFO [aai-resources,67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] 1 --- [p1225114731-911] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:50.216 [67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] [qtp1225114731-911] DEBUG [aai-resources,67ea572d977c2e5516d82d2319c8059b,16d82d2319c8059b] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"204","rqstDate":"250331-08:49:49:760","respDate":"250331-08:49:50:216","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?resource-version=1743410665888","resourceType":"DELETE","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:49:760-95348\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"*/*\",\"Headers\":\"{x-request-id=[eb9f0ffa-6690-9c8a-bf35-4c2a358d527a], Accept=[application/json], x-invocationid=[fe9de439-500d-4fea-abb9-9f785967b52a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Type=[*/*]}\"}","respBuf":"{\"ID\":\"0-aai-resources-250331-08:49:49:760-95348\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[0-aai-resources-250331-08:49:49:760-95348]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:50 +0000] "DELETE /aai/v24/network/generic-vnfs/generic-vnf/69e9dbb2-8f91-4bd6-96cd-f1e6ad4d5e8c?resource-version=1743410665888" 204 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 459 - "logType": "access"
2025-03-31 08:49:50.569 [67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] [qtp1225114731-642]  INFO [aai-resources,67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:50.574 [67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] [pool-972-thread-1]  INFO [aai-resources,67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] 1 --- [ol-972-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:50.574 [67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] [pool-972-thread-1]  INFO [aai-resources,67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] 1 --- [ol-972-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:50.574 [67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] [pool-972-thread-1]  INFO [aai-resources,67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] 1 --- [ol-972-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:50.574 [67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] [pool-972-thread-1]  INFO [aai-resources,67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] 1 --- [ol-972-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:50.576 [67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] [pool-972-thread-1]  INFO [aai-resources,67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] 1 --- [ol-972-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:50.577 [67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] [qtp1225114731-642] DEBUG [aai-resources,67ea572ee11e916ad538b33e31ecaf59,d538b33e31ecaf59] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:50:569","respDate":"250331-08:49:50:577","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:50:569-7712\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[81bb2e39-31ff-4df6-bf25-b53c7a1f56f1], Accept=[application/json], x-invocationid=[c353554a-2764-4ff4-9431-c1adc5932376], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:50 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer" 200 153 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:49:50.596 [67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] [qtp1225114731-911]  INFO [aai-resources,67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:50.600 [67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] [pool-973-thread-1]  INFO [aai-resources,67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] 1 --- [ol-973-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:50.600 [67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] [pool-973-thread-1]  INFO [aai-resources,67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] 1 --- [ol-973-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:50.600 [67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] [pool-973-thread-1]  INFO [aai-resources,67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] 1 --- [ol-973-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:50.600 [67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] [pool-973-thread-1]  INFO [aai-resources,67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] 1 --- [ol-973-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:50.608 [67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] [pool-973-thread-1]  INFO [aai-resources,67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] 1 --- [ol-973-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:50.609 [67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] [qtp1225114731-911] DEBUG [aai-resources,67ea572ecf0e24967ddae52bfe84bdc3,7ddae52bfe84bdc3] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:50:597","respDate":"250331-08:49:50:609","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:50:597-40556\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b9a61ae6-4a43-419d-ab73-03e60f1ec679], Accept=[application/json], x-invocationid=[07279a90-e303-4f01-ae13-3a57f0dc176e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:50 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro" 200 701 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:49:50.655 [67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] [qtp1225114731-642]  INFO [aai-resources,67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:50.659 [67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] [pool-974-thread-1]  INFO [aai-resources,67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] 1 --- [ol-974-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:50.659 [67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] [pool-974-thread-1]  INFO [aai-resources,67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] 1 --- [ol-974-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:50.659 [67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] [pool-974-thread-1]  INFO [aai-resources,67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] 1 --- [ol-974-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:50.659 [67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] [pool-974-thread-1]  INFO [aai-resources,67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] 1 --- [ol-974-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:50.676 [67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] [pool-974-thread-1]  INFO [aai-resources,67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] 1 --- [ol-974-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:50.677 [67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] [qtp1225114731-642] DEBUG [aai-resources,67ea572e8077f0fbf5cbe806ce11c7c3,f5cbe806ce11c7c3] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:50:655","respDate":"250331-08:49:50:676","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:50:655-39555\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3ef01849-00f5-4640-a2d4-54680db2fd6f], Accept=[application/json], x-invocationid=[dff2f865-f0e2-4718-ac3f-cfc923a227da], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:50 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 200 1197 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:49:50.698 [67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] [qtp1225114731-911]  INFO [aai-resources,67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:50.702 [67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] [pool-975-thread-1]  INFO [aai-resources,67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] 1 --- [ol-975-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:50.703 [67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] [pool-975-thread-1]  INFO [aai-resources,67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] 1 --- [ol-975-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:50.703 [67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] [pool-975-thread-1]  INFO [aai-resources,67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] 1 --- [ol-975-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:50.703 [67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] [pool-975-thread-1]  INFO [aai-resources,67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] 1 --- [ol-975-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:50.704 [67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] [pool-975-thread-1]  INFO [aai-resources,67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] 1 --- [ol-975-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:50.705 [67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] [qtp1225114731-911] DEBUG [aai-resources,67ea572ee67dfb81ff72750478b6d167,ff72750478b6d167] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:50:698","respDate":"250331-08:49:50:705","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/projects/project/basicnf_macro_project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:50:698-22955\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[bde291e3-c8ae-4ebc-96e1-a5e63bc8afe1], Accept=[application/json], x-invocationid=[d0d6e270-a9b6-4246-9858-dbad3257cd17], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:50 +0000] "GET /aai/v24/business/projects/project/basicnf_macro_project?nodes-only=" 200 75 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 08:49:50.725 [67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] [qtp1225114731-642]  INFO [aai-resources,67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:50.728 [67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] [pool-976-thread-1]  INFO [aai-resources,67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] 1 --- [ol-976-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:50.728 [67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] [pool-976-thread-1]  INFO [aai-resources,67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] 1 --- [ol-976-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:50.728 [67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] [pool-976-thread-1]  INFO [aai-resources,67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] 1 --- [ol-976-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:50.728 [67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] [pool-976-thread-1]  INFO [aai-resources,67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] 1 --- [ol-976-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:50.730 [67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] [pool-976-thread-1]  INFO [aai-resources,67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] 1 --- [ol-976-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:50.730 [67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] [qtp1225114731-642] DEBUG [aai-resources,67ea572e69f8c4fa854f314b00d32e67,854f314b00d32e67] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:50:725","respDate":"250331-08:49:50:730","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:50:725-78976\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7515f260-e9e6-4eea-a68b-9b9acda42875], Accept=[application/json], x-invocationid=[3c32e09c-5703-4a95-a063-c4e5d97174d6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:50 +0000] "GET /aai/v24/business/owning-entities/owning-entity/a3075d2e-7cc3-4488-8dd4-f046bbedd2bc?nodes-only=" 200 145 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 7 - "logType": "access"
2025-03-31 08:49:50.750 [67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] [qtp1225114731-911]  INFO [aai-resources,67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:50.754 [67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] [pool-977-thread-1]  INFO [aai-resources,67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] 1 --- [ol-977-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:50.754 [67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] [pool-977-thread-1]  INFO [aai-resources,67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] 1 --- [ol-977-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:50.754 [67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] [pool-977-thread-1]  INFO [aai-resources,67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] 1 --- [ol-977-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:50.755 [67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] [pool-977-thread-1]  INFO [aai-resources,67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] 1 --- [ol-977-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:50.772 [67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] [pool-977-thread-1]  INFO [aai-resources,67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] 1 --- [ol-977-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:50.772 [67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] [qtp1225114731-911] DEBUG [aai-resources,67ea572e157a90394b1e0318d3f4edbb,4b1e0318d3f4edbb] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:50:750","respDate":"250331-08:49:50:772","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:50:750-83875\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b34749d6-ed9f-45f9-9f93-41da91f29a89], Accept=[application/json], x-invocationid=[feaf8976-329c-4759-863d-df0d1ec9df69], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:50 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?depth=2" 200 1197 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:49:50.792 [67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] [qtp1225114731-642]  INFO [aai-resources,67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:50.796 [67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] [pool-978-thread-1]  INFO [aai-resources,67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] 1 --- [ol-978-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:50.796 [67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] [pool-978-thread-1]  INFO [aai-resources,67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] 1 --- [ol-978-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:50.796 [67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] [pool-978-thread-1]  INFO [aai-resources,67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] 1 --- [ol-978-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:50.796 [67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] [pool-978-thread-1]  INFO [aai-resources,67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] 1 --- [ol-978-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:50.829 [67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] [pool-978-thread-1]  INFO [aai-resources,67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] 1 --- [ol-978-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:50.830 [67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] [qtp1225114731-642] DEBUG [aai-resources,67ea572ef6aeb40c5dce4bcb27f2897f,5dce4bcb27f2897f] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:50:792","respDate":"250331-08:49:50:830","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:50:792-58133\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4cabce00-277a-4a8e-b1f9-c1d01814cd6c], Accept=[application/json], x-invocationid=[6ec3b281-4435-4127-9277-bee70a3a3e9a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:50 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 40 - "logType": "access"
2025-03-31 08:49:50.876 [67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] [qtp1225114731-911]  INFO [aai-resources,67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:50.879 [67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] [pool-979-thread-1]  INFO [aai-resources,67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] 1 --- [ol-979-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:50.879 [67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] [pool-979-thread-1]  INFO [aai-resources,67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] 1 --- [ol-979-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:50.880 [67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] [pool-979-thread-1]  INFO [aai-resources,67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] 1 --- [ol-979-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:50.880 [67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] [pool-979-thread-1]  INFO [aai-resources,67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] 1 --- [ol-979-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:50.889 [67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] [pool-979-thread-1]  INFO [aai-resources,67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] 1 --- [ol-979-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:50.889 [67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] [qtp1225114731-911] DEBUG [aai-resources,67ea572ecc3f8b0cd4252b20a6d1a683,d4252b20a6d1a683] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:50:876","respDate":"250331-08:49:50:889","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:50:876-69858\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7856e4c1-9417-4b17-852c-d34b89dd98d8], Accept=[application/json], x-invocationid=[a195a9b2-7e23-450b-9b09-50351446b946], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:50 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro?depth=1&nodes-only=" 200 997 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:51.173 [67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] [qtp1225114731-642]  INFO [aai-resources,67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:51.177 [67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] [pool-980-thread-1]  INFO [aai-resources,67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] 1 --- [ol-980-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:51.177 [67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] [pool-980-thread-1]  INFO [aai-resources,67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] 1 --- [ol-980-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:51.177 [67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] [pool-980-thread-1]  INFO [aai-resources,67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] 1 --- [ol-980-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:51.178 [67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] [pool-980-thread-1]  INFO [aai-resources,67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] 1 --- [ol-980-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:51.190 [67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] [pool-980-thread-1]  INFO [aai-resources,67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] 1 --- [ol-980-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:51.190 [67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] [qtp1225114731-642] DEBUG [aai-resources,67ea572f101991bb006a0a3dbc610a10,006a0a3dbc610a10] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:51:173","respDate":"250331-08:49:51:190","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:51:173-38053\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fec6bc0a-ea64-4175-9aa4-2aa05d4203c6], Accept=[application/json], x-invocationid=[a321c8b2-0254-493c-849d-2ea0ce54e028], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:51 +0000] "GET /aai/v24/nodes/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?format=pathed" 200 260 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:49:51.214 [67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] [qtp1225114731-911]  INFO [aai-resources,67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:51.218 [67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] [pool-981-thread-1]  INFO [aai-resources,67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] 1 --- [ol-981-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:51.218 [67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] [pool-981-thread-1]  INFO [aai-resources,67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] 1 --- [ol-981-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:51.218 [67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] [pool-981-thread-1]  INFO [aai-resources,67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] 1 --- [ol-981-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:51.218 [67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] [pool-981-thread-1]  INFO [aai-resources,67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] 1 --- [ol-981-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:51.228 [67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] [pool-981-thread-1]  INFO [aai-resources,67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] 1 --- [ol-981-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:51.228 [67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] [qtp1225114731-911] DEBUG [aai-resources,67ea572ffe51f05edcb7f78eceabac82,dcb7f78eceabac82] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"200","rqstDate":"250331-08:49:51:214","respDate":"250331-08:49:51:228","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:51:214-40443\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a70cdc79-c812-4286-928a-16bf4dd8e618], Accept=[application/json], x-invocationid=[2331af04-8cf7-4dfb-a7e0-835914bdf51f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:51 +0000] "GET /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1" 200 1197 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:49:51.251 [67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] [qtp1225114731-642]  INFO [aai-resources,67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:51.254 [67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] [qtp1225114731-642]  INFO [aai-resources,67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:49:51.254 [67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] [qtp1225114731-642]  INFO [aai-resources,67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:49:51.254 [67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] [qtp1225114731-642]  INFO [aai-resources,67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] 1 --- [p1225114731-642] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:49:51.254 [67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] [qtp1225114731-642]  INFO [aai-resources,67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] 1 --- [p1225114731-642] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:49:51.279 [67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] [qtp1225114731-642]  INFO [aai-resources,67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] 1 --- [p1225114731-642] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:49:51.439 [67ea572f243dd113017a972b0e93d32e,017a972b0e93d32e] [qtp1225114731-22]  INFO [aai-resources,67ea572f243dd113017a972b0e93d32e,017a972b0e93d32e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:51.449 [67ea572f243dd113017a972b0e93d32e,017a972b0e93d32e] [qtp1225114731-22] DEBUG [aai-resources,67ea572f243dd113017a972b0e93d32e,017a972b0e93d32e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5093a989-35a8-4d79-9c65-14388e539c12","status":"200","rqstDate":"250331-08:49:51:440","respDate":"250331-08:49:51:449","sourceId":"haproxy:5093a989-35a8-4d79-9c65-14388e539c12","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:51:440-2987\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9a0f8f44-b0f6-4f68-af0e-b4c425081d54], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5093a989-35a8-4d79-9c65-14388e539c12]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:49:51.637 [67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] [qtp1225114731-642] DEBUG [aai-resources,67ea572fc27f9a98d19c8139c5ec6fc4,d19c8139c5ec6fc4] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"79027ddf-bcf6-4e42-b9b8-06997431f8cc","status":"204","rqstDate":"250331-08:49:51:251","respDate":"250331-08:49:51:637","sourceId":"UNKNOWN:79027ddf-bcf6-4e42-b9b8-06997431f8cc","resourceId":"http://aai.onap:33333/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?resource-version=1743410989766","resourceType":"DELETE","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:51:251-30283\",\"Http-Method\":\"DELETE\",\"Content-Type\":\"*/*\",\"Headers\":\"{x-request-id=[4580c5ee-ab79-4ffe-827f-7b8644b3e45c], Accept=[application/json], x-invocationid=[02a6ddbd-5a38-4269-ab34-bc9e533151ce], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,79027ddf-bcf6-4e42-b9b8-06997431f8cc], Host=[aai.onap:33333], Pragma=[no-cache], x-onap-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], x-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], X-Forwarded-Port=[33333], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[79027ddf-bcf6-4e42-b9b8-06997431f8cc], Content-Type=[*/*]}\"}","respBuf":"{\"ID\":\"2-aai-resources-250331-08:49:51:251-30283\",\"Content-Type\":null,\"Response-Code\":204,\"Headers\":\"{Content-Type=[application/json], X-AAI-TXID=[2-aai-resources-250331-08:49:51:251-30283]}\",\"Entity\":\"\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:51 +0000] "DELETE /aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances/service-instance/55c9121d-334c-40ce-b8f5-e4524bc967b1?resource-version=1743410989766" 204 0 REST ,79027ddf-bcf6-4e42-b9b8-06997431f8cc MSO 127.0.0.6 - - - - - - - - - 388 - "logType": "access"
2025-03-31 08:49:53.455 [67ea57313146f6ed07ef0f7027f52e6c,07ef0f7027f52e6c] [qtp1225114731-911]  INFO [aai-resources,67ea57313146f6ed07ef0f7027f52e6c,07ef0f7027f52e6c] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:53.468 [67ea57313146f6ed07ef0f7027f52e6c,07ef0f7027f52e6c] [qtp1225114731-911] DEBUG [aai-resources,67ea57313146f6ed07ef0f7027f52e6c,07ef0f7027f52e6c] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"23d0b7ea-1912-4fb2-a78f-a06cf66687f5","status":"200","rqstDate":"250331-08:49:53:455","respDate":"250331-08:49:53:468","sourceId":"haproxy:23d0b7ea-1912-4fb2-a78f-a06cf66687f5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:53:455-42989\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5a8b8ce3-6120-401e-9f4f-d411b793afa8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[23d0b7ea-1912-4fb2-a78f-a06cf66687f5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:49:55.474 [67ea57333ef62f45cda38d51e4cba2db,cda38d51e4cba2db] [qtp1225114731-642]  INFO [aai-resources,67ea57333ef62f45cda38d51e4cba2db,cda38d51e4cba2db] 1 --- [p1225114731-642] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:55.483 [67ea57333ef62f45cda38d51e4cba2db,cda38d51e4cba2db] [qtp1225114731-642] DEBUG [aai-resources,67ea57333ef62f45cda38d51e4cba2db,cda38d51e4cba2db] 1 --- [p1225114731-642] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70dc5efa-1e35-48b7-9bf3-4177790dd5da","status":"200","rqstDate":"250331-08:49:55:474","respDate":"250331-08:49:55:483","sourceId":"haproxy:70dc5efa-1e35-48b7-9bf3-4177790dd5da","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:49:55:474-76801\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[301b8467-7cf6-4ddd-a297-2b80b644509b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[70dc5efa-1e35-48b7-9bf3-4177790dd5da]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:49:57.489 [67ea573524e0b07682143827798b5cee,82143827798b5cee] [qtp1225114731-911]  INFO [aai-resources,67ea573524e0b07682143827798b5cee,82143827798b5cee] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:57.506 [67ea573524e0b07682143827798b5cee,82143827798b5cee] [qtp1225114731-911] DEBUG [aai-resources,67ea573524e0b07682143827798b5cee,82143827798b5cee] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"47eb45af-79b4-4086-b4ab-a88601e26bfb","status":"200","rqstDate":"250331-08:49:57:490","respDate":"250331-08:49:57:506","sourceId":"haproxy:47eb45af-79b4-4086-b4ab-a88601e26bfb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:49:57:490-5939\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5c70aa91-acb2-4810-a860-4be38a536830], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[47eb45af-79b4-4086-b4ab-a88601e26bfb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:49:59.513 [67ea57379a3e33a247b9a5d1d153f5bf,47b9a5d1d153f5bf] [qtp1225114731-22]  INFO [aai-resources,67ea57379a3e33a247b9a5d1d153f5bf,47b9a5d1d153f5bf] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:49:59.527 [67ea57379a3e33a247b9a5d1d153f5bf,47b9a5d1d153f5bf] [qtp1225114731-22] DEBUG [aai-resources,67ea57379a3e33a247b9a5d1d153f5bf,47b9a5d1d153f5bf] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6a0ce572-ebdf-4289-9c49-3cd74d66e5ae","status":"200","rqstDate":"250331-08:49:59:513","respDate":"250331-08:49:59:526","sourceId":"haproxy:6a0ce572-ebdf-4289-9c49-3cd74d66e5ae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:49:59:513-21299\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[836f9856-9e68-4fd4-8236-4eb3764e48ae], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6a0ce572-ebdf-4289-9c49-3cd74d66e5ae]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:49:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:50:01.534 [67ea57394986a312e0ce5d111b17b276,e0ce5d111b17b276] [qtp1225114731-911]  INFO [aai-resources,67ea57394986a312e0ce5d111b17b276,e0ce5d111b17b276] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:01.548 [67ea57394986a312e0ce5d111b17b276,e0ce5d111b17b276] [qtp1225114731-911] DEBUG [aai-resources,67ea57394986a312e0ce5d111b17b276,e0ce5d111b17b276] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2f3b6105-584a-47e8-b2c2-855ecbe2778c","status":"200","rqstDate":"250331-08:50:01:534","respDate":"250331-08:50:01:548","sourceId":"haproxy:2f3b6105-584a-47e8-b2c2-855ecbe2778c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:01:534-91900\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1237f5f7-b332-42f9-9ca6-3402fb177f7c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2f3b6105-584a-47e8-b2c2-855ecbe2778c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:50:02.019 [67ea573aeee386508784d27cb46af401,8784d27cb46af401] [qtp1225114731-22]  INFO [aai-resources,67ea573aeee386508784d27cb46af401,8784d27cb46af401] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:02.025 [67ea573aeee386508784d27cb46af401,8784d27cb46af401] [pool-982-thread-1]  INFO [aai-resources,67ea573aeee386508784d27cb46af401,8784d27cb46af401] 1 --- [ol-982-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:50:02.025 [67ea573aeee386508784d27cb46af401,8784d27cb46af401] [pool-982-thread-1]  INFO [aai-resources,67ea573aeee386508784d27cb46af401,8784d27cb46af401] 1 --- [ol-982-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:50:02.025 [67ea573aeee386508784d27cb46af401,8784d27cb46af401] [pool-982-thread-1]  INFO [aai-resources,67ea573aeee386508784d27cb46af401,8784d27cb46af401] 1 --- [ol-982-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:50:02.025 [67ea573aeee386508784d27cb46af401,8784d27cb46af401] [pool-982-thread-1]  INFO [aai-resources,67ea573aeee386508784d27cb46af401,8784d27cb46af401] 1 --- [ol-982-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:50:02.034 [67ea573aeee386508784d27cb46af401,8784d27cb46af401] [pool-982-thread-1]  INFO [aai-resources,67ea573aeee386508784d27cb46af401,8784d27cb46af401] 1 --- [ol-982-thread-1] org.onap.aai.logging.ErrorLogHelper      : ERR.5.4.6114 root cause=org.onap.aai.exceptions.AAIException: No Node of type service-instance found at: business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 287 :MethodName- process ClassName- org.onap.aai.rest.db.HttpEntry :LineNumber- 191 :MethodName- process ClassName- org.onap.aai.service.ResourcesService :LineNumber- 118 :MethodName- getLegacy ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 137 :MethodName- process ClassName- org.onap.aai.rest.ResourcesController$1 :LineNumber- 134 :MethodName- process ClassName- org.onap.aai.concurrent.AaiCallable :LineNumber- 49 :MethodName- call ClassName- java.util.concurrent.FutureTask :LineNumber- -1 :MethodName- run ClassName- java.util.concurrent.ThreadPoolExecutor :LineNumber- -1 :MethodName- runWorker ClassName- java.util.concurrent.ThreadPoolExecutor$Worker :LineNumber- -1 :MethodName- run ClassName- java.lang.Thread :LineNumber- -1 :MethodName- run
2025-03-31 08:50:02.035 [67ea573aeee386508784d27cb46af401,8784d27cb46af401] [pool-982-thread-1]  INFO [aai-resources,67ea573aeee386508784d27cb46af401,8784d27cb46af401] 1 --- [ol-982-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:50:02.036 [67ea573aeee386508784d27cb46af401,8784d27cb46af401] [qtp1225114731-22] DEBUG [aai-resources,67ea573aeee386508784d27cb46af401,8784d27cb46af401] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a3f6713-ba96-4971-a6f8-c2da85a3176e","status":"404","rqstDate":"250331-08:50:02:019","respDate":"250331-08:50:02:036","sourceId":"AAI:0a3f6713-ba96-4971-a6f8-c2da85a3176e","resourceId":"http://aai-api-oom-sm-master.tnaplab.telekom.de:50611/aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances?service-instance-name=basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:02:019-81007\",\"Http-Method\":\"GET\",\"Content-Type\":\"application/json\",\"Headers\":\"{x-request-id=[b80682d3-a1d1-4fa8-9979-773b4fa4ffbd], Accept=[application/json], User-Agent=[python-requests/2.27.1], X-Forwarded-Proto=[http], x-transactionid=[0a3f6713-ba96-4971-a6f8-c2da85a3176e], Host=[aai-api-oom-sm-master.tnaplab.telekom.de:50611], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[50611], Authorization=[Basic QUFJOkFBSQ==], x-envoy-attempt-count=[1], X-Forwarded-For=[10.233.65.167,127.0.0.6], x-fromappid=[AAI], Content-Type=[application/json], X-ONAP-RequestID=[0a3f6713-ba96-4971-a6f8-c2da85a3176e]}\"}"}
10.233.65.167 - - [31/Mar/2025:08:50:02 +0000] "GET /aai/v27/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro/service-instances?service-instance-name=basic_cnf_macro_dcece440-e5eb-4400-9452-3f4936e2eb21" 404 480 REST 0a3f6713-ba96-4971-a6f8-c2da85a3176e AAI 10.233.65.167,127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:50:03.555 [67ea573bb2b819a184b5f95d90f07838,84b5f95d90f07838] [qtp1225114731-911]  INFO [aai-resources,67ea573bb2b819a184b5f95d90f07838,84b5f95d90f07838] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:03.569 [67ea573bb2b819a184b5f95d90f07838,84b5f95d90f07838] [qtp1225114731-911] DEBUG [aai-resources,67ea573bb2b819a184b5f95d90f07838,84b5f95d90f07838] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"50d5a7ba-64f3-4786-8f48-8bfb7f3767fa","status":"200","rqstDate":"250331-08:50:03:555","respDate":"250331-08:50:03:569","sourceId":"haproxy:50d5a7ba-64f3-4786-8f48-8bfb7f3767fa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:03:555-89441\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[84c46bc2-3d2e-4aca-b277-6242bbc9d3ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[50d5a7ba-64f3-4786-8f48-8bfb7f3767fa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:50:05.576 [67ea573df372e3924300eca75765e74c,4300eca75765e74c] [qtp1225114731-22]  INFO [aai-resources,67ea573df372e3924300eca75765e74c,4300eca75765e74c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:05.587 [67ea573df372e3924300eca75765e74c,4300eca75765e74c] [qtp1225114731-22] DEBUG [aai-resources,67ea573df372e3924300eca75765e74c,4300eca75765e74c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fe962ab7-3c15-4d17-b847-d9fe4b290c40","status":"200","rqstDate":"250331-08:50:05:576","respDate":"250331-08:50:05:587","sourceId":"haproxy:fe962ab7-3c15-4d17-b847-d9fe4b290c40","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:50:05:576-63389\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c033e9a2-5892-4602-8754-eaed964fd10c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fe962ab7-3c15-4d17-b847-d9fe4b290c40]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:50:07.598 [67ea573f0f9f321c43d2d90c780f2b53,43d2d90c780f2b53] [qtp1225114731-911]  INFO [aai-resources,67ea573f0f9f321c43d2d90c780f2b53,43d2d90c780f2b53] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:07.608 [67ea573f0f9f321c43d2d90c780f2b53,43d2d90c780f2b53] [qtp1225114731-911] DEBUG [aai-resources,67ea573f0f9f321c43d2d90c780f2b53,43d2d90c780f2b53] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f66ee74c-8504-46f3-b39e-32c7d1ef9ce4","status":"200","rqstDate":"250331-08:50:07:599","respDate":"250331-08:50:07:608","sourceId":"haproxy:f66ee74c-8504-46f3-b39e-32c7d1ef9ce4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:50:07:599-87712\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1eeaae91-48fc-4022-af32-7471ced0e3de], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f66ee74c-8504-46f3-b39e-32c7d1ef9ce4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:50:09.613 [67ea57413e253febb06c612e9788b93d,b06c612e9788b93d] [qtp1225114731-22]  INFO [aai-resources,67ea57413e253febb06c612e9788b93d,b06c612e9788b93d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:09.625 [67ea57413e253febb06c612e9788b93d,b06c612e9788b93d] [qtp1225114731-22] DEBUG [aai-resources,67ea57413e253febb06c612e9788b93d,b06c612e9788b93d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cca9ed82-3967-47c0-8c67-00e550e66112","status":"200","rqstDate":"250331-08:50:09:614","respDate":"250331-08:50:09:625","sourceId":"haproxy:cca9ed82-3967-47c0-8c67-00e550e66112","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:09:614-1537\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a8895651-11f4-479d-b093-2200774318ad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cca9ed82-3967-47c0-8c67-00e550e66112]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:50:11.632 [67ea5743bc396b7f2a07fb71c564cb7c,2a07fb71c564cb7c] [qtp1225114731-911]  INFO [aai-resources,67ea5743bc396b7f2a07fb71c564cb7c,2a07fb71c564cb7c] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:11.648 [67ea5743bc396b7f2a07fb71c564cb7c,2a07fb71c564cb7c] [qtp1225114731-911] DEBUG [aai-resources,67ea5743bc396b7f2a07fb71c564cb7c,2a07fb71c564cb7c] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d867f2b-6f40-417b-a605-aa81ba663fa1","status":"200","rqstDate":"250331-08:50:11:632","respDate":"250331-08:50:11:648","sourceId":"haproxy:0d867f2b-6f40-417b-a605-aa81ba663fa1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:50:11:632-89834\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a9404423-291b-4097-a5b8-b162165ab20f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0d867f2b-6f40-417b-a605-aa81ba663fa1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:50:13.656 [67ea574588e1f88a7f2ff54a263e27bb,7f2ff54a263e27bb] [qtp1225114731-22]  INFO [aai-resources,67ea574588e1f88a7f2ff54a263e27bb,7f2ff54a263e27bb] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:13.669 [67ea574588e1f88a7f2ff54a263e27bb,7f2ff54a263e27bb] [qtp1225114731-22] DEBUG [aai-resources,67ea574588e1f88a7f2ff54a263e27bb,7f2ff54a263e27bb] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"72c7ffab-1f46-4ddf-a884-5c29c0ef01cd","status":"200","rqstDate":"250331-08:50:13:656","respDate":"250331-08:50:13:669","sourceId":"haproxy:72c7ffab-1f46-4ddf-a884-5c29c0ef01cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:50:13:656-20394\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a904f0b9-1e96-4e5c-8688-38be50ad1e45], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[72c7ffab-1f46-4ddf-a884-5c29c0ef01cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:50:15.676 [67ea5747d842897f5b420fa91d3cbf01,5b420fa91d3cbf01] [qtp1225114731-911]  INFO [aai-resources,67ea5747d842897f5b420fa91d3cbf01,5b420fa91d3cbf01] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:15.694 [67ea5747d842897f5b420fa91d3cbf01,5b420fa91d3cbf01] [qtp1225114731-911] DEBUG [aai-resources,67ea5747d842897f5b420fa91d3cbf01,5b420fa91d3cbf01] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2aa23b99-d95a-48df-80c9-713e3498d44b","status":"200","rqstDate":"250331-08:50:15:676","respDate":"250331-08:50:15:694","sourceId":"haproxy:2aa23b99-d95a-48df-80c9-713e3498d44b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:50:15:676-2074\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[57df3d73-edec-4275-94b3-738c33a7f71d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2aa23b99-d95a-48df-80c9-713e3498d44b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:50:17.702 [67ea57490adb3aaa6c3fbaac560e05cb,6c3fbaac560e05cb] [qtp1225114731-22]  INFO [aai-resources,67ea57490adb3aaa6c3fbaac560e05cb,6c3fbaac560e05cb] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:17.713 [67ea57490adb3aaa6c3fbaac560e05cb,6c3fbaac560e05cb] [qtp1225114731-22] DEBUG [aai-resources,67ea57490adb3aaa6c3fbaac560e05cb,6c3fbaac560e05cb] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1fdd7988-dd3c-4551-8a76-073b9f875988","status":"200","rqstDate":"250331-08:50:17:702","respDate":"250331-08:50:17:713","sourceId":"haproxy:1fdd7988-dd3c-4551-8a76-073b9f875988","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:50:17:702-44716\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[08704e0f-3e4e-4ca4-a40b-71542d670eb6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1fdd7988-dd3c-4551-8a76-073b9f875988]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:50:19.721 [67ea574bd135a8cbddb436fb8e9dc391,ddb436fb8e9dc391] [qtp1225114731-911]  INFO [aai-resources,67ea574bd135a8cbddb436fb8e9dc391,ddb436fb8e9dc391] 1 --- [p1225114731-911] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:19.737 [67ea574bd135a8cbddb436fb8e9dc391,ddb436fb8e9dc391] [qtp1225114731-911] DEBUG [aai-resources,67ea574bd135a8cbddb436fb8e9dc391,ddb436fb8e9dc391] 1 --- [p1225114731-911] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f749d5d-7eca-4448-8f01-1fdb4c4df8de","status":"200","rqstDate":"250331-08:50:19:722","respDate":"250331-08:50:19:736","sourceId":"haproxy:8f749d5d-7eca-4448-8f01-1fdb4c4df8de","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:19:722-33717\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a53a3020-80c1-42da-8f68-ca0331b58e35], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8f749d5d-7eca-4448-8f01-1fdb4c4df8de]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:50:21.743 [67ea574d2c7d765adcae9a67b4598947,dcae9a67b4598947] [qtp1225114731-22]  INFO [aai-resources,67ea574d2c7d765adcae9a67b4598947,dcae9a67b4598947] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:21.756 [67ea574d2c7d765adcae9a67b4598947,dcae9a67b4598947] [qtp1225114731-22] DEBUG [aai-resources,67ea574d2c7d765adcae9a67b4598947,dcae9a67b4598947] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"90596e91-69fe-430a-ade7-93db70374ec8","status":"200","rqstDate":"250331-08:50:21:744","respDate":"250331-08:50:21:755","sourceId":"haproxy:90596e91-69fe-430a-ade7-93db70374ec8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:21:744-24351\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c04b6e03-7d8e-467a-bce8-6695fe3ce06b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[90596e91-69fe-430a-ade7-93db70374ec8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:50:23.762 [67ea574fd0054d98d397ab10a23bfe62,d397ab10a23bfe62] [qtp1225114731-26]  INFO [aai-resources,67ea574fd0054d98d397ab10a23bfe62,d397ab10a23bfe62] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:23.774 [67ea574fd0054d98d397ab10a23bfe62,d397ab10a23bfe62] [qtp1225114731-26] DEBUG [aai-resources,67ea574fd0054d98d397ab10a23bfe62,d397ab10a23bfe62] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"29d4c7a6-d508-48ec-adb0-353ecb6088a5","status":"200","rqstDate":"250331-08:50:23:762","respDate":"250331-08:50:23:774","sourceId":"haproxy:29d4c7a6-d508-48ec-adb0-353ecb6088a5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:23:762-2427\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8ae37a4d-7af1-4d8c-8e0c-036fb2436df3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[29d4c7a6-d508-48ec-adb0-353ecb6088a5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:50:25.781 [67ea5751c1598e511bc2000fb99bd9f6,1bc2000fb99bd9f6] [qtp1225114731-22]  INFO [aai-resources,67ea5751c1598e511bc2000fb99bd9f6,1bc2000fb99bd9f6] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:25.793 [67ea5751c1598e511bc2000fb99bd9f6,1bc2000fb99bd9f6] [qtp1225114731-22] DEBUG [aai-resources,67ea5751c1598e511bc2000fb99bd9f6,1bc2000fb99bd9f6] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f86ebc44-e7cf-4ede-ac96-31b34f0deff9","status":"200","rqstDate":"250331-08:50:25:782","respDate":"250331-08:50:25:793","sourceId":"haproxy:f86ebc44-e7cf-4ede-ac96-31b34f0deff9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:50:25:782-49652\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2813b91a-7e9a-4def-95e7-64bf5ad51786], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f86ebc44-e7cf-4ede-ac96-31b34f0deff9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:50:27.801 [67ea5753bce7654414b82417f2ba6d5a,14b82417f2ba6d5a] [qtp1225114731-26]  INFO [aai-resources,67ea5753bce7654414b82417f2ba6d5a,14b82417f2ba6d5a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:27.814 [67ea5753bce7654414b82417f2ba6d5a,14b82417f2ba6d5a] [qtp1225114731-26] DEBUG [aai-resources,67ea5753bce7654414b82417f2ba6d5a,14b82417f2ba6d5a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6a9fae1f-cac1-4350-bb29-fd4c35755bb4","status":"200","rqstDate":"250331-08:50:27:801","respDate":"250331-08:50:27:814","sourceId":"haproxy:6a9fae1f-cac1-4350-bb29-fd4c35755bb4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:50:27:801-20800\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dff65308-567e-4698-844b-15eae025446a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6a9fae1f-cac1-4350-bb29-fd4c35755bb4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:50:29.820 [67ea57559f82577225e35d04f9aa26a8,25e35d04f9aa26a8] [qtp1225114731-22]  INFO [aai-resources,67ea57559f82577225e35d04f9aa26a8,25e35d04f9aa26a8] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:29.832 [67ea57559f82577225e35d04f9aa26a8,25e35d04f9aa26a8] [qtp1225114731-22] DEBUG [aai-resources,67ea57559f82577225e35d04f9aa26a8,25e35d04f9aa26a8] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"07597b21-c6a9-4a4e-8030-110e23008512","status":"200","rqstDate":"250331-08:50:29:820","respDate":"250331-08:50:29:832","sourceId":"haproxy:07597b21-c6a9-4a4e-8030-110e23008512","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:29:820-94000\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[62cf6d4f-6312-42e1-bc8f-443ea06c981d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[07597b21-c6a9-4a4e-8030-110e23008512]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:50:31.840 [67ea5757cd0a74f2a63b02dc7166dc8b,a63b02dc7166dc8b] [qtp1225114731-26]  INFO [aai-resources,67ea5757cd0a74f2a63b02dc7166dc8b,a63b02dc7166dc8b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:31.857 [67ea5757cd0a74f2a63b02dc7166dc8b,a63b02dc7166dc8b] [qtp1225114731-26] DEBUG [aai-resources,67ea5757cd0a74f2a63b02dc7166dc8b,a63b02dc7166dc8b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"579e81c5-aec9-4d28-ac87-5b51d7692f5d","status":"200","rqstDate":"250331-08:50:31:840","respDate":"250331-08:50:31:857","sourceId":"haproxy:579e81c5-aec9-4d28-ac87-5b51d7692f5d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:50:31:840-50780\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[774d7097-0fc2-4f7e-954a-ad28d95407a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[579e81c5-aec9-4d28-ac87-5b51d7692f5d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:50:33.864 [67ea5759aef47f885088264b049c9214,5088264b049c9214] [qtp1225114731-22]  INFO [aai-resources,67ea5759aef47f885088264b049c9214,5088264b049c9214] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:33.877 [67ea5759aef47f885088264b049c9214,5088264b049c9214] [qtp1225114731-22] DEBUG [aai-resources,67ea5759aef47f885088264b049c9214,5088264b049c9214] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"468f0cac-efb6-40cd-9003-2f2fadb940ef","status":"200","rqstDate":"250331-08:50:33:864","respDate":"250331-08:50:33:877","sourceId":"haproxy:468f0cac-efb6-40cd-9003-2f2fadb940ef","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:50:33:864-3102\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0f676882-616e-4cb4-b1bd-08d8b53c6744], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[468f0cac-efb6-40cd-9003-2f2fadb940ef]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:50:35.883 [67ea575b4836c568c3bc7a48c5db951f,c3bc7a48c5db951f] [qtp1225114731-26]  INFO [aai-resources,67ea575b4836c568c3bc7a48c5db951f,c3bc7a48c5db951f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:35.897 [67ea575b4836c568c3bc7a48c5db951f,c3bc7a48c5db951f] [qtp1225114731-26] DEBUG [aai-resources,67ea575b4836c568c3bc7a48c5db951f,c3bc7a48c5db951f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"38839b3c-34f5-4523-b8ef-b916cd75fcdb","status":"200","rqstDate":"250331-08:50:35:884","respDate":"250331-08:50:35:897","sourceId":"haproxy:38839b3c-34f5-4523-b8ef-b916cd75fcdb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:50:35:884-69620\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e7fe21d9-a0d2-4d67-a88d-2158239bd3f2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[38839b3c-34f5-4523-b8ef-b916cd75fcdb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:50:37.903 [67ea575d34856868e45ab4c0395800de,e45ab4c0395800de] [qtp1225114731-22]  INFO [aai-resources,67ea575d34856868e45ab4c0395800de,e45ab4c0395800de] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:37.922 [67ea575d34856868e45ab4c0395800de,e45ab4c0395800de] [qtp1225114731-22] DEBUG [aai-resources,67ea575d34856868e45ab4c0395800de,e45ab4c0395800de] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1edf3993-f5e1-41b1-a157-19173e2bcd0b","status":"200","rqstDate":"250331-08:50:37:903","respDate":"250331-08:50:37:922","sourceId":"haproxy:1edf3993-f5e1-41b1-a157-19173e2bcd0b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:50:37:903-58296\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f3371d9c-f89e-47fa-b920-36bd72073e17], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1edf3993-f5e1-41b1-a157-19173e2bcd0b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:50:39.928 [67ea575fe2c3dc6ac19c76c8f27f9252,c19c76c8f27f9252] [qtp1225114731-26]  INFO [aai-resources,67ea575fe2c3dc6ac19c76c8f27f9252,c19c76c8f27f9252] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:39.941 [67ea575fe2c3dc6ac19c76c8f27f9252,c19c76c8f27f9252] [qtp1225114731-26] DEBUG [aai-resources,67ea575fe2c3dc6ac19c76c8f27f9252,c19c76c8f27f9252] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2a371ea1-5881-41f5-8dc0-97d1b77c9eb0","status":"200","rqstDate":"250331-08:50:39:928","respDate":"250331-08:50:39:941","sourceId":"haproxy:2a371ea1-5881-41f5-8dc0-97d1b77c9eb0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:50:39:928-76010\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3599bf0a-873a-422d-9ed6-012beaf17818], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2a371ea1-5881-41f5-8dc0-97d1b77c9eb0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:50:41.948 [67ea57612d215ee8d39220d7a849c154,d39220d7a849c154] [qtp1225114731-22]  INFO [aai-resources,67ea57612d215ee8d39220d7a849c154,d39220d7a849c154] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:41.961 [67ea57612d215ee8d39220d7a849c154,d39220d7a849c154] [qtp1225114731-22] DEBUG [aai-resources,67ea57612d215ee8d39220d7a849c154,d39220d7a849c154] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c3c150d-e4dc-4f3c-9d6f-7c1ec4f9676c","status":"200","rqstDate":"250331-08:50:41:948","respDate":"250331-08:50:41:961","sourceId":"haproxy:3c3c150d-e4dc-4f3c-9d6f-7c1ec4f9676c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:41:948-82142\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[019215a6-ee9b-4498-84bc-3ba315dab8ca], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c3c150d-e4dc-4f3c-9d6f-7c1ec4f9676c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:50:43.970 [67ea5763e1e4d35304fc9f079ac83ee8,04fc9f079ac83ee8] [qtp1225114731-26]  INFO [aai-resources,67ea5763e1e4d35304fc9f079ac83ee8,04fc9f079ac83ee8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:43.980 [67ea5763e1e4d35304fc9f079ac83ee8,04fc9f079ac83ee8] [qtp1225114731-26] DEBUG [aai-resources,67ea5763e1e4d35304fc9f079ac83ee8,04fc9f079ac83ee8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"80c717fc-5003-488d-ae0e-eaf85f3d58ac","status":"200","rqstDate":"250331-08:50:43:970","respDate":"250331-08:50:43:980","sourceId":"haproxy:80c717fc-5003-488d-ae0e-eaf85f3d58ac","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:50:43:970-34757\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e6d5f670-09fb-4b4e-aa43-f9aa91b20885], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[80c717fc-5003-488d-ae0e-eaf85f3d58ac]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:50:45.988 [67ea5765aa885b31c06dd66d885aaa9c,c06dd66d885aaa9c] [qtp1225114731-22]  INFO [aai-resources,67ea5765aa885b31c06dd66d885aaa9c,c06dd66d885aaa9c] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:46.004 [67ea5765aa885b31c06dd66d885aaa9c,c06dd66d885aaa9c] [qtp1225114731-22] DEBUG [aai-resources,67ea5765aa885b31c06dd66d885aaa9c,c06dd66d885aaa9c] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ce07f901-0905-48a7-9872-0702b3469c03","status":"200","rqstDate":"250331-08:50:45:988","respDate":"250331-08:50:46:004","sourceId":"haproxy:ce07f901-0905-48a7-9872-0702b3469c03","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:50:45:988-43665\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7da22d09-e8d9-4048-b63b-b8d84f1ea8ba], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ce07f901-0905-48a7-9872-0702b3469c03]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:50:48.010 [67ea57689628672fee94a4836d22525b,ee94a4836d22525b] [qtp1225114731-26]  INFO [aai-resources,67ea57689628672fee94a4836d22525b,ee94a4836d22525b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:48.022 [67ea57689628672fee94a4836d22525b,ee94a4836d22525b] [qtp1225114731-26] DEBUG [aai-resources,67ea57689628672fee94a4836d22525b,ee94a4836d22525b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"297b189a-960e-44a0-8f08-247de9192a60","status":"200","rqstDate":"250331-08:50:48:011","respDate":"250331-08:50:48:022","sourceId":"haproxy:297b189a-960e-44a0-8f08-247de9192a60","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:48:011-1487\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[227f0f17-9b98-46c9-92c0-1009f75d3db6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[297b189a-960e-44a0-8f08-247de9192a60]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:50:50.029 [67ea576a1bf9201927d256b9683cf990,27d256b9683cf990] [qtp1225114731-22]  INFO [aai-resources,67ea576a1bf9201927d256b9683cf990,27d256b9683cf990] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:50.041 [67ea576a1bf9201927d256b9683cf990,27d256b9683cf990] [qtp1225114731-22] DEBUG [aai-resources,67ea576a1bf9201927d256b9683cf990,27d256b9683cf990] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f8863319-f017-4728-a498-49f3c601632c","status":"200","rqstDate":"250331-08:50:50:029","respDate":"250331-08:50:50:041","sourceId":"haproxy:f8863319-f017-4728-a498-49f3c601632c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:50:50:029-11648\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c911e1b9-914d-47e7-b0fd-33232607ceef], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f8863319-f017-4728-a498-49f3c601632c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:50:52.047 [67ea576cdb8a364e2eb803b3db89259d,2eb803b3db89259d] [qtp1225114731-26]  INFO [aai-resources,67ea576cdb8a364e2eb803b3db89259d,2eb803b3db89259d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:52.057 [67ea576cdb8a364e2eb803b3db89259d,2eb803b3db89259d] [qtp1225114731-26] DEBUG [aai-resources,67ea576cdb8a364e2eb803b3db89259d,2eb803b3db89259d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a32ff93d-51bc-4e51-b7d6-28c9429add6e","status":"200","rqstDate":"250331-08:50:52:047","respDate":"250331-08:50:52:057","sourceId":"haproxy:a32ff93d-51bc-4e51-b7d6-28c9429add6e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:50:52:047-19566\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cc30185d-3484-4b2a-8841-0e9b88f2506b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a32ff93d-51bc-4e51-b7d6-28c9429add6e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:50:54.063 [67ea576e0d5a6ace8724f22d56aa583d,8724f22d56aa583d] [qtp1225114731-22]  INFO [aai-resources,67ea576e0d5a6ace8724f22d56aa583d,8724f22d56aa583d] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:54.078 [67ea576e0d5a6ace8724f22d56aa583d,8724f22d56aa583d] [qtp1225114731-22] DEBUG [aai-resources,67ea576e0d5a6ace8724f22d56aa583d,8724f22d56aa583d] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c288e805-0cce-4070-a294-758238b0cf59","status":"200","rqstDate":"250331-08:50:54:063","respDate":"250331-08:50:54:078","sourceId":"haproxy:c288e805-0cce-4070-a294-758238b0cf59","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:54:063-55279\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f80da1cb-86d7-4b84-b910-9459c5371a11], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c288e805-0cce-4070-a294-758238b0cf59]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:50:56.085 [67ea5770dd635a39e51ffd74c19540f7,e51ffd74c19540f7] [qtp1225114731-26]  INFO [aai-resources,67ea5770dd635a39e51ffd74c19540f7,e51ffd74c19540f7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:56.096 [67ea5770dd635a39e51ffd74c19540f7,e51ffd74c19540f7] [qtp1225114731-26] DEBUG [aai-resources,67ea5770dd635a39e51ffd74c19540f7,e51ffd74c19540f7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c77a1e58-31f4-4ce6-98d0-9e0b7807590d","status":"200","rqstDate":"250331-08:50:56:085","respDate":"250331-08:50:56:096","sourceId":"haproxy:c77a1e58-31f4-4ce6-98d0-9e0b7807590d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:56:085-76669\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6002db26-5979-4ff8-a098-4af20aac5192], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c77a1e58-31f4-4ce6-98d0-9e0b7807590d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:50:58.104 [67ea577234d9705af0274cb4d0b6e229,f0274cb4d0b6e229] [qtp1225114731-22]  INFO [aai-resources,67ea577234d9705af0274cb4d0b6e229,f0274cb4d0b6e229] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:50:58.120 [67ea577234d9705af0274cb4d0b6e229,f0274cb4d0b6e229] [qtp1225114731-22] DEBUG [aai-resources,67ea577234d9705af0274cb4d0b6e229,f0274cb4d0b6e229] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37173b31-95b5-4c58-8c43-cf4034f0a176","status":"200","rqstDate":"250331-08:50:58:104","respDate":"250331-08:50:58:120","sourceId":"haproxy:37173b31-95b5-4c58-8c43-cf4034f0a176","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:50:58:104-77736\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[516cc3d8-b426-4777-8695-01e19c75f48a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[37173b31-95b5-4c58-8c43-cf4034f0a176]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:50:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:51:00.126 [67ea5774d858219a6ab8abd9239720e1,6ab8abd9239720e1] [qtp1225114731-26]  INFO [aai-resources,67ea5774d858219a6ab8abd9239720e1,6ab8abd9239720e1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:00.140 [67ea5774d858219a6ab8abd9239720e1,6ab8abd9239720e1] [qtp1225114731-26] DEBUG [aai-resources,67ea5774d858219a6ab8abd9239720e1,6ab8abd9239720e1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1183a00e-bbbe-43b4-8b7e-6b06a8fd93aa","status":"200","rqstDate":"250331-08:51:00:126","respDate":"250331-08:51:00:140","sourceId":"haproxy:1183a00e-bbbe-43b4-8b7e-6b06a8fd93aa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:00:126-44150\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b88dadb3-1cac-44b1-b66d-8ac2ee5b449d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1183a00e-bbbe-43b4-8b7e-6b06a8fd93aa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:51:02.146 [67ea57769a1db64a8d75298ccb315063,8d75298ccb315063] [qtp1225114731-22]  INFO [aai-resources,67ea57769a1db64a8d75298ccb315063,8d75298ccb315063] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:02.160 [67ea57769a1db64a8d75298ccb315063,8d75298ccb315063] [qtp1225114731-22] DEBUG [aai-resources,67ea57769a1db64a8d75298ccb315063,8d75298ccb315063] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"909cd940-0a5b-49ca-a62b-f7b1cb572fc2","status":"200","rqstDate":"250331-08:51:02:147","respDate":"250331-08:51:02:160","sourceId":"haproxy:909cd940-0a5b-49ca-a62b-f7b1cb572fc2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:02:147-30919\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[effc64ea-fc83-41d9-aff4-023cf871c1cc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[909cd940-0a5b-49ca-a62b-f7b1cb572fc2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:51:04.167 [67ea57786b9bec99b98c2d635e25e220,b98c2d635e25e220] [qtp1225114731-26]  INFO [aai-resources,67ea57786b9bec99b98c2d635e25e220,b98c2d635e25e220] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:04.181 [67ea57786b9bec99b98c2d635e25e220,b98c2d635e25e220] [qtp1225114731-26] DEBUG [aai-resources,67ea57786b9bec99b98c2d635e25e220,b98c2d635e25e220] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"52da7f0d-cd09-475f-8603-9bd547d4380b","status":"200","rqstDate":"250331-08:51:04:168","respDate":"250331-08:51:04:181","sourceId":"haproxy:52da7f0d-cd09-475f-8603-9bd547d4380b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:04:168-95904\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[59409d0a-48eb-4179-a9da-1beb40054d8e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[52da7f0d-cd09-475f-8603-9bd547d4380b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:51:06.188 [67ea577a76f1ead97f516304696447a5,7f516304696447a5] [qtp1225114731-22]  INFO [aai-resources,67ea577a76f1ead97f516304696447a5,7f516304696447a5] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:06.203 [67ea577a76f1ead97f516304696447a5,7f516304696447a5] [qtp1225114731-22] DEBUG [aai-resources,67ea577a76f1ead97f516304696447a5,7f516304696447a5] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7b2b5dfc-c40b-40a2-9db8-76622d2283b0","status":"200","rqstDate":"250331-08:51:06:189","respDate":"250331-08:51:06:203","sourceId":"haproxy:7b2b5dfc-c40b-40a2-9db8-76622d2283b0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:06:189-59904\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[87ce59be-f97d-45f4-8998-b640b0075448], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7b2b5dfc-c40b-40a2-9db8-76622d2283b0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:51:07.722 [67ea577b6194817930fd46e811729a20,30fd46e811729a20] [qtp1225114731-26]  INFO [aai-resources,67ea577b6194817930fd46e811729a20,30fd46e811729a20] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:07.729 [67ea577b6194817930fd46e811729a20,30fd46e811729a20] [pool-983-thread-1]  INFO [aai-resources,67ea577b6194817930fd46e811729a20,30fd46e811729a20] 1 --- [ol-983-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:07.730 [67ea577b6194817930fd46e811729a20,30fd46e811729a20] [pool-983-thread-1]  INFO [aai-resources,67ea577b6194817930fd46e811729a20,30fd46e811729a20] 1 --- [ol-983-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:07.730 [67ea577b6194817930fd46e811729a20,30fd46e811729a20] [pool-983-thread-1]  INFO [aai-resources,67ea577b6194817930fd46e811729a20,30fd46e811729a20] 1 --- [ol-983-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:07.730 [67ea577b6194817930fd46e811729a20,30fd46e811729a20] [pool-983-thread-1]  INFO [aai-resources,67ea577b6194817930fd46e811729a20,30fd46e811729a20] 1 --- [ol-983-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:07.747 [67ea577b6194817930fd46e811729a20,30fd46e811729a20] [pool-983-thread-1]  INFO [aai-resources,67ea577b6194817930fd46e811729a20,30fd46e811729a20] 1 --- [ol-983-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:07.748 [67ea577b6194817930fd46e811729a20,30fd46e811729a20] [qtp1225114731-26] DEBUG [aai-resources,67ea577b6194817930fd46e811729a20,30fd46e811729a20] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:07:722","respDate":"250331-08:51:07:748","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:07:722-96480\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a234962a-ca4d-475a-909c-17e7e93b70c9], Accept=[application/json], x-invocationid=[cbe6d61d-9b7f-4e55-abc9-29e42021548f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:07 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 08:51:07.770 [67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] [qtp1225114731-22]  INFO [aai-resources,67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:07.777 [67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] [pool-984-thread-1]  INFO [aai-resources,67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] 1 --- [ol-984-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:07.777 [67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] [pool-984-thread-1]  INFO [aai-resources,67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] 1 --- [ol-984-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:07.777 [67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] [pool-984-thread-1]  INFO [aai-resources,67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] 1 --- [ol-984-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:07.777 [67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] [pool-984-thread-1]  INFO [aai-resources,67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] 1 --- [ol-984-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:07.799 [67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] [pool-984-thread-1]  INFO [aai-resources,67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] 1 --- [ol-984-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:07.800 [67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] [qtp1225114731-22] DEBUG [aai-resources,67ea577b3d8c9a532578af233ebdf0ee,2578af233ebdf0ee] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:07:770","respDate":"250331-08:51:07:800","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:07:770-34886\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[122cdf88-7ebd-4583-b54d-c6bc7168c401], Accept=[application/json], x-invocationid=[1960cbf5-62e3-4505-919f-d87adcb6a76a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:07 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1596 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 32 - "logType": "access"
2025-03-31 08:51:07.854 [67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] [qtp1225114731-26]  INFO [aai-resources,67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:07.860 [67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] [pool-985-thread-1]  INFO [aai-resources,67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] 1 --- [ol-985-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:07.860 [67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] [pool-985-thread-1]  INFO [aai-resources,67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] 1 --- [ol-985-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:07.860 [67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] [pool-985-thread-1]  INFO [aai-resources,67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] 1 --- [ol-985-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:07.860 [67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] [pool-985-thread-1]  INFO [aai-resources,67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] 1 --- [ol-985-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:07.866 [67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] [pool-985-thread-1]  INFO [aai-resources,67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] 1 --- [ol-985-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:07.867 [67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] [qtp1225114731-26] DEBUG [aai-resources,67ea577b033d287c3ac372f15365f71f,3ac372f15365f71f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:07:854","respDate":"250331-08:51:07:867","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:07:854-27008\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[26d0ce1b-975f-4164-8354-63004a6c961b], Accept=[application/json], x-invocationid=[8eb5b241-4852-4bc4-a6cc-986758fb300a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:07 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:51:07.887 [67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] [qtp1225114731-22]  INFO [aai-resources,67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:07.891 [67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] [pool-986-thread-1]  INFO [aai-resources,67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] 1 --- [ol-986-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:07.891 [67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] [pool-986-thread-1]  INFO [aai-resources,67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] 1 --- [ol-986-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:07.891 [67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] [pool-986-thread-1]  INFO [aai-resources,67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] 1 --- [ol-986-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:07.891 [67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] [pool-986-thread-1]  INFO [aai-resources,67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] 1 --- [ol-986-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:07.898 [67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] [pool-986-thread-1]  INFO [aai-resources,67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] 1 --- [ol-986-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:07.898 [67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] [qtp1225114731-22] DEBUG [aai-resources,67ea577be47415b50fb1f9d432b0e405,0fb1f9d432b0e405] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:07:887","respDate":"250331-08:51:07:898","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:07:887-34897\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3e79b998-3f6f-442f-b2a2-99ad0acb4525], Accept=[application/json], x-invocationid=[adf07e74-e854-4ada-a915-d2c4355544e5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:07 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:51:07.918 [67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] [qtp1225114731-26]  INFO [aai-resources,67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:07.923 [67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] [pool-987-thread-1]  INFO [aai-resources,67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] 1 --- [ol-987-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:07.923 [67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] [pool-987-thread-1]  INFO [aai-resources,67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] 1 --- [ol-987-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:07.923 [67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] [pool-987-thread-1]  INFO [aai-resources,67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] 1 --- [ol-987-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:07.924 [67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] [pool-987-thread-1]  INFO [aai-resources,67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] 1 --- [ol-987-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:07.958 [67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] [pool-987-thread-1]  INFO [aai-resources,67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] 1 --- [ol-987-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:07.959 [67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] [qtp1225114731-26] DEBUG [aai-resources,67ea577b690aa405c42a65d5345fd2fd,c42a65d5345fd2fd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:07:918","respDate":"250331-08:51:07:959","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:07:918-5015\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0b15f356-e885-4e47-84b9-c863776970cf], Accept=[application/json], x-invocationid=[181752ac-cf0a-4f53-af29-c49b5afb10a4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:07 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 43 - "logType": "access"
2025-03-31 08:51:07.987 [67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] [qtp1225114731-22]  INFO [aai-resources,67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:07.990 [67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] [pool-988-thread-1]  INFO [aai-resources,67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] 1 --- [ol-988-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:07.990 [67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] [pool-988-thread-1]  INFO [aai-resources,67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] 1 --- [ol-988-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:07.990 [67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] [pool-988-thread-1]  INFO [aai-resources,67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] 1 --- [ol-988-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:07.990 [67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] [pool-988-thread-1]  INFO [aai-resources,67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] 1 --- [ol-988-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:07.996 [67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] [pool-988-thread-1]  INFO [aai-resources,67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] 1 --- [ol-988-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:07.996 [67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] [qtp1225114731-22] DEBUG [aai-resources,67ea577b2d101ff61afd57e450cb9e77,1afd57e450cb9e77] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:07:987","respDate":"250331-08:51:07:996","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:07:987-43043\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[4040ed67-f440-42be-9248-245250fb80a0], Accept=[application/json], x-invocationid=[6adadbd9-abca-45b8-883e-ae9ff5db791b], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:07 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:51:08.018 [67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] [qtp1225114731-26]  INFO [aai-resources,67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:08.025 [67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] [pool-989-thread-1]  INFO [aai-resources,67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] 1 --- [ol-989-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:08.025 [67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] [pool-989-thread-1]  INFO [aai-resources,67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] 1 --- [ol-989-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:08.025 [67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] [pool-989-thread-1]  INFO [aai-resources,67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] 1 --- [ol-989-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:08.025 [67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] [pool-989-thread-1]  INFO [aai-resources,67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] 1 --- [ol-989-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:08.032 [67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] [pool-989-thread-1]  INFO [aai-resources,67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] 1 --- [ol-989-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:08.032 [67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] [qtp1225114731-26] DEBUG [aai-resources,67ea577cdfab31b636808dce13e9c8ff,36808dce13e9c8ff] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:08:018","respDate":"250331-08:51:08:032","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:08:018-61497\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d39e47a7-23e3-4183-aaf4-d50f1e249c4a], Accept=[application/json], x-invocationid=[49b39101-6f65-4757-9412-73061599602f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:08 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:51:08.056 [67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] [qtp1225114731-22]  INFO [aai-resources,67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:08.060 [67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] [pool-990-thread-1]  INFO [aai-resources,67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] 1 --- [ol-990-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:08.060 [67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] [pool-990-thread-1]  INFO [aai-resources,67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] 1 --- [ol-990-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:08.060 [67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] [pool-990-thread-1]  INFO [aai-resources,67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] 1 --- [ol-990-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:08.060 [67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] [pool-990-thread-1]  INFO [aai-resources,67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] 1 --- [ol-990-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:08.068 [67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] [pool-990-thread-1]  INFO [aai-resources,67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] 1 --- [ol-990-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:08.068 [67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] [qtp1225114731-22] DEBUG [aai-resources,67ea577c874fe2deac8051ebea7385cd,ac8051ebea7385cd] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:08:056","respDate":"250331-08:51:08:068","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:08:056-1948\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d2152f2d-6224-48ae-8565-3a43403a7006], Accept=[application/json], x-invocationid=[903ac247-19e1-4675-90b8-5e05129c8b75], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:08 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:51:08.088 [67ea577c2c23951d3762874535a89805,3762874535a89805] [qtp1225114731-26]  INFO [aai-resources,67ea577c2c23951d3762874535a89805,3762874535a89805] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:08.091 [67ea577c2c23951d3762874535a89805,3762874535a89805] [pool-991-thread-1]  INFO [aai-resources,67ea577c2c23951d3762874535a89805,3762874535a89805] 1 --- [ol-991-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:08.091 [67ea577c2c23951d3762874535a89805,3762874535a89805] [pool-991-thread-1]  INFO [aai-resources,67ea577c2c23951d3762874535a89805,3762874535a89805] 1 --- [ol-991-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:08.091 [67ea577c2c23951d3762874535a89805,3762874535a89805] [pool-991-thread-1]  INFO [aai-resources,67ea577c2c23951d3762874535a89805,3762874535a89805] 1 --- [ol-991-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:08.092 [67ea577c2c23951d3762874535a89805,3762874535a89805] [pool-991-thread-1]  INFO [aai-resources,67ea577c2c23951d3762874535a89805,3762874535a89805] 1 --- [ol-991-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:08.109 [67ea577c2c23951d3762874535a89805,3762874535a89805] [pool-991-thread-1]  INFO [aai-resources,67ea577c2c23951d3762874535a89805,3762874535a89805] 1 --- [ol-991-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:08.110 [67ea577c2c23951d3762874535a89805,3762874535a89805] [qtp1225114731-26] DEBUG [aai-resources,67ea577c2c23951d3762874535a89805,3762874535a89805] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:08:088","respDate":"250331-08:51:08:110","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:08:088-46306\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[c8b44f35-f6c7-412e-b8a7-34271dfc892f], Accept=[application/json], x-invocationid=[d01e0ed1-5cee-49af-83a4-94b910107999], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:08 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:51:08.130 [67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] [qtp1225114731-22]  INFO [aai-resources,67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:08.134 [67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] [pool-992-thread-1]  INFO [aai-resources,67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] 1 --- [ol-992-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:08.134 [67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] [pool-992-thread-1]  INFO [aai-resources,67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] 1 --- [ol-992-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:08.134 [67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] [pool-992-thread-1]  INFO [aai-resources,67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] 1 --- [ol-992-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:08.135 [67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] [pool-992-thread-1]  INFO [aai-resources,67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] 1 --- [ol-992-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:08.149 [67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] [pool-992-thread-1]  INFO [aai-resources,67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] 1 --- [ol-992-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:08.149 [67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] [qtp1225114731-22] DEBUG [aai-resources,67ea577c11d62c9c2f3e459cd298995e,2f3e459cd298995e] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:08:130","respDate":"250331-08:51:08:149","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:08:130-9421\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d13ffdf4-749b-4f26-982e-0c14e3e583b4], Accept=[application/json], x-invocationid=[4af5d270-3a26-4d17-990a-2f3867c6b854], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:08 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:51:08.169 [67ea577c05e7e35700d66c5703302784,00d66c5703302784] [qtp1225114731-26]  INFO [aai-resources,67ea577c05e7e35700d66c5703302784,00d66c5703302784] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:08.174 [67ea577c05e7e35700d66c5703302784,00d66c5703302784] [pool-993-thread-1]  INFO [aai-resources,67ea577c05e7e35700d66c5703302784,00d66c5703302784] 1 --- [ol-993-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:08.174 [67ea577c05e7e35700d66c5703302784,00d66c5703302784] [pool-993-thread-1]  INFO [aai-resources,67ea577c05e7e35700d66c5703302784,00d66c5703302784] 1 --- [ol-993-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:08.174 [67ea577c05e7e35700d66c5703302784,00d66c5703302784] [pool-993-thread-1]  INFO [aai-resources,67ea577c05e7e35700d66c5703302784,00d66c5703302784] 1 --- [ol-993-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:08.175 [67ea577c05e7e35700d66c5703302784,00d66c5703302784] [pool-993-thread-1]  INFO [aai-resources,67ea577c05e7e35700d66c5703302784,00d66c5703302784] 1 --- [ol-993-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:08.189 [67ea577c05e7e35700d66c5703302784,00d66c5703302784] [pool-993-thread-1]  INFO [aai-resources,67ea577c05e7e35700d66c5703302784,00d66c5703302784] 1 --- [ol-993-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:08.190 [67ea577c05e7e35700d66c5703302784,00d66c5703302784] [qtp1225114731-26] DEBUG [aai-resources,67ea577c05e7e35700d66c5703302784,00d66c5703302784] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:08:169","respDate":"250331-08:51:08:190","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:08:169-93020\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e11556a3-60b2-433d-a28d-a8da44f0c18f], Accept=[application/json], x-invocationid=[8fcaf3a3-93f4-4f00-81a7-03bae5e9d210], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:51:08.208 [67ea577c7c4aaf20ce803e3efcd309aa,ce803e3efcd309aa] [qtp1225114731-22]  INFO [aai-resources,67ea577c7c4aaf20ce803e3efcd309aa,ce803e3efcd309aa] 1 --- [tp1225114731-22] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:08.212 [67ea577c670cbe559160306185f992b5,9160306185f992b5] [qtp1225114731-852]  INFO [aai-resources,67ea577c670cbe559160306185f992b5,9160306185f992b5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:08.215 [67ea577c670cbe559160306185f992b5,9160306185f992b5] [pool-994-thread-1]  INFO [aai-resources,67ea577c670cbe559160306185f992b5,9160306185f992b5] 1 --- [ol-994-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:08.215 [67ea577c670cbe559160306185f992b5,9160306185f992b5] [pool-994-thread-1]  INFO [aai-resources,67ea577c670cbe559160306185f992b5,9160306185f992b5] 1 --- [ol-994-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:08.215 [67ea577c670cbe559160306185f992b5,9160306185f992b5] [pool-994-thread-1]  INFO [aai-resources,67ea577c670cbe559160306185f992b5,9160306185f992b5] 1 --- [ol-994-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:08.216 [67ea577c670cbe559160306185f992b5,9160306185f992b5] [pool-994-thread-1]  INFO [aai-resources,67ea577c670cbe559160306185f992b5,9160306185f992b5] 1 --- [ol-994-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:08.222 [67ea577c7c4aaf20ce803e3efcd309aa,ce803e3efcd309aa] [qtp1225114731-22] DEBUG [aai-resources,67ea577c7c4aaf20ce803e3efcd309aa,ce803e3efcd309aa] 1 --- [tp1225114731-22] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fb06c94a-fde9-4fe7-b3b3-9a7ee56030ef","status":"200","rqstDate":"250331-08:51:08:209","respDate":"250331-08:51:08:222","sourceId":"haproxy:fb06c94a-fde9-4fe7-b3b3-9a7ee56030ef","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:08:209-17563\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5b01d11b-fedb-455c-b0c3-cd71723b9e7b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fb06c94a-fde9-4fe7-b3b3-9a7ee56030ef]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:51:08.232 [67ea577c670cbe559160306185f992b5,9160306185f992b5] [pool-994-thread-1]  INFO [aai-resources,67ea577c670cbe559160306185f992b5,9160306185f992b5] 1 --- [ol-994-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:08.233 [67ea577c670cbe559160306185f992b5,9160306185f992b5] [qtp1225114731-852] DEBUG [aai-resources,67ea577c670cbe559160306185f992b5,9160306185f992b5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:08:212","respDate":"250331-08:51:08:233","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:08:212-95004\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[86afe4b7-114c-4745-b7cb-4c056cb5ed06], Accept=[application/json], x-invocationid=[453ebf75-90a4-4daa-8e2c-65216e038ea5], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:08 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne" 200 1084 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:51:08.254 [67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] [qtp1225114731-20]  INFO [aai-resources,67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:08.259 [67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] [pool-995-thread-1]  INFO [aai-resources,67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] 1 --- [ol-995-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:08.259 [67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] [pool-995-thread-1]  INFO [aai-resources,67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] 1 --- [ol-995-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:08.259 [67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] [pool-995-thread-1]  INFO [aai-resources,67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] 1 --- [ol-995-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:08.259 [67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] [pool-995-thread-1]  INFO [aai-resources,67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] 1 --- [ol-995-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:08.269 [67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] [pool-995-thread-1]  INFO [aai-resources,67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] 1 --- [ol-995-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:08.269 [67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] [qtp1225114731-20] DEBUG [aai-resources,67ea577c3de2c2b25d580f9b1bf463ea,5d580f9b1bf463ea] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:08:254","respDate":"250331-08:51:08:269","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:08:254-73989\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9a88da4d-3c1d-9cdb-b70a-3d4770b311e9], Accept=[application/json], x-invocationid=[a27632ee-bf69-4bfe-8c51-4d4ac6614409], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:08 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1035 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:51:08.299 [67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] [qtp1225114731-852]  INFO [aai-resources,67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:08.303 [67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] [pool-996-thread-1]  INFO [aai-resources,67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] 1 --- [ol-996-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:08.303 [67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] [pool-996-thread-1]  INFO [aai-resources,67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] 1 --- [ol-996-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:08.303 [67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] [pool-996-thread-1]  INFO [aai-resources,67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] 1 --- [ol-996-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:08.304 [67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] [pool-996-thread-1]  INFO [aai-resources,67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] 1 --- [ol-996-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:08.321 [67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] [pool-996-thread-1]  INFO [aai-resources,67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] 1 --- [ol-996-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:08.322 [67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] [qtp1225114731-852] DEBUG [aai-resources,67ea577cde1ee26288de8e7affe42248,88de8e7affe42248] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:08:299","respDate":"250331-08:51:08:322","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:08:299-39116\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2bf12a3c-e85f-4b4b-bf20-d2676022b2a8], Accept=[application/json], x-invocationid=[53e50ee1-6ce3-4ac2-8803-16236a4ffd36], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:51:08.398 [67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] [qtp1225114731-20]  INFO [aai-resources,67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:08.403 [67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] [pool-997-thread-1]  INFO [aai-resources,67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] 1 --- [ol-997-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:51:08.403 [67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] [pool-997-thread-1]  INFO [aai-resources,67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] 1 --- [ol-997-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:51:08.403 [67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] [pool-997-thread-1]  INFO [aai-resources,67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] 1 --- [ol-997-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:51:08.404 [67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] [pool-997-thread-1]  INFO [aai-resources,67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] 1 --- [ol-997-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:51:08.408 [67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] [pool-997-thread-1]  INFO [aai-resources,67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] 1 --- [ol-997-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:51:08.409 [67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] [qtp1225114731-20] DEBUG [aai-resources,67ea577c78a27b32599ca318f83c4ddb,599ca318f83c4ddb] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:51:08:399","respDate":"250331-08:51:08:409","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:60687/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:08:399-90489\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d4dc3c72-0ab6-4cb8-b10d-bf0b674a583a], Accept=[application/json], x-invocationid=[c6d93f0d-e530-4037-a284-da946e042877], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:60687], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[60687], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:08 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 1772 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:51:10.227 [67ea577e229754604e67670464607d86,4e67670464607d86] [qtp1225114731-852]  INFO [aai-resources,67ea577e229754604e67670464607d86,4e67670464607d86] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:10.239 [67ea577e229754604e67670464607d86,4e67670464607d86] [qtp1225114731-852] DEBUG [aai-resources,67ea577e229754604e67670464607d86,4e67670464607d86] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2859ebe8-f9fc-4406-b9e3-ae17d0884d96","status":"200","rqstDate":"250331-08:51:10:227","respDate":"250331-08:51:10:239","sourceId":"haproxy:2859ebe8-f9fc-4406-b9e3-ae17d0884d96","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:10:227-62304\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d74cfea7-d61b-4f34-8f90-2f69131e5f49], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2859ebe8-f9fc-4406-b9e3-ae17d0884d96]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:51:12.246 [67ea5780d40774155e85b46571a0bdf6,5e85b46571a0bdf6] [qtp1225114731-20]  INFO [aai-resources,67ea5780d40774155e85b46571a0bdf6,5e85b46571a0bdf6] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:12.263 [67ea5780d40774155e85b46571a0bdf6,5e85b46571a0bdf6] [qtp1225114731-20] DEBUG [aai-resources,67ea5780d40774155e85b46571a0bdf6,5e85b46571a0bdf6] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3f00cecd-eac1-4e67-a324-ba93cd69a294","status":"200","rqstDate":"250331-08:51:12:247","respDate":"250331-08:51:12:262","sourceId":"haproxy:3f00cecd-eac1-4e67-a324-ba93cd69a294","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:12:247-49418\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b8527e73-0df4-49c6-8ba5-c51b064aa65e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3f00cecd-eac1-4e67-a324-ba93cd69a294]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:51:14.269 [67ea5782e83580893773d78d158b1812,3773d78d158b1812] [qtp1225114731-852]  INFO [aai-resources,67ea5782e83580893773d78d158b1812,3773d78d158b1812] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:14.280 [67ea5782e83580893773d78d158b1812,3773d78d158b1812] [qtp1225114731-852] DEBUG [aai-resources,67ea5782e83580893773d78d158b1812,3773d78d158b1812] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9c2fc41f-fff4-42c8-b9eb-fd659584e043","status":"200","rqstDate":"250331-08:51:14:269","respDate":"250331-08:51:14:280","sourceId":"haproxy:9c2fc41f-fff4-42c8-b9eb-fd659584e043","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:14:269-45110\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a7782062-fd16-4e65-93ca-5c206a017738], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9c2fc41f-fff4-42c8-b9eb-fd659584e043]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:51:16.287 [67ea5784ec5f7880fb2280f064f89538,fb2280f064f89538] [qtp1225114731-20]  INFO [aai-resources,67ea5784ec5f7880fb2280f064f89538,fb2280f064f89538] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:16.300 [67ea5784ec5f7880fb2280f064f89538,fb2280f064f89538] [qtp1225114731-20] DEBUG [aai-resources,67ea5784ec5f7880fb2280f064f89538,fb2280f064f89538] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37951d8f-33c0-4e72-bc73-a8f9888359d0","status":"200","rqstDate":"250331-08:51:16:287","respDate":"250331-08:51:16:300","sourceId":"haproxy:37951d8f-33c0-4e72-bc73-a8f9888359d0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:16:287-93557\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1d970929-2227-409a-987e-27d5cfaab632], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[37951d8f-33c0-4e72-bc73-a8f9888359d0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:51:18.308 [67ea57860986e766060c8e4df31e998f,060c8e4df31e998f] [qtp1225114731-852]  INFO [aai-resources,67ea57860986e766060c8e4df31e998f,060c8e4df31e998f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:18.321 [67ea57860986e766060c8e4df31e998f,060c8e4df31e998f] [qtp1225114731-852] DEBUG [aai-resources,67ea57860986e766060c8e4df31e998f,060c8e4df31e998f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d5eb3c76-22ec-4d08-a7ba-ce3a428685bb","status":"200","rqstDate":"250331-08:51:18:308","respDate":"250331-08:51:18:321","sourceId":"haproxy:d5eb3c76-22ec-4d08-a7ba-ce3a428685bb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:18:308-57456\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2b3582d0-4b52-4562-998e-c841f3104e17], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d5eb3c76-22ec-4d08-a7ba-ce3a428685bb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:51:20.329 [67ea57885038142e9bbca50b85ad325a,9bbca50b85ad325a] [qtp1225114731-20]  INFO [aai-resources,67ea57885038142e9bbca50b85ad325a,9bbca50b85ad325a] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:20.346 [67ea57885038142e9bbca50b85ad325a,9bbca50b85ad325a] [qtp1225114731-20] DEBUG [aai-resources,67ea57885038142e9bbca50b85ad325a,9bbca50b85ad325a] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6d9fea75-c09e-4316-86f5-430b3060e542","status":"200","rqstDate":"250331-08:51:20:329","respDate":"250331-08:51:20:346","sourceId":"haproxy:6d9fea75-c09e-4316-86f5-430b3060e542","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:20:329-21317\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c52c121d-f4dd-4883-b612-95e69d9a5f02], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6d9fea75-c09e-4316-86f5-430b3060e542]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:51:22.352 [67ea578a9663c6e53f73819849a2cbee,3f73819849a2cbee] [qtp1225114731-852]  INFO [aai-resources,67ea578a9663c6e53f73819849a2cbee,3f73819849a2cbee] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:22.364 [67ea578a9663c6e53f73819849a2cbee,3f73819849a2cbee] [qtp1225114731-852] DEBUG [aai-resources,67ea578a9663c6e53f73819849a2cbee,3f73819849a2cbee] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7f33224f-b3e7-43e9-84a9-4349d95f31cd","status":"200","rqstDate":"250331-08:51:22:352","respDate":"250331-08:51:22:364","sourceId":"haproxy:7f33224f-b3e7-43e9-84a9-4349d95f31cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:22:352-64805\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eae2f9cc-96f8-4f2e-80d3-2fda66f84a76], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7f33224f-b3e7-43e9-84a9-4349d95f31cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:51:24.369 [67ea578cf3cce37569d36d113fc0fb32,69d36d113fc0fb32] [qtp1225114731-20]  INFO [aai-resources,67ea578cf3cce37569d36d113fc0fb32,69d36d113fc0fb32] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:24.381 [67ea578cf3cce37569d36d113fc0fb32,69d36d113fc0fb32] [qtp1225114731-20] DEBUG [aai-resources,67ea578cf3cce37569d36d113fc0fb32,69d36d113fc0fb32] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3965a8c7-acff-4139-8570-2339cc39cd3b","status":"200","rqstDate":"250331-08:51:24:369","respDate":"250331-08:51:24:380","sourceId":"haproxy:3965a8c7-acff-4139-8570-2339cc39cd3b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:24:369-86216\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7af7a07e-e152-4c69-a951-a47857c3715b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3965a8c7-acff-4139-8570-2339cc39cd3b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:51:26.386 [67ea578e7bb4c4d6ee2970310ddea0d3,ee2970310ddea0d3] [qtp1225114731-852]  INFO [aai-resources,67ea578e7bb4c4d6ee2970310ddea0d3,ee2970310ddea0d3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:26.399 [67ea578e7bb4c4d6ee2970310ddea0d3,ee2970310ddea0d3] [qtp1225114731-852] DEBUG [aai-resources,67ea578e7bb4c4d6ee2970310ddea0d3,ee2970310ddea0d3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bdebb989-bf7c-4581-a8fc-d35ada105272","status":"200","rqstDate":"250331-08:51:26:386","respDate":"250331-08:51:26:399","sourceId":"haproxy:bdebb989-bf7c-4581-a8fc-d35ada105272","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:26:386-22580\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[59b09abf-2f3a-455b-9089-414a1ae74d89], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bdebb989-bf7c-4581-a8fc-d35ada105272]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:51:28.406 [67ea5790f311dbb65129151b94606b3a,5129151b94606b3a] [qtp1225114731-20]  INFO [aai-resources,67ea5790f311dbb65129151b94606b3a,5129151b94606b3a] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:28.420 [67ea5790f311dbb65129151b94606b3a,5129151b94606b3a] [qtp1225114731-20] DEBUG [aai-resources,67ea5790f311dbb65129151b94606b3a,5129151b94606b3a] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"61519d56-7468-49bd-8f7f-9156cc068192","status":"200","rqstDate":"250331-08:51:28:406","respDate":"250331-08:51:28:420","sourceId":"haproxy:61519d56-7468-49bd-8f7f-9156cc068192","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:28:406-77234\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5d0b0b4b-d778-40fd-9677-a65749f87be7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[61519d56-7468-49bd-8f7f-9156cc068192]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:51:30.426 [67ea5792d5bd1809e5eb0f64e8f7b02f,e5eb0f64e8f7b02f] [qtp1225114731-852]  INFO [aai-resources,67ea5792d5bd1809e5eb0f64e8f7b02f,e5eb0f64e8f7b02f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:30.438 [67ea5792d5bd1809e5eb0f64e8f7b02f,e5eb0f64e8f7b02f] [qtp1225114731-852] DEBUG [aai-resources,67ea5792d5bd1809e5eb0f64e8f7b02f,e5eb0f64e8f7b02f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5b4e2c73-f10b-4253-8e02-e5db0d482d6f","status":"200","rqstDate":"250331-08:51:30:427","respDate":"250331-08:51:30:438","sourceId":"haproxy:5b4e2c73-f10b-4253-8e02-e5db0d482d6f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:30:427-65103\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6ccde43d-7e64-4058-b987-648424afb4cb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5b4e2c73-f10b-4253-8e02-e5db0d482d6f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:51:32.447 [67ea5794a7862eb65c46dab3b4c6097b,5c46dab3b4c6097b] [qtp1225114731-20]  INFO [aai-resources,67ea5794a7862eb65c46dab3b4c6097b,5c46dab3b4c6097b] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:32.466 [67ea5794a7862eb65c46dab3b4c6097b,5c46dab3b4c6097b] [qtp1225114731-20] DEBUG [aai-resources,67ea5794a7862eb65c46dab3b4c6097b,5c46dab3b4c6097b] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e2fd734f-0751-4c2d-961f-8eaa4a64f60c","status":"200","rqstDate":"250331-08:51:32:447","respDate":"250331-08:51:32:466","sourceId":"haproxy:e2fd734f-0751-4c2d-961f-8eaa4a64f60c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:32:447-6654\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2b4aa9cf-a828-4c25-9263-9d3b9115f7a1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e2fd734f-0751-4c2d-961f-8eaa4a64f60c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:51:34.471 [67ea579657b4f1fa3009bb60bac482c2,3009bb60bac482c2] [qtp1225114731-852]  INFO [aai-resources,67ea579657b4f1fa3009bb60bac482c2,3009bb60bac482c2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:34.484 [67ea579657b4f1fa3009bb60bac482c2,3009bb60bac482c2] [qtp1225114731-852] DEBUG [aai-resources,67ea579657b4f1fa3009bb60bac482c2,3009bb60bac482c2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0b267cbc-5e4b-4ee6-b4f6-5245c7a89932","status":"200","rqstDate":"250331-08:51:34:471","respDate":"250331-08:51:34:484","sourceId":"haproxy:0b267cbc-5e4b-4ee6-b4f6-5245c7a89932","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:34:471-45209\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7cb407a5-adfd-45e5-bfe8-489d3a3e9843], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0b267cbc-5e4b-4ee6-b4f6-5245c7a89932]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:51:36.491 [67ea5798f21cbbcb2d9f94dcf5407583,2d9f94dcf5407583] [qtp1225114731-20]  INFO [aai-resources,67ea5798f21cbbcb2d9f94dcf5407583,2d9f94dcf5407583] 1 --- [tp1225114731-20] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:36.505 [67ea5798f21cbbcb2d9f94dcf5407583,2d9f94dcf5407583] [qtp1225114731-20] DEBUG [aai-resources,67ea5798f21cbbcb2d9f94dcf5407583,2d9f94dcf5407583] 1 --- [tp1225114731-20] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3fb4e4d1-2f93-4fda-b55f-f0ef2dbc6108","status":"200","rqstDate":"250331-08:51:36:491","respDate":"250331-08:51:36:505","sourceId":"haproxy:3fb4e4d1-2f93-4fda-b55f-f0ef2dbc6108","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:36:491-248\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f1f5ce26-2382-4b87-9e13-6087154e73c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3fb4e4d1-2f93-4fda-b55f-f0ef2dbc6108]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:51:38.511 [67ea579aa47a726e0f3128bb8c512ca8,0f3128bb8c512ca8] [qtp1225114731-852]  INFO [aai-resources,67ea579aa47a726e0f3128bb8c512ca8,0f3128bb8c512ca8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:38.524 [67ea579aa47a726e0f3128bb8c512ca8,0f3128bb8c512ca8] [qtp1225114731-852] DEBUG [aai-resources,67ea579aa47a726e0f3128bb8c512ca8,0f3128bb8c512ca8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c0c18f4e-9f5a-4574-8ef0-2af0032e697c","status":"200","rqstDate":"250331-08:51:38:512","respDate":"250331-08:51:38:524","sourceId":"haproxy:c0c18f4e-9f5a-4574-8ef0-2af0032e697c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:38:512-67172\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[86730822-4333-4859-856e-e451d820e2cc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c0c18f4e-9f5a-4574-8ef0-2af0032e697c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:51:40.530 [67ea579c75084682d6828e4a84479248,d6828e4a84479248] [qtp1225114731-26]  INFO [aai-resources,67ea579c75084682d6828e4a84479248,d6828e4a84479248] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:40.540 [67ea579c75084682d6828e4a84479248,d6828e4a84479248] [qtp1225114731-26] DEBUG [aai-resources,67ea579c75084682d6828e4a84479248,d6828e4a84479248] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3bd7e539-7575-44b7-beb9-71068fee7150","status":"200","rqstDate":"250331-08:51:40:530","respDate":"250331-08:51:40:540","sourceId":"haproxy:3bd7e539-7575-44b7-beb9-71068fee7150","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:40:530-54965\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8f46170a-7153-4b1f-8902-3d3cd4870b49], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3bd7e539-7575-44b7-beb9-71068fee7150]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:51:42.546 [67ea579ec42be1a0e01aea5096d98dac,e01aea5096d98dac] [qtp1225114731-852]  INFO [aai-resources,67ea579ec42be1a0e01aea5096d98dac,e01aea5096d98dac] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:42.563 [67ea579ec42be1a0e01aea5096d98dac,e01aea5096d98dac] [qtp1225114731-852] DEBUG [aai-resources,67ea579ec42be1a0e01aea5096d98dac,e01aea5096d98dac] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3f97a72e-7f3d-4a0f-85ff-96c3b2739be5","status":"200","rqstDate":"250331-08:51:42:546","respDate":"250331-08:51:42:563","sourceId":"haproxy:3f97a72e-7f3d-4a0f-85ff-96c3b2739be5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:42:546-14229\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bf95a919-ce21-4373-946b-c53c9b31ec1b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3f97a72e-7f3d-4a0f-85ff-96c3b2739be5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:51:44.570 [67ea57a01a94fa9e101f885b0843932d,101f885b0843932d] [qtp1225114731-26]  INFO [aai-resources,67ea57a01a94fa9e101f885b0843932d,101f885b0843932d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:44.579 [67ea57a01a94fa9e101f885b0843932d,101f885b0843932d] [qtp1225114731-26] DEBUG [aai-resources,67ea57a01a94fa9e101f885b0843932d,101f885b0843932d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cbe81051-ecd1-424e-922e-308358ad7c83","status":"200","rqstDate":"250331-08:51:44:570","respDate":"250331-08:51:44:579","sourceId":"haproxy:cbe81051-ecd1-424e-922e-308358ad7c83","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:44:570-59207\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a1a3beb1-8dea-4b73-9d87-204baca8bbc4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cbe81051-ecd1-424e-922e-308358ad7c83]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:51:46.586 [67ea57a2d9b38789309707dd1744a84e,309707dd1744a84e] [qtp1225114731-852]  INFO [aai-resources,67ea57a2d9b38789309707dd1744a84e,309707dd1744a84e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:46.601 [67ea57a2d9b38789309707dd1744a84e,309707dd1744a84e] [qtp1225114731-852] DEBUG [aai-resources,67ea57a2d9b38789309707dd1744a84e,309707dd1744a84e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ef39b3e7-869f-47f7-afd1-d41c463a036a","status":"200","rqstDate":"250331-08:51:46:586","respDate":"250331-08:51:46:601","sourceId":"haproxy:ef39b3e7-869f-47f7-afd1-d41c463a036a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:46:586-89524\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cfa24f0d-32dc-4086-9263-f55d2eb56dd5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ef39b3e7-869f-47f7-afd1-d41c463a036a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:51:48.608 [67ea57a482768ba2903a8f87e77c82be,903a8f87e77c82be] [qtp1225114731-26]  INFO [aai-resources,67ea57a482768ba2903a8f87e77c82be,903a8f87e77c82be] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:48.617 [67ea57a482768ba2903a8f87e77c82be,903a8f87e77c82be] [qtp1225114731-26] DEBUG [aai-resources,67ea57a482768ba2903a8f87e77c82be,903a8f87e77c82be] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"acb3eb75-6f05-4c34-8e57-ce85da599b1e","status":"200","rqstDate":"250331-08:51:48:609","respDate":"250331-08:51:48:617","sourceId":"haproxy:acb3eb75-6f05-4c34-8e57-ce85da599b1e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:51:48:609-98523\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[08913f65-bc44-4659-b717-a4973e0b4cc2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[acb3eb75-6f05-4c34-8e57-ce85da599b1e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:51:50.623 [67ea57a671bac0c86f5627ba06500cf4,6f5627ba06500cf4] [qtp1225114731-852]  INFO [aai-resources,67ea57a671bac0c86f5627ba06500cf4,6f5627ba06500cf4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:50.636 [67ea57a671bac0c86f5627ba06500cf4,6f5627ba06500cf4] [qtp1225114731-852] DEBUG [aai-resources,67ea57a671bac0c86f5627ba06500cf4,6f5627ba06500cf4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c8f57d4b-1bac-4a21-aaa8-805691175a35","status":"200","rqstDate":"250331-08:51:50:623","respDate":"250331-08:51:50:636","sourceId":"haproxy:c8f57d4b-1bac-4a21-aaa8-805691175a35","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:50:623-14230\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e8d704fd-64f5-4acd-8f5f-9e9c97499c34], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c8f57d4b-1bac-4a21-aaa8-805691175a35]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:51:52.643 [67ea57a8878b5c626f01764234614ea7,6f01764234614ea7] [qtp1225114731-26]  INFO [aai-resources,67ea57a8878b5c626f01764234614ea7,6f01764234614ea7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:52.655 [67ea57a8878b5c626f01764234614ea7,6f01764234614ea7] [qtp1225114731-26] DEBUG [aai-resources,67ea57a8878b5c626f01764234614ea7,6f01764234614ea7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9e23b78d-eecb-486f-bac1-9ce1a1f32616","status":"200","rqstDate":"250331-08:51:52:643","respDate":"250331-08:51:52:655","sourceId":"haproxy:9e23b78d-eecb-486f-bac1-9ce1a1f32616","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:52:643-28869\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d78a5b0a-20f7-4f29-a06d-34850ff9612f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9e23b78d-eecb-486f-bac1-9ce1a1f32616]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:51:54.662 [67ea57aa71f076d6a8af3657cd4e8c3f,a8af3657cd4e8c3f] [qtp1225114731-852]  INFO [aai-resources,67ea57aa71f076d6a8af3657cd4e8c3f,a8af3657cd4e8c3f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:54.675 [67ea57aa71f076d6a8af3657cd4e8c3f,a8af3657cd4e8c3f] [qtp1225114731-852] DEBUG [aai-resources,67ea57aa71f076d6a8af3657cd4e8c3f,a8af3657cd4e8c3f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cc4f5d0a-9495-493f-974a-ad8ed1442288","status":"200","rqstDate":"250331-08:51:54:662","respDate":"250331-08:51:54:675","sourceId":"haproxy:cc4f5d0a-9495-493f-974a-ad8ed1442288","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:51:54:662-99551\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0f6ff5b6-c6e8-4446-82c4-19c2f806d678], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cc4f5d0a-9495-493f-974a-ad8ed1442288]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:51:56.692 [67ea57ac2767599013af59543f8c48bc,13af59543f8c48bc] [qtp1225114731-26]  INFO [aai-resources,67ea57ac2767599013af59543f8c48bc,13af59543f8c48bc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:56.704 [67ea57ac2767599013af59543f8c48bc,13af59543f8c48bc] [qtp1225114731-26] DEBUG [aai-resources,67ea57ac2767599013af59543f8c48bc,13af59543f8c48bc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37f9ce59-8ed9-4a37-a579-3f2abd74ed7c","status":"200","rqstDate":"250331-08:51:56:692","respDate":"250331-08:51:56:704","sourceId":"haproxy:37f9ce59-8ed9-4a37-a579-3f2abd74ed7c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:56:692-74829\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b634a137-203c-49b2-aa26-602fd1c7546f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[37f9ce59-8ed9-4a37-a579-3f2abd74ed7c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:51:58.711 [67ea57ae765a98e4976451cfb01fe02c,976451cfb01fe02c] [qtp1225114731-852]  INFO [aai-resources,67ea57ae765a98e4976451cfb01fe02c,976451cfb01fe02c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:51:58.723 [67ea57ae765a98e4976451cfb01fe02c,976451cfb01fe02c] [qtp1225114731-852] DEBUG [aai-resources,67ea57ae765a98e4976451cfb01fe02c,976451cfb01fe02c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8809a605-8ece-4857-8463-06ed89486735","status":"200","rqstDate":"250331-08:51:58:711","respDate":"250331-08:51:58:723","sourceId":"haproxy:8809a605-8ece-4857-8463-06ed89486735","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:51:58:711-79905\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[79b02fb0-42e2-4d01-ad98-8413c3ab5276], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8809a605-8ece-4857-8463-06ed89486735]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:51:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:52:00.729 [67ea57b0c326d936da546ae94c6f8ca5,da546ae94c6f8ca5] [qtp1225114731-26]  INFO [aai-resources,67ea57b0c326d936da546ae94c6f8ca5,da546ae94c6f8ca5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:00.751 [67ea57b0c326d936da546ae94c6f8ca5,da546ae94c6f8ca5] [qtp1225114731-26] DEBUG [aai-resources,67ea57b0c326d936da546ae94c6f8ca5,da546ae94c6f8ca5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9fc6a50a-5cdc-444a-a962-eaa7f5271555","status":"200","rqstDate":"250331-08:52:00:729","respDate":"250331-08:52:00:751","sourceId":"haproxy:9fc6a50a-5cdc-444a-a962-eaa7f5271555","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:52:00:729-95474\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[25e14b8c-e631-49e2-a976-3db5b075734b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9fc6a50a-5cdc-444a-a962-eaa7f5271555]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:52:02.758 [67ea57b27d690f2b921f0c3537ca3298,921f0c3537ca3298] [qtp1225114731-852]  INFO [aai-resources,67ea57b27d690f2b921f0c3537ca3298,921f0c3537ca3298] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:02.773 [67ea57b27d690f2b921f0c3537ca3298,921f0c3537ca3298] [qtp1225114731-852] DEBUG [aai-resources,67ea57b27d690f2b921f0c3537ca3298,921f0c3537ca3298] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"02c1af35-1335-437b-9957-fa940079808d","status":"200","rqstDate":"250331-08:52:02:758","respDate":"250331-08:52:02:773","sourceId":"haproxy:02c1af35-1335-437b-9957-fa940079808d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:52:02:758-70731\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8ccbffce-246c-4b5e-a758-15f217dab4c4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[02c1af35-1335-437b-9957-fa940079808d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:52:04.780 [67ea57b4d57f6e23cf97119af85ff99c,cf97119af85ff99c] [qtp1225114731-26]  INFO [aai-resources,67ea57b4d57f6e23cf97119af85ff99c,cf97119af85ff99c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:04.795 [67ea57b4d57f6e23cf97119af85ff99c,cf97119af85ff99c] [qtp1225114731-26] DEBUG [aai-resources,67ea57b4d57f6e23cf97119af85ff99c,cf97119af85ff99c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3fcf22cd-b958-439e-9b27-1e7b6288feee","status":"200","rqstDate":"250331-08:52:04:780","respDate":"250331-08:52:04:795","sourceId":"haproxy:3fcf22cd-b958-439e-9b27-1e7b6288feee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:52:04:780-80438\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[872288d2-6e9e-4af1-9d16-1e9157615287], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3fcf22cd-b958-439e-9b27-1e7b6288feee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:52:06.802 [67ea57b645a5becf537aebe829482509,537aebe829482509] [qtp1225114731-852]  INFO [aai-resources,67ea57b645a5becf537aebe829482509,537aebe829482509] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:06.816 [67ea57b645a5becf537aebe829482509,537aebe829482509] [qtp1225114731-852] DEBUG [aai-resources,67ea57b645a5becf537aebe829482509,537aebe829482509] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d561adb9-f71e-4c57-b2a8-e9c465e2289d","status":"200","rqstDate":"250331-08:52:06:802","respDate":"250331-08:52:06:816","sourceId":"haproxy:d561adb9-f71e-4c57-b2a8-e9c465e2289d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:52:06:802-37642\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a61b5616-98bd-4412-8370-c2712920a239], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d561adb9-f71e-4c57-b2a8-e9c465e2289d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:52:08.823 [67ea57b8428dcf6da2d66715f3caa0f5,a2d66715f3caa0f5] [qtp1225114731-26]  INFO [aai-resources,67ea57b8428dcf6da2d66715f3caa0f5,a2d66715f3caa0f5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:08.836 [67ea57b8428dcf6da2d66715f3caa0f5,a2d66715f3caa0f5] [qtp1225114731-26] DEBUG [aai-resources,67ea57b8428dcf6da2d66715f3caa0f5,a2d66715f3caa0f5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4ac9465f-95d1-45e1-bb63-5b3a7dc631b6","status":"200","rqstDate":"250331-08:52:08:824","respDate":"250331-08:52:08:836","sourceId":"haproxy:4ac9465f-95d1-45e1-bb63-5b3a7dc631b6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:52:08:824-215\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6d543854-de52-464d-b24d-6b4b199d6c5b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4ac9465f-95d1-45e1-bb63-5b3a7dc631b6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:52:10.842 [67ea57ba1510aaf594455ca0e8f2af12,94455ca0e8f2af12] [qtp1225114731-852]  INFO [aai-resources,67ea57ba1510aaf594455ca0e8f2af12,94455ca0e8f2af12] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:10.851 [67ea57ba1510aaf594455ca0e8f2af12,94455ca0e8f2af12] [qtp1225114731-852] DEBUG [aai-resources,67ea57ba1510aaf594455ca0e8f2af12,94455ca0e8f2af12] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d01a31e6-9833-43cd-b415-2619469705fd","status":"200","rqstDate":"250331-08:52:10:842","respDate":"250331-08:52:10:851","sourceId":"haproxy:d01a31e6-9833-43cd-b415-2619469705fd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:52:10:842-76382\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8748ab25-798d-4455-9eb3-60c7e2027edb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d01a31e6-9833-43cd-b415-2619469705fd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:52:12.856 [67ea57bc42bf97fa2a84664de04c10cb,2a84664de04c10cb] [qtp1225114731-26]  INFO [aai-resources,67ea57bc42bf97fa2a84664de04c10cb,2a84664de04c10cb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:12.873 [67ea57bc42bf97fa2a84664de04c10cb,2a84664de04c10cb] [qtp1225114731-26] DEBUG [aai-resources,67ea57bc42bf97fa2a84664de04c10cb,2a84664de04c10cb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85778eb9-3e47-44a0-86b6-6f8f1e75f062","status":"200","rqstDate":"250331-08:52:12:856","respDate":"250331-08:52:12:873","sourceId":"haproxy:85778eb9-3e47-44a0-86b6-6f8f1e75f062","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:52:12:856-91306\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[50cd625b-33d4-48b1-8da9-d130488ed34e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[85778eb9-3e47-44a0-86b6-6f8f1e75f062]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:52:14.879 [67ea57bea1a35809ac71b62c40ded2d5,ac71b62c40ded2d5] [qtp1225114731-852]  INFO [aai-resources,67ea57bea1a35809ac71b62c40ded2d5,ac71b62c40ded2d5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:14.889 [67ea57bea1a35809ac71b62c40ded2d5,ac71b62c40ded2d5] [qtp1225114731-852] DEBUG [aai-resources,67ea57bea1a35809ac71b62c40ded2d5,ac71b62c40ded2d5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5cac4706-16fc-418b-9b09-c82254f9f898","status":"200","rqstDate":"250331-08:52:14:879","respDate":"250331-08:52:14:889","sourceId":"haproxy:5cac4706-16fc-418b-9b09-c82254f9f898","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:52:14:879-85091\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[222ba326-5ef1-4284-bfb6-e9c5b2364d4b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5cac4706-16fc-418b-9b09-c82254f9f898]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:52:16.896 [67ea57c0f59dc4f08ada493821715463,8ada493821715463] [qtp1225114731-26]  INFO [aai-resources,67ea57c0f59dc4f08ada493821715463,8ada493821715463] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:16.911 [67ea57c0f59dc4f08ada493821715463,8ada493821715463] [qtp1225114731-26] DEBUG [aai-resources,67ea57c0f59dc4f08ada493821715463,8ada493821715463] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aac1c334-dadd-4eac-a67a-0c42e6dde5e7","status":"200","rqstDate":"250331-08:52:16:896","respDate":"250331-08:52:16:910","sourceId":"haproxy:aac1c334-dadd-4eac-a67a-0c42e6dde5e7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:52:16:896-73216\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3800511b-c3bb-4706-89e6-a92b9945978e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aac1c334-dadd-4eac-a67a-0c42e6dde5e7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:52:18.918 [67ea57c2e9c834240f0d802f289e80d7,0f0d802f289e80d7] [qtp1225114731-852]  INFO [aai-resources,67ea57c2e9c834240f0d802f289e80d7,0f0d802f289e80d7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:18.930 [67ea57c2e9c834240f0d802f289e80d7,0f0d802f289e80d7] [qtp1225114731-852] DEBUG [aai-resources,67ea57c2e9c834240f0d802f289e80d7,0f0d802f289e80d7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a98c3d10-3b60-4702-864a-8efc7fd4a030","status":"200","rqstDate":"250331-08:52:18:918","respDate":"250331-08:52:18:930","sourceId":"haproxy:a98c3d10-3b60-4702-864a-8efc7fd4a030","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:52:18:918-64864\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4af1883b-e95e-4f40-9035-cb9c8cbccd64], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a98c3d10-3b60-4702-864a-8efc7fd4a030]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:52:20.937 [67ea57c449216ddd22d9340b0075ff7e,22d9340b0075ff7e] [qtp1225114731-26]  INFO [aai-resources,67ea57c449216ddd22d9340b0075ff7e,22d9340b0075ff7e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:20.958 [67ea57c449216ddd22d9340b0075ff7e,22d9340b0075ff7e] [qtp1225114731-26] DEBUG [aai-resources,67ea57c449216ddd22d9340b0075ff7e,22d9340b0075ff7e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"87f1027d-ec3e-407b-90bb-167c5530140d","status":"200","rqstDate":"250331-08:52:20:937","respDate":"250331-08:52:20:958","sourceId":"haproxy:87f1027d-ec3e-407b-90bb-167c5530140d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:52:20:937-87758\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[39e68b8c-04f5-40a4-a881-37703422945b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[87f1027d-ec3e-407b-90bb-167c5530140d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:52:22.965 [67ea57c6f234a6b52782e1d475ecd5d4,2782e1d475ecd5d4] [qtp1225114731-852]  INFO [aai-resources,67ea57c6f234a6b52782e1d475ecd5d4,2782e1d475ecd5d4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:22.979 [67ea57c6f234a6b52782e1d475ecd5d4,2782e1d475ecd5d4] [qtp1225114731-852] DEBUG [aai-resources,67ea57c6f234a6b52782e1d475ecd5d4,2782e1d475ecd5d4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"765389b5-4d78-48d6-a1ea-b34b968faa22","status":"200","rqstDate":"250331-08:52:22:965","respDate":"250331-08:52:22:978","sourceId":"haproxy:765389b5-4d78-48d6-a1ea-b34b968faa22","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:52:22:965-40526\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7116d5e8-b5be-45bc-9738-cb899f716f4f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[765389b5-4d78-48d6-a1ea-b34b968faa22]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:52:24.986 [67ea57c8f66105e1e039e7e07bf24c8d,e039e7e07bf24c8d] [qtp1225114731-26]  INFO [aai-resources,67ea57c8f66105e1e039e7e07bf24c8d,e039e7e07bf24c8d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:25.001 [67ea57c8f66105e1e039e7e07bf24c8d,e039e7e07bf24c8d] [qtp1225114731-26] DEBUG [aai-resources,67ea57c8f66105e1e039e7e07bf24c8d,e039e7e07bf24c8d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0ab38302-6eef-40d8-b023-512a39e9ee09","status":"200","rqstDate":"250331-08:52:24:986","respDate":"250331-08:52:25:001","sourceId":"haproxy:0ab38302-6eef-40d8-b023-512a39e9ee09","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:52:24:986-40684\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1d1ed296-1b75-4f97-a6a8-7184bfe18c0d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0ab38302-6eef-40d8-b023-512a39e9ee09]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:52:27.008 [67ea57cb2dce9e88b5c97965a89a5f05,b5c97965a89a5f05] [qtp1225114731-852]  INFO [aai-resources,67ea57cb2dce9e88b5c97965a89a5f05,b5c97965a89a5f05] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:27.020 [67ea57cb2dce9e88b5c97965a89a5f05,b5c97965a89a5f05] [qtp1225114731-852] DEBUG [aai-resources,67ea57cb2dce9e88b5c97965a89a5f05,b5c97965a89a5f05] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5d388616-c422-4650-ae6d-c35c65b25fee","status":"200","rqstDate":"250331-08:52:27:008","respDate":"250331-08:52:27:020","sourceId":"haproxy:5d388616-c422-4650-ae6d-c35c65b25fee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:52:27:008-86494\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[da8ac23a-be9b-418c-9f09-68bab4b15918], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5d388616-c422-4650-ae6d-c35c65b25fee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:52:29.026 [67ea57cd5129f0c2fd51879b68a352c8,fd51879b68a352c8] [qtp1225114731-26]  INFO [aai-resources,67ea57cd5129f0c2fd51879b68a352c8,fd51879b68a352c8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:29.037 [67ea57cd5129f0c2fd51879b68a352c8,fd51879b68a352c8] [qtp1225114731-26] DEBUG [aai-resources,67ea57cd5129f0c2fd51879b68a352c8,fd51879b68a352c8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7a7f78ba-997c-40fd-a212-d05ca1d68d18","status":"200","rqstDate":"250331-08:52:29:026","respDate":"250331-08:52:29:037","sourceId":"haproxy:7a7f78ba-997c-40fd-a212-d05ca1d68d18","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:52:29:026-69302\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3e04aa3f-5f55-4518-bf35-0340bf828a5f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7a7f78ba-997c-40fd-a212-d05ca1d68d18]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:52:31.042 [67ea57cf835164a4d1ffff7a2a2aecf7,d1ffff7a2a2aecf7] [qtp1225114731-852]  INFO [aai-resources,67ea57cf835164a4d1ffff7a2a2aecf7,d1ffff7a2a2aecf7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:31.057 [67ea57cf835164a4d1ffff7a2a2aecf7,d1ffff7a2a2aecf7] [qtp1225114731-852] DEBUG [aai-resources,67ea57cf835164a4d1ffff7a2a2aecf7,d1ffff7a2a2aecf7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0eb108ab-a957-4c4d-8b76-e60afc09fdff","status":"200","rqstDate":"250331-08:52:31:042","respDate":"250331-08:52:31:057","sourceId":"haproxy:0eb108ab-a957-4c4d-8b76-e60afc09fdff","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:52:31:042-93350\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ed0feccd-607f-4d77-b9fa-1409a86afe88], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0eb108ab-a957-4c4d-8b76-e60afc09fdff]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:52:33.063 [67ea57d1763d269899b3d5b12bba9cd3,99b3d5b12bba9cd3] [qtp1225114731-26]  INFO [aai-resources,67ea57d1763d269899b3d5b12bba9cd3,99b3d5b12bba9cd3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:33.073 [67ea57d1763d269899b3d5b12bba9cd3,99b3d5b12bba9cd3] [qtp1225114731-26] DEBUG [aai-resources,67ea57d1763d269899b3d5b12bba9cd3,99b3d5b12bba9cd3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"124e47e1-986d-4f63-bad1-38c684e08ba0","status":"200","rqstDate":"250331-08:52:33:063","respDate":"250331-08:52:33:073","sourceId":"haproxy:124e47e1-986d-4f63-bad1-38c684e08ba0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:52:33:063-9857\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e238aa39-0ce5-4a37-a478-8535077d661d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[124e47e1-986d-4f63-bad1-38c684e08ba0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:52:35.080 [67ea57d34918298a4c475a2dcc534d94,4c475a2dcc534d94] [qtp1225114731-852]  INFO [aai-resources,67ea57d34918298a4c475a2dcc534d94,4c475a2dcc534d94] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:35.094 [67ea57d34918298a4c475a2dcc534d94,4c475a2dcc534d94] [qtp1225114731-852] DEBUG [aai-resources,67ea57d34918298a4c475a2dcc534d94,4c475a2dcc534d94] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c27c416f-0c68-4f12-a7c0-8b5d7fe220fb","status":"200","rqstDate":"250331-08:52:35:080","respDate":"250331-08:52:35:093","sourceId":"haproxy:c27c416f-0c68-4f12-a7c0-8b5d7fe220fb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:52:35:080-98447\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9f07af6f-6c90-45b5-9aaf-66d11cc62a21], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c27c416f-0c68-4f12-a7c0-8b5d7fe220fb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:52:37.099 [67ea57d58965d2d919c0440a2ab41a03,19c0440a2ab41a03] [qtp1225114731-26]  INFO [aai-resources,67ea57d58965d2d919c0440a2ab41a03,19c0440a2ab41a03] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:37.112 [67ea57d58965d2d919c0440a2ab41a03,19c0440a2ab41a03] [qtp1225114731-26] DEBUG [aai-resources,67ea57d58965d2d919c0440a2ab41a03,19c0440a2ab41a03] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df06b490-759d-43a7-be04-d4d4907d60e0","status":"200","rqstDate":"250331-08:52:37:099","respDate":"250331-08:52:37:112","sourceId":"haproxy:df06b490-759d-43a7-be04-d4d4907d60e0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:52:37:099-15622\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[31b5ae7b-6d4f-426e-8a85-749641bee49b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df06b490-759d-43a7-be04-d4d4907d60e0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:52:39.118 [67ea57d79e42518fec1fe703221e9896,ec1fe703221e9896] [qtp1225114731-852]  INFO [aai-resources,67ea57d79e42518fec1fe703221e9896,ec1fe703221e9896] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:39.131 [67ea57d79e42518fec1fe703221e9896,ec1fe703221e9896] [qtp1225114731-852] DEBUG [aai-resources,67ea57d79e42518fec1fe703221e9896,ec1fe703221e9896] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0af24608-fe79-495f-b4cd-456caa56a115","status":"200","rqstDate":"250331-08:52:39:118","respDate":"250331-08:52:39:131","sourceId":"haproxy:0af24608-fe79-495f-b4cd-456caa56a115","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:52:39:118-15106\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d12d9885-2b86-4954-8f23-9d08b3fae7eb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0af24608-fe79-495f-b4cd-456caa56a115]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:52:41.138 [67ea57d966e01ecef965d4009e8e4825,f965d4009e8e4825] [qtp1225114731-26]  INFO [aai-resources,67ea57d966e01ecef965d4009e8e4825,f965d4009e8e4825] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:41.152 [67ea57d966e01ecef965d4009e8e4825,f965d4009e8e4825] [qtp1225114731-26] DEBUG [aai-resources,67ea57d966e01ecef965d4009e8e4825,f965d4009e8e4825] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1f6289ad-7b9d-4454-b61c-27ce24c552e6","status":"200","rqstDate":"250331-08:52:41:139","respDate":"250331-08:52:41:152","sourceId":"haproxy:1f6289ad-7b9d-4454-b61c-27ce24c552e6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:52:41:139-9128\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[686574ef-d271-4d73-982f-362ba8924f01], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1f6289ad-7b9d-4454-b61c-27ce24c552e6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:52:43.159 [67ea57db06062c3516f383fe18a59a31,16f383fe18a59a31] [qtp1225114731-852]  INFO [aai-resources,67ea57db06062c3516f383fe18a59a31,16f383fe18a59a31] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:43.171 [67ea57db06062c3516f383fe18a59a31,16f383fe18a59a31] [qtp1225114731-852] DEBUG [aai-resources,67ea57db06062c3516f383fe18a59a31,16f383fe18a59a31] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e625fe63-081f-48b6-85c5-e2ccf96b4622","status":"200","rqstDate":"250331-08:52:43:159","respDate":"250331-08:52:43:171","sourceId":"haproxy:e625fe63-081f-48b6-85c5-e2ccf96b4622","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:52:43:159-37092\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4951f463-db32-4656-b41b-41214ded7030], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e625fe63-081f-48b6-85c5-e2ccf96b4622]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:52:45.177 [67ea57dda46400664c0c20530a2e1261,4c0c20530a2e1261] [qtp1225114731-26]  INFO [aai-resources,67ea57dda46400664c0c20530a2e1261,4c0c20530a2e1261] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:45.187 [67ea57dda46400664c0c20530a2e1261,4c0c20530a2e1261] [qtp1225114731-26] DEBUG [aai-resources,67ea57dda46400664c0c20530a2e1261,4c0c20530a2e1261] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2eec7787-4ff3-4464-86ec-ae728ea9d228","status":"200","rqstDate":"250331-08:52:45:177","respDate":"250331-08:52:45:187","sourceId":"haproxy:2eec7787-4ff3-4464-86ec-ae728ea9d228","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:52:45:177-27230\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e3682d2c-11c8-41c7-afff-3acf6800be8b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2eec7787-4ff3-4464-86ec-ae728ea9d228]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:52:47.193 [67ea57dfc2d1150c42abee7d335f19cd,42abee7d335f19cd] [qtp1225114731-852]  INFO [aai-resources,67ea57dfc2d1150c42abee7d335f19cd,42abee7d335f19cd] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:47.206 [67ea57dfc2d1150c42abee7d335f19cd,42abee7d335f19cd] [qtp1225114731-852] DEBUG [aai-resources,67ea57dfc2d1150c42abee7d335f19cd,42abee7d335f19cd] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"89907205-137c-4a01-9a1c-4f0484f1d9c8","status":"200","rqstDate":"250331-08:52:47:193","respDate":"250331-08:52:47:206","sourceId":"haproxy:89907205-137c-4a01-9a1c-4f0484f1d9c8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:52:47:193-58400\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[889d9ed2-4a7e-4146-9fc5-af434ce78c9d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[89907205-137c-4a01-9a1c-4f0484f1d9c8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:52:49.211 [67ea57e1dabc792a607e8660270dd378,607e8660270dd378] [qtp1225114731-26]  INFO [aai-resources,67ea57e1dabc792a607e8660270dd378,607e8660270dd378] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:49.224 [67ea57e1dabc792a607e8660270dd378,607e8660270dd378] [qtp1225114731-26] DEBUG [aai-resources,67ea57e1dabc792a607e8660270dd378,607e8660270dd378] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"240654f7-2a4e-49b1-8737-aa729d71f4ef","status":"200","rqstDate":"250331-08:52:49:211","respDate":"250331-08:52:49:223","sourceId":"haproxy:240654f7-2a4e-49b1-8737-aa729d71f4ef","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:52:49:211-40004\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2578a163-d52a-4676-bc7a-b9e65607b442], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[240654f7-2a4e-49b1-8737-aa729d71f4ef]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:52:51.231 [67ea57e3a8258d40b899b8ec3a4e5745,b899b8ec3a4e5745] [qtp1225114731-852]  INFO [aai-resources,67ea57e3a8258d40b899b8ec3a4e5745,b899b8ec3a4e5745] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:51.245 [67ea57e3a8258d40b899b8ec3a4e5745,b899b8ec3a4e5745] [qtp1225114731-852] DEBUG [aai-resources,67ea57e3a8258d40b899b8ec3a4e5745,b899b8ec3a4e5745] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c65c2fcc-6d1f-46aa-aaee-3a6970a152ab","status":"200","rqstDate":"250331-08:52:51:231","respDate":"250331-08:52:51:245","sourceId":"haproxy:c65c2fcc-6d1f-46aa-aaee-3a6970a152ab","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:52:51:231-83918\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eb4d29fb-eec8-4cc1-b189-27fde8c78812], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c65c2fcc-6d1f-46aa-aaee-3a6970a152ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:52:53.250 [67ea57e5130e21c17453046afb974f77,7453046afb974f77] [qtp1225114731-26]  INFO [aai-resources,67ea57e5130e21c17453046afb974f77,7453046afb974f77] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:53.263 [67ea57e5130e21c17453046afb974f77,7453046afb974f77] [qtp1225114731-26] DEBUG [aai-resources,67ea57e5130e21c17453046afb974f77,7453046afb974f77] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"32cdf267-c8f1-475d-a147-212af75328ec","status":"200","rqstDate":"250331-08:52:53:251","respDate":"250331-08:52:53:262","sourceId":"haproxy:32cdf267-c8f1-475d-a147-212af75328ec","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:52:53:251-41795\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0a39ac6f-d819-49a6-8e39-7b82e75be642], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[32cdf267-c8f1-475d-a147-212af75328ec]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:52:55.270 [67ea57e7cfb45568ac17170786048c01,ac17170786048c01] [qtp1225114731-852]  INFO [aai-resources,67ea57e7cfb45568ac17170786048c01,ac17170786048c01] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:55.285 [67ea57e7cfb45568ac17170786048c01,ac17170786048c01] [qtp1225114731-852] DEBUG [aai-resources,67ea57e7cfb45568ac17170786048c01,ac17170786048c01] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1e590caa-3f69-4c4a-9d66-9604d58864c7","status":"200","rqstDate":"250331-08:52:55:271","respDate":"250331-08:52:55:285","sourceId":"haproxy:1e590caa-3f69-4c4a-9d66-9604d58864c7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:52:55:271-52585\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[efc3979d-d8be-44e7-8fe9-68e49a061872], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1e590caa-3f69-4c4a-9d66-9604d58864c7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:52:57.294 [67ea57e9739dac077575a2e86bdbddbe,7575a2e86bdbddbe] [qtp1225114731-26]  INFO [aai-resources,67ea57e9739dac077575a2e86bdbddbe,7575a2e86bdbddbe] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:57.307 [67ea57e9739dac077575a2e86bdbddbe,7575a2e86bdbddbe] [qtp1225114731-26] DEBUG [aai-resources,67ea57e9739dac077575a2e86bdbddbe,7575a2e86bdbddbe] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0cb6ee09-c294-4dec-9fc7-17fe7197dc88","status":"200","rqstDate":"250331-08:52:57:294","respDate":"250331-08:52:57:307","sourceId":"haproxy:0cb6ee09-c294-4dec-9fc7-17fe7197dc88","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:52:57:294-95908\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[38b61760-a37d-440a-804b-bf84634e1201], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0cb6ee09-c294-4dec-9fc7-17fe7197dc88]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:52:59.318 [67ea57eb8848d6ac88d1aa6c32b3ecfe,88d1aa6c32b3ecfe] [qtp1225114731-852]  INFO [aai-resources,67ea57eb8848d6ac88d1aa6c32b3ecfe,88d1aa6c32b3ecfe] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:52:59.331 [67ea57eb8848d6ac88d1aa6c32b3ecfe,88d1aa6c32b3ecfe] [qtp1225114731-852] DEBUG [aai-resources,67ea57eb8848d6ac88d1aa6c32b3ecfe,88d1aa6c32b3ecfe] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3511baf9-13c6-4156-aebb-de2b5de7cf91","status":"200","rqstDate":"250331-08:52:59:318","respDate":"250331-08:52:59:331","sourceId":"haproxy:3511baf9-13c6-4156-aebb-de2b5de7cf91","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:52:59:318-44291\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[126bfadd-f49b-4298-b6f6-337e68ffd5d1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3511baf9-13c6-4156-aebb-de2b5de7cf91]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:52:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:53:01.337 [67ea57ed9bc3c20146a1a1a2611cee2e,46a1a1a2611cee2e] [qtp1225114731-26]  INFO [aai-resources,67ea57ed9bc3c20146a1a1a2611cee2e,46a1a1a2611cee2e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:01.351 [67ea57ed9bc3c20146a1a1a2611cee2e,46a1a1a2611cee2e] [qtp1225114731-26] DEBUG [aai-resources,67ea57ed9bc3c20146a1a1a2611cee2e,46a1a1a2611cee2e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"deea65c8-d779-4c60-8c5d-c5d6e4c4fe00","status":"200","rqstDate":"250331-08:53:01:337","respDate":"250331-08:53:01:351","sourceId":"haproxy:deea65c8-d779-4c60-8c5d-c5d6e4c4fe00","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:53:01:337-85372\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2687b516-353e-43c3-a114-73356a6395e1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[deea65c8-d779-4c60-8c5d-c5d6e4c4fe00]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:53:03.359 [67ea57eff07fc53f63f5dd30cbba6a97,63f5dd30cbba6a97] [qtp1225114731-852]  INFO [aai-resources,67ea57eff07fc53f63f5dd30cbba6a97,63f5dd30cbba6a97] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:03.370 [67ea57eff07fc53f63f5dd30cbba6a97,63f5dd30cbba6a97] [qtp1225114731-852] DEBUG [aai-resources,67ea57eff07fc53f63f5dd30cbba6a97,63f5dd30cbba6a97] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8ffed2a4-9f67-4ba5-b6bb-fab6bc22eacd","status":"200","rqstDate":"250331-08:53:03:359","respDate":"250331-08:53:03:370","sourceId":"haproxy:8ffed2a4-9f67-4ba5-b6bb-fab6bc22eacd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:53:03:359-22970\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e338afe4-5c17-47a2-9435-4444923fbf07], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8ffed2a4-9f67-4ba5-b6bb-fab6bc22eacd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:53:05.376 [67ea57f1b898a8bf50faa6f37b1a6063,50faa6f37b1a6063] [qtp1225114731-26]  INFO [aai-resources,67ea57f1b898a8bf50faa6f37b1a6063,50faa6f37b1a6063] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:05.394 [67ea57f1b898a8bf50faa6f37b1a6063,50faa6f37b1a6063] [qtp1225114731-26] DEBUG [aai-resources,67ea57f1b898a8bf50faa6f37b1a6063,50faa6f37b1a6063] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3d8a387f-64e5-4154-9a7a-29f74f003d4f","status":"200","rqstDate":"250331-08:53:05:376","respDate":"250331-08:53:05:394","sourceId":"haproxy:3d8a387f-64e5-4154-9a7a-29f74f003d4f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:53:05:376-66032\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a5ab2f7b-2c83-4d13-96b4-eb81bf39248d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3d8a387f-64e5-4154-9a7a-29f74f003d4f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:53:07.400 [67ea57f3aea40284a9a33a13162206f3,a9a33a13162206f3] [qtp1225114731-852]  INFO [aai-resources,67ea57f3aea40284a9a33a13162206f3,a9a33a13162206f3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:07.416 [67ea57f3aea40284a9a33a13162206f3,a9a33a13162206f3] [qtp1225114731-852] DEBUG [aai-resources,67ea57f3aea40284a9a33a13162206f3,a9a33a13162206f3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"43bfbdd4-88f3-4ab6-9755-c8d969e1171c","status":"200","rqstDate":"250331-08:53:07:400","respDate":"250331-08:53:07:416","sourceId":"haproxy:43bfbdd4-88f3-4ab6-9755-c8d969e1171c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:53:07:400-9860\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e205dcf1-d524-415f-b320-3457b2040f8e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[43bfbdd4-88f3-4ab6-9755-c8d969e1171c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:53:09.423 [67ea57f533d172ae48cbe86cf9e78685,48cbe86cf9e78685] [qtp1225114731-26]  INFO [aai-resources,67ea57f533d172ae48cbe86cf9e78685,48cbe86cf9e78685] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:09.439 [67ea57f533d172ae48cbe86cf9e78685,48cbe86cf9e78685] [qtp1225114731-26] DEBUG [aai-resources,67ea57f533d172ae48cbe86cf9e78685,48cbe86cf9e78685] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"333a04d5-fe11-4208-8580-edb21788f1dc","status":"200","rqstDate":"250331-08:53:09:423","respDate":"250331-08:53:09:438","sourceId":"haproxy:333a04d5-fe11-4208-8580-edb21788f1dc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:53:09:423-65349\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[18f1c352-abff-4f05-bafe-9b68e3aa7e55], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[333a04d5-fe11-4208-8580-edb21788f1dc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:53:11.445 [67ea57f73bfe4b4d042b74e38fbd5f77,042b74e38fbd5f77] [qtp1225114731-852]  INFO [aai-resources,67ea57f73bfe4b4d042b74e38fbd5f77,042b74e38fbd5f77] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:11.458 [67ea57f73bfe4b4d042b74e38fbd5f77,042b74e38fbd5f77] [qtp1225114731-852] DEBUG [aai-resources,67ea57f73bfe4b4d042b74e38fbd5f77,042b74e38fbd5f77] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c3a40ab-ee4c-4712-a777-1d01ab1f51cf","status":"200","rqstDate":"250331-08:53:11:445","respDate":"250331-08:53:11:458","sourceId":"haproxy:7c3a40ab-ee4c-4712-a777-1d01ab1f51cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:53:11:445-68329\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[449644e8-5083-4315-a64d-3071839a4ba5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c3a40ab-ee4c-4712-a777-1d01ab1f51cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:53:13.464 [67ea57f93951c8f8c48c16436048d237,c48c16436048d237] [qtp1225114731-26]  INFO [aai-resources,67ea57f93951c8f8c48c16436048d237,c48c16436048d237] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:13.479 [67ea57f93951c8f8c48c16436048d237,c48c16436048d237] [qtp1225114731-26] DEBUG [aai-resources,67ea57f93951c8f8c48c16436048d237,c48c16436048d237] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"adb22bff-ed9b-485f-bb73-6647d276bfcf","status":"200","rqstDate":"250331-08:53:13:464","respDate":"250331-08:53:13:478","sourceId":"haproxy:adb22bff-ed9b-485f-bb73-6647d276bfcf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:53:13:464-72194\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c92b4ee-8b71-4666-a53c-59f7628d277d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[adb22bff-ed9b-485f-bb73-6647d276bfcf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:53:15.485 [67ea57fbf16c706d4ac4bcb615c54b24,4ac4bcb615c54b24] [qtp1225114731-852]  INFO [aai-resources,67ea57fbf16c706d4ac4bcb615c54b24,4ac4bcb615c54b24] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:15.494 [67ea57fbf16c706d4ac4bcb615c54b24,4ac4bcb615c54b24] [qtp1225114731-852] DEBUG [aai-resources,67ea57fbf16c706d4ac4bcb615c54b24,4ac4bcb615c54b24] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"810fd1dd-ce45-40d9-a881-5486ecd9be21","status":"200","rqstDate":"250331-08:53:15:485","respDate":"250331-08:53:15:494","sourceId":"haproxy:810fd1dd-ce45-40d9-a881-5486ecd9be21","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:53:15:485-93583\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[adafa340-2e0f-49c8-889a-0e9587b821e1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[810fd1dd-ce45-40d9-a881-5486ecd9be21]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:53:17.501 [67ea57fdffb1711ba17fed87ca742ab2,a17fed87ca742ab2] [qtp1225114731-26]  INFO [aai-resources,67ea57fdffb1711ba17fed87ca742ab2,a17fed87ca742ab2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:17.516 [67ea57fdffb1711ba17fed87ca742ab2,a17fed87ca742ab2] [qtp1225114731-26] DEBUG [aai-resources,67ea57fdffb1711ba17fed87ca742ab2,a17fed87ca742ab2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d14a62f2-8979-44cd-9992-b318bbd690d0","status":"200","rqstDate":"250331-08:53:17:501","respDate":"250331-08:53:17:516","sourceId":"haproxy:d14a62f2-8979-44cd-9992-b318bbd690d0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:53:17:501-61753\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a1bd8ddf-ebde-4be4-9e9a-ee114df33d90], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d14a62f2-8979-44cd-9992-b318bbd690d0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:53:19.522 [67ea57ffe11e34376eb598a3067e5219,6eb598a3067e5219] [qtp1225114731-852]  INFO [aai-resources,67ea57ffe11e34376eb598a3067e5219,6eb598a3067e5219] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:19.534 [67ea57ffe11e34376eb598a3067e5219,6eb598a3067e5219] [qtp1225114731-852] DEBUG [aai-resources,67ea57ffe11e34376eb598a3067e5219,6eb598a3067e5219] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f4828a5-ea4b-4016-9a94-5f9bc5e8087f","status":"200","rqstDate":"250331-08:53:19:522","respDate":"250331-08:53:19:534","sourceId":"haproxy:0f4828a5-ea4b-4016-9a94-5f9bc5e8087f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:53:19:522-64295\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[81334592-12ce-4ff6-9a71-5517cca7136a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0f4828a5-ea4b-4016-9a94-5f9bc5e8087f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:53:21.539 [67ea58018370243294d8af41b47f7157,94d8af41b47f7157] [qtp1225114731-26]  INFO [aai-resources,67ea58018370243294d8af41b47f7157,94d8af41b47f7157] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:21.552 [67ea58018370243294d8af41b47f7157,94d8af41b47f7157] [qtp1225114731-26] DEBUG [aai-resources,67ea58018370243294d8af41b47f7157,94d8af41b47f7157] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8498f4e6-0e36-4c19-ba64-7168b75fe61c","status":"200","rqstDate":"250331-08:53:21:539","respDate":"250331-08:53:21:552","sourceId":"haproxy:8498f4e6-0e36-4c19-ba64-7168b75fe61c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:53:21:539-29987\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[308ceba2-b28f-42df-9fb6-a9dc5fbd96a9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8498f4e6-0e36-4c19-ba64-7168b75fe61c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:53:23.558 [67ea5803e497a42524401ba822e79717,24401ba822e79717] [qtp1225114731-852]  INFO [aai-resources,67ea5803e497a42524401ba822e79717,24401ba822e79717] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:23.571 [67ea5803e497a42524401ba822e79717,24401ba822e79717] [qtp1225114731-852] DEBUG [aai-resources,67ea5803e497a42524401ba822e79717,24401ba822e79717] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a8978ba6-797e-4489-a7df-7f6f58c6874f","status":"200","rqstDate":"250331-08:53:23:559","respDate":"250331-08:53:23:571","sourceId":"haproxy:a8978ba6-797e-4489-a7df-7f6f58c6874f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:53:23:559-21838\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[82cdf1fa-84a1-40b2-8625-fc118774175d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a8978ba6-797e-4489-a7df-7f6f58c6874f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:53:25.577 [67ea5805dda79c7d838de3c853cf6d32,838de3c853cf6d32] [qtp1225114731-26]  INFO [aai-resources,67ea5805dda79c7d838de3c853cf6d32,838de3c853cf6d32] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:25.597 [67ea5805dda79c7d838de3c853cf6d32,838de3c853cf6d32] [qtp1225114731-26] DEBUG [aai-resources,67ea5805dda79c7d838de3c853cf6d32,838de3c853cf6d32] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3f74ce0a-dba4-44d4-91c5-26a03b51ab86","status":"200","rqstDate":"250331-08:53:25:578","respDate":"250331-08:53:25:597","sourceId":"haproxy:3f74ce0a-dba4-44d4-91c5-26a03b51ab86","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:53:25:578-71081\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2c668db0-1b42-4b36-aad7-324d1f9df95f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3f74ce0a-dba4-44d4-91c5-26a03b51ab86]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:53:27.602 [67ea58077e360e143995114de64213d3,3995114de64213d3] [qtp1225114731-852]  INFO [aai-resources,67ea58077e360e143995114de64213d3,3995114de64213d3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:27.616 [67ea58077e360e143995114de64213d3,3995114de64213d3] [qtp1225114731-852] DEBUG [aai-resources,67ea58077e360e143995114de64213d3,3995114de64213d3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"05e98b20-4f16-4e76-b500-f6e86cdbb8b2","status":"200","rqstDate":"250331-08:53:27:603","respDate":"250331-08:53:27:616","sourceId":"haproxy:05e98b20-4f16-4e76-b500-f6e86cdbb8b2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:53:27:603-33663\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ab60432b-ce76-43f7-8279-2854815bce11], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[05e98b20-4f16-4e76-b500-f6e86cdbb8b2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:53:29.629 [67ea58091f944cb194a1e0504190982f,94a1e0504190982f] [qtp1225114731-26]  INFO [aai-resources,67ea58091f944cb194a1e0504190982f,94a1e0504190982f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:29.643 [67ea58091f944cb194a1e0504190982f,94a1e0504190982f] [qtp1225114731-26] DEBUG [aai-resources,67ea58091f944cb194a1e0504190982f,94a1e0504190982f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4d2cefd9-6662-4861-b4d6-bcc169c72818","status":"200","rqstDate":"250331-08:53:29:629","respDate":"250331-08:53:29:642","sourceId":"haproxy:4d2cefd9-6662-4861-b4d6-bcc169c72818","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:53:29:629-47946\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[828298e6-6fbf-46ce-8971-f32f99168d6d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4d2cefd9-6662-4861-b4d6-bcc169c72818]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:53:31.651 [67ea580b9923d0461bda9e52554ca6ed,1bda9e52554ca6ed] [qtp1225114731-852]  INFO [aai-resources,67ea580b9923d0461bda9e52554ca6ed,1bda9e52554ca6ed] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:31.666 [67ea580b9923d0461bda9e52554ca6ed,1bda9e52554ca6ed] [qtp1225114731-852] DEBUG [aai-resources,67ea580b9923d0461bda9e52554ca6ed,1bda9e52554ca6ed] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"66be7d8c-aae0-4b4e-b759-a219f478c976","status":"200","rqstDate":"250331-08:53:31:651","respDate":"250331-08:53:31:666","sourceId":"haproxy:66be7d8c-aae0-4b4e-b759-a219f478c976","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:53:31:651-6684\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[40d1ccad-8e2a-4a3e-b46c-62973f86b270], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[66be7d8c-aae0-4b4e-b759-a219f478c976]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:53:33.672 [67ea580de8ab56241f75727eddd464e6,1f75727eddd464e6] [qtp1225114731-26]  INFO [aai-resources,67ea580de8ab56241f75727eddd464e6,1f75727eddd464e6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:33.683 [67ea580de8ab56241f75727eddd464e6,1f75727eddd464e6] [qtp1225114731-26] DEBUG [aai-resources,67ea580de8ab56241f75727eddd464e6,1f75727eddd464e6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"53efa3a5-c288-4de9-98fc-0deb8c8eab1f","status":"200","rqstDate":"250331-08:53:33:672","respDate":"250331-08:53:33:683","sourceId":"haproxy:53efa3a5-c288-4de9-98fc-0deb8c8eab1f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:53:33:672-90492\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[87c3099d-380d-4dc2-8078-17342f027b52], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[53efa3a5-c288-4de9-98fc-0deb8c8eab1f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:53:35.689 [67ea580ff3a02b376dc55bc32f2f0750,6dc55bc32f2f0750] [qtp1225114731-852]  INFO [aai-resources,67ea580ff3a02b376dc55bc32f2f0750,6dc55bc32f2f0750] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:35.703 [67ea580ff3a02b376dc55bc32f2f0750,6dc55bc32f2f0750] [qtp1225114731-852] DEBUG [aai-resources,67ea580ff3a02b376dc55bc32f2f0750,6dc55bc32f2f0750] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"940a0021-d41e-4fd2-b152-a9b27e7a6673","status":"200","rqstDate":"250331-08:53:35:690","respDate":"250331-08:53:35:702","sourceId":"haproxy:940a0021-d41e-4fd2-b152-a9b27e7a6673","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:53:35:690-17153\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6790fc89-e713-41a4-a3cc-9321874f4114], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[940a0021-d41e-4fd2-b152-a9b27e7a6673]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:53:37.710 [67ea5811341c15fc8212a633287860f9,8212a633287860f9] [qtp1225114731-26]  INFO [aai-resources,67ea5811341c15fc8212a633287860f9,8212a633287860f9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:37.721 [67ea5811341c15fc8212a633287860f9,8212a633287860f9] [qtp1225114731-26] DEBUG [aai-resources,67ea5811341c15fc8212a633287860f9,8212a633287860f9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"098a5e89-9c58-403e-a66d-d5f169dcc583","status":"200","rqstDate":"250331-08:53:37:710","respDate":"250331-08:53:37:721","sourceId":"haproxy:098a5e89-9c58-403e-a66d-d5f169dcc583","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:53:37:710-66672\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a0192b74-bbed-4d2c-aefa-6870a8b50d43], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[098a5e89-9c58-403e-a66d-d5f169dcc583]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:53:39.728 [67ea5813e60ad39fb432feb74f0880e5,b432feb74f0880e5] [qtp1225114731-852]  INFO [aai-resources,67ea5813e60ad39fb432feb74f0880e5,b432feb74f0880e5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:39.748 [67ea5813e60ad39fb432feb74f0880e5,b432feb74f0880e5] [qtp1225114731-852] DEBUG [aai-resources,67ea5813e60ad39fb432feb74f0880e5,b432feb74f0880e5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2d06b89c-d452-4a46-a8f0-d5142d0f5bdc","status":"200","rqstDate":"250331-08:53:39:728","respDate":"250331-08:53:39:748","sourceId":"haproxy:2d06b89c-d452-4a46-a8f0-d5142d0f5bdc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:53:39:728-93599\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9b7a0cfd-7c2a-4f2b-b0b6-e71006852a88], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2d06b89c-d452-4a46-a8f0-d5142d0f5bdc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:53:41.756 [67ea581527a0f9b7b520064f557f39e8,b520064f557f39e8] [qtp1225114731-26]  INFO [aai-resources,67ea581527a0f9b7b520064f557f39e8,b520064f557f39e8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:41.777 [67ea581527a0f9b7b520064f557f39e8,b520064f557f39e8] [qtp1225114731-26] DEBUG [aai-resources,67ea581527a0f9b7b520064f557f39e8,b520064f557f39e8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"88e72784-2db4-45cd-9e7f-74d6e92ceae2","status":"200","rqstDate":"250331-08:53:41:756","respDate":"250331-08:53:41:777","sourceId":"haproxy:88e72784-2db4-45cd-9e7f-74d6e92ceae2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:53:41:756-52422\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f8b6954c-d2f5-4ddc-90b6-606aa8822a18], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[88e72784-2db4-45cd-9e7f-74d6e92ceae2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 08:53:43.783 [67ea5817dd6e070ef136d9921325f001,f136d9921325f001] [qtp1225114731-852]  INFO [aai-resources,67ea5817dd6e070ef136d9921325f001,f136d9921325f001] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:43.800 [67ea5817dd6e070ef136d9921325f001,f136d9921325f001] [qtp1225114731-852] DEBUG [aai-resources,67ea5817dd6e070ef136d9921325f001,f136d9921325f001] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58e3b94c-1464-4db5-9e80-ba1d636c6861","status":"200","rqstDate":"250331-08:53:43:783","respDate":"250331-08:53:43:800","sourceId":"haproxy:58e3b94c-1464-4db5-9e80-ba1d636c6861","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:53:43:783-46269\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e3c8da2b-8e3a-480f-bb8c-cd67672b4115], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[58e3b94c-1464-4db5-9e80-ba1d636c6861]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:53:45.807 [67ea5819ed57e7e51861ff05abf1c502,1861ff05abf1c502] [qtp1225114731-26]  INFO [aai-resources,67ea5819ed57e7e51861ff05abf1c502,1861ff05abf1c502] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:45.817 [67ea5819ed57e7e51861ff05abf1c502,1861ff05abf1c502] [qtp1225114731-26] DEBUG [aai-resources,67ea5819ed57e7e51861ff05abf1c502,1861ff05abf1c502] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f3edf1ff-c1ac-40f7-8fdf-c41fddf4e889","status":"200","rqstDate":"250331-08:53:45:807","respDate":"250331-08:53:45:817","sourceId":"haproxy:f3edf1ff-c1ac-40f7-8fdf-c41fddf4e889","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:53:45:807-3579\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6cafb75d-ac10-49e0-9b67-5659dd7171fe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f3edf1ff-c1ac-40f7-8fdf-c41fddf4e889]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:53:47.824 [67ea581bc609e58278a49a4cc699c88a,78a49a4cc699c88a] [qtp1225114731-852]  INFO [aai-resources,67ea581bc609e58278a49a4cc699c88a,78a49a4cc699c88a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:47.835 [67ea581bc609e58278a49a4cc699c88a,78a49a4cc699c88a] [qtp1225114731-852] DEBUG [aai-resources,67ea581bc609e58278a49a4cc699c88a,78a49a4cc699c88a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3abdf8a8-d66c-4908-8453-293cb46f8520","status":"200","rqstDate":"250331-08:53:47:824","respDate":"250331-08:53:47:835","sourceId":"haproxy:3abdf8a8-d66c-4908-8453-293cb46f8520","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:53:47:824-31931\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c177dc7e-f83d-455c-9fc5-16015377a561], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3abdf8a8-d66c-4908-8453-293cb46f8520]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:53:49.842 [67ea581d7d8a6b45dc75c7ec971090e4,dc75c7ec971090e4] [qtp1225114731-26]  INFO [aai-resources,67ea581d7d8a6b45dc75c7ec971090e4,dc75c7ec971090e4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:49.855 [67ea581d7d8a6b45dc75c7ec971090e4,dc75c7ec971090e4] [qtp1225114731-26] DEBUG [aai-resources,67ea581d7d8a6b45dc75c7ec971090e4,dc75c7ec971090e4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"159d4a14-3e70-48e6-a1d6-82e228d9f1de","status":"200","rqstDate":"250331-08:53:49:842","respDate":"250331-08:53:49:855","sourceId":"haproxy:159d4a14-3e70-48e6-a1d6-82e228d9f1de","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:53:49:842-75920\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b67fc224-1ec6-40c7-840a-4ebf7583ea38], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[159d4a14-3e70-48e6-a1d6-82e228d9f1de]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:53:51.862 [67ea581fdc37246397c5ef37024b56ad,97c5ef37024b56ad] [qtp1225114731-852]  INFO [aai-resources,67ea581fdc37246397c5ef37024b56ad,97c5ef37024b56ad] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:51.876 [67ea581fdc37246397c5ef37024b56ad,97c5ef37024b56ad] [qtp1225114731-852] DEBUG [aai-resources,67ea581fdc37246397c5ef37024b56ad,97c5ef37024b56ad] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8da5ad9e-8011-426a-b9d2-8e3379726e6c","status":"200","rqstDate":"250331-08:53:51:862","respDate":"250331-08:53:51:876","sourceId":"haproxy:8da5ad9e-8011-426a-b9d2-8e3379726e6c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:53:51:862-9309\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7c014181-95de-47da-b372-7ef7b2043fd1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8da5ad9e-8011-426a-b9d2-8e3379726e6c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:53:53.881 [67ea58219801c95682bce7fd7e9b90cf,82bce7fd7e9b90cf] [qtp1225114731-26]  INFO [aai-resources,67ea58219801c95682bce7fd7e9b90cf,82bce7fd7e9b90cf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:53.896 [67ea58219801c95682bce7fd7e9b90cf,82bce7fd7e9b90cf] [qtp1225114731-26] DEBUG [aai-resources,67ea58219801c95682bce7fd7e9b90cf,82bce7fd7e9b90cf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dbe40d71-c327-4705-852f-c12c4f78e27f","status":"200","rqstDate":"250331-08:53:53:881","respDate":"250331-08:53:53:896","sourceId":"haproxy:dbe40d71-c327-4705-852f-c12c4f78e27f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:53:53:881-39294\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[575e97e9-ecb6-4782-a80e-02eb3e7bb895], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dbe40d71-c327-4705-852f-c12c4f78e27f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:53:55.901 [67ea582384c4f4aa68e75a75de66745a,68e75a75de66745a] [qtp1225114731-852]  INFO [aai-resources,67ea582384c4f4aa68e75a75de66745a,68e75a75de66745a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:55.917 [67ea582384c4f4aa68e75a75de66745a,68e75a75de66745a] [qtp1225114731-852] DEBUG [aai-resources,67ea582384c4f4aa68e75a75de66745a,68e75a75de66745a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dcee4263-c21f-4507-8e2f-beca85de06ca","status":"200","rqstDate":"250331-08:53:55:901","respDate":"250331-08:53:55:917","sourceId":"haproxy:dcee4263-c21f-4507-8e2f-beca85de06ca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:53:55:901-25320\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f2a15908-a937-44d3-b734-f5abb07622d6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dcee4263-c21f-4507-8e2f-beca85de06ca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:53:57.923 [67ea5825f74ca2a6a24061d621f1a600,a24061d621f1a600] [qtp1225114731-26]  INFO [aai-resources,67ea5825f74ca2a6a24061d621f1a600,a24061d621f1a600] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:57.934 [67ea5825f74ca2a6a24061d621f1a600,a24061d621f1a600] [qtp1225114731-26] DEBUG [aai-resources,67ea5825f74ca2a6a24061d621f1a600,a24061d621f1a600] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"956f5e59-754e-49c1-ad81-f85688f22119","status":"200","rqstDate":"250331-08:53:57:923","respDate":"250331-08:53:57:934","sourceId":"haproxy:956f5e59-754e-49c1-ad81-f85688f22119","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:53:57:923-46405\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[875897f5-ff36-4db0-8783-699d084c2afc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[956f5e59-754e-49c1-ad81-f85688f22119]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:53:59.939 [67ea5827112205e044d64623f132fa64,44d64623f132fa64] [qtp1225114731-852]  INFO [aai-resources,67ea5827112205e044d64623f132fa64,44d64623f132fa64] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:53:59.949 [67ea5827112205e044d64623f132fa64,44d64623f132fa64] [qtp1225114731-852] DEBUG [aai-resources,67ea5827112205e044d64623f132fa64,44d64623f132fa64] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"73282ea8-f300-4457-9117-115658022f10","status":"200","rqstDate":"250331-08:53:59:940","respDate":"250331-08:53:59:949","sourceId":"haproxy:73282ea8-f300-4457-9117-115658022f10","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:53:59:940-31001\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[373d8b34-fa3a-4932-9f62-c84df8668804], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[73282ea8-f300-4457-9117-115658022f10]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:53:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:54:01.955 [67ea5829dd879e03adb9ccb1c5a09b93,adb9ccb1c5a09b93] [qtp1225114731-26]  INFO [aai-resources,67ea5829dd879e03adb9ccb1c5a09b93,adb9ccb1c5a09b93] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:01.969 [67ea5829dd879e03adb9ccb1c5a09b93,adb9ccb1c5a09b93] [qtp1225114731-26] DEBUG [aai-resources,67ea5829dd879e03adb9ccb1c5a09b93,adb9ccb1c5a09b93] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"391e3da4-e5ea-4b6f-bb93-f890269b63bc","status":"200","rqstDate":"250331-08:54:01:956","respDate":"250331-08:54:01:969","sourceId":"haproxy:391e3da4-e5ea-4b6f-bb93-f890269b63bc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:01:956-25774\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1e0bbeb1-7d9a-4a90-80a8-edd98332ee4c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[391e3da4-e5ea-4b6f-bb93-f890269b63bc]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:54:03.976 [67ea582b991d9b29854df6fec01df398,854df6fec01df398] [qtp1225114731-852]  INFO [aai-resources,67ea582b991d9b29854df6fec01df398,854df6fec01df398] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:03.990 [67ea582b991d9b29854df6fec01df398,854df6fec01df398] [qtp1225114731-852] DEBUG [aai-resources,67ea582b991d9b29854df6fec01df398,854df6fec01df398] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"84a107bb-a5df-400c-9b72-1a3f20acec33","status":"200","rqstDate":"250331-08:54:03:977","respDate":"250331-08:54:03:990","sourceId":"haproxy:84a107bb-a5df-400c-9b72-1a3f20acec33","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:54:03:977-87145\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9242b405-19ac-474e-bc35-38090fe741e7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[84a107bb-a5df-400c-9b72-1a3f20acec33]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:54:05.998 [67ea582d5d0a4002a3b2d9b480f8573e,a3b2d9b480f8573e] [qtp1225114731-26]  INFO [aai-resources,67ea582d5d0a4002a3b2d9b480f8573e,a3b2d9b480f8573e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:06.013 [67ea582d5d0a4002a3b2d9b480f8573e,a3b2d9b480f8573e] [qtp1225114731-26] DEBUG [aai-resources,67ea582d5d0a4002a3b2d9b480f8573e,a3b2d9b480f8573e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b71fa3-9240-4ad9-b7cc-df268a875e1f","status":"200","rqstDate":"250331-08:54:05:998","respDate":"250331-08:54:06:013","sourceId":"haproxy:19b71fa3-9240-4ad9-b7cc-df268a875e1f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:05:998-6814\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d1b4b43f-329b-4aef-9dfd-d3c3876a89b6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[19b71fa3-9240-4ad9-b7cc-df268a875e1f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:54:08.019 [67ea583090d41f1219494a29c0044b5d,19494a29c0044b5d] [qtp1225114731-852]  INFO [aai-resources,67ea583090d41f1219494a29c0044b5d,19494a29c0044b5d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:08.029 [67ea583090d41f1219494a29c0044b5d,19494a29c0044b5d] [qtp1225114731-852] DEBUG [aai-resources,67ea583090d41f1219494a29c0044b5d,19494a29c0044b5d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"12127a71-fadb-491b-bbf0-d3aa0b1e186f","status":"200","rqstDate":"250331-08:54:08:020","respDate":"250331-08:54:08:029","sourceId":"haproxy:12127a71-fadb-491b-bbf0-d3aa0b1e186f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:54:08:020-94451\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0eefdfe3-3e2e-47e8-9834-66dc58a0c6c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[12127a71-fadb-491b-bbf0-d3aa0b1e186f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:54:10.034 [67ea583271ab624b64f5181d646eca9e,64f5181d646eca9e] [qtp1225114731-26]  INFO [aai-resources,67ea583271ab624b64f5181d646eca9e,64f5181d646eca9e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:10.049 [67ea583271ab624b64f5181d646eca9e,64f5181d646eca9e] [qtp1225114731-26] DEBUG [aai-resources,67ea583271ab624b64f5181d646eca9e,64f5181d646eca9e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"810ee191-8b01-4773-ba25-a0cf188ea053","status":"200","rqstDate":"250331-08:54:10:035","respDate":"250331-08:54:10:049","sourceId":"haproxy:810ee191-8b01-4773-ba25-a0cf188ea053","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:10:035-45105\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[307a372a-869e-4a5f-ad33-bf889877cfd0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[810ee191-8b01-4773-ba25-a0cf188ea053]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:54:12.055 [67ea5834b4ccbadfe911e02f4240d3b5,e911e02f4240d3b5] [qtp1225114731-852]  INFO [aai-resources,67ea5834b4ccbadfe911e02f4240d3b5,e911e02f4240d3b5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:12.064 [67ea5834b4ccbadfe911e02f4240d3b5,e911e02f4240d3b5] [qtp1225114731-852] DEBUG [aai-resources,67ea5834b4ccbadfe911e02f4240d3b5,e911e02f4240d3b5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"57bad081-1f5c-4bf1-95f6-f3908f846f1c","status":"200","rqstDate":"250331-08:54:12:055","respDate":"250331-08:54:12:064","sourceId":"haproxy:57bad081-1f5c-4bf1-95f6-f3908f846f1c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:54:12:055-46192\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cad964ec-4e50-4c3d-959c-122f688b22f1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[57bad081-1f5c-4bf1-95f6-f3908f846f1c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:54:14.070 [67ea583691f69f2ae7ba377754c78824,e7ba377754c78824] [qtp1225114731-26]  INFO [aai-resources,67ea583691f69f2ae7ba377754c78824,e7ba377754c78824] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:14.083 [67ea583691f69f2ae7ba377754c78824,e7ba377754c78824] [qtp1225114731-26] DEBUG [aai-resources,67ea583691f69f2ae7ba377754c78824,e7ba377754c78824] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e15f6374-b9bb-4e37-a1b9-8e6396258d06","status":"200","rqstDate":"250331-08:54:14:071","respDate":"250331-08:54:14:083","sourceId":"haproxy:e15f6374-b9bb-4e37-a1b9-8e6396258d06","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:14:071-62541\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5238718c-8afd-4309-97ca-2d8e8980a435], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e15f6374-b9bb-4e37-a1b9-8e6396258d06]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:54:16.089 [67ea5838243c51180690393ed75b59f3,0690393ed75b59f3] [qtp1225114731-852]  INFO [aai-resources,67ea5838243c51180690393ed75b59f3,0690393ed75b59f3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:16.101 [67ea5838243c51180690393ed75b59f3,0690393ed75b59f3] [qtp1225114731-852] DEBUG [aai-resources,67ea5838243c51180690393ed75b59f3,0690393ed75b59f3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0c5048c0-d17b-4ee2-9392-7febe6e0dafe","status":"200","rqstDate":"250331-08:54:16:089","respDate":"250331-08:54:16:101","sourceId":"haproxy:0c5048c0-d17b-4ee2-9392-7febe6e0dafe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:54:16:089-16847\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9d871295-a36c-4f97-8e0d-b0c815b2e494], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0c5048c0-d17b-4ee2-9392-7febe6e0dafe]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:54:18.106 [67ea583a8cbe17f582cd801dd3140ba8,82cd801dd3140ba8] [qtp1225114731-26]  INFO [aai-resources,67ea583a8cbe17f582cd801dd3140ba8,82cd801dd3140ba8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:18.119 [67ea583a8cbe17f582cd801dd3140ba8,82cd801dd3140ba8] [qtp1225114731-26] DEBUG [aai-resources,67ea583a8cbe17f582cd801dd3140ba8,82cd801dd3140ba8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"181a2256-93af-4665-af3e-8f32618e1339","status":"200","rqstDate":"250331-08:54:18:106","respDate":"250331-08:54:18:119","sourceId":"haproxy:181a2256-93af-4665-af3e-8f32618e1339","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:54:18:106-2503\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f97d0e09-5830-4fc2-ade9-d205fc02fe9b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[181a2256-93af-4665-af3e-8f32618e1339]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:54:20.125 [67ea583ce04168948c1428bb5ee8b267,8c1428bb5ee8b267] [qtp1225114731-852]  INFO [aai-resources,67ea583ce04168948c1428bb5ee8b267,8c1428bb5ee8b267] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:20.140 [67ea583ce04168948c1428bb5ee8b267,8c1428bb5ee8b267] [qtp1225114731-852] DEBUG [aai-resources,67ea583ce04168948c1428bb5ee8b267,8c1428bb5ee8b267] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c30237b-5457-4b18-8061-ca75c138a380","status":"200","rqstDate":"250331-08:54:20:125","respDate":"250331-08:54:20:139","sourceId":"haproxy:7c30237b-5457-4b18-8061-ca75c138a380","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:20:125-35442\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[778c2e2a-9ae1-4066-a1d3-fcb769a27e0d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c30237b-5457-4b18-8061-ca75c138a380]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:54:22.147 [67ea583e55ba38d5fcfd5543cf8229d0,fcfd5543cf8229d0] [qtp1225114731-26]  INFO [aai-resources,67ea583e55ba38d5fcfd5543cf8229d0,fcfd5543cf8229d0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:22.163 [67ea583e55ba38d5fcfd5543cf8229d0,fcfd5543cf8229d0] [qtp1225114731-26] DEBUG [aai-resources,67ea583e55ba38d5fcfd5543cf8229d0,fcfd5543cf8229d0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d941c9e-38b0-471c-a61d-a34a7220e7dd","status":"200","rqstDate":"250331-08:54:22:147","respDate":"250331-08:54:22:163","sourceId":"haproxy:0d941c9e-38b0-471c-a61d-a34a7220e7dd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:22:147-9534\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d2999f11-53fe-4582-982a-28d60032bf48], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0d941c9e-38b0-471c-a61d-a34a7220e7dd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:54:24.171 [67ea58401b3ddf7eecf1e75638166e93,ecf1e75638166e93] [qtp1225114731-852]  INFO [aai-resources,67ea58401b3ddf7eecf1e75638166e93,ecf1e75638166e93] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:24.182 [67ea58401b3ddf7eecf1e75638166e93,ecf1e75638166e93] [qtp1225114731-852] DEBUG [aai-resources,67ea58401b3ddf7eecf1e75638166e93,ecf1e75638166e93] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5564ded1-1cd2-44c2-9f70-3698ab881d54","status":"200","rqstDate":"250331-08:54:24:171","respDate":"250331-08:54:24:182","sourceId":"haproxy:5564ded1-1cd2-44c2-9f70-3698ab881d54","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:54:24:171-61891\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[39bcb567-5977-4ebb-811d-7341bd5611bb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5564ded1-1cd2-44c2-9f70-3698ab881d54]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:54:26.190 [67ea5842c8321581c660d509bc875ced,c660d509bc875ced] [qtp1225114731-26]  INFO [aai-resources,67ea5842c8321581c660d509bc875ced,c660d509bc875ced] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:26.205 [67ea5842c8321581c660d509bc875ced,c660d509bc875ced] [qtp1225114731-26] DEBUG [aai-resources,67ea5842c8321581c660d509bc875ced,c660d509bc875ced] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"23226b21-9d71-4e2e-b1c9-e20687e16719","status":"200","rqstDate":"250331-08:54:26:190","respDate":"250331-08:54:26:205","sourceId":"haproxy:23226b21-9d71-4e2e-b1c9-e20687e16719","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:26:190-47571\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b151a05e-e11b-4108-89cd-9bd78489187d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[23226b21-9d71-4e2e-b1c9-e20687e16719]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:54:28.213 [67ea5844f8cc9da3efef896289edb4da,efef896289edb4da] [qtp1225114731-852]  INFO [aai-resources,67ea5844f8cc9da3efef896289edb4da,efef896289edb4da] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:28.225 [67ea5844f8cc9da3efef896289edb4da,efef896289edb4da] [qtp1225114731-852] DEBUG [aai-resources,67ea5844f8cc9da3efef896289edb4da,efef896289edb4da] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9c68251e-a772-42d8-a7a8-a1b1178d9648","status":"200","rqstDate":"250331-08:54:28:213","respDate":"250331-08:54:28:225","sourceId":"haproxy:9c68251e-a772-42d8-a7a8-a1b1178d9648","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:28:213-86988\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[44746bd2-625c-4eaa-a12c-95aca115bcce], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9c68251e-a772-42d8-a7a8-a1b1178d9648]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:54:30.231 [67ea584673cdd1f5cdfc350fa9f036a2,cdfc350fa9f036a2] [qtp1225114731-26]  INFO [aai-resources,67ea584673cdd1f5cdfc350fa9f036a2,cdfc350fa9f036a2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:30.241 [67ea584673cdd1f5cdfc350fa9f036a2,cdfc350fa9f036a2] [qtp1225114731-26] DEBUG [aai-resources,67ea584673cdd1f5cdfc350fa9f036a2,cdfc350fa9f036a2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a41d378c-4b5b-4c9e-b5a8-c1b202318e3a","status":"200","rqstDate":"250331-08:54:30:231","respDate":"250331-08:54:30:241","sourceId":"haproxy:a41d378c-4b5b-4c9e-b5a8-c1b202318e3a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:54:30:231-13828\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[701d2f93-bcdb-48e5-a864-6060bfe20576], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a41d378c-4b5b-4c9e-b5a8-c1b202318e3a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:54:32.248 [67ea58480e90e650b251233541a83f1f,b251233541a83f1f] [qtp1225114731-852]  INFO [aai-resources,67ea58480e90e650b251233541a83f1f,b251233541a83f1f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:32.260 [67ea58480e90e650b251233541a83f1f,b251233541a83f1f] [qtp1225114731-852] DEBUG [aai-resources,67ea58480e90e650b251233541a83f1f,b251233541a83f1f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"508f2dfc-3541-449b-a07c-768b2a7b3eca","status":"200","rqstDate":"250331-08:54:32:248","respDate":"250331-08:54:32:260","sourceId":"haproxy:508f2dfc-3541-449b-a07c-768b2a7b3eca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:54:32:248-77446\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7c953158-1ae4-4a3b-8250-736f0a479577], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[508f2dfc-3541-449b-a07c-768b2a7b3eca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:54:34.267 [67ea584a27a38c0f41ce67f2b44ac659,41ce67f2b44ac659] [qtp1225114731-26]  INFO [aai-resources,67ea584a27a38c0f41ce67f2b44ac659,41ce67f2b44ac659] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:34.282 [67ea584a27a38c0f41ce67f2b44ac659,41ce67f2b44ac659] [qtp1225114731-26] DEBUG [aai-resources,67ea584a27a38c0f41ce67f2b44ac659,41ce67f2b44ac659] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"735511fb-0596-4769-87ca-bb8d9416f905","status":"200","rqstDate":"250331-08:54:34:267","respDate":"250331-08:54:34:282","sourceId":"haproxy:735511fb-0596-4769-87ca-bb8d9416f905","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:54:34:267-10488\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7ad76fe1-b198-4491-8ddd-602b4aa0d46f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[735511fb-0596-4769-87ca-bb8d9416f905]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:54:36.289 [67ea584cd28c8b984a39c840c4e1ca49,4a39c840c4e1ca49] [qtp1225114731-852]  INFO [aai-resources,67ea584cd28c8b984a39c840c4e1ca49,4a39c840c4e1ca49] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:36.304 [67ea584cd28c8b984a39c840c4e1ca49,4a39c840c4e1ca49] [qtp1225114731-852] DEBUG [aai-resources,67ea584cd28c8b984a39c840c4e1ca49,4a39c840c4e1ca49] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f2235afe-3b5b-4bca-afc7-83b3d8887ab5","status":"200","rqstDate":"250331-08:54:36:289","respDate":"250331-08:54:36:304","sourceId":"haproxy:f2235afe-3b5b-4bca-afc7-83b3d8887ab5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:36:289-10925\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d9c295f7-310c-4e82-9768-8665a09b22f4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f2235afe-3b5b-4bca-afc7-83b3d8887ab5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:54:38.310 [67ea584eca2c45620db910bc5ab84183,0db910bc5ab84183] [qtp1225114731-26]  INFO [aai-resources,67ea584eca2c45620db910bc5ab84183,0db910bc5ab84183] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:38.321 [67ea584eca2c45620db910bc5ab84183,0db910bc5ab84183] [qtp1225114731-26] DEBUG [aai-resources,67ea584eca2c45620db910bc5ab84183,0db910bc5ab84183] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f238a72-c214-4164-9cab-de86e11086ed","status":"200","rqstDate":"250331-08:54:38:311","respDate":"250331-08:54:38:320","sourceId":"haproxy:8f238a72-c214-4164-9cab-de86e11086ed","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:38:311-57686\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c4dcdfa2-80c7-4acd-bbb8-2c59f8c55727], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8f238a72-c214-4164-9cab-de86e11086ed]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:54:40.327 [67ea5850abbf88bb4a8918fc2c2387a3,4a8918fc2c2387a3] [qtp1225114731-852]  INFO [aai-resources,67ea5850abbf88bb4a8918fc2c2387a3,4a8918fc2c2387a3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:40.340 [67ea5850abbf88bb4a8918fc2c2387a3,4a8918fc2c2387a3] [qtp1225114731-852] DEBUG [aai-resources,67ea5850abbf88bb4a8918fc2c2387a3,4a8918fc2c2387a3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6e718ade-49aa-453a-8e51-0ace338671ea","status":"200","rqstDate":"250331-08:54:40:327","respDate":"250331-08:54:40:339","sourceId":"haproxy:6e718ade-49aa-453a-8e51-0ace338671ea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:40:327-36952\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c0fdd1eb-4134-4e21-aef9-ee44874a3d9e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6e718ade-49aa-453a-8e51-0ace338671ea]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:54:42.346 [67ea5852bfa314d983feba272ed7112d,83feba272ed7112d] [qtp1225114731-26]  INFO [aai-resources,67ea5852bfa314d983feba272ed7112d,83feba272ed7112d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:42.357 [67ea5852bfa314d983feba272ed7112d,83feba272ed7112d] [qtp1225114731-26] DEBUG [aai-resources,67ea5852bfa314d983feba272ed7112d,83feba272ed7112d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"74a5b119-2ab6-4198-b64e-ebf8c2b75de3","status":"200","rqstDate":"250331-08:54:42:347","respDate":"250331-08:54:42:357","sourceId":"haproxy:74a5b119-2ab6-4198-b64e-ebf8c2b75de3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:54:42:347-6958\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e5e9924e-09fd-4e20-af66-9758f97ceab0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[74a5b119-2ab6-4198-b64e-ebf8c2b75de3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:54:44.363 [67ea58549cf496ba59faea26fd01c39e,59faea26fd01c39e] [qtp1225114731-852]  INFO [aai-resources,67ea58549cf496ba59faea26fd01c39e,59faea26fd01c39e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:44.376 [67ea58549cf496ba59faea26fd01c39e,59faea26fd01c39e] [qtp1225114731-852] DEBUG [aai-resources,67ea58549cf496ba59faea26fd01c39e,59faea26fd01c39e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"166703f0-930b-4ada-8c7b-0695b8cc1241","status":"200","rqstDate":"250331-08:54:44:363","respDate":"250331-08:54:44:376","sourceId":"haproxy:166703f0-930b-4ada-8c7b-0695b8cc1241","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:54:44:363-72480\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c6377ea7-5e0d-48e8-9114-fc2f9d80c7be], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[166703f0-930b-4ada-8c7b-0695b8cc1241]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:54:46.383 [67ea585670d0fd21cfb1e649dc6f78c4,cfb1e649dc6f78c4] [qtp1225114731-26]  INFO [aai-resources,67ea585670d0fd21cfb1e649dc6f78c4,cfb1e649dc6f78c4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:46.396 [67ea585670d0fd21cfb1e649dc6f78c4,cfb1e649dc6f78c4] [qtp1225114731-26] DEBUG [aai-resources,67ea585670d0fd21cfb1e649dc6f78c4,cfb1e649dc6f78c4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"209ac7a6-61af-4ee0-a855-34850a82cc0c","status":"200","rqstDate":"250331-08:54:46:383","respDate":"250331-08:54:46:396","sourceId":"haproxy:209ac7a6-61af-4ee0-a855-34850a82cc0c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:46:383-20599\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e4d66154-3035-4f8e-80fc-6e26c9404e8b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[209ac7a6-61af-4ee0-a855-34850a82cc0c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:54:48.404 [67ea58584d9e1db09336fbc86701d883,9336fbc86701d883] [qtp1225114731-852]  INFO [aai-resources,67ea58584d9e1db09336fbc86701d883,9336fbc86701d883] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:48.459 [67ea58584d9e1db09336fbc86701d883,9336fbc86701d883] [qtp1225114731-852] DEBUG [aai-resources,67ea58584d9e1db09336fbc86701d883,9336fbc86701d883] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ed1f0bb5-3cdf-4a69-9c37-ad3f3a26955c","status":"200","rqstDate":"250331-08:54:48:404","respDate":"250331-08:54:48:459","sourceId":"haproxy:ed1f0bb5-3cdf-4a69-9c37-ad3f3a26955c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:48:404-71018\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8d641464-615f-46b1-be32-7d13a2c4f9d8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ed1f0bb5-3cdf-4a69-9c37-ad3f3a26955c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 58 - "logType": "access"
2025-03-31 08:54:50.468 [67ea585a1e0f6b8636923e58e7cfc95c,36923e58e7cfc95c] [qtp1225114731-26]  INFO [aai-resources,67ea585a1e0f6b8636923e58e7cfc95c,36923e58e7cfc95c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:50.481 [67ea585a1e0f6b8636923e58e7cfc95c,36923e58e7cfc95c] [qtp1225114731-26] DEBUG [aai-resources,67ea585a1e0f6b8636923e58e7cfc95c,36923e58e7cfc95c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dcfe2340-a96b-4533-9b68-caf1c8e92721","status":"200","rqstDate":"250331-08:54:50:468","respDate":"250331-08:54:50:481","sourceId":"haproxy:dcfe2340-a96b-4533-9b68-caf1c8e92721","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:54:50:468-23991\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[65250578-dbac-4261-a763-29611c6e148e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dcfe2340-a96b-4533-9b68-caf1c8e92721]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:54:52.487 [67ea585c74898f8acff1feb1dd70c36b,cff1feb1dd70c36b] [qtp1225114731-852]  INFO [aai-resources,67ea585c74898f8acff1feb1dd70c36b,cff1feb1dd70c36b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:52.509 [67ea585c74898f8acff1feb1dd70c36b,cff1feb1dd70c36b] [qtp1225114731-852] DEBUG [aai-resources,67ea585c74898f8acff1feb1dd70c36b,cff1feb1dd70c36b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"097dcbb8-dbe1-4765-8fb5-390915086d15","status":"200","rqstDate":"250331-08:54:52:487","respDate":"250331-08:54:52:509","sourceId":"haproxy:097dcbb8-dbe1-4765-8fb5-390915086d15","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:54:52:487-19698\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f5216e39-7619-473a-bc1d-34e705823d88], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[097dcbb8-dbe1-4765-8fb5-390915086d15]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:54:54.517 [67ea585e464e3221608e23a395ccbf40,608e23a395ccbf40] [qtp1225114731-26]  INFO [aai-resources,67ea585e464e3221608e23a395ccbf40,608e23a395ccbf40] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:54.530 [67ea585e464e3221608e23a395ccbf40,608e23a395ccbf40] [qtp1225114731-26] DEBUG [aai-resources,67ea585e464e3221608e23a395ccbf40,608e23a395ccbf40] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e0032140-3cdb-40a4-a8ac-ff746267a903","status":"200","rqstDate":"250331-08:54:54:517","respDate":"250331-08:54:54:530","sourceId":"haproxy:e0032140-3cdb-40a4-a8ac-ff746267a903","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:54:54:517-42700\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f2449e18-8392-4c03-9e52-618d3c8778e7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e0032140-3cdb-40a4-a8ac-ff746267a903]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:54:56.535 [67ea5860e33adea37d436e7fce2e50f3,7d436e7fce2e50f3] [qtp1225114731-852]  INFO [aai-resources,67ea5860e33adea37d436e7fce2e50f3,7d436e7fce2e50f3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:56.549 [67ea5860e33adea37d436e7fce2e50f3,7d436e7fce2e50f3] [qtp1225114731-852] DEBUG [aai-resources,67ea5860e33adea37d436e7fce2e50f3,7d436e7fce2e50f3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7872db2-d332-49aa-9707-a563b032b033","status":"200","rqstDate":"250331-08:54:56:536","respDate":"250331-08:54:56:549","sourceId":"haproxy:e7872db2-d332-49aa-9707-a563b032b033","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:54:56:536-26255\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[76952826-c8d9-4197-b6ad-eeb3d72ec60a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e7872db2-d332-49aa-9707-a563b032b033]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:54:58.556 [67ea5862a37612540f137de95b88a53c,0f137de95b88a53c] [qtp1225114731-26]  INFO [aai-resources,67ea5862a37612540f137de95b88a53c,0f137de95b88a53c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:54:58.568 [67ea5862a37612540f137de95b88a53c,0f137de95b88a53c] [qtp1225114731-26] DEBUG [aai-resources,67ea5862a37612540f137de95b88a53c,0f137de95b88a53c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"184aa2d5-b93c-4f8a-a55c-9f9040649c3c","status":"200","rqstDate":"250331-08:54:58:556","respDate":"250331-08:54:58:568","sourceId":"haproxy:184aa2d5-b93c-4f8a-a55c-9f9040649c3c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:54:58:556-82355\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bf58ce0f-99d6-4255-b391-3158fe05df0e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[184aa2d5-b93c-4f8a-a55c-9f9040649c3c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:54:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:55:00.574 [67ea586400b78d5efa7a7cbe4da505ee,fa7a7cbe4da505ee] [qtp1225114731-852]  INFO [aai-resources,67ea586400b78d5efa7a7cbe4da505ee,fa7a7cbe4da505ee] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:00.587 [67ea586400b78d5efa7a7cbe4da505ee,fa7a7cbe4da505ee] [qtp1225114731-852] DEBUG [aai-resources,67ea586400b78d5efa7a7cbe4da505ee,fa7a7cbe4da505ee] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"435ddfcb-667e-4d7b-b46e-6b34f4157873","status":"200","rqstDate":"250331-08:55:00:574","respDate":"250331-08:55:00:587","sourceId":"haproxy:435ddfcb-667e-4d7b-b46e-6b34f4157873","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:55:00:574-10195\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f96fb85f-cc1f-4cab-879c-6affb71b2f80], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[435ddfcb-667e-4d7b-b46e-6b34f4157873]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:55:02.594 [67ea58668550b3376c0604822af93111,6c0604822af93111] [qtp1225114731-26]  INFO [aai-resources,67ea58668550b3376c0604822af93111,6c0604822af93111] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:02.607 [67ea58668550b3376c0604822af93111,6c0604822af93111] [qtp1225114731-26] DEBUG [aai-resources,67ea58668550b3376c0604822af93111,6c0604822af93111] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d3fe4cca-cd6d-407f-81b0-87c2e8bd8d37","status":"200","rqstDate":"250331-08:55:02:594","respDate":"250331-08:55:02:607","sourceId":"haproxy:d3fe4cca-cd6d-407f-81b0-87c2e8bd8d37","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:55:02:594-93048\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aac43fdc-575c-4ece-b846-00664acf3406], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d3fe4cca-cd6d-407f-81b0-87c2e8bd8d37]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:55:04.614 [67ea5868069041ba40e256e098d2bc69,40e256e098d2bc69] [qtp1225114731-852]  INFO [aai-resources,67ea5868069041ba40e256e098d2bc69,40e256e098d2bc69] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:04.630 [67ea5868069041ba40e256e098d2bc69,40e256e098d2bc69] [qtp1225114731-852] DEBUG [aai-resources,67ea5868069041ba40e256e098d2bc69,40e256e098d2bc69] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9a96beab-9c97-4997-9330-3af36add3521","status":"200","rqstDate":"250331-08:55:04:614","respDate":"250331-08:55:04:630","sourceId":"haproxy:9a96beab-9c97-4997-9330-3af36add3521","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:55:04:614-61807\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3ae5ac11-364b-44da-9ef0-45d399b11795], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9a96beab-9c97-4997-9330-3af36add3521]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:55:06.636 [67ea586aec6baf48f1be2ff8cda7c551,f1be2ff8cda7c551] [qtp1225114731-26]  INFO [aai-resources,67ea586aec6baf48f1be2ff8cda7c551,f1be2ff8cda7c551] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:06.652 [67ea586aec6baf48f1be2ff8cda7c551,f1be2ff8cda7c551] [qtp1225114731-26] DEBUG [aai-resources,67ea586aec6baf48f1be2ff8cda7c551,f1be2ff8cda7c551] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"22bf6e64-877f-426e-8cf2-692c5ae5c471","status":"200","rqstDate":"250331-08:55:06:636","respDate":"250331-08:55:06:652","sourceId":"haproxy:22bf6e64-877f-426e-8cf2-692c5ae5c471","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:55:06:636-90635\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fa5649f1-ab91-41a8-b4a1-bfa4ec55d4b0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[22bf6e64-877f-426e-8cf2-692c5ae5c471]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:55:08.660 [67ea586ca5d84842021ad9b8954fe3fe,021ad9b8954fe3fe] [qtp1225114731-852]  INFO [aai-resources,67ea586ca5d84842021ad9b8954fe3fe,021ad9b8954fe3fe] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:08.674 [67ea586ca5d84842021ad9b8954fe3fe,021ad9b8954fe3fe] [qtp1225114731-852] DEBUG [aai-resources,67ea586ca5d84842021ad9b8954fe3fe,021ad9b8954fe3fe] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9b66025a-c168-4432-9283-70a84fd4d659","status":"200","rqstDate":"250331-08:55:08:660","respDate":"250331-08:55:08:674","sourceId":"haproxy:9b66025a-c168-4432-9283-70a84fd4d659","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:55:08:660-68159\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[538c81b6-4744-4f47-8993-c462c2aaf453], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9b66025a-c168-4432-9283-70a84fd4d659]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:55:10.682 [67ea586e70bf3ca26d3569a60ca5ba8a,6d3569a60ca5ba8a] [qtp1225114731-26]  INFO [aai-resources,67ea586e70bf3ca26d3569a60ca5ba8a,6d3569a60ca5ba8a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:10.694 [67ea586e70bf3ca26d3569a60ca5ba8a,6d3569a60ca5ba8a] [qtp1225114731-26] DEBUG [aai-resources,67ea586e70bf3ca26d3569a60ca5ba8a,6d3569a60ca5ba8a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"92735721-1a18-4e80-bb91-22808437fb2f","status":"200","rqstDate":"250331-08:55:10:682","respDate":"250331-08:55:10:694","sourceId":"haproxy:92735721-1a18-4e80-bb91-22808437fb2f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:55:10:682-85811\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9457acf6-2576-419b-b483-3eaac73391e2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[92735721-1a18-4e80-bb91-22808437fb2f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:55:12.701 [67ea5870bd3b797b8851ca92b2179154,8851ca92b2179154] [qtp1225114731-852]  INFO [aai-resources,67ea5870bd3b797b8851ca92b2179154,8851ca92b2179154] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:12.714 [67ea5870bd3b797b8851ca92b2179154,8851ca92b2179154] [qtp1225114731-852] DEBUG [aai-resources,67ea5870bd3b797b8851ca92b2179154,8851ca92b2179154] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"07c42d3f-a015-4a65-9728-5c8cc0ea5a07","status":"200","rqstDate":"250331-08:55:12:701","respDate":"250331-08:55:12:714","sourceId":"haproxy:07c42d3f-a015-4a65-9728-5c8cc0ea5a07","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:55:12:701-79922\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fa7a6ac1-1184-40e1-ac4c-5e8493905b72], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[07c42d3f-a015-4a65-9728-5c8cc0ea5a07]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:55:14.721 [67ea58723faf9de6bd5e1ad25316f864,bd5e1ad25316f864] [qtp1225114731-26]  INFO [aai-resources,67ea58723faf9de6bd5e1ad25316f864,bd5e1ad25316f864] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:14.736 [67ea58723faf9de6bd5e1ad25316f864,bd5e1ad25316f864] [qtp1225114731-26] DEBUG [aai-resources,67ea58723faf9de6bd5e1ad25316f864,bd5e1ad25316f864] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0c672e59-90c4-48c5-9c99-2ea64abb8b52","status":"200","rqstDate":"250331-08:55:14:721","respDate":"250331-08:55:14:735","sourceId":"haproxy:0c672e59-90c4-48c5-9c99-2ea64abb8b52","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:55:14:721-57302\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9db084e2-4ad2-4f77-8ef7-8aad192c914e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0c672e59-90c4-48c5-9c99-2ea64abb8b52]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:55:16.743 [67ea58742687ab18e39665302e28bfc2,e39665302e28bfc2] [qtp1225114731-852]  INFO [aai-resources,67ea58742687ab18e39665302e28bfc2,e39665302e28bfc2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:16.753 [67ea58742687ab18e39665302e28bfc2,e39665302e28bfc2] [qtp1225114731-852] DEBUG [aai-resources,67ea58742687ab18e39665302e28bfc2,e39665302e28bfc2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"42e7f3fe-018e-4af8-a7b7-c34d9dcb8006","status":"200","rqstDate":"250331-08:55:16:743","respDate":"250331-08:55:16:753","sourceId":"haproxy:42e7f3fe-018e-4af8-a7b7-c34d9dcb8006","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:55:16:743-53198\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c9a89e53-0ca8-4fd3-8861-9bff640b030c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[42e7f3fe-018e-4af8-a7b7-c34d9dcb8006]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:55:18.761 [67ea5876f06b16aaa2d97902a2af0d73,a2d97902a2af0d73] [qtp1225114731-26]  INFO [aai-resources,67ea5876f06b16aaa2d97902a2af0d73,a2d97902a2af0d73] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:18.772 [67ea5876f06b16aaa2d97902a2af0d73,a2d97902a2af0d73] [qtp1225114731-26] DEBUG [aai-resources,67ea5876f06b16aaa2d97902a2af0d73,a2d97902a2af0d73] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"411123b4-04de-4c93-a3f0-ad87cac21f47","status":"200","rqstDate":"250331-08:55:18:761","respDate":"250331-08:55:18:772","sourceId":"haproxy:411123b4-04de-4c93-a3f0-ad87cac21f47","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:55:18:761-82329\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[13911745-5fd8-45a3-b60c-bfa7a91a8f24], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[411123b4-04de-4c93-a3f0-ad87cac21f47]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:55:20.779 [67ea5878a136d37cb735a16d7f6ef07b,b735a16d7f6ef07b] [qtp1225114731-852]  INFO [aai-resources,67ea5878a136d37cb735a16d7f6ef07b,b735a16d7f6ef07b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:20.792 [67ea5878a136d37cb735a16d7f6ef07b,b735a16d7f6ef07b] [qtp1225114731-852] DEBUG [aai-resources,67ea5878a136d37cb735a16d7f6ef07b,b735a16d7f6ef07b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ded16511-0d40-48fe-be73-657d2acff544","status":"200","rqstDate":"250331-08:55:20:779","respDate":"250331-08:55:20:792","sourceId":"haproxy:ded16511-0d40-48fe-be73-657d2acff544","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:55:20:779-86506\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[46f8a8bc-1fd0-4de3-939d-5c35a5deb0d1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ded16511-0d40-48fe-be73-657d2acff544]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:55:22.799 [67ea587a8a2a60947b5023844b6e54ef,7b5023844b6e54ef] [qtp1225114731-26]  INFO [aai-resources,67ea587a8a2a60947b5023844b6e54ef,7b5023844b6e54ef] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:22.812 [67ea587a8a2a60947b5023844b6e54ef,7b5023844b6e54ef] [qtp1225114731-26] DEBUG [aai-resources,67ea587a8a2a60947b5023844b6e54ef,7b5023844b6e54ef] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c9e4ff1-070c-42ad-8a9f-682fe4f9515b","status":"200","rqstDate":"250331-08:55:22:799","respDate":"250331-08:55:22:812","sourceId":"haproxy:3c9e4ff1-070c-42ad-8a9f-682fe4f9515b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:55:22:799-31028\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7e57cbaa-e797-4039-93c4-53cf24dc76a4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c9e4ff1-070c-42ad-8a9f-682fe4f9515b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:55:24.819 [67ea587c2bb8f44061c8084b5dee0aeb,61c8084b5dee0aeb] [qtp1225114731-852]  INFO [aai-resources,67ea587c2bb8f44061c8084b5dee0aeb,61c8084b5dee0aeb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:24.832 [67ea587c2bb8f44061c8084b5dee0aeb,61c8084b5dee0aeb] [qtp1225114731-852] DEBUG [aai-resources,67ea587c2bb8f44061c8084b5dee0aeb,61c8084b5dee0aeb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"53418db8-968a-450d-a887-434f0a608cad","status":"200","rqstDate":"250331-08:55:24:819","respDate":"250331-08:55:24:832","sourceId":"haproxy:53418db8-968a-450d-a887-434f0a608cad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:55:24:819-28987\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae2c23ed-8b87-4055-b33a-c21f58e83b89], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[53418db8-968a-450d-a887-434f0a608cad]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:55:26.839 [67ea587eebbe4c3334feb9ea1ffc2eae,34feb9ea1ffc2eae] [qtp1225114731-26]  INFO [aai-resources,67ea587eebbe4c3334feb9ea1ffc2eae,34feb9ea1ffc2eae] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:26.854 [67ea587eebbe4c3334feb9ea1ffc2eae,34feb9ea1ffc2eae] [qtp1225114731-26] DEBUG [aai-resources,67ea587eebbe4c3334feb9ea1ffc2eae,34feb9ea1ffc2eae] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5ea1663b-20ea-4fc6-bed1-3fc057c2cb84","status":"200","rqstDate":"250331-08:55:26:839","respDate":"250331-08:55:26:854","sourceId":"haproxy:5ea1663b-20ea-4fc6-bed1-3fc057c2cb84","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:55:26:839-46807\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5bef4dbf-a8dc-4b29-b0cf-8e813db2c583], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5ea1663b-20ea-4fc6-bed1-3fc057c2cb84]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:55:28.860 [67ea58808d6325edbb58fc7edd472c64,bb58fc7edd472c64] [qtp1225114731-852]  INFO [aai-resources,67ea58808d6325edbb58fc7edd472c64,bb58fc7edd472c64] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:28.874 [67ea58808d6325edbb58fc7edd472c64,bb58fc7edd472c64] [qtp1225114731-852] DEBUG [aai-resources,67ea58808d6325edbb58fc7edd472c64,bb58fc7edd472c64] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"875e0b62-7602-4765-a95c-f2a2f4a35a04","status":"200","rqstDate":"250331-08:55:28:860","respDate":"250331-08:55:28:874","sourceId":"haproxy:875e0b62-7602-4765-a95c-f2a2f4a35a04","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:55:28:860-81001\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[954cbea5-3384-4215-856c-b250368feb73], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[875e0b62-7602-4765-a95c-f2a2f4a35a04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:55:30.879 [67ea588214ffdc165e14db3e9b7c1ecd,5e14db3e9b7c1ecd] [qtp1225114731-26]  INFO [aai-resources,67ea588214ffdc165e14db3e9b7c1ecd,5e14db3e9b7c1ecd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:30.892 [67ea588214ffdc165e14db3e9b7c1ecd,5e14db3e9b7c1ecd] [qtp1225114731-26] DEBUG [aai-resources,67ea588214ffdc165e14db3e9b7c1ecd,5e14db3e9b7c1ecd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"22018eea-5471-404d-a841-4bfb71fee89a","status":"200","rqstDate":"250331-08:55:30:879","respDate":"250331-08:55:30:892","sourceId":"haproxy:22018eea-5471-404d-a841-4bfb71fee89a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:55:30:879-61943\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9281b214-e143-4ad4-b193-e1a7cb5ffdd4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[22018eea-5471-404d-a841-4bfb71fee89a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:55:32.899 [67ea58842f882e0f51605da09daca15e,51605da09daca15e] [qtp1225114731-852]  INFO [aai-resources,67ea58842f882e0f51605da09daca15e,51605da09daca15e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:32.916 [67ea58842f882e0f51605da09daca15e,51605da09daca15e] [qtp1225114731-852] DEBUG [aai-resources,67ea58842f882e0f51605da09daca15e,51605da09daca15e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"282b3678-7f04-48c1-b5af-70ce71995d29","status":"200","rqstDate":"250331-08:55:32:899","respDate":"250331-08:55:32:916","sourceId":"haproxy:282b3678-7f04-48c1-b5af-70ce71995d29","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:55:32:899-58048\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[50798af2-6fea-4a17-8b79-51a3393b20ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[282b3678-7f04-48c1-b5af-70ce71995d29]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:55:34.923 [67ea5886fd6c2088e4dfd88b18f17cbf,e4dfd88b18f17cbf] [qtp1225114731-26]  INFO [aai-resources,67ea5886fd6c2088e4dfd88b18f17cbf,e4dfd88b18f17cbf] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:34.936 [67ea5886fd6c2088e4dfd88b18f17cbf,e4dfd88b18f17cbf] [qtp1225114731-26] DEBUG [aai-resources,67ea5886fd6c2088e4dfd88b18f17cbf,e4dfd88b18f17cbf] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7ce43ebb-eaf7-4efb-b39c-7417fa0975ab","status":"200","rqstDate":"250331-08:55:34:924","respDate":"250331-08:55:34:936","sourceId":"haproxy:7ce43ebb-eaf7-4efb-b39c-7417fa0975ab","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:55:34:924-65584\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cc0244b1-77a6-49f1-936d-8b3424226204], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7ce43ebb-eaf7-4efb-b39c-7417fa0975ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:55:36.943 [67ea588839d39739c8e0123ac2b4a389,c8e0123ac2b4a389] [qtp1225114731-852]  INFO [aai-resources,67ea588839d39739c8e0123ac2b4a389,c8e0123ac2b4a389] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:36.961 [67ea588839d39739c8e0123ac2b4a389,c8e0123ac2b4a389] [qtp1225114731-852] DEBUG [aai-resources,67ea588839d39739c8e0123ac2b4a389,c8e0123ac2b4a389] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c803075-531e-4d5b-8e0a-b386ef9bbb2e","status":"200","rqstDate":"250331-08:55:36:943","respDate":"250331-08:55:36:961","sourceId":"haproxy:3c803075-531e-4d5b-8e0a-b386ef9bbb2e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:55:36:943-57310\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[323849c4-c3c0-44d0-9cef-f54c90e985e7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c803075-531e-4d5b-8e0a-b386ef9bbb2e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:55:38.967 [67ea588aec1edd00f5d2a527c2b57d0b,f5d2a527c2b57d0b] [qtp1225114731-26]  INFO [aai-resources,67ea588aec1edd00f5d2a527c2b57d0b,f5d2a527c2b57d0b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:38.982 [67ea588aec1edd00f5d2a527c2b57d0b,f5d2a527c2b57d0b] [qtp1225114731-26] DEBUG [aai-resources,67ea588aec1edd00f5d2a527c2b57d0b,f5d2a527c2b57d0b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0026e18a-2967-4e08-a942-70fe97448523","status":"200","rqstDate":"250331-08:55:38:968","respDate":"250331-08:55:38:982","sourceId":"haproxy:0026e18a-2967-4e08-a942-70fe97448523","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:55:38:968-18113\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[694afd19-fc03-490c-8588-2713467c47e2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0026e18a-2967-4e08-a942-70fe97448523]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:55:40.989 [67ea588c1e401bc129dbc23d89753411,29dbc23d89753411] [qtp1225114731-852]  INFO [aai-resources,67ea588c1e401bc129dbc23d89753411,29dbc23d89753411] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:41.004 [67ea588c1e401bc129dbc23d89753411,29dbc23d89753411] [qtp1225114731-852] DEBUG [aai-resources,67ea588c1e401bc129dbc23d89753411,29dbc23d89753411] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2588a8a1-dd09-46ec-828b-f00ff25663d0","status":"200","rqstDate":"250331-08:55:40:989","respDate":"250331-08:55:41:004","sourceId":"haproxy:2588a8a1-dd09-46ec-828b-f00ff25663d0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:55:40:989-76468\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6fed7de4-3c9f-4a23-b34a-cb49355a7ecc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2588a8a1-dd09-46ec-828b-f00ff25663d0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:55:43.010 [67ea588feabd47d199bf752df9263851,99bf752df9263851] [qtp1225114731-26]  INFO [aai-resources,67ea588feabd47d199bf752df9263851,99bf752df9263851] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:43.019 [67ea588feabd47d199bf752df9263851,99bf752df9263851] [qtp1225114731-26] DEBUG [aai-resources,67ea588feabd47d199bf752df9263851,99bf752df9263851] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a03e2f24-e6a0-45d9-b701-2dafa0641875","status":"200","rqstDate":"250331-08:55:43:010","respDate":"250331-08:55:43:019","sourceId":"haproxy:a03e2f24-e6a0-45d9-b701-2dafa0641875","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:55:43:010-62833\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b13f44f0-d549-40f7-88fb-202fa1e33661], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a03e2f24-e6a0-45d9-b701-2dafa0641875]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:55:45.025 [67ea5891d539d51c23b686b2449d9fad,23b686b2449d9fad] [qtp1225114731-852]  INFO [aai-resources,67ea5891d539d51c23b686b2449d9fad,23b686b2449d9fad] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:45.038 [67ea5891d539d51c23b686b2449d9fad,23b686b2449d9fad] [qtp1225114731-852] DEBUG [aai-resources,67ea5891d539d51c23b686b2449d9fad,23b686b2449d9fad] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"662b5804-1e8c-4f6c-8a8d-e7c70ee0a145","status":"200","rqstDate":"250331-08:55:45:026","respDate":"250331-08:55:45:038","sourceId":"haproxy:662b5804-1e8c-4f6c-8a8d-e7c70ee0a145","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:55:45:026-28345\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1f7f90f6-5a7f-4ed4-9f73-5649ce9f6752], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[662b5804-1e8c-4f6c-8a8d-e7c70ee0a145]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:55:47.045 [67ea5893cc8b507cc27e65ded0486d2f,c27e65ded0486d2f] [qtp1225114731-26]  INFO [aai-resources,67ea5893cc8b507cc27e65ded0486d2f,c27e65ded0486d2f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:47.058 [67ea5893cc8b507cc27e65ded0486d2f,c27e65ded0486d2f] [qtp1225114731-26] DEBUG [aai-resources,67ea5893cc8b507cc27e65ded0486d2f,c27e65ded0486d2f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c33ab768-c871-492a-83b4-cc21176363f3","status":"200","rqstDate":"250331-08:55:47:045","respDate":"250331-08:55:47:058","sourceId":"haproxy:c33ab768-c871-492a-83b4-cc21176363f3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:55:47:045-98338\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[84f8ee68-70a7-4f4b-b17d-b50f12fdf248], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c33ab768-c871-492a-83b4-cc21176363f3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:55:49.064 [67ea5895ba74bd3a6184436104744ae6,6184436104744ae6] [qtp1225114731-852]  INFO [aai-resources,67ea5895ba74bd3a6184436104744ae6,6184436104744ae6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:49.075 [67ea5895ba74bd3a6184436104744ae6,6184436104744ae6] [qtp1225114731-852] DEBUG [aai-resources,67ea5895ba74bd3a6184436104744ae6,6184436104744ae6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1369a2c6-0dfd-4760-8628-245ab9f3f4e9","status":"200","rqstDate":"250331-08:55:49:064","respDate":"250331-08:55:49:075","sourceId":"haproxy:1369a2c6-0dfd-4760-8628-245ab9f3f4e9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:55:49:064-130\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f00be29b-0d75-40b4-9090-c99154048680], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1369a2c6-0dfd-4760-8628-245ab9f3f4e9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:55:51.081 [67ea589704a09a711a7f8ae72f5d13c8,1a7f8ae72f5d13c8] [qtp1225114731-26]  INFO [aai-resources,67ea589704a09a711a7f8ae72f5d13c8,1a7f8ae72f5d13c8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:51.097 [67ea589704a09a711a7f8ae72f5d13c8,1a7f8ae72f5d13c8] [qtp1225114731-26] DEBUG [aai-resources,67ea589704a09a711a7f8ae72f5d13c8,1a7f8ae72f5d13c8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d2791b39-4743-43bb-b410-dea6551780b5","status":"200","rqstDate":"250331-08:55:51:081","respDate":"250331-08:55:51:097","sourceId":"haproxy:d2791b39-4743-43bb-b410-dea6551780b5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:55:51:081-90889\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dc06eb57-73db-460b-9d65-a331bd950452], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d2791b39-4743-43bb-b410-dea6551780b5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:55:53.102 [67ea5899a50b5ab4f227af3bf28684e2,f227af3bf28684e2] [qtp1225114731-852]  INFO [aai-resources,67ea5899a50b5ab4f227af3bf28684e2,f227af3bf28684e2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:53.111 [67ea5899a50b5ab4f227af3bf28684e2,f227af3bf28684e2] [qtp1225114731-852] DEBUG [aai-resources,67ea5899a50b5ab4f227af3bf28684e2,f227af3bf28684e2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6978672b-5ff7-4f0f-902b-17e337388e95","status":"200","rqstDate":"250331-08:55:53:102","respDate":"250331-08:55:53:111","sourceId":"haproxy:6978672b-5ff7-4f0f-902b-17e337388e95","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:55:53:102-32824\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8ae73e9c-4300-457f-8781-7cbbb2ed5cd9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6978672b-5ff7-4f0f-902b-17e337388e95]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:55:55.118 [67ea589b17a1a6cecc5bfa336d0c6e64,cc5bfa336d0c6e64] [qtp1225114731-26]  INFO [aai-resources,67ea589b17a1a6cecc5bfa336d0c6e64,cc5bfa336d0c6e64] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:55.132 [67ea589b17a1a6cecc5bfa336d0c6e64,cc5bfa336d0c6e64] [qtp1225114731-26] DEBUG [aai-resources,67ea589b17a1a6cecc5bfa336d0c6e64,cc5bfa336d0c6e64] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"86041fbd-0086-4a71-903c-6902a6873b0b","status":"200","rqstDate":"250331-08:55:55:118","respDate":"250331-08:55:55:131","sourceId":"haproxy:86041fbd-0086-4a71-903c-6902a6873b0b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:55:55:118-51201\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8443d5cc-e7e4-4447-b0da-45eff556efa7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[86041fbd-0086-4a71-903c-6902a6873b0b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:55:57.139 [67ea589d89a4d453d1f186c96eb61f0b,d1f186c96eb61f0b] [qtp1225114731-852]  INFO [aai-resources,67ea589d89a4d453d1f186c96eb61f0b,d1f186c96eb61f0b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:57.154 [67ea589d89a4d453d1f186c96eb61f0b,d1f186c96eb61f0b] [qtp1225114731-852] DEBUG [aai-resources,67ea589d89a4d453d1f186c96eb61f0b,d1f186c96eb61f0b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"93fcd53f-1519-40d4-832f-c19c435e6618","status":"200","rqstDate":"250331-08:55:57:139","respDate":"250331-08:55:57:154","sourceId":"haproxy:93fcd53f-1519-40d4-832f-c19c435e6618","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:55:57:139-32109\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2f2466d0-33c2-460d-9645-d2f95ccdc4bc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[93fcd53f-1519-40d4-832f-c19c435e6618]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:55:59.161 [67ea589fb8a3ad602ecb466188290ff9,2ecb466188290ff9] [qtp1225114731-26]  INFO [aai-resources,67ea589fb8a3ad602ecb466188290ff9,2ecb466188290ff9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:55:59.176 [67ea589fb8a3ad602ecb466188290ff9,2ecb466188290ff9] [qtp1225114731-26] DEBUG [aai-resources,67ea589fb8a3ad602ecb466188290ff9,2ecb466188290ff9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"87917db7-edf7-4feb-9c6d-2de681e3770e","status":"200","rqstDate":"250331-08:55:59:161","respDate":"250331-08:55:59:176","sourceId":"haproxy:87917db7-edf7-4feb-9c6d-2de681e3770e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:55:59:161-32680\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[387e5481-9a9b-486b-8b92-72e04826ab8a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[87917db7-edf7-4feb-9c6d-2de681e3770e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:55:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:56:01.181 [67ea58a19bb5bc8f2edf2f3faa2f26fb,2edf2f3faa2f26fb] [qtp1225114731-852]  INFO [aai-resources,67ea58a19bb5bc8f2edf2f3faa2f26fb,2edf2f3faa2f26fb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:01.192 [67ea58a19bb5bc8f2edf2f3faa2f26fb,2edf2f3faa2f26fb] [qtp1225114731-852] DEBUG [aai-resources,67ea58a19bb5bc8f2edf2f3faa2f26fb,2edf2f3faa2f26fb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9d7968bb-63b3-4830-9330-b8521f48ca81","status":"200","rqstDate":"250331-08:56:01:181","respDate":"250331-08:56:01:192","sourceId":"haproxy:9d7968bb-63b3-4830-9330-b8521f48ca81","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:56:01:181-20324\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d5f10993-1c57-461e-920f-a73bbeb98db5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9d7968bb-63b3-4830-9330-b8521f48ca81]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:56:03.198 [67ea58a3bbbc815915ce31628ede33db,15ce31628ede33db] [qtp1225114731-26]  INFO [aai-resources,67ea58a3bbbc815915ce31628ede33db,15ce31628ede33db] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:03.210 [67ea58a3bbbc815915ce31628ede33db,15ce31628ede33db] [qtp1225114731-26] DEBUG [aai-resources,67ea58a3bbbc815915ce31628ede33db,15ce31628ede33db] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"25437ab7-7a55-4901-82ef-451fb44477db","status":"200","rqstDate":"250331-08:56:03:198","respDate":"250331-08:56:03:210","sourceId":"haproxy:25437ab7-7a55-4901-82ef-451fb44477db","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:56:03:198-99908\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[533ada6e-767c-4a77-9a6e-7908575b9612], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[25437ab7-7a55-4901-82ef-451fb44477db]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:56:05.218 [67ea58a5b2b0ee08a2741cb3ce203139,a2741cb3ce203139] [qtp1225114731-852]  INFO [aai-resources,67ea58a5b2b0ee08a2741cb3ce203139,a2741cb3ce203139] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:05.228 [67ea58a5b2b0ee08a2741cb3ce203139,a2741cb3ce203139] [qtp1225114731-852] DEBUG [aai-resources,67ea58a5b2b0ee08a2741cb3ce203139,a2741cb3ce203139] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c1c8f6c1-e662-4d45-8a63-f9e5341b973a","status":"200","rqstDate":"250331-08:56:05:218","respDate":"250331-08:56:05:228","sourceId":"haproxy:c1c8f6c1-e662-4d45-8a63-f9e5341b973a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:56:05:218-20202\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1780e4fd-8397-4a20-9982-d1aa8cdb4084], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c1c8f6c1-e662-4d45-8a63-f9e5341b973a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:56:07.234 [67ea58a76209f0ed134a3956d1fe67b7,134a3956d1fe67b7] [qtp1225114731-26]  INFO [aai-resources,67ea58a76209f0ed134a3956d1fe67b7,134a3956d1fe67b7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:07.248 [67ea58a76209f0ed134a3956d1fe67b7,134a3956d1fe67b7] [qtp1225114731-26] DEBUG [aai-resources,67ea58a76209f0ed134a3956d1fe67b7,134a3956d1fe67b7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"afa0b0db-ddc8-49e6-9e86-b09314afd0a0","status":"200","rqstDate":"250331-08:56:07:234","respDate":"250331-08:56:07:247","sourceId":"haproxy:afa0b0db-ddc8-49e6-9e86-b09314afd0a0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:56:07:234-39465\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ced7446a-99a2-407b-9029-6b66c647267b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[afa0b0db-ddc8-49e6-9e86-b09314afd0a0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:56:09.255 [67ea58a96be8e7c54b8f37498da34014,4b8f37498da34014] [qtp1225114731-852]  INFO [aai-resources,67ea58a96be8e7c54b8f37498da34014,4b8f37498da34014] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:09.267 [67ea58a96be8e7c54b8f37498da34014,4b8f37498da34014] [qtp1225114731-852] DEBUG [aai-resources,67ea58a96be8e7c54b8f37498da34014,4b8f37498da34014] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bc47bbf3-8250-4fff-9e84-375689ed1e1d","status":"200","rqstDate":"250331-08:56:09:255","respDate":"250331-08:56:09:267","sourceId":"haproxy:bc47bbf3-8250-4fff-9e84-375689ed1e1d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:56:09:255-74974\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7ff66a3a-4dce-4ab3-b28b-f4ad75476ec8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bc47bbf3-8250-4fff-9e84-375689ed1e1d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:56:11.273 [67ea58ab71680c56084f11b03165ce84,084f11b03165ce84] [qtp1225114731-26]  INFO [aai-resources,67ea58ab71680c56084f11b03165ce84,084f11b03165ce84] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:11.289 [67ea58ab71680c56084f11b03165ce84,084f11b03165ce84] [qtp1225114731-26] DEBUG [aai-resources,67ea58ab71680c56084f11b03165ce84,084f11b03165ce84] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f02afbdf-8d2a-4b85-afa7-602bc414bd87","status":"200","rqstDate":"250331-08:56:11:274","respDate":"250331-08:56:11:289","sourceId":"haproxy:f02afbdf-8d2a-4b85-afa7-602bc414bd87","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:11:274-10639\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[06b88a0f-a8d5-4531-8eaf-ef50fd168508], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f02afbdf-8d2a-4b85-afa7-602bc414bd87]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:56:13.297 [67ea58ad257c9ae8f1d3a4806c3a90da,f1d3a4806c3a90da] [qtp1225114731-852]  INFO [aai-resources,67ea58ad257c9ae8f1d3a4806c3a90da,f1d3a4806c3a90da] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:13.310 [67ea58ad257c9ae8f1d3a4806c3a90da,f1d3a4806c3a90da] [qtp1225114731-852] DEBUG [aai-resources,67ea58ad257c9ae8f1d3a4806c3a90da,f1d3a4806c3a90da] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"13c2e6ec-e63a-4972-ba7b-99d92eee0e7b","status":"200","rqstDate":"250331-08:56:13:297","respDate":"250331-08:56:13:310","sourceId":"haproxy:13c2e6ec-e63a-4972-ba7b-99d92eee0e7b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:56:13:297-63799\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[83fd8c7b-59e5-42fe-8c5d-0251e8e56cf2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[13c2e6ec-e63a-4972-ba7b-99d92eee0e7b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:56:15.317 [67ea58afbcbe85a03b0132e5850043c1,3b0132e5850043c1] [qtp1225114731-26]  INFO [aai-resources,67ea58afbcbe85a03b0132e5850043c1,3b0132e5850043c1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:15.332 [67ea58afbcbe85a03b0132e5850043c1,3b0132e5850043c1] [qtp1225114731-26] DEBUG [aai-resources,67ea58afbcbe85a03b0132e5850043c1,3b0132e5850043c1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"51957322-15b0-418c-a5f6-9b1db4dbfa9c","status":"200","rqstDate":"250331-08:56:15:317","respDate":"250331-08:56:15:332","sourceId":"haproxy:51957322-15b0-418c-a5f6-9b1db4dbfa9c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:15:317-39550\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fb3e99d9-476f-4307-b762-35fe43d3740f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[51957322-15b0-418c-a5f6-9b1db4dbfa9c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:56:17.339 [67ea58b1b186a8d798d16707b605e3d3,98d16707b605e3d3] [qtp1225114731-852]  INFO [aai-resources,67ea58b1b186a8d798d16707b605e3d3,98d16707b605e3d3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:17.351 [67ea58b1b186a8d798d16707b605e3d3,98d16707b605e3d3] [qtp1225114731-852] DEBUG [aai-resources,67ea58b1b186a8d798d16707b605e3d3,98d16707b605e3d3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70efdc18-f16e-4928-88de-c6857946896c","status":"200","rqstDate":"250331-08:56:17:339","respDate":"250331-08:56:17:351","sourceId":"haproxy:70efdc18-f16e-4928-88de-c6857946896c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:17:339-94618\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b597ef96-aefe-46ad-88e0-df5796c5ac6a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[70efdc18-f16e-4928-88de-c6857946896c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:56:19.357 [67ea58b33e0cbb38ff0ccc092519a4ce,ff0ccc092519a4ce] [qtp1225114731-26]  INFO [aai-resources,67ea58b33e0cbb38ff0ccc092519a4ce,ff0ccc092519a4ce] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:19.368 [67ea58b33e0cbb38ff0ccc092519a4ce,ff0ccc092519a4ce] [qtp1225114731-26] DEBUG [aai-resources,67ea58b33e0cbb38ff0ccc092519a4ce,ff0ccc092519a4ce] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c94fc63-67bc-44a2-a1a8-993553da8efa","status":"200","rqstDate":"250331-08:56:19:357","respDate":"250331-08:56:19:368","sourceId":"haproxy:8c94fc63-67bc-44a2-a1a8-993553da8efa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:56:19:357-72959\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[099e988a-6862-4721-8d62-175f7791a408], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8c94fc63-67bc-44a2-a1a8-993553da8efa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:56:21.375 [67ea58b575e42f1130ace17d7ec4dbcc,30ace17d7ec4dbcc] [qtp1225114731-852]  INFO [aai-resources,67ea58b575e42f1130ace17d7ec4dbcc,30ace17d7ec4dbcc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:21.389 [67ea58b575e42f1130ace17d7ec4dbcc,30ace17d7ec4dbcc] [qtp1225114731-852] DEBUG [aai-resources,67ea58b575e42f1130ace17d7ec4dbcc,30ace17d7ec4dbcc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"35705dde-d7fb-44d0-a32a-dbb4ce6d6d14","status":"200","rqstDate":"250331-08:56:21:375","respDate":"250331-08:56:21:389","sourceId":"haproxy:35705dde-d7fb-44d0-a32a-dbb4ce6d6d14","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:56:21:375-88634\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3652991b-d873-4f73-a22f-d62375801bd8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[35705dde-d7fb-44d0-a32a-dbb4ce6d6d14]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:56:23.395 [67ea58b740ae8e70b6387f9dd69a8069,b6387f9dd69a8069] [qtp1225114731-26]  INFO [aai-resources,67ea58b740ae8e70b6387f9dd69a8069,b6387f9dd69a8069] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:23.405 [67ea58b740ae8e70b6387f9dd69a8069,b6387f9dd69a8069] [qtp1225114731-26] DEBUG [aai-resources,67ea58b740ae8e70b6387f9dd69a8069,b6387f9dd69a8069] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d47f32ee-a446-4614-8515-b111cf915541","status":"200","rqstDate":"250331-08:56:23:395","respDate":"250331-08:56:23:405","sourceId":"haproxy:d47f32ee-a446-4614-8515-b111cf915541","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:56:23:395-62087\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8b4e62ce-ed68-4255-bc0e-96bf8add2571], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d47f32ee-a446-4614-8515-b111cf915541]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:56:25.412 [67ea58b94b859a05b266490d02211f00,b266490d02211f00] [qtp1225114731-852]  INFO [aai-resources,67ea58b94b859a05b266490d02211f00,b266490d02211f00] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:25.424 [67ea58b94b859a05b266490d02211f00,b266490d02211f00] [qtp1225114731-852] DEBUG [aai-resources,67ea58b94b859a05b266490d02211f00,b266490d02211f00] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"854e3286-4c51-4676-8969-a910016eb826","status":"200","rqstDate":"250331-08:56:25:412","respDate":"250331-08:56:25:423","sourceId":"haproxy:854e3286-4c51-4676-8969-a910016eb826","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:25:412-38796\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[15282b4a-3b42-42ac-a132-422986a90ff7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[854e3286-4c51-4676-8969-a910016eb826]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:56:27.431 [67ea58bbd45e79a0fc366e5bca273532,fc366e5bca273532] [qtp1225114731-26]  INFO [aai-resources,67ea58bbd45e79a0fc366e5bca273532,fc366e5bca273532] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:27.446 [67ea58bbd45e79a0fc366e5bca273532,fc366e5bca273532] [qtp1225114731-26] DEBUG [aai-resources,67ea58bbd45e79a0fc366e5bca273532,fc366e5bca273532] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2fe856ac-29fb-402d-b84e-cbde8422daeb","status":"200","rqstDate":"250331-08:56:27:431","respDate":"250331-08:56:27:446","sourceId":"haproxy:2fe856ac-29fb-402d-b84e-cbde8422daeb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:56:27:431-37323\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bd7e9e9c-8632-4f49-a787-b3da8bd3e465], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2fe856ac-29fb-402d-b84e-cbde8422daeb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:56:29.453 [67ea58bd645eeb459141df62c8a9ec92,9141df62c8a9ec92] [qtp1225114731-852]  INFO [aai-resources,67ea58bd645eeb459141df62c8a9ec92,9141df62c8a9ec92] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:29.466 [67ea58bd645eeb459141df62c8a9ec92,9141df62c8a9ec92] [qtp1225114731-852] DEBUG [aai-resources,67ea58bd645eeb459141df62c8a9ec92,9141df62c8a9ec92] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d9fa7f1f-2973-475d-80b1-021cb06e42f9","status":"200","rqstDate":"250331-08:56:29:453","respDate":"250331-08:56:29:466","sourceId":"haproxy:d9fa7f1f-2973-475d-80b1-021cb06e42f9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:56:29:453-17001\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[65366cf8-5de8-42c7-845e-53fcf689e19a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d9fa7f1f-2973-475d-80b1-021cb06e42f9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:56:31.471 [67ea58bf378747ea7c2fe303156b6488,7c2fe303156b6488] [qtp1225114731-26]  INFO [aai-resources,67ea58bf378747ea7c2fe303156b6488,7c2fe303156b6488] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:31.485 [67ea58bf378747ea7c2fe303156b6488,7c2fe303156b6488] [qtp1225114731-26] DEBUG [aai-resources,67ea58bf378747ea7c2fe303156b6488,7c2fe303156b6488] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6f97116c-61a9-4c4d-80fa-858361517a72","status":"200","rqstDate":"250331-08:56:31:471","respDate":"250331-08:56:31:485","sourceId":"haproxy:6f97116c-61a9-4c4d-80fa-858361517a72","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:31:471-41815\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a0948b6b-2d6d-42be-b836-102c387fde12], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6f97116c-61a9-4c4d-80fa-858361517a72]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:56:33.491 [67ea58c16849e1133ef176c44da6557b,3ef176c44da6557b] [qtp1225114731-852]  INFO [aai-resources,67ea58c16849e1133ef176c44da6557b,3ef176c44da6557b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:33.504 [67ea58c16849e1133ef176c44da6557b,3ef176c44da6557b] [qtp1225114731-852] DEBUG [aai-resources,67ea58c16849e1133ef176c44da6557b,3ef176c44da6557b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1392ed96-ff2e-4cc7-b982-7015c217391d","status":"200","rqstDate":"250331-08:56:33:491","respDate":"250331-08:56:33:504","sourceId":"haproxy:1392ed96-ff2e-4cc7-b982-7015c217391d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:56:33:491-58548\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[90a64c0c-6c1f-4c2c-8378-7c899ffb457a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1392ed96-ff2e-4cc7-b982-7015c217391d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:56:35.511 [67ea58c38709389a22bbfede651b8be7,22bbfede651b8be7] [qtp1225114731-26]  INFO [aai-resources,67ea58c38709389a22bbfede651b8be7,22bbfede651b8be7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:35.523 [67ea58c38709389a22bbfede651b8be7,22bbfede651b8be7] [qtp1225114731-26] DEBUG [aai-resources,67ea58c38709389a22bbfede651b8be7,22bbfede651b8be7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"375f4c44-81d3-4b75-8d6f-82d72d29aecb","status":"200","rqstDate":"250331-08:56:35:511","respDate":"250331-08:56:35:523","sourceId":"haproxy:375f4c44-81d3-4b75-8d6f-82d72d29aecb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:56:35:511-97896\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a23c2f74-0ad3-413e-8e7c-7c4490e07542], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[375f4c44-81d3-4b75-8d6f-82d72d29aecb]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:56:37.534 [67ea58c5893569a65c687964a2e62911,5c687964a2e62911] [qtp1225114731-852]  INFO [aai-resources,67ea58c5893569a65c687964a2e62911,5c687964a2e62911] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:37.550 [67ea58c5893569a65c687964a2e62911,5c687964a2e62911] [qtp1225114731-852] DEBUG [aai-resources,67ea58c5893569a65c687964a2e62911,5c687964a2e62911] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5ca0644f-adc5-44c0-8411-803df3a96cac","status":"200","rqstDate":"250331-08:56:37:534","respDate":"250331-08:56:37:550","sourceId":"haproxy:5ca0644f-adc5-44c0-8411-803df3a96cac","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:37:534-85270\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c266fd8c-a95a-4f0f-96b2-0bdcebc76c98], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5ca0644f-adc5-44c0-8411-803df3a96cac]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:56:39.557 [67ea58c7acb5a7153e0247fe8012c894,3e0247fe8012c894] [qtp1225114731-26]  INFO [aai-resources,67ea58c7acb5a7153e0247fe8012c894,3e0247fe8012c894] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:39.570 [67ea58c7acb5a7153e0247fe8012c894,3e0247fe8012c894] [qtp1225114731-26] DEBUG [aai-resources,67ea58c7acb5a7153e0247fe8012c894,3e0247fe8012c894] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"80aa86e9-3720-4d4a-8273-e74802a15e1a","status":"200","rqstDate":"250331-08:56:39:557","respDate":"250331-08:56:39:570","sourceId":"haproxy:80aa86e9-3720-4d4a-8273-e74802a15e1a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:39:557-34914\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e81c644d-5549-46ea-aab0-b82f8b16530d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[80aa86e9-3720-4d4a-8273-e74802a15e1a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:56:41.577 [67ea58c98fd0e3a39368fec641bfa21c,9368fec641bfa21c] [qtp1225114731-852]  INFO [aai-resources,67ea58c98fd0e3a39368fec641bfa21c,9368fec641bfa21c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:41.600 [67ea58c98fd0e3a39368fec641bfa21c,9368fec641bfa21c] [qtp1225114731-852] DEBUG [aai-resources,67ea58c98fd0e3a39368fec641bfa21c,9368fec641bfa21c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19c10387-b6ac-4f54-a289-d2cb4b7b3e1f","status":"200","rqstDate":"250331-08:56:41:577","respDate":"250331-08:56:41:600","sourceId":"haproxy:19c10387-b6ac-4f54-a289-d2cb4b7b3e1f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:41:577-33884\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[35477ce8-6345-448c-9916-8506e0db94c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[19c10387-b6ac-4f54-a289-d2cb4b7b3e1f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 08:56:43.607 [67ea58cb5b927392bf17f6dbde35a502,bf17f6dbde35a502] [qtp1225114731-26]  INFO [aai-resources,67ea58cb5b927392bf17f6dbde35a502,bf17f6dbde35a502] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:43.624 [67ea58cb5b927392bf17f6dbde35a502,bf17f6dbde35a502] [qtp1225114731-26] DEBUG [aai-resources,67ea58cb5b927392bf17f6dbde35a502,bf17f6dbde35a502] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a16947d0-8eb2-4071-ba27-6acaaff1c388","status":"200","rqstDate":"250331-08:56:43:607","respDate":"250331-08:56:43:624","sourceId":"haproxy:a16947d0-8eb2-4071-ba27-6acaaff1c388","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:56:43:607-17043\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0da6b193-955f-42f0-a843-33ad4623258e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a16947d0-8eb2-4071-ba27-6acaaff1c388]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:56:45.631 [67ea58cd66ec7cc0948c6958ad154ced,948c6958ad154ced] [qtp1225114731-852]  INFO [aai-resources,67ea58cd66ec7cc0948c6958ad154ced,948c6958ad154ced] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:45.645 [67ea58cd66ec7cc0948c6958ad154ced,948c6958ad154ced] [qtp1225114731-852] DEBUG [aai-resources,67ea58cd66ec7cc0948c6958ad154ced,948c6958ad154ced] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e944a671-1be5-4365-88e7-2e6b37e3b559","status":"200","rqstDate":"250331-08:56:45:631","respDate":"250331-08:56:45:645","sourceId":"haproxy:e944a671-1be5-4365-88e7-2e6b37e3b559","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:56:45:631-59052\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f3840b5a-4a7c-4eba-a0dd-74c157434fbe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e944a671-1be5-4365-88e7-2e6b37e3b559]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:56:47.651 [67ea58cf456374a63b81d995c39f3abb,3b81d995c39f3abb] [qtp1225114731-26]  INFO [aai-resources,67ea58cf456374a63b81d995c39f3abb,3b81d995c39f3abb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:47.663 [67ea58cf456374a63b81d995c39f3abb,3b81d995c39f3abb] [qtp1225114731-26] DEBUG [aai-resources,67ea58cf456374a63b81d995c39f3abb,3b81d995c39f3abb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"38a0ba25-7d3d-4c4a-ad83-5a6b4f7d0c59","status":"200","rqstDate":"250331-08:56:47:651","respDate":"250331-08:56:47:663","sourceId":"haproxy:38a0ba25-7d3d-4c4a-ad83-5a6b4f7d0c59","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:56:47:651-49878\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[feac299d-0767-4b72-932f-52263732fd2a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[38a0ba25-7d3d-4c4a-ad83-5a6b4f7d0c59]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:56:49.670 [67ea58d192c4d327da1539db39fdfb44,da1539db39fdfb44] [qtp1225114731-852]  INFO [aai-resources,67ea58d192c4d327da1539db39fdfb44,da1539db39fdfb44] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:49.682 [67ea58d192c4d327da1539db39fdfb44,da1539db39fdfb44] [qtp1225114731-852] DEBUG [aai-resources,67ea58d192c4d327da1539db39fdfb44,da1539db39fdfb44] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a6dfb3d8-a366-4f9e-8ebc-78389b6d3635","status":"200","rqstDate":"250331-08:56:49:670","respDate":"250331-08:56:49:682","sourceId":"haproxy:a6dfb3d8-a366-4f9e-8ebc-78389b6d3635","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:49:670-91141\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d116cc5f-da61-48d9-8ede-853093b1ea9c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a6dfb3d8-a366-4f9e-8ebc-78389b6d3635]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:56:51.689 [67ea58d36b2d65cd3fa319e954e3739f,3fa319e954e3739f] [qtp1225114731-26]  INFO [aai-resources,67ea58d36b2d65cd3fa319e954e3739f,3fa319e954e3739f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:51.703 [67ea58d36b2d65cd3fa319e954e3739f,3fa319e954e3739f] [qtp1225114731-26] DEBUG [aai-resources,67ea58d36b2d65cd3fa319e954e3739f,3fa319e954e3739f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"64d2bb5d-9b78-47cc-964d-c16a9c6fc4e4","status":"200","rqstDate":"250331-08:56:51:689","respDate":"250331-08:56:51:703","sourceId":"haproxy:64d2bb5d-9b78-47cc-964d-c16a9c6fc4e4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:51:689-81214\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d477d76-4d54-49f1-9b38-7c8718172cf8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[64d2bb5d-9b78-47cc-964d-c16a9c6fc4e4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:56:53.709 [67ea58d5a7c9102cf2ee520a166a0895,f2ee520a166a0895] [qtp1225114731-852]  INFO [aai-resources,67ea58d5a7c9102cf2ee520a166a0895,f2ee520a166a0895] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:53.720 [67ea58d5a7c9102cf2ee520a166a0895,f2ee520a166a0895] [qtp1225114731-852] DEBUG [aai-resources,67ea58d5a7c9102cf2ee520a166a0895,f2ee520a166a0895] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9bb4235b-a6a0-4d30-a2d5-032d1c3791b0","status":"200","rqstDate":"250331-08:56:53:710","respDate":"250331-08:56:53:720","sourceId":"haproxy:9bb4235b-a6a0-4d30-a2d5-032d1c3791b0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:56:53:710-70790\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[18189d35-9b5d-4091-a024-7122a7f32ac6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9bb4235b-a6a0-4d30-a2d5-032d1c3791b0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:56:55.728 [67ea58d7990fa53ebe43279ef8d00a59,be43279ef8d00a59] [qtp1225114731-26]  INFO [aai-resources,67ea58d7990fa53ebe43279ef8d00a59,be43279ef8d00a59] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:55.747 [67ea58d7990fa53ebe43279ef8d00a59,be43279ef8d00a59] [qtp1225114731-26] DEBUG [aai-resources,67ea58d7990fa53ebe43279ef8d00a59,be43279ef8d00a59] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"527abc4a-adad-4eb8-b5e7-509fcada846b","status":"200","rqstDate":"250331-08:56:55:728","respDate":"250331-08:56:55:747","sourceId":"haproxy:527abc4a-adad-4eb8-b5e7-509fcada846b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:55:728-51835\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5fbf5ec6-fce3-4232-b4b0-1be87818af21], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[527abc4a-adad-4eb8-b5e7-509fcada846b]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:56:57.754 [67ea58d9d0f6dc2f5aa7feb868277f75,5aa7feb868277f75] [qtp1225114731-852]  INFO [aai-resources,67ea58d9d0f6dc2f5aa7feb868277f75,5aa7feb868277f75] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:57.768 [67ea58d9d0f6dc2f5aa7feb868277f75,5aa7feb868277f75] [qtp1225114731-852] DEBUG [aai-resources,67ea58d9d0f6dc2f5aa7feb868277f75,5aa7feb868277f75] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eeff0d10-d886-4e6b-a3ee-83ab7b0aed6e","status":"200","rqstDate":"250331-08:56:57:755","respDate":"250331-08:56:57:767","sourceId":"haproxy:eeff0d10-d886-4e6b-a3ee-83ab7b0aed6e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:56:57:755-45710\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a7d6806b-5991-4483-9acd-b80613b6f7a7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eeff0d10-d886-4e6b-a3ee-83ab7b0aed6e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:56:59.773 [67ea58dbc7cf48262ba28352dc70cf78,2ba28352dc70cf78] [qtp1225114731-26]  INFO [aai-resources,67ea58dbc7cf48262ba28352dc70cf78,2ba28352dc70cf78] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:56:59.786 [67ea58dbc7cf48262ba28352dc70cf78,2ba28352dc70cf78] [qtp1225114731-26] DEBUG [aai-resources,67ea58dbc7cf48262ba28352dc70cf78,2ba28352dc70cf78] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"184d4375-94bb-4853-bbb3-ff9e4636a346","status":"200","rqstDate":"250331-08:56:59:774","respDate":"250331-08:56:59:786","sourceId":"haproxy:184d4375-94bb-4853-bbb3-ff9e4636a346","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:56:59:774-44984\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c8009b4f-0276-4db8-afda-b67fae19d5df], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[184d4375-94bb-4853-bbb3-ff9e4636a346]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:56:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:57:01.793 [67ea58ddd5df8d03e085759daa0591cd,e085759daa0591cd] [qtp1225114731-852]  INFO [aai-resources,67ea58ddd5df8d03e085759daa0591cd,e085759daa0591cd] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:01.805 [67ea58ddd5df8d03e085759daa0591cd,e085759daa0591cd] [qtp1225114731-852] DEBUG [aai-resources,67ea58ddd5df8d03e085759daa0591cd,e085759daa0591cd] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85dd8fcb-9439-454f-ad58-2d9dd079bda0","status":"200","rqstDate":"250331-08:57:01:793","respDate":"250331-08:57:01:805","sourceId":"haproxy:85dd8fcb-9439-454f-ad58-2d9dd079bda0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:57:01:793-36321\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0948afb3-d5a9-428a-aa0a-681d8e3d6b4c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[85dd8fcb-9439-454f-ad58-2d9dd079bda0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:57:03.810 [67ea58df9cc963a9e3e11e2b02f145d7,e3e11e2b02f145d7] [qtp1225114731-26]  INFO [aai-resources,67ea58df9cc963a9e3e11e2b02f145d7,e3e11e2b02f145d7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:03.826 [67ea58df9cc963a9e3e11e2b02f145d7,e3e11e2b02f145d7] [qtp1225114731-26] DEBUG [aai-resources,67ea58df9cc963a9e3e11e2b02f145d7,e3e11e2b02f145d7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a4b627c0-57c4-41b4-8f99-362baf6938f5","status":"200","rqstDate":"250331-08:57:03:810","respDate":"250331-08:57:03:826","sourceId":"haproxy:a4b627c0-57c4-41b4-8f99-362baf6938f5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:57:03:810-70205\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0549f1e6-e762-4781-9645-4648ff0c4920], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a4b627c0-57c4-41b4-8f99-362baf6938f5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:57:05.833 [67ea58e159a17eebe6129d08bbcd0552,e6129d08bbcd0552] [qtp1225114731-852]  INFO [aai-resources,67ea58e159a17eebe6129d08bbcd0552,e6129d08bbcd0552] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:05.841 [67ea58e159a17eebe6129d08bbcd0552,e6129d08bbcd0552] [qtp1225114731-852] DEBUG [aai-resources,67ea58e159a17eebe6129d08bbcd0552,e6129d08bbcd0552] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f69538c4-0fbf-408c-a0d4-7703d336bfaa","status":"200","rqstDate":"250331-08:57:05:833","respDate":"250331-08:57:05:841","sourceId":"haproxy:f69538c4-0fbf-408c-a0d4-7703d336bfaa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:57:05:833-89882\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ee803f68-a67b-4953-9275-784e543690f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f69538c4-0fbf-408c-a0d4-7703d336bfaa]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:57:07.846 [67ea58e368ba0164d9ac890a4651268d,d9ac890a4651268d] [qtp1225114731-26]  INFO [aai-resources,67ea58e368ba0164d9ac890a4651268d,d9ac890a4651268d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:07.859 [67ea58e368ba0164d9ac890a4651268d,d9ac890a4651268d] [qtp1225114731-26] DEBUG [aai-resources,67ea58e368ba0164d9ac890a4651268d,d9ac890a4651268d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0475f31b-f2de-4909-8fad-3a85e55200a3","status":"200","rqstDate":"250331-08:57:07:847","respDate":"250331-08:57:07:859","sourceId":"haproxy:0475f31b-f2de-4909-8fad-3a85e55200a3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:57:07:847-10521\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6e935c55-95e2-4fe8-94cd-3519536604f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0475f31b-f2de-4909-8fad-3a85e55200a3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:57:09.865 [67ea58e58c435badeb3ca8b21910d155,eb3ca8b21910d155] [qtp1225114731-852]  INFO [aai-resources,67ea58e58c435badeb3ca8b21910d155,eb3ca8b21910d155] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:09.882 [67ea58e58c435badeb3ca8b21910d155,eb3ca8b21910d155] [qtp1225114731-852] DEBUG [aai-resources,67ea58e58c435badeb3ca8b21910d155,eb3ca8b21910d155] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f4c3f8f7-f410-4091-ac0a-51f1f8a1ea41","status":"200","rqstDate":"250331-08:57:09:865","respDate":"250331-08:57:09:882","sourceId":"haproxy:f4c3f8f7-f410-4091-ac0a-51f1f8a1ea41","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:57:09:865-39614\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fd5f0d5a-5984-431e-8738-18b672e91a9e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f4c3f8f7-f410-4091-ac0a-51f1f8a1ea41]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:57:11.889 [67ea58e7c104247b763c41c6e3f78407,763c41c6e3f78407] [qtp1225114731-26]  INFO [aai-resources,67ea58e7c104247b763c41c6e3f78407,763c41c6e3f78407] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:11.902 [67ea58e7c104247b763c41c6e3f78407,763c41c6e3f78407] [qtp1225114731-26] DEBUG [aai-resources,67ea58e7c104247b763c41c6e3f78407,763c41c6e3f78407] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"57c24c67-6519-42f9-834d-1847d94b473a","status":"200","rqstDate":"250331-08:57:11:889","respDate":"250331-08:57:11:902","sourceId":"haproxy:57c24c67-6519-42f9-834d-1847d94b473a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:57:11:889-15934\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cb1db524-7560-4e8f-a25d-398036aadbe6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[57c24c67-6519-42f9-834d-1847d94b473a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:57:13.909 [67ea58e926a3d5743b37db6accee1205,3b37db6accee1205] [qtp1225114731-852]  INFO [aai-resources,67ea58e926a3d5743b37db6accee1205,3b37db6accee1205] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:13.922 [67ea58e926a3d5743b37db6accee1205,3b37db6accee1205] [qtp1225114731-852] DEBUG [aai-resources,67ea58e926a3d5743b37db6accee1205,3b37db6accee1205] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"06068852-97f5-46f5-981e-6ffcc63d51ca","status":"200","rqstDate":"250331-08:57:13:909","respDate":"250331-08:57:13:922","sourceId":"haproxy:06068852-97f5-46f5-981e-6ffcc63d51ca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:57:13:909-26003\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e3c0eae8-8451-45b2-8c23-63253325937a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[06068852-97f5-46f5-981e-6ffcc63d51ca]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:57:15.928 [67ea58eb3911a7b32df209d8d836f66e,2df209d8d836f66e] [qtp1225114731-26]  INFO [aai-resources,67ea58eb3911a7b32df209d8d836f66e,2df209d8d836f66e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:15.940 [67ea58eb3911a7b32df209d8d836f66e,2df209d8d836f66e] [qtp1225114731-26] DEBUG [aai-resources,67ea58eb3911a7b32df209d8d836f66e,2df209d8d836f66e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b42e0ca2-cde6-4993-8615-34ff99248ed5","status":"200","rqstDate":"250331-08:57:15:929","respDate":"250331-08:57:15:940","sourceId":"haproxy:b42e0ca2-cde6-4993-8615-34ff99248ed5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:57:15:929-27573\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b7f52917-5060-400a-a6b4-70e1e7e33838], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b42e0ca2-cde6-4993-8615-34ff99248ed5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:57:17.946 [67ea58edc97d41a91c907e5259b52b06,1c907e5259b52b06] [qtp1225114731-852]  INFO [aai-resources,67ea58edc97d41a91c907e5259b52b06,1c907e5259b52b06] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:17.961 [67ea58edc97d41a91c907e5259b52b06,1c907e5259b52b06] [qtp1225114731-852] DEBUG [aai-resources,67ea58edc97d41a91c907e5259b52b06,1c907e5259b52b06] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c47047cc-2864-4a2b-9c8f-836580135aa0","status":"200","rqstDate":"250331-08:57:17:946","respDate":"250331-08:57:17:960","sourceId":"haproxy:c47047cc-2864-4a2b-9c8f-836580135aa0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:57:17:946-36979\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ee5a4258-d6e3-4f78-851a-75d9cb3de68a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c47047cc-2864-4a2b-9c8f-836580135aa0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:57:19.967 [67ea58ef50f524068e7b4f71471a530c,8e7b4f71471a530c] [qtp1225114731-26]  INFO [aai-resources,67ea58ef50f524068e7b4f71471a530c,8e7b4f71471a530c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:19.980 [67ea58ef50f524068e7b4f71471a530c,8e7b4f71471a530c] [qtp1225114731-26] DEBUG [aai-resources,67ea58ef50f524068e7b4f71471a530c,8e7b4f71471a530c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0ba1aef9-9c74-4ef1-95bc-c6988de1df45","status":"200","rqstDate":"250331-08:57:19:967","respDate":"250331-08:57:19:979","sourceId":"haproxy:0ba1aef9-9c74-4ef1-95bc-c6988de1df45","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:57:19:967-97067\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1746db5d-022b-4fac-948d-faf62755bb35], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0ba1aef9-9c74-4ef1-95bc-c6988de1df45]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:57:21.987 [67ea58f178f27ae30a3e6f4c6d6fb527,0a3e6f4c6d6fb527] [qtp1225114731-852]  INFO [aai-resources,67ea58f178f27ae30a3e6f4c6d6fb527,0a3e6f4c6d6fb527] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:22.003 [67ea58f178f27ae30a3e6f4c6d6fb527,0a3e6f4c6d6fb527] [qtp1225114731-852] DEBUG [aai-resources,67ea58f178f27ae30a3e6f4c6d6fb527,0a3e6f4c6d6fb527] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"82efe001-3bec-430b-a990-2b1d6dfe84d2","status":"200","rqstDate":"250331-08:57:21:987","respDate":"250331-08:57:22:003","sourceId":"haproxy:82efe001-3bec-430b-a990-2b1d6dfe84d2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:57:21:987-50956\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[853a5f2e-a759-4137-bc84-671d3361d327], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[82efe001-3bec-430b-a990-2b1d6dfe84d2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:57:24.009 [67ea58f464572147d3b585a8c6458ec4,d3b585a8c6458ec4] [qtp1225114731-26]  INFO [aai-resources,67ea58f464572147d3b585a8c6458ec4,d3b585a8c6458ec4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:24.021 [67ea58f464572147d3b585a8c6458ec4,d3b585a8c6458ec4] [qtp1225114731-26] DEBUG [aai-resources,67ea58f464572147d3b585a8c6458ec4,d3b585a8c6458ec4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bf5b5eb5-7b89-496c-9067-47088ea5bad6","status":"200","rqstDate":"250331-08:57:24:010","respDate":"250331-08:57:24:021","sourceId":"haproxy:bf5b5eb5-7b89-496c-9067-47088ea5bad6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:57:24:010-31323\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[279a0411-ce7d-4f73-84ff-5ff81e41faf8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bf5b5eb5-7b89-496c-9067-47088ea5bad6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:57:26.028 [67ea58f662997b6f90683f05d6930986,90683f05d6930986] [qtp1225114731-852]  INFO [aai-resources,67ea58f662997b6f90683f05d6930986,90683f05d6930986] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:26.043 [67ea58f662997b6f90683f05d6930986,90683f05d6930986] [qtp1225114731-852] DEBUG [aai-resources,67ea58f662997b6f90683f05d6930986,90683f05d6930986] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"af7d7374-4a70-4c44-bc23-80d2ea7359a3","status":"200","rqstDate":"250331-08:57:26:028","respDate":"250331-08:57:26:042","sourceId":"haproxy:af7d7374-4a70-4c44-bc23-80d2ea7359a3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:57:26:028-32555\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[89653be7-274d-406e-b2f0-b8e7995fd97b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[af7d7374-4a70-4c44-bc23-80d2ea7359a3]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:57:28.049 [67ea58f8fce834d6fb4f371f60555ddd,fb4f371f60555ddd] [qtp1225114731-26]  INFO [aai-resources,67ea58f8fce834d6fb4f371f60555ddd,fb4f371f60555ddd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:28.065 [67ea58f8fce834d6fb4f371f60555ddd,fb4f371f60555ddd] [qtp1225114731-26] DEBUG [aai-resources,67ea58f8fce834d6fb4f371f60555ddd,fb4f371f60555ddd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f3424316-d66b-4704-a44c-61fb12b5a2dd","status":"200","rqstDate":"250331-08:57:28:050","respDate":"250331-08:57:28:065","sourceId":"haproxy:f3424316-d66b-4704-a44c-61fb12b5a2dd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:57:28:050-30474\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[42e73d84-4c06-4cd5-9a82-d6389f4fbbe8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f3424316-d66b-4704-a44c-61fb12b5a2dd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:57:30.072 [67ea58fa243a31b43cdf7f77a4780cc4,3cdf7f77a4780cc4] [qtp1225114731-852]  INFO [aai-resources,67ea58fa243a31b43cdf7f77a4780cc4,3cdf7f77a4780cc4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:30.085 [67ea58fa243a31b43cdf7f77a4780cc4,3cdf7f77a4780cc4] [qtp1225114731-852] DEBUG [aai-resources,67ea58fa243a31b43cdf7f77a4780cc4,3cdf7f77a4780cc4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7211f2e4-304f-40c6-8b39-8666d241310a","status":"200","rqstDate":"250331-08:57:30:072","respDate":"250331-08:57:30:085","sourceId":"haproxy:7211f2e4-304f-40c6-8b39-8666d241310a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:57:30:072-11992\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d23e70ef-e42b-49c5-a43b-3d01367ea966], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7211f2e4-304f-40c6-8b39-8666d241310a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:57:32.092 [67ea58fce191098b42c0e42999c0b79a,42c0e42999c0b79a] [qtp1225114731-26]  INFO [aai-resources,67ea58fce191098b42c0e42999c0b79a,42c0e42999c0b79a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:32.106 [67ea58fce191098b42c0e42999c0b79a,42c0e42999c0b79a] [qtp1225114731-26] DEBUG [aai-resources,67ea58fce191098b42c0e42999c0b79a,42c0e42999c0b79a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"705d6e72-5f2f-4194-8ea3-d470a79ba128","status":"200","rqstDate":"250331-08:57:32:092","respDate":"250331-08:57:32:106","sourceId":"haproxy:705d6e72-5f2f-4194-8ea3-d470a79ba128","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:57:32:092-1762\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[708e558c-df6f-4900-b666-1e3ac158ba16], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[705d6e72-5f2f-4194-8ea3-d470a79ba128]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:57:34.114 [67ea58feb45c1c0cf85fd964b718633d,f85fd964b718633d] [qtp1225114731-852]  INFO [aai-resources,67ea58feb45c1c0cf85fd964b718633d,f85fd964b718633d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:34.125 [67ea58feb45c1c0cf85fd964b718633d,f85fd964b718633d] [qtp1225114731-852] DEBUG [aai-resources,67ea58feb45c1c0cf85fd964b718633d,f85fd964b718633d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"669ec822-56d7-44de-830a-1ad13d094f77","status":"200","rqstDate":"250331-08:57:34:114","respDate":"250331-08:57:34:125","sourceId":"haproxy:669ec822-56d7-44de-830a-1ad13d094f77","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:57:34:114-71874\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1ab69def-4767-4da6-822e-6c1fb892d0b8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[669ec822-56d7-44de-830a-1ad13d094f77]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:57:36.132 [67ea5900dc715d69fbac34146ad8353f,fbac34146ad8353f] [qtp1225114731-26]  INFO [aai-resources,67ea5900dc715d69fbac34146ad8353f,fbac34146ad8353f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:36.145 [67ea5900dc715d69fbac34146ad8353f,fbac34146ad8353f] [qtp1225114731-26] DEBUG [aai-resources,67ea5900dc715d69fbac34146ad8353f,fbac34146ad8353f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"14d8ee50-ee23-4abf-9634-117db2a6ba8a","status":"200","rqstDate":"250331-08:57:36:132","respDate":"250331-08:57:36:145","sourceId":"haproxy:14d8ee50-ee23-4abf-9634-117db2a6ba8a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:57:36:132-10132\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0e5ca283-a6ed-4378-af13-039699cd12e5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[14d8ee50-ee23-4abf-9634-117db2a6ba8a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:57:38.151 [67ea5902b93ff873a683a18ea60d70ed,a683a18ea60d70ed] [qtp1225114731-852]  INFO [aai-resources,67ea5902b93ff873a683a18ea60d70ed,a683a18ea60d70ed] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:38.167 [67ea5902b93ff873a683a18ea60d70ed,a683a18ea60d70ed] [qtp1225114731-852] DEBUG [aai-resources,67ea5902b93ff873a683a18ea60d70ed,a683a18ea60d70ed] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"05b55f59-d279-43dc-a620-65dd4009773e","status":"200","rqstDate":"250331-08:57:38:151","respDate":"250331-08:57:38:167","sourceId":"haproxy:05b55f59-d279-43dc-a620-65dd4009773e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:57:38:151-24763\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[35eafade-997f-4844-b3d2-0fd05cab0583], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[05b55f59-d279-43dc-a620-65dd4009773e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:57:40.173 [67ea59049c56fee83e24e914105efba7,3e24e914105efba7] [qtp1225114731-26]  INFO [aai-resources,67ea59049c56fee83e24e914105efba7,3e24e914105efba7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:40.195 [67ea59049c56fee83e24e914105efba7,3e24e914105efba7] [qtp1225114731-26] DEBUG [aai-resources,67ea59049c56fee83e24e914105efba7,3e24e914105efba7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c739201-17c5-4d0d-b96f-d02758f2f4da","status":"200","rqstDate":"250331-08:57:40:173","respDate":"250331-08:57:40:195","sourceId":"haproxy:7c739201-17c5-4d0d-b96f-d02758f2f4da","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:57:40:173-38874\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[80c04b29-891e-4c3b-942c-ab12b28015bf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c739201-17c5-4d0d-b96f-d02758f2f4da]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:57:42.201 [67ea5906d7485dae83e47fc106f870a1,83e47fc106f870a1] [qtp1225114731-852]  INFO [aai-resources,67ea5906d7485dae83e47fc106f870a1,83e47fc106f870a1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:42.216 [67ea5906d7485dae83e47fc106f870a1,83e47fc106f870a1] [qtp1225114731-852] DEBUG [aai-resources,67ea5906d7485dae83e47fc106f870a1,83e47fc106f870a1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a5019a0a-60fa-4068-b5fa-669dcec89a20","status":"200","rqstDate":"250331-08:57:42:201","respDate":"250331-08:57:42:216","sourceId":"haproxy:a5019a0a-60fa-4068-b5fa-669dcec89a20","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:57:42:201-25774\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b83ad2a3-dbba-4bea-89e9-fcb8c2ecf6b1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a5019a0a-60fa-4068-b5fa-669dcec89a20]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:57:44.222 [67ea590828504660879dbd8804c9cbeb,879dbd8804c9cbeb] [qtp1225114731-26]  INFO [aai-resources,67ea590828504660879dbd8804c9cbeb,879dbd8804c9cbeb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:44.235 [67ea590828504660879dbd8804c9cbeb,879dbd8804c9cbeb] [qtp1225114731-26] DEBUG [aai-resources,67ea590828504660879dbd8804c9cbeb,879dbd8804c9cbeb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f81e236e-5f73-4a94-9319-9d976b9c500e","status":"200","rqstDate":"250331-08:57:44:222","respDate":"250331-08:57:44:235","sourceId":"haproxy:f81e236e-5f73-4a94-9319-9d976b9c500e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:57:44:222-93795\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e5a51cbc-4132-47d8-9d2a-ddec2afa4ea6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f81e236e-5f73-4a94-9319-9d976b9c500e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:57:46.242 [67ea590ab96160cb770d31ca2143b0e4,770d31ca2143b0e4] [qtp1225114731-852]  INFO [aai-resources,67ea590ab96160cb770d31ca2143b0e4,770d31ca2143b0e4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:46.253 [67ea590ab96160cb770d31ca2143b0e4,770d31ca2143b0e4] [qtp1225114731-852] DEBUG [aai-resources,67ea590ab96160cb770d31ca2143b0e4,770d31ca2143b0e4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"686bd07d-972b-46f0-be87-476d343b8a79","status":"200","rqstDate":"250331-08:57:46:242","respDate":"250331-08:57:46:253","sourceId":"haproxy:686bd07d-972b-46f0-be87-476d343b8a79","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:57:46:242-19845\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1becfeb1-f220-4692-a70d-c21f2bda1cf4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[686bd07d-972b-46f0-be87-476d343b8a79]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:57:48.260 [67ea590cdd19961e765496f863c799c0,765496f863c799c0] [qtp1225114731-26]  INFO [aai-resources,67ea590cdd19961e765496f863c799c0,765496f863c799c0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:48.273 [67ea590cdd19961e765496f863c799c0,765496f863c799c0] [qtp1225114731-26] DEBUG [aai-resources,67ea590cdd19961e765496f863c799c0,765496f863c799c0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d42f4b0-7a36-4967-bf97-bfa40a72f275","status":"200","rqstDate":"250331-08:57:48:261","respDate":"250331-08:57:48:272","sourceId":"haproxy:0d42f4b0-7a36-4967-bf97-bfa40a72f275","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:57:48:261-12273\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4ce488b7-c7da-4270-a1ff-5e9dc03b590a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0d42f4b0-7a36-4967-bf97-bfa40a72f275]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:57:50.280 [67ea590e20bb64c5cb56ffb3aa8b58a6,cb56ffb3aa8b58a6] [qtp1225114731-852]  INFO [aai-resources,67ea590e20bb64c5cb56ffb3aa8b58a6,cb56ffb3aa8b58a6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:50.292 [67ea590e20bb64c5cb56ffb3aa8b58a6,cb56ffb3aa8b58a6] [qtp1225114731-852] DEBUG [aai-resources,67ea590e20bb64c5cb56ffb3aa8b58a6,cb56ffb3aa8b58a6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"77225a26-121b-4914-9170-cbc6460e1cda","status":"200","rqstDate":"250331-08:57:50:280","respDate":"250331-08:57:50:292","sourceId":"haproxy:77225a26-121b-4914-9170-cbc6460e1cda","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:57:50:280-74511\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[25700142-5a20-4657-9fad-c4f7f1f5f7f1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[77225a26-121b-4914-9170-cbc6460e1cda]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:57:52.300 [67ea59107b7c9ac6c826e0b1b90b1e46,c826e0b1b90b1e46] [qtp1225114731-26]  INFO [aai-resources,67ea59107b7c9ac6c826e0b1b90b1e46,c826e0b1b90b1e46] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:52.313 [67ea59107b7c9ac6c826e0b1b90b1e46,c826e0b1b90b1e46] [qtp1225114731-26] DEBUG [aai-resources,67ea59107b7c9ac6c826e0b1b90b1e46,c826e0b1b90b1e46] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"48636311-aad3-460f-b44b-f5e97aca36de","status":"200","rqstDate":"250331-08:57:52:300","respDate":"250331-08:57:52:313","sourceId":"haproxy:48636311-aad3-460f-b44b-f5e97aca36de","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:57:52:300-24977\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[42526981-db13-4449-a5fe-aa3603ccb6f2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[48636311-aad3-460f-b44b-f5e97aca36de]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:57:54.321 [67ea59122536d311c49784a3325cfff2,c49784a3325cfff2] [qtp1225114731-852]  INFO [aai-resources,67ea59122536d311c49784a3325cfff2,c49784a3325cfff2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:54.332 [67ea59122536d311c49784a3325cfff2,c49784a3325cfff2] [qtp1225114731-852] DEBUG [aai-resources,67ea59122536d311c49784a3325cfff2,c49784a3325cfff2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d46609bb-c14f-4e29-b838-5bdaaf54b5f0","status":"200","rqstDate":"250331-08:57:54:321","respDate":"250331-08:57:54:332","sourceId":"haproxy:d46609bb-c14f-4e29-b838-5bdaaf54b5f0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:57:54:321-81703\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[994d47e9-9cdf-4784-b2e8-534889241807], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d46609bb-c14f-4e29-b838-5bdaaf54b5f0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:57:56.338 [67ea5914f5515ddfd6acb7e386e091c0,d6acb7e386e091c0] [qtp1225114731-26]  INFO [aai-resources,67ea5914f5515ddfd6acb7e386e091c0,d6acb7e386e091c0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:56.358 [67ea5914f5515ddfd6acb7e386e091c0,d6acb7e386e091c0] [qtp1225114731-26] DEBUG [aai-resources,67ea5914f5515ddfd6acb7e386e091c0,d6acb7e386e091c0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"958bfeee-cccc-426e-b331-2d8f76940069","status":"200","rqstDate":"250331-08:57:56:338","respDate":"250331-08:57:56:358","sourceId":"haproxy:958bfeee-cccc-426e-b331-2d8f76940069","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:57:56:338-56871\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae909c2e-d32e-49a9-9dfb-f24b467a31d0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[958bfeee-cccc-426e-b331-2d8f76940069]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 08:57:58.365 [67ea5916d7e75fc3747bdf1f9aaf057d,747bdf1f9aaf057d] [qtp1225114731-852]  INFO [aai-resources,67ea5916d7e75fc3747bdf1f9aaf057d,747bdf1f9aaf057d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:57:58.377 [67ea5916d7e75fc3747bdf1f9aaf057d,747bdf1f9aaf057d] [qtp1225114731-852] DEBUG [aai-resources,67ea5916d7e75fc3747bdf1f9aaf057d,747bdf1f9aaf057d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b19b33c9-b4cb-457b-8720-6987cb0c4073","status":"200","rqstDate":"250331-08:57:58:365","respDate":"250331-08:57:58:377","sourceId":"haproxy:b19b33c9-b4cb-457b-8720-6987cb0c4073","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:57:58:365-76596\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f7c852e9-179e-47b0-b49d-de6849584027], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b19b33c9-b4cb-457b-8720-6987cb0c4073]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:57:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:58:00.382 [67ea591894667b418d53b6dfa666330b,8d53b6dfa666330b] [qtp1225114731-26]  INFO [aai-resources,67ea591894667b418d53b6dfa666330b,8d53b6dfa666330b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:00.395 [67ea591894667b418d53b6dfa666330b,8d53b6dfa666330b] [qtp1225114731-26] DEBUG [aai-resources,67ea591894667b418d53b6dfa666330b,8d53b6dfa666330b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b4e637d-0e60-4cae-8655-0d4c32bfcd9c","status":"200","rqstDate":"250331-08:58:00:383","respDate":"250331-08:58:00:395","sourceId":"haproxy:8b4e637d-0e60-4cae-8655-0d4c32bfcd9c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:00:383-33036\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3a538a92-0e48-4b46-9edb-4a91fd90ee6f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8b4e637d-0e60-4cae-8655-0d4c32bfcd9c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:58:02.401 [67ea591a3be13aa7d52c400b0411b7b3,d52c400b0411b7b3] [qtp1225114731-852]  INFO [aai-resources,67ea591a3be13aa7d52c400b0411b7b3,d52c400b0411b7b3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:02.411 [67ea591a3be13aa7d52c400b0411b7b3,d52c400b0411b7b3] [qtp1225114731-852] DEBUG [aai-resources,67ea591a3be13aa7d52c400b0411b7b3,d52c400b0411b7b3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e56f5fb1-5342-4743-a53a-8b58495c3ad9","status":"200","rqstDate":"250331-08:58:02:402","respDate":"250331-08:58:02:411","sourceId":"haproxy:e56f5fb1-5342-4743-a53a-8b58495c3ad9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:02:402-1715\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9f2d0097-1551-4577-ba63-02b63c4b6b51], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e56f5fb1-5342-4743-a53a-8b58495c3ad9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:58:04.417 [67ea591cef88880a23e1e7314f3efeae,23e1e7314f3efeae] [qtp1225114731-26]  INFO [aai-resources,67ea591cef88880a23e1e7314f3efeae,23e1e7314f3efeae] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:04.434 [67ea591cef88880a23e1e7314f3efeae,23e1e7314f3efeae] [qtp1225114731-26] DEBUG [aai-resources,67ea591cef88880a23e1e7314f3efeae,23e1e7314f3efeae] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ea0617ec-4304-40cf-b843-03c58805d013","status":"200","rqstDate":"250331-08:58:04:417","respDate":"250331-08:58:04:434","sourceId":"haproxy:ea0617ec-4304-40cf-b843-03c58805d013","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:04:417-50545\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[291f6e92-3b3b-43c2-9f9e-a3468679ac20], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ea0617ec-4304-40cf-b843-03c58805d013]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:58:06.439 [67ea591eff9db7ffe5430455843497eb,e5430455843497eb] [qtp1225114731-852]  INFO [aai-resources,67ea591eff9db7ffe5430455843497eb,e5430455843497eb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:06.453 [67ea591eff9db7ffe5430455843497eb,e5430455843497eb] [qtp1225114731-852] DEBUG [aai-resources,67ea591eff9db7ffe5430455843497eb,e5430455843497eb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"06132abf-a80e-44eb-b5de-46c4c7170e5c","status":"200","rqstDate":"250331-08:58:06:440","respDate":"250331-08:58:06:453","sourceId":"haproxy:06132abf-a80e-44eb-b5de-46c4c7170e5c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:06:440-90652\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f13364a7-ca97-4719-8463-749e5893ce4b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[06132abf-a80e-44eb-b5de-46c4c7170e5c]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:58:08.460 [67ea592015b460b430d9fea8ff946d5c,30d9fea8ff946d5c] [qtp1225114731-26]  INFO [aai-resources,67ea592015b460b430d9fea8ff946d5c,30d9fea8ff946d5c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:08.473 [67ea592015b460b430d9fea8ff946d5c,30d9fea8ff946d5c] [qtp1225114731-26] DEBUG [aai-resources,67ea592015b460b430d9fea8ff946d5c,30d9fea8ff946d5c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1dfbb955-1fd5-4f7e-b11f-b748d8c7646f","status":"200","rqstDate":"250331-08:58:08:460","respDate":"250331-08:58:08:473","sourceId":"haproxy:1dfbb955-1fd5-4f7e-b11f-b748d8c7646f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:08:460-76642\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a6127d79-a4ca-404b-aa52-fcee3b1136b4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1dfbb955-1fd5-4f7e-b11f-b748d8c7646f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:58:10.479 [67ea59224693c9b0069f603518f23b1f,069f603518f23b1f] [qtp1225114731-852]  INFO [aai-resources,67ea59224693c9b0069f603518f23b1f,069f603518f23b1f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:10.498 [67ea59224693c9b0069f603518f23b1f,069f603518f23b1f] [qtp1225114731-852] DEBUG [aai-resources,67ea59224693c9b0069f603518f23b1f,069f603518f23b1f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b838af6-9dbb-49ee-915f-1ec75fce2d2f","status":"200","rqstDate":"250331-08:58:10:480","respDate":"250331-08:58:10:498","sourceId":"haproxy:2b838af6-9dbb-49ee-915f-1ec75fce2d2f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:10:480-10346\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b7dd23fb-0ccf-4403-8053-ab8fb951c695], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2b838af6-9dbb-49ee-915f-1ec75fce2d2f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 08:58:12.507 [67ea59241c060188b28e895a66489ee2,b28e895a66489ee2] [qtp1225114731-26]  INFO [aai-resources,67ea59241c060188b28e895a66489ee2,b28e895a66489ee2] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:12.520 [67ea59241c060188b28e895a66489ee2,b28e895a66489ee2] [qtp1225114731-26] DEBUG [aai-resources,67ea59241c060188b28e895a66489ee2,b28e895a66489ee2] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f644ed2-f9e7-4229-8f09-4a3267ed45ee","status":"200","rqstDate":"250331-08:58:12:507","respDate":"250331-08:58:12:520","sourceId":"haproxy:0f644ed2-f9e7-4229-8f09-4a3267ed45ee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:12:507-29085\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7687646b-bff5-4c81-b54e-f950e6e2c01c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0f644ed2-f9e7-4229-8f09-4a3267ed45ee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:58:14.526 [67ea592677e9cd7d092fce8230224a7d,092fce8230224a7d] [qtp1225114731-852]  INFO [aai-resources,67ea592677e9cd7d092fce8230224a7d,092fce8230224a7d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:14.539 [67ea592677e9cd7d092fce8230224a7d,092fce8230224a7d] [qtp1225114731-852] DEBUG [aai-resources,67ea592677e9cd7d092fce8230224a7d,092fce8230224a7d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fd0a8385-795c-4f4a-be4a-a0940271d421","status":"200","rqstDate":"250331-08:58:14:526","respDate":"250331-08:58:14:539","sourceId":"haproxy:fd0a8385-795c-4f4a-be4a-a0940271d421","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:14:526-64758\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9643ea2b-acc3-4de5-9c07-5edd3b34a634], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fd0a8385-795c-4f4a-be4a-a0940271d421]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:58:16.545 [67ea59281008613450793bdc493e4e3c,50793bdc493e4e3c] [qtp1225114731-26]  INFO [aai-resources,67ea59281008613450793bdc493e4e3c,50793bdc493e4e3c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:16.560 [67ea59281008613450793bdc493e4e3c,50793bdc493e4e3c] [qtp1225114731-26] DEBUG [aai-resources,67ea59281008613450793bdc493e4e3c,50793bdc493e4e3c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f99bfcbe-0985-4b3e-a470-7648708a27c0","status":"200","rqstDate":"250331-08:58:16:545","respDate":"250331-08:58:16:560","sourceId":"haproxy:f99bfcbe-0985-4b3e-a470-7648708a27c0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:16:545-81654\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ba74c56c-88f0-4b50-a317-e4723c3181bc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f99bfcbe-0985-4b3e-a470-7648708a27c0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:58:18.566 [67ea592a479df97f5ff489c2f50c05ea,5ff489c2f50c05ea] [qtp1225114731-852]  INFO [aai-resources,67ea592a479df97f5ff489c2f50c05ea,5ff489c2f50c05ea] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:18.579 [67ea592a479df97f5ff489c2f50c05ea,5ff489c2f50c05ea] [qtp1225114731-852] DEBUG [aai-resources,67ea592a479df97f5ff489c2f50c05ea,5ff489c2f50c05ea] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"26505034-ecae-4027-9ae9-70c68e2fa5a8","status":"200","rqstDate":"250331-08:58:18:566","respDate":"250331-08:58:18:579","sourceId":"haproxy:26505034-ecae-4027-9ae9-70c68e2fa5a8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:18:566-41580\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c62c0703-4fed-4bb2-8126-424e0bc612d5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[26505034-ecae-4027-9ae9-70c68e2fa5a8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:58:20.586 [67ea592ceffafad0d4bbca2e641a5b54,d4bbca2e641a5b54] [qtp1225114731-26]  INFO [aai-resources,67ea592ceffafad0d4bbca2e641a5b54,d4bbca2e641a5b54] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:20.598 [67ea592ceffafad0d4bbca2e641a5b54,d4bbca2e641a5b54] [qtp1225114731-26] DEBUG [aai-resources,67ea592ceffafad0d4bbca2e641a5b54,d4bbca2e641a5b54] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c21d860e-f235-4bbc-8dca-89cec7926bf8","status":"200","rqstDate":"250331-08:58:20:586","respDate":"250331-08:58:20:598","sourceId":"haproxy:c21d860e-f235-4bbc-8dca-89cec7926bf8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:20:586-96305\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7a2d5eea-67da-4e77-9b49-23c241057c3f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c21d860e-f235-4bbc-8dca-89cec7926bf8]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:58:22.604 [67ea592ea1544194cd098f72b0ba498f,cd098f72b0ba498f] [qtp1225114731-852]  INFO [aai-resources,67ea592ea1544194cd098f72b0ba498f,cd098f72b0ba498f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:22.617 [67ea592ea1544194cd098f72b0ba498f,cd098f72b0ba498f] [qtp1225114731-852] DEBUG [aai-resources,67ea592ea1544194cd098f72b0ba498f,cd098f72b0ba498f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bebc7864-84d9-4d1c-8679-ebfcd7072d46","status":"200","rqstDate":"250331-08:58:22:604","respDate":"250331-08:58:22:617","sourceId":"haproxy:bebc7864-84d9-4d1c-8679-ebfcd7072d46","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:22:604-1856\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9495ea26-bdcf-4e8e-ac4a-90050f6b159d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bebc7864-84d9-4d1c-8679-ebfcd7072d46]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:58:24.625 [67ea5930c12d7921ab107bfe9af33834,ab107bfe9af33834] [qtp1225114731-26]  INFO [aai-resources,67ea5930c12d7921ab107bfe9af33834,ab107bfe9af33834] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:24.637 [67ea5930c12d7921ab107bfe9af33834,ab107bfe9af33834] [qtp1225114731-26] DEBUG [aai-resources,67ea5930c12d7921ab107bfe9af33834,ab107bfe9af33834] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d132952d-bb89-43b7-a49b-b21db1d029a6","status":"200","rqstDate":"250331-08:58:24:625","respDate":"250331-08:58:24:637","sourceId":"haproxy:d132952d-bb89-43b7-a49b-b21db1d029a6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:24:625-30084\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0a919f51-dee1-4245-8148-24a1a1d5b54f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d132952d-bb89-43b7-a49b-b21db1d029a6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:58:26.644 [67ea5932d3d9a11fa58780c6e4bb2be8,a58780c6e4bb2be8] [qtp1225114731-852]  INFO [aai-resources,67ea5932d3d9a11fa58780c6e4bb2be8,a58780c6e4bb2be8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:26.659 [67ea5932d3d9a11fa58780c6e4bb2be8,a58780c6e4bb2be8] [qtp1225114731-852] DEBUG [aai-resources,67ea5932d3d9a11fa58780c6e4bb2be8,a58780c6e4bb2be8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"55731d6e-13ba-4792-8ca4-c46ca9173161","status":"200","rqstDate":"250331-08:58:26:644","respDate":"250331-08:58:26:659","sourceId":"haproxy:55731d6e-13ba-4792-8ca4-c46ca9173161","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:26:644-32939\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[06102cf3-4af9-450c-b5ac-96e85fe47c40], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[55731d6e-13ba-4792-8ca4-c46ca9173161]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:58:28.665 [67ea5934575b9b9228094c2538d552cb,28094c2538d552cb] [qtp1225114731-26]  INFO [aai-resources,67ea5934575b9b9228094c2538d552cb,28094c2538d552cb] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:28.675 [67ea5934575b9b9228094c2538d552cb,28094c2538d552cb] [qtp1225114731-26] DEBUG [aai-resources,67ea5934575b9b9228094c2538d552cb,28094c2538d552cb] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d5982844-efd8-4ef2-ba3a-7b62fa3ac0cf","status":"200","rqstDate":"250331-08:58:28:665","respDate":"250331-08:58:28:675","sourceId":"haproxy:d5982844-efd8-4ef2-ba3a-7b62fa3ac0cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:28:665-60156\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[998942a2-bc16-4756-946a-b51ce810d7d5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d5982844-efd8-4ef2-ba3a-7b62fa3ac0cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:58:30.680 [67ea59364a93b7fa6a4c5d251c672efe,6a4c5d251c672efe] [qtp1225114731-852]  INFO [aai-resources,67ea59364a93b7fa6a4c5d251c672efe,6a4c5d251c672efe] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:30.693 [67ea59364a93b7fa6a4c5d251c672efe,6a4c5d251c672efe] [qtp1225114731-852] DEBUG [aai-resources,67ea59364a93b7fa6a4c5d251c672efe,6a4c5d251c672efe] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9b56c00d-b497-4c74-9781-7c29599e2855","status":"200","rqstDate":"250331-08:58:30:681","respDate":"250331-08:58:30:693","sourceId":"haproxy:9b56c00d-b497-4c74-9781-7c29599e2855","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:30:681-59581\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[28d19c80-b3d1-4fd7-9490-dfa8920edb3c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9b56c00d-b497-4c74-9781-7c29599e2855]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:58:32.700 [67ea5938bd52f5d603d672ca803642e6,03d672ca803642e6] [qtp1225114731-26]  INFO [aai-resources,67ea5938bd52f5d603d672ca803642e6,03d672ca803642e6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:32.710 [67ea5938bd52f5d603d672ca803642e6,03d672ca803642e6] [qtp1225114731-26] DEBUG [aai-resources,67ea5938bd52f5d603d672ca803642e6,03d672ca803642e6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2d9abc1e-90e8-4bb2-8a96-9b415f6fc3a7","status":"200","rqstDate":"250331-08:58:32:700","respDate":"250331-08:58:32:710","sourceId":"haproxy:2d9abc1e-90e8-4bb2-8a96-9b415f6fc3a7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:32:700-90221\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8b564e47-266f-44ed-9cff-c8c7cb51fc07], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2d9abc1e-90e8-4bb2-8a96-9b415f6fc3a7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:58:34.717 [67ea593a8f564a517560128fdcf2503a,7560128fdcf2503a] [qtp1225114731-852]  INFO [aai-resources,67ea593a8f564a517560128fdcf2503a,7560128fdcf2503a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:34.731 [67ea593a8f564a517560128fdcf2503a,7560128fdcf2503a] [qtp1225114731-852] DEBUG [aai-resources,67ea593a8f564a517560128fdcf2503a,7560128fdcf2503a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1e4b8c4d-a053-4de3-b9e5-db37a4c149a7","status":"200","rqstDate":"250331-08:58:34:717","respDate":"250331-08:58:34:730","sourceId":"haproxy:1e4b8c4d-a053-4de3-b9e5-db37a4c149a7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:34:717-76835\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[403d83e3-3a1e-4128-8816-b00344928c03], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1e4b8c4d-a053-4de3-b9e5-db37a4c149a7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:58:36.738 [67ea593c79b9d1a313d8449316ee83e9,13d8449316ee83e9] [qtp1225114731-26]  INFO [aai-resources,67ea593c79b9d1a313d8449316ee83e9,13d8449316ee83e9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:36.751 [67ea593c79b9d1a313d8449316ee83e9,13d8449316ee83e9] [qtp1225114731-26] DEBUG [aai-resources,67ea593c79b9d1a313d8449316ee83e9,13d8449316ee83e9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9dcc46df-86c2-42dd-a895-87fca9ad2fec","status":"200","rqstDate":"250331-08:58:36:738","respDate":"250331-08:58:36:750","sourceId":"haproxy:9dcc46df-86c2-42dd-a895-87fca9ad2fec","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:36:738-48491\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4343a772-9ca2-4bf9-80f0-fbb157b432ad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9dcc46df-86c2-42dd-a895-87fca9ad2fec]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:58:38.757 [67ea593e284c07882f83ec5f174a58da,2f83ec5f174a58da] [qtp1225114731-852]  INFO [aai-resources,67ea593e284c07882f83ec5f174a58da,2f83ec5f174a58da] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:38.768 [67ea593e284c07882f83ec5f174a58da,2f83ec5f174a58da] [qtp1225114731-852] DEBUG [aai-resources,67ea593e284c07882f83ec5f174a58da,2f83ec5f174a58da] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d25aed7f-aee4-44d8-b6f7-6ab1dd7a528e","status":"200","rqstDate":"250331-08:58:38:757","respDate":"250331-08:58:38:768","sourceId":"haproxy:d25aed7f-aee4-44d8-b6f7-6ab1dd7a528e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:38:757-77012\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d8c3a054-c635-40f9-9470-59a0ee650970], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d25aed7f-aee4-44d8-b6f7-6ab1dd7a528e]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:58:40.775 [67ea5940db578c3012dd8ebe26ed4d53,12dd8ebe26ed4d53] [qtp1225114731-26]  INFO [aai-resources,67ea5940db578c3012dd8ebe26ed4d53,12dd8ebe26ed4d53] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:40.789 [67ea5940db578c3012dd8ebe26ed4d53,12dd8ebe26ed4d53] [qtp1225114731-26] DEBUG [aai-resources,67ea5940db578c3012dd8ebe26ed4d53,12dd8ebe26ed4d53] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a55ff55d-9f66-4a8b-9c81-91e23b25f4b7","status":"200","rqstDate":"250331-08:58:40:775","respDate":"250331-08:58:40:789","sourceId":"haproxy:a55ff55d-9f66-4a8b-9c81-91e23b25f4b7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:40:775-6977\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6a19e437-60e2-4494-9db9-0a9739901636], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a55ff55d-9f66-4a8b-9c81-91e23b25f4b7]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:58:42.795 [67ea59420c4d91a05523e5d5de61b4f2,5523e5d5de61b4f2] [qtp1225114731-852]  INFO [aai-resources,67ea59420c4d91a05523e5d5de61b4f2,5523e5d5de61b4f2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:42.809 [67ea59420c4d91a05523e5d5de61b4f2,5523e5d5de61b4f2] [qtp1225114731-852] DEBUG [aai-resources,67ea59420c4d91a05523e5d5de61b4f2,5523e5d5de61b4f2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f8f53cb7-8109-437e-b64a-e9dc6fa6dc56","status":"200","rqstDate":"250331-08:58:42:795","respDate":"250331-08:58:42:809","sourceId":"haproxy:f8f53cb7-8109-437e-b64a-e9dc6fa6dc56","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:42:795-64707\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17540b02-a9c1-4b2b-84cc-39db7dd8ef2e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f8f53cb7-8109-437e-b64a-e9dc6fa6dc56]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:58:44.817 [67ea5944931f7b56c730de2c85466439,c730de2c85466439] [qtp1225114731-26]  INFO [aai-resources,67ea5944931f7b56c730de2c85466439,c730de2c85466439] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:44.831 [67ea5944931f7b56c730de2c85466439,c730de2c85466439] [qtp1225114731-26] DEBUG [aai-resources,67ea5944931f7b56c730de2c85466439,c730de2c85466439] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"656d59fe-40aa-47a3-803e-7ae6367d8ee5","status":"200","rqstDate":"250331-08:58:44:817","respDate":"250331-08:58:44:831","sourceId":"haproxy:656d59fe-40aa-47a3-803e-7ae6367d8ee5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:44:817-57118\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[157dd844-e0de-4b4b-85d3-e45b42c51ae3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[656d59fe-40aa-47a3-803e-7ae6367d8ee5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:58:46.838 [67ea594692e079625ebb3d3ff6fe1dda,5ebb3d3ff6fe1dda] [qtp1225114731-852]  INFO [aai-resources,67ea594692e079625ebb3d3ff6fe1dda,5ebb3d3ff6fe1dda] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:46.854 [67ea594692e079625ebb3d3ff6fe1dda,5ebb3d3ff6fe1dda] [qtp1225114731-852] DEBUG [aai-resources,67ea594692e079625ebb3d3ff6fe1dda,5ebb3d3ff6fe1dda] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f47dfba9-2e99-43f3-a95e-67977433a505","status":"200","rqstDate":"250331-08:58:46:838","respDate":"250331-08:58:46:854","sourceId":"haproxy:f47dfba9-2e99-43f3-a95e-67977433a505","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:46:838-59076\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f8a595df-d00d-41c5-a768-ff3328757320], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f47dfba9-2e99-43f3-a95e-67977433a505]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:58:47.299 [67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] [qtp1225114731-26]  INFO [aai-resources,67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.306 [67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] [pool-998-thread-1]  INFO [aai-resources,67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] 1 --- [ol-998-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.306 [67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] [pool-998-thread-1]  INFO [aai-resources,67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] 1 --- [ol-998-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.307 [67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] [pool-998-thread-1]  INFO [aai-resources,67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] 1 --- [ol-998-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.307 [67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] [pool-998-thread-1]  INFO [aai-resources,67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] 1 --- [ol-998-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.327 [67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] [pool-998-thread-1]  INFO [aai-resources,67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] 1 --- [ol-998-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.327 [67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] [qtp1225114731-26] DEBUG [aai-resources,67ea594702ff9ecf6e4ea6f8765ee623,6e4ea6f8765ee623] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:300","respDate":"250331-08:58:47:327","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:47:300-81478\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0b81d33a-02c7-4920-8a05-4747d593d77a], Accept=[application/json], x-invocationid=[b4c649d1-27a4-495a-a789-304c394d457e], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:58:47.350 [67ea5947939a26f2705187f3b960c021,705187f3b960c021] [qtp1225114731-852]  INFO [aai-resources,67ea5947939a26f2705187f3b960c021,705187f3b960c021] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.356 [67ea5947939a26f2705187f3b960c021,705187f3b960c021] [pool-999-thread-1]  INFO [aai-resources,67ea5947939a26f2705187f3b960c021,705187f3b960c021] 1 --- [ol-999-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.356 [67ea5947939a26f2705187f3b960c021,705187f3b960c021] [pool-999-thread-1]  INFO [aai-resources,67ea5947939a26f2705187f3b960c021,705187f3b960c021] 1 --- [ol-999-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.356 [67ea5947939a26f2705187f3b960c021,705187f3b960c021] [pool-999-thread-1]  INFO [aai-resources,67ea5947939a26f2705187f3b960c021,705187f3b960c021] 1 --- [ol-999-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.356 [67ea5947939a26f2705187f3b960c021,705187f3b960c021] [pool-999-thread-1]  INFO [aai-resources,67ea5947939a26f2705187f3b960c021,705187f3b960c021] 1 --- [ol-999-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.386 [67ea5947939a26f2705187f3b960c021,705187f3b960c021] [pool-999-thread-1]  INFO [aai-resources,67ea5947939a26f2705187f3b960c021,705187f3b960c021] 1 --- [ol-999-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.387 [67ea5947939a26f2705187f3b960c021,705187f3b960c021] [qtp1225114731-852] DEBUG [aai-resources,67ea5947939a26f2705187f3b960c021,705187f3b960c021] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:350","respDate":"250331-08:58:47:387","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:47:350-2006\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[364ac3a7-4f6c-440f-8979-40498acc6a7f], Accept=[application/json], x-invocationid=[fbc9d4b7-ec98-421f-bb3a-9c1530f13415], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1596 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 40 - "logType": "access"
2025-03-31 08:58:47.432 [67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] [qtp1225114731-26]  INFO [aai-resources,67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.435 [67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] [pool-1000-thread-1]  INFO [aai-resources,67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] 1 --- [l-1000-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.436 [67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] [pool-1000-thread-1]  INFO [aai-resources,67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] 1 --- [l-1000-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.436 [67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] [pool-1000-thread-1]  INFO [aai-resources,67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] 1 --- [l-1000-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.436 [67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] [pool-1000-thread-1]  INFO [aai-resources,67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] 1 --- [l-1000-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.442 [67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] [pool-1000-thread-1]  INFO [aai-resources,67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] 1 --- [l-1000-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.443 [67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] [qtp1225114731-26] DEBUG [aai-resources,67ea5947740537a900a5c588d2f3785d,00a5c588d2f3785d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:432","respDate":"250331-08:58:47:443","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:47:432-11223\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[10adb2c0-a5b6-4e66-8f97-cc70de5c7567], Accept=[application/json], x-invocationid=[325bb805-580d-46b1-8607-1a0e67e17886], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 08:58:47.464 [67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] [qtp1225114731-852]  INFO [aai-resources,67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.469 [67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] [pool-1001-thread-1]  INFO [aai-resources,67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] 1 --- [l-1001-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.469 [67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] [pool-1001-thread-1]  INFO [aai-resources,67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] 1 --- [l-1001-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.469 [67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] [pool-1001-thread-1]  INFO [aai-resources,67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] 1 --- [l-1001-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.469 [67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] [pool-1001-thread-1]  INFO [aai-resources,67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] 1 --- [l-1001-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.476 [67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] [pool-1001-thread-1]  INFO [aai-resources,67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] 1 --- [l-1001-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.476 [67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] [qtp1225114731-852] DEBUG [aai-resources,67ea5947d69f58e8d7713e580661cdf4,d7713e580661cdf4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:464","respDate":"250331-08:58:47:476","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:47:464-82334\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[cf181552-5ae9-4d2f-81de-3ab420ce5a04], Accept=[application/json], x-invocationid=[6168693c-f82d-4130-8c8d-fee2574435bc], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:58:47.495 [67ea5947635b24566302d1a283077e65,6302d1a283077e65] [qtp1225114731-26]  INFO [aai-resources,67ea5947635b24566302d1a283077e65,6302d1a283077e65] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.499 [67ea5947635b24566302d1a283077e65,6302d1a283077e65] [pool-1002-thread-1]  INFO [aai-resources,67ea5947635b24566302d1a283077e65,6302d1a283077e65] 1 --- [l-1002-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.499 [67ea5947635b24566302d1a283077e65,6302d1a283077e65] [pool-1002-thread-1]  INFO [aai-resources,67ea5947635b24566302d1a283077e65,6302d1a283077e65] 1 --- [l-1002-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.499 [67ea5947635b24566302d1a283077e65,6302d1a283077e65] [pool-1002-thread-1]  INFO [aai-resources,67ea5947635b24566302d1a283077e65,6302d1a283077e65] 1 --- [l-1002-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.500 [67ea5947635b24566302d1a283077e65,6302d1a283077e65] [pool-1002-thread-1]  INFO [aai-resources,67ea5947635b24566302d1a283077e65,6302d1a283077e65] 1 --- [l-1002-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.556 [67ea5947635b24566302d1a283077e65,6302d1a283077e65] [pool-1002-thread-1]  INFO [aai-resources,67ea5947635b24566302d1a283077e65,6302d1a283077e65] 1 --- [l-1002-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.557 [67ea5947635b24566302d1a283077e65,6302d1a283077e65] [qtp1225114731-26] DEBUG [aai-resources,67ea5947635b24566302d1a283077e65,6302d1a283077e65] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:495","respDate":"250331-08:58:47:557","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:47:495-56802\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0c9ffd94-2bf3-4de5-8aa0-22ac81ea6eec], Accept=[application/json], x-invocationid=[cd7c3f63-b1ec-433e-9d2e-d6089af22509], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 63 - "logType": "access"
2025-03-31 08:58:47.581 [67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] [qtp1225114731-852]  INFO [aai-resources,67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.585 [67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] [pool-1003-thread-1]  INFO [aai-resources,67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] 1 --- [l-1003-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.585 [67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] [pool-1003-thread-1]  INFO [aai-resources,67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] 1 --- [l-1003-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.586 [67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] [pool-1003-thread-1]  INFO [aai-resources,67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] 1 --- [l-1003-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.586 [67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] [pool-1003-thread-1]  INFO [aai-resources,67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] 1 --- [l-1003-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.592 [67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] [pool-1003-thread-1]  INFO [aai-resources,67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] 1 --- [l-1003-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.593 [67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] [qtp1225114731-852] DEBUG [aai-resources,67ea5947e38d810b68f1f6c945bab9ee,68f1f6c945bab9ee] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:581","respDate":"250331-08:58:47:592","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:47:581-32976\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[f4c213ff-c7ba-494e-93c5-cc1116923918], Accept=[application/json], x-invocationid=[6365fea5-f9b8-479c-b9c1-bd4b09912044], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:58:47.613 [67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] [qtp1225114731-26]  INFO [aai-resources,67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.618 [67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] [pool-1004-thread-1]  INFO [aai-resources,67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] 1 --- [l-1004-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.618 [67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] [pool-1004-thread-1]  INFO [aai-resources,67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] 1 --- [l-1004-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.618 [67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] [pool-1004-thread-1]  INFO [aai-resources,67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] 1 --- [l-1004-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.618 [67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] [pool-1004-thread-1]  INFO [aai-resources,67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] 1 --- [l-1004-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.625 [67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] [pool-1004-thread-1]  INFO [aai-resources,67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] 1 --- [l-1004-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.626 [67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] [qtp1225114731-26] DEBUG [aai-resources,67ea5947b8433d051f2f36d3ed033cc7,1f2f36d3ed033cc7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:613","respDate":"250331-08:58:47:626","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:47:613-53102\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[546c5185-88ff-4a2e-bb65-f02c913a65ad], Accept=[application/json], x-invocationid=[42bcefaa-f309-416b-8abd-152e98d7af40], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:58:47.645 [67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] [qtp1225114731-852]  INFO [aai-resources,67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.650 [67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] [pool-1005-thread-1]  INFO [aai-resources,67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] 1 --- [l-1005-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.650 [67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] [pool-1005-thread-1]  INFO [aai-resources,67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] 1 --- [l-1005-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.650 [67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] [pool-1005-thread-1]  INFO [aai-resources,67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] 1 --- [l-1005-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.650 [67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] [pool-1005-thread-1]  INFO [aai-resources,67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] 1 --- [l-1005-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.653 [67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] [pool-1005-thread-1]  INFO [aai-resources,67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] 1 --- [l-1005-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.654 [67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] [qtp1225114731-852] DEBUG [aai-resources,67ea59478fc8b20a3c4b7880f7e52065,3c4b7880f7e52065] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:645","respDate":"250331-08:58:47:654","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:58:47:645-16054\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[208e0585-40ad-4c76-b995-99b1d8216500], Accept=[application/json], x-invocationid=[dce0f528-bc4a-4848-8568-e7555c38fb90], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:58:47.674 [67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] [qtp1225114731-26]  INFO [aai-resources,67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.679 [67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] [pool-1006-thread-1]  INFO [aai-resources,67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] 1 --- [l-1006-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.679 [67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] [pool-1006-thread-1]  INFO [aai-resources,67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] 1 --- [l-1006-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.679 [67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] [pool-1006-thread-1]  INFO [aai-resources,67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] 1 --- [l-1006-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.680 [67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] [pool-1006-thread-1]  INFO [aai-resources,67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] 1 --- [l-1006-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.699 [67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] [pool-1006-thread-1]  INFO [aai-resources,67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] 1 --- [l-1006-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.699 [67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] [qtp1225114731-26] DEBUG [aai-resources,67ea59471c196d9326b823c4ff3899ee,26b823c4ff3899ee] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:674","respDate":"250331-08:58:47:699","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:47:674-84229\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2ee3d976-11aa-4377-b862-2db4e1ad203a], Accept=[application/json], x-invocationid=[fec6a550-2458-4298-aae7-6e2725f53917], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:58:47.721 [67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] [qtp1225114731-852]  INFO [aai-resources,67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.725 [67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] [pool-1007-thread-1]  INFO [aai-resources,67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] 1 --- [l-1007-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.726 [67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] [pool-1007-thread-1]  INFO [aai-resources,67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] 1 --- [l-1007-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.726 [67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] [pool-1007-thread-1]  INFO [aai-resources,67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] 1 --- [l-1007-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.726 [67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] [pool-1007-thread-1]  INFO [aai-resources,67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] 1 --- [l-1007-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.742 [67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] [pool-1007-thread-1]  INFO [aai-resources,67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] 1 --- [l-1007-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.743 [67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] [qtp1225114731-852] DEBUG [aai-resources,67ea59477ce55e1170d095f920a5db45,70d095f920a5db45] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:721","respDate":"250331-08:58:47:743","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:47:721-95686\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9dee1a92-906b-4a38-a343-8317c01cae1f], Accept=[application/json], x-invocationid=[cb0a37e3-1b58-43be-b20c-2e8660514e17], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:58:47.762 [67ea594738bacaec8538768a383f3617,8538768a383f3617] [qtp1225114731-26]  INFO [aai-resources,67ea594738bacaec8538768a383f3617,8538768a383f3617] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.771 [67ea594738bacaec8538768a383f3617,8538768a383f3617] [pool-1008-thread-1]  INFO [aai-resources,67ea594738bacaec8538768a383f3617,8538768a383f3617] 1 --- [l-1008-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.771 [67ea594738bacaec8538768a383f3617,8538768a383f3617] [pool-1008-thread-1]  INFO [aai-resources,67ea594738bacaec8538768a383f3617,8538768a383f3617] 1 --- [l-1008-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.771 [67ea594738bacaec8538768a383f3617,8538768a383f3617] [pool-1008-thread-1]  INFO [aai-resources,67ea594738bacaec8538768a383f3617,8538768a383f3617] 1 --- [l-1008-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.771 [67ea594738bacaec8538768a383f3617,8538768a383f3617] [pool-1008-thread-1]  INFO [aai-resources,67ea594738bacaec8538768a383f3617,8538768a383f3617] 1 --- [l-1008-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.789 [67ea594738bacaec8538768a383f3617,8538768a383f3617] [pool-1008-thread-1]  INFO [aai-resources,67ea594738bacaec8538768a383f3617,8538768a383f3617] 1 --- [l-1008-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.790 [67ea594738bacaec8538768a383f3617,8538768a383f3617] [qtp1225114731-26] DEBUG [aai-resources,67ea594738bacaec8538768a383f3617,8538768a383f3617] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:762","respDate":"250331-08:58:47:790","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:47:762-55615\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ed3d7e64-bb02-49e2-bb9a-b207155c9d1c], Accept=[application/json], x-invocationid=[62ad732d-cdbe-4705-8608-ec46d1c36834], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 30 - "logType": "access"
2025-03-31 08:58:47.810 [67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] [qtp1225114731-852]  INFO [aai-resources,67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.817 [67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] [pool-1009-thread-1]  INFO [aai-resources,67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] 1 --- [l-1009-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.817 [67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] [pool-1009-thread-1]  INFO [aai-resources,67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] 1 --- [l-1009-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.817 [67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] [pool-1009-thread-1]  INFO [aai-resources,67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] 1 --- [l-1009-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.818 [67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] [pool-1009-thread-1]  INFO [aai-resources,67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] 1 --- [l-1009-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.835 [67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] [pool-1009-thread-1]  INFO [aai-resources,67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] 1 --- [l-1009-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.836 [67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] [qtp1225114731-852] DEBUG [aai-resources,67ea594726a0fbd9b99197bf5d0ed91e,b99197bf5d0ed91e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:810","respDate":"250331-08:58:47:835","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:47:810-1139\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5533476c-1726-480b-8142-39d983ce64df], Accept=[application/json], x-invocationid=[5cb97907-9612-40da-9fc1-36f1457597f8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne" 200 1084 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:58:47.855 [67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] [qtp1225114731-26]  INFO [aai-resources,67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.859 [67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] [pool-1010-thread-1]  INFO [aai-resources,67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] 1 --- [l-1010-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.859 [67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] [pool-1010-thread-1]  INFO [aai-resources,67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] 1 --- [l-1010-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.859 [67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] [pool-1010-thread-1]  INFO [aai-resources,67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] 1 --- [l-1010-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.859 [67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] [pool-1010-thread-1]  INFO [aai-resources,67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] 1 --- [l-1010-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.872 [67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] [pool-1010-thread-1]  INFO [aai-resources,67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] 1 --- [l-1010-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.873 [67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] [qtp1225114731-26] DEBUG [aai-resources,67ea5947580428b5127cfe5e042e8985,127cfe5e042e8985] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:856","respDate":"250331-08:58:47:873","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:47:856-62652\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[e4b3a440-690e-4a80-95fe-694dfd3cc3b0], Accept=[application/json], x-invocationid=[a203ffee-dc13-4c4c-abc9-5d5e61276392], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1035 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:58:47.897 [67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] [qtp1225114731-852]  INFO [aai-resources,67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.903 [67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] [pool-1011-thread-1]  INFO [aai-resources,67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] 1 --- [l-1011-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.903 [67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] [pool-1011-thread-1]  INFO [aai-resources,67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] 1 --- [l-1011-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.903 [67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] [pool-1011-thread-1]  INFO [aai-resources,67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] 1 --- [l-1011-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.903 [67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] [pool-1011-thread-1]  INFO [aai-resources,67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] 1 --- [l-1011-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:47.920 [67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] [pool-1011-thread-1]  INFO [aai-resources,67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] 1 --- [l-1011-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:47.921 [67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] [qtp1225114731-852] DEBUG [aai-resources,67ea59474f0302dd66c167bf02108a13,66c167bf02108a13] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:897","respDate":"250331-08:58:47:920","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:47:897-65148\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[db298595-d149-4962-8a9e-1fbdfa187d86], Accept=[application/json], x-invocationid=[5cc1a802-072d-4b73-807c-95601ba0c6e6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:47 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:58:47.986 [67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] [qtp1225114731-26]  INFO [aai-resources,67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:47.991 [67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] [pool-1012-thread-1]  INFO [aai-resources,67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] 1 --- [l-1012-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 08:58:47.991 [67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] [pool-1012-thread-1]  INFO [aai-resources,67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] 1 --- [l-1012-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 08:58:47.991 [67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] [pool-1012-thread-1]  INFO [aai-resources,67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] 1 --- [l-1012-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 08:58:47.991 [67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] [pool-1012-thread-1]  INFO [aai-resources,67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] 1 --- [l-1012-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 08:58:48.000 [67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] [pool-1012-thread-1]  INFO [aai-resources,67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] 1 --- [l-1012-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 08:58:48.001 [67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] [qtp1225114731-26] DEBUG [aai-resources,67ea5947bfe256c0b1b5b20efe6761ec,b1b5b20efe6761ec] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-08:58:47:986","respDate":"250331-08:58:48:001","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:49827/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:58:47:986-17613\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[8c274243-79c8-44e0-8fa5-4003328a26a0], Accept=[application/json], x-invocationid=[a3b4e438-5d40-40e5-9bcc-262fcb1072c9], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:49827], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[49827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:48 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 1772 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:58:48.862 [67ea5948f283891f6f090630250d5970,6f090630250d5970] [qtp1225114731-852]  INFO [aai-resources,67ea5948f283891f6f090630250d5970,6f090630250d5970] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:48.878 [67ea5948f283891f6f090630250d5970,6f090630250d5970] [qtp1225114731-852] DEBUG [aai-resources,67ea5948f283891f6f090630250d5970,6f090630250d5970] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6a0da3dd-1a3e-466b-ac17-244ea522a3b1","status":"200","rqstDate":"250331-08:58:48:862","respDate":"250331-08:58:48:878","sourceId":"haproxy:6a0da3dd-1a3e-466b-ac17-244ea522a3b1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:48:862-40857\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c2ae4787-579e-41d2-a9cb-970e292ef556], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6a0da3dd-1a3e-466b-ac17-244ea522a3b1]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:58:50.885 [67ea594a3a48d515ebe1b9f6e4fe5cec,ebe1b9f6e4fe5cec] [qtp1225114731-26]  INFO [aai-resources,67ea594a3a48d515ebe1b9f6e4fe5cec,ebe1b9f6e4fe5cec] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:50.895 [67ea594a3a48d515ebe1b9f6e4fe5cec,ebe1b9f6e4fe5cec] [qtp1225114731-26] DEBUG [aai-resources,67ea594a3a48d515ebe1b9f6e4fe5cec,ebe1b9f6e4fe5cec] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"36a61c46-d581-44b4-bb89-3d5be95cd7da","status":"200","rqstDate":"250331-08:58:50:885","respDate":"250331-08:58:50:895","sourceId":"haproxy:36a61c46-d581-44b4-bb89-3d5be95cd7da","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:50:885-54277\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[15e17455-7220-4bed-8545-e7e92b749b2e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[36a61c46-d581-44b4-bb89-3d5be95cd7da]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:58:52.901 [67ea594c1f54fb531c7777cbefc6d762,1c7777cbefc6d762] [qtp1225114731-852]  INFO [aai-resources,67ea594c1f54fb531c7777cbefc6d762,1c7777cbefc6d762] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:52.913 [67ea594c1f54fb531c7777cbefc6d762,1c7777cbefc6d762] [qtp1225114731-852] DEBUG [aai-resources,67ea594c1f54fb531c7777cbefc6d762,1c7777cbefc6d762] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ef8716e5-19bf-49ab-8096-504741d6b00d","status":"200","rqstDate":"250331-08:58:52:901","respDate":"250331-08:58:52:913","sourceId":"haproxy:ef8716e5-19bf-49ab-8096-504741d6b00d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:52:901-92128\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[84c698c4-3fbd-4aac-a101-0f79f5ed80d5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ef8716e5-19bf-49ab-8096-504741d6b00d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:58:54.920 [67ea594e31f9d87524261d50c005ec7a,24261d50c005ec7a] [qtp1225114731-26]  INFO [aai-resources,67ea594e31f9d87524261d50c005ec7a,24261d50c005ec7a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:54.931 [67ea594e31f9d87524261d50c005ec7a,24261d50c005ec7a] [qtp1225114731-26] DEBUG [aai-resources,67ea594e31f9d87524261d50c005ec7a,24261d50c005ec7a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ca824c5a-d40d-4cd6-83b7-2bfc99e30a88","status":"200","rqstDate":"250331-08:58:54:920","respDate":"250331-08:58:54:931","sourceId":"haproxy:ca824c5a-d40d-4cd6-83b7-2bfc99e30a88","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:54:920-18404\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ab88dae6-7473-48c1-964c-ab65307b0152], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ca824c5a-d40d-4cd6-83b7-2bfc99e30a88]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:58:56.938 [67ea5950f0c5c4f27a66e5469bcf8879,7a66e5469bcf8879] [qtp1225114731-852]  INFO [aai-resources,67ea5950f0c5c4f27a66e5469bcf8879,7a66e5469bcf8879] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:56.953 [67ea5950f0c5c4f27a66e5469bcf8879,7a66e5469bcf8879] [qtp1225114731-852] DEBUG [aai-resources,67ea5950f0c5c4f27a66e5469bcf8879,7a66e5469bcf8879] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37f01d70-65b9-427a-b8f3-3c0199f0845a","status":"200","rqstDate":"250331-08:58:56:938","respDate":"250331-08:58:56:953","sourceId":"haproxy:37f01d70-65b9-427a-b8f3-3c0199f0845a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:56:938-79382\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6fc65af0-c57f-455a-9451-f4b34531553a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[37f01d70-65b9-427a-b8f3-3c0199f0845a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:58:58.960 [67ea5952a4eea05df7ae350576e8c0db,f7ae350576e8c0db] [qtp1225114731-26]  INFO [aai-resources,67ea5952a4eea05df7ae350576e8c0db,f7ae350576e8c0db] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:58:58.975 [67ea5952a4eea05df7ae350576e8c0db,f7ae350576e8c0db] [qtp1225114731-26] DEBUG [aai-resources,67ea5952a4eea05df7ae350576e8c0db,f7ae350576e8c0db] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9dc6bfd6-6665-407d-af8b-0f0220184e2d","status":"200","rqstDate":"250331-08:58:58:960","respDate":"250331-08:58:58:975","sourceId":"haproxy:9dc6bfd6-6665-407d-af8b-0f0220184e2d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:58:58:960-72733\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c5ba0c9c-0d35-47f9-8237-e6aa57035ca6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9dc6bfd6-6665-407d-af8b-0f0220184e2d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:58:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:59:00.981 [67ea5954a6b6e141784bb130fe08c98c,784bb130fe08c98c] [qtp1225114731-852]  INFO [aai-resources,67ea5954a6b6e141784bb130fe08c98c,784bb130fe08c98c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:00.995 [67ea5954a6b6e141784bb130fe08c98c,784bb130fe08c98c] [qtp1225114731-852] DEBUG [aai-resources,67ea5954a6b6e141784bb130fe08c98c,784bb130fe08c98c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b8ec6c59-52f4-4795-aa2e-3dc15158797a","status":"200","rqstDate":"250331-08:59:00:981","respDate":"250331-08:59:00:995","sourceId":"haproxy:b8ec6c59-52f4-4795-aa2e-3dc15158797a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:00:981-19865\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[89cc52e1-0bfd-44cd-9e25-05536d52eebe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b8ec6c59-52f4-4795-aa2e-3dc15158797a]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:59:03.001 [67ea5957d94fa23999686b3308ea81ec,99686b3308ea81ec] [qtp1225114731-26]  INFO [aai-resources,67ea5957d94fa23999686b3308ea81ec,99686b3308ea81ec] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:03.014 [67ea5957d94fa23999686b3308ea81ec,99686b3308ea81ec] [qtp1225114731-26] DEBUG [aai-resources,67ea5957d94fa23999686b3308ea81ec,99686b3308ea81ec] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"652bb8e5-2d70-43ad-a7db-860dfc30cbf4","status":"200","rqstDate":"250331-08:59:03:001","respDate":"250331-08:59:03:014","sourceId":"haproxy:652bb8e5-2d70-43ad-a7db-860dfc30cbf4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:03:001-51513\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[75130594-f6e7-4a70-805e-8f8fd4cbe321], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[652bb8e5-2d70-43ad-a7db-860dfc30cbf4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:59:05.020 [67ea5959d197571039d01fd065f154b2,39d01fd065f154b2] [qtp1225114731-852]  INFO [aai-resources,67ea5959d197571039d01fd065f154b2,39d01fd065f154b2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:05.032 [67ea5959d197571039d01fd065f154b2,39d01fd065f154b2] [qtp1225114731-852] DEBUG [aai-resources,67ea5959d197571039d01fd065f154b2,39d01fd065f154b2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2d8ffad5-9f65-4a9c-b454-ad78caba0ff0","status":"200","rqstDate":"250331-08:59:05:020","respDate":"250331-08:59:05:032","sourceId":"haproxy:2d8ffad5-9f65-4a9c-b454-ad78caba0ff0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:59:05:020-40775\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7a06e177-38ff-42c3-b5ac-a6d95da8bedd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2d8ffad5-9f65-4a9c-b454-ad78caba0ff0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:59:07.039 [67ea595b1269503704bc369a4ec658e4,04bc369a4ec658e4] [qtp1225114731-26]  INFO [aai-resources,67ea595b1269503704bc369a4ec658e4,04bc369a4ec658e4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:07.051 [67ea595b1269503704bc369a4ec658e4,04bc369a4ec658e4] [qtp1225114731-26] DEBUG [aai-resources,67ea595b1269503704bc369a4ec658e4,04bc369a4ec658e4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"29d26f59-fab2-4e7f-9b8e-30dad9e24ac6","status":"200","rqstDate":"250331-08:59:07:039","respDate":"250331-08:59:07:051","sourceId":"haproxy:29d26f59-fab2-4e7f-9b8e-30dad9e24ac6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:59:07:039-5517\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d34424a6-4276-4cfb-9a8b-80df4a819b00], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[29d26f59-fab2-4e7f-9b8e-30dad9e24ac6]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:59:09.056 [67ea595d92d92197ae1faf5e227fdf4e,ae1faf5e227fdf4e] [qtp1225114731-852]  INFO [aai-resources,67ea595d92d92197ae1faf5e227fdf4e,ae1faf5e227fdf4e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:09.069 [67ea595d92d92197ae1faf5e227fdf4e,ae1faf5e227fdf4e] [qtp1225114731-852] DEBUG [aai-resources,67ea595d92d92197ae1faf5e227fdf4e,ae1faf5e227fdf4e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4626e3b7-d192-4f2f-aac3-2eb37cd85097","status":"200","rqstDate":"250331-08:59:09:057","respDate":"250331-08:59:09:069","sourceId":"haproxy:4626e3b7-d192-4f2f-aac3-2eb37cd85097","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:59:09:057-12055\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bf8d8928-298d-497c-a377-95b3a1a9f950], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4626e3b7-d192-4f2f-aac3-2eb37cd85097]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:59:11.075 [67ea595f32b9afc0f9f45be68a70d87a,f9f45be68a70d87a] [qtp1225114731-26]  INFO [aai-resources,67ea595f32b9afc0f9f45be68a70d87a,f9f45be68a70d87a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:11.089 [67ea595f32b9afc0f9f45be68a70d87a,f9f45be68a70d87a] [qtp1225114731-26] DEBUG [aai-resources,67ea595f32b9afc0f9f45be68a70d87a,f9f45be68a70d87a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"91d29702-d600-4bfb-aca4-d48b5b78f61d","status":"200","rqstDate":"250331-08:59:11:075","respDate":"250331-08:59:11:089","sourceId":"haproxy:91d29702-d600-4bfb-aca4-d48b5b78f61d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:11:075-41639\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0faa4372-5a6d-4025-961d-36afa90b2a39], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[91d29702-d600-4bfb-aca4-d48b5b78f61d]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:59:13.096 [67ea59616285f13839c74024cb17aadb,39c74024cb17aadb] [qtp1225114731-852]  INFO [aai-resources,67ea59616285f13839c74024cb17aadb,39c74024cb17aadb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:13.108 [67ea59616285f13839c74024cb17aadb,39c74024cb17aadb] [qtp1225114731-852] DEBUG [aai-resources,67ea59616285f13839c74024cb17aadb,39c74024cb17aadb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"11870a9f-48cb-416f-a970-9583f78be3a5","status":"200","rqstDate":"250331-08:59:13:096","respDate":"250331-08:59:13:108","sourceId":"haproxy:11870a9f-48cb-416f-a970-9583f78be3a5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:13:096-95976\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[95f3d230-e42d-4931-9a37-8f6ef707f588], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[11870a9f-48cb-416f-a970-9583f78be3a5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:59:15.114 [67ea5963f3fde6b928faef6940b8f50c,28faef6940b8f50c] [qtp1225114731-26]  INFO [aai-resources,67ea5963f3fde6b928faef6940b8f50c,28faef6940b8f50c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:15.127 [67ea5963f3fde6b928faef6940b8f50c,28faef6940b8f50c] [qtp1225114731-26] DEBUG [aai-resources,67ea5963f3fde6b928faef6940b8f50c,28faef6940b8f50c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4616167e-82b0-4686-bddd-73493817d8c2","status":"200","rqstDate":"250331-08:59:15:114","respDate":"250331-08:59:15:127","sourceId":"haproxy:4616167e-82b0-4686-bddd-73493817d8c2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:15:114-13915\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8f5a35cd-5fe5-4e03-a1c9-e81ebb66c7a1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4616167e-82b0-4686-bddd-73493817d8c2]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:59:17.133 [67ea596592750dd4f8d91f36447fd248,f8d91f36447fd248] [qtp1225114731-852]  INFO [aai-resources,67ea596592750dd4f8d91f36447fd248,f8d91f36447fd248] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:17.148 [67ea596592750dd4f8d91f36447fd248,f8d91f36447fd248] [qtp1225114731-852] DEBUG [aai-resources,67ea596592750dd4f8d91f36447fd248,f8d91f36447fd248] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"abe644d4-6515-4926-8894-579ef081888f","status":"200","rqstDate":"250331-08:59:17:133","respDate":"250331-08:59:17:147","sourceId":"haproxy:abe644d4-6515-4926-8894-579ef081888f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:59:17:133-13036\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8758bcbb-2f99-429d-9245-6e449472318d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[abe644d4-6515-4926-8894-579ef081888f]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:59:19.153 [67ea596755ed73a1c6b538ea1eb7856c,c6b538ea1eb7856c] [qtp1225114731-26]  INFO [aai-resources,67ea596755ed73a1c6b538ea1eb7856c,c6b538ea1eb7856c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:19.168 [67ea596755ed73a1c6b538ea1eb7856c,c6b538ea1eb7856c] [qtp1225114731-26] DEBUG [aai-resources,67ea596755ed73a1c6b538ea1eb7856c,c6b538ea1eb7856c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a085db2a-8100-46de-bc93-ff45c70ad0fd","status":"200","rqstDate":"250331-08:59:19:153","respDate":"250331-08:59:19:168","sourceId":"haproxy:a085db2a-8100-46de-bc93-ff45c70ad0fd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:59:19:153-20489\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fee8e8f6-e5a6-4fcd-8b2e-8755a645cf8b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a085db2a-8100-46de-bc93-ff45c70ad0fd]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:59:21.174 [67ea5969f976759af822858981580f3d,f822858981580f3d] [qtp1225114731-852]  INFO [aai-resources,67ea5969f976759af822858981580f3d,f822858981580f3d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:21.183 [67ea5969f976759af822858981580f3d,f822858981580f3d] [qtp1225114731-852] DEBUG [aai-resources,67ea5969f976759af822858981580f3d,f822858981580f3d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1502c969-c5b5-46ff-8440-5fccc871fcd4","status":"200","rqstDate":"250331-08:59:21:174","respDate":"250331-08:59:21:183","sourceId":"haproxy:1502c969-c5b5-46ff-8440-5fccc871fcd4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:59:21:174-58544\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0390661d-0f3b-45a8-8383-b0d220764a9d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1502c969-c5b5-46ff-8440-5fccc871fcd4]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 08:59:23.190 [67ea596bc65355060f32281aaf7b1840,0f32281aaf7b1840] [qtp1225114731-26]  INFO [aai-resources,67ea596bc65355060f32281aaf7b1840,0f32281aaf7b1840] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:23.204 [67ea596bc65355060f32281aaf7b1840,0f32281aaf7b1840] [qtp1225114731-26] DEBUG [aai-resources,67ea596bc65355060f32281aaf7b1840,0f32281aaf7b1840] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2187583b-d38d-445b-b50d-73996b84d342","status":"200","rqstDate":"250331-08:59:23:190","respDate":"250331-08:59:23:204","sourceId":"haproxy:2187583b-d38d-445b-b50d-73996b84d342","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:59:23:190-48989\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d08aa51-5dc8-498c-a983-3645305dd398], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2187583b-d38d-445b-b50d-73996b84d342]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:59:25.210 [67ea596d184cdef9608e946ecbf2d8cc,608e946ecbf2d8cc] [qtp1225114731-852]  INFO [aai-resources,67ea596d184cdef9608e946ecbf2d8cc,608e946ecbf2d8cc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:25.221 [67ea596d184cdef9608e946ecbf2d8cc,608e946ecbf2d8cc] [qtp1225114731-852] DEBUG [aai-resources,67ea596d184cdef9608e946ecbf2d8cc,608e946ecbf2d8cc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"39a19d46-ec44-40dc-a78a-ed8adf5bf2ee","status":"200","rqstDate":"250331-08:59:25:210","respDate":"250331-08:59:25:220","sourceId":"haproxy:39a19d46-ec44-40dc-a78a-ed8adf5bf2ee","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:25:210-93389\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[55762fb6-32b2-4ca2-827d-4abb3698ba9e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[39a19d46-ec44-40dc-a78a-ed8adf5bf2ee]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:59:27.226 [67ea596f6c86dd5366135e6d8f603e45,66135e6d8f603e45] [qtp1225114731-26]  INFO [aai-resources,67ea596f6c86dd5366135e6d8f603e45,66135e6d8f603e45] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:27.242 [67ea596f6c86dd5366135e6d8f603e45,66135e6d8f603e45] [qtp1225114731-26] DEBUG [aai-resources,67ea596f6c86dd5366135e6d8f603e45,66135e6d8f603e45] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fb5bbd54-ba45-4b8c-841f-e3de7ee4a4f9","status":"200","rqstDate":"250331-08:59:27:226","respDate":"250331-08:59:27:242","sourceId":"haproxy:fb5bbd54-ba45-4b8c-841f-e3de7ee4a4f9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:59:27:226-23715\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1c59fb4f-6520-449c-9ee1-850f692e2a35], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fb5bbd54-ba45-4b8c-841f-e3de7ee4a4f9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:59:29.249 [67ea5971fd3bfaabe0b8b1ae43a3c4eb,e0b8b1ae43a3c4eb] [qtp1225114731-852]  INFO [aai-resources,67ea5971fd3bfaabe0b8b1ae43a3c4eb,e0b8b1ae43a3c4eb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:29.263 [67ea5971fd3bfaabe0b8b1ae43a3c4eb,e0b8b1ae43a3c4eb] [qtp1225114731-852] DEBUG [aai-resources,67ea5971fd3bfaabe0b8b1ae43a3c4eb,e0b8b1ae43a3c4eb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3b554ce0-2851-4d5c-ac69-0190125b0ee0","status":"200","rqstDate":"250331-08:59:29:249","respDate":"250331-08:59:29:263","sourceId":"haproxy:3b554ce0-2851-4d5c-ac69-0190125b0ee0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:59:29:249-22391\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8e2ba7c7-2da6-4f46-b62c-c245c92ce00b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3b554ce0-2851-4d5c-ac69-0190125b0ee0]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 08:59:31.269 [67ea5973bc33f20c7f51ca57519ca216,7f51ca57519ca216] [qtp1225114731-26]  INFO [aai-resources,67ea5973bc33f20c7f51ca57519ca216,7f51ca57519ca216] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:31.281 [67ea5973bc33f20c7f51ca57519ca216,7f51ca57519ca216] [qtp1225114731-26] DEBUG [aai-resources,67ea5973bc33f20c7f51ca57519ca216,7f51ca57519ca216] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c0891824-3667-407f-a3df-233a76d7d063","status":"200","rqstDate":"250331-08:59:31:270","respDate":"250331-08:59:31:281","sourceId":"haproxy:c0891824-3667-407f-a3df-233a76d7d063","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:31:270-71512\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2b00eba3-0ea4-4f5b-a51c-b1a5aa83d103], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c0891824-3667-407f-a3df-233a76d7d063]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:59:33.287 [67ea597526705515447cd35a248ebe61,447cd35a248ebe61] [qtp1225114731-852]  INFO [aai-resources,67ea597526705515447cd35a248ebe61,447cd35a248ebe61] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:33.296 [67ea597526705515447cd35a248ebe61,447cd35a248ebe61] [qtp1225114731-852] DEBUG [aai-resources,67ea597526705515447cd35a248ebe61,447cd35a248ebe61] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fcc89692-4368-4549-8235-6df1d6d400c5","status":"200","rqstDate":"250331-08:59:33:287","respDate":"250331-08:59:33:296","sourceId":"haproxy:fcc89692-4368-4549-8235-6df1d6d400c5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:59:33:287-70243\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[df698315-c7c0-454f-a3da-21e589e524cb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fcc89692-4368-4549-8235-6df1d6d400c5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 08:59:35.302 [67ea5977a609a3b43da62680332f2c78,3da62680332f2c78] [qtp1225114731-26]  INFO [aai-resources,67ea5977a609a3b43da62680332f2c78,3da62680332f2c78] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:35.318 [67ea5977a609a3b43da62680332f2c78,3da62680332f2c78] [qtp1225114731-26] DEBUG [aai-resources,67ea5977a609a3b43da62680332f2c78,3da62680332f2c78] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"76530353-9832-48ed-be93-e9a81d3c3120","status":"200","rqstDate":"250331-08:59:35:302","respDate":"250331-08:59:35:318","sourceId":"haproxy:76530353-9832-48ed-be93-e9a81d3c3120","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:35:302-56506\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b3ac25fc-1acf-41bd-879d-a7913a8f41c8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[76530353-9832-48ed-be93-e9a81d3c3120]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 08:59:37.324 [67ea59798a083febbfe593cbeaba380c,bfe593cbeaba380c] [qtp1225114731-852]  INFO [aai-resources,67ea59798a083febbfe593cbeaba380c,bfe593cbeaba380c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:37.337 [67ea59798a083febbfe593cbeaba380c,bfe593cbeaba380c] [qtp1225114731-852] DEBUG [aai-resources,67ea59798a083febbfe593cbeaba380c,bfe593cbeaba380c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"81cfdf11-6bb8-4c31-a38f-f05a01d27039","status":"200","rqstDate":"250331-08:59:37:324","respDate":"250331-08:59:37:337","sourceId":"haproxy:81cfdf11-6bb8-4c31-a38f-f05a01d27039","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:59:37:324-5880\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e34a340a-3b82-4095-b599-c2c9f5525b50], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[81cfdf11-6bb8-4c31-a38f-f05a01d27039]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:59:39.344 [67ea597b498b5f873b6109fe465c226f,3b6109fe465c226f] [qtp1225114731-26]  INFO [aai-resources,67ea597b498b5f873b6109fe465c226f,3b6109fe465c226f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:39.356 [67ea597b498b5f873b6109fe465c226f,3b6109fe465c226f] [qtp1225114731-26] DEBUG [aai-resources,67ea597b498b5f873b6109fe465c226f,3b6109fe465c226f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3ca3a126-139e-434c-921f-15469bbd5996","status":"200","rqstDate":"250331-08:59:39:344","respDate":"250331-08:59:39:356","sourceId":"haproxy:3ca3a126-139e-434c-921f-15469bbd5996","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:59:39:344-16650\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a5850432-eadb-46dc-bc4a-4955a6000b81], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3ca3a126-139e-434c-921f-15469bbd5996]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 08:59:41.363 [67ea597d16e9defc7b9090255aaa580b,7b9090255aaa580b] [qtp1225114731-852]  INFO [aai-resources,67ea597d16e9defc7b9090255aaa580b,7b9090255aaa580b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:41.378 [67ea597d16e9defc7b9090255aaa580b,7b9090255aaa580b] [qtp1225114731-852] DEBUG [aai-resources,67ea597d16e9defc7b9090255aaa580b,7b9090255aaa580b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aebcb877-c231-44f7-b7e7-1532c2b16972","status":"200","rqstDate":"250331-08:59:41:363","respDate":"250331-08:59:41:377","sourceId":"haproxy:aebcb877-c231-44f7-b7e7-1532c2b16972","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:41:363-45924\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2849427d-47a8-4988-b606-bfd00013ee33], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aebcb877-c231-44f7-b7e7-1532c2b16972]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 08:59:43.385 [67ea597fd50f62f3a31ab85d1fceea6a,a31ab85d1fceea6a] [qtp1225114731-26]  INFO [aai-resources,67ea597fd50f62f3a31ab85d1fceea6a,a31ab85d1fceea6a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:43.399 [67ea597fd50f62f3a31ab85d1fceea6a,a31ab85d1fceea6a] [qtp1225114731-26] DEBUG [aai-resources,67ea597fd50f62f3a31ab85d1fceea6a,a31ab85d1fceea6a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"531f5a74-f9a5-4551-abe0-f44068d7d739","status":"200","rqstDate":"250331-08:59:43:385","respDate":"250331-08:59:43:398","sourceId":"haproxy:531f5a74-f9a5-4551-abe0-f44068d7d739","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:59:43:385-37423\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fb0f327e-5168-4ce2-9e70-2a4ee2f35f1c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[531f5a74-f9a5-4551-abe0-f44068d7d739]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:59:45.405 [67ea59815a0186f4dd640d483a32d5f2,dd640d483a32d5f2] [qtp1225114731-852]  INFO [aai-resources,67ea59815a0186f4dd640d483a32d5f2,dd640d483a32d5f2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:45.430 [67ea59815a0186f4dd640d483a32d5f2,dd640d483a32d5f2] [qtp1225114731-852] DEBUG [aai-resources,67ea59815a0186f4dd640d483a32d5f2,dd640d483a32d5f2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0befcd4c-4627-493e-b7fb-15e750636036","status":"200","rqstDate":"250331-08:59:45:405","respDate":"250331-08:59:45:430","sourceId":"haproxy:0befcd4c-4627-493e-b7fb-15e750636036","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:59:45:405-29222\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[080fd498-33a6-47c5-9fc9-78c9adc85fd5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0befcd4c-4627-493e-b7fb-15e750636036]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 08:59:47.436 [67ea5983aa0ff61811fac9b3fb81eae6,11fac9b3fb81eae6] [qtp1225114731-26]  INFO [aai-resources,67ea5983aa0ff61811fac9b3fb81eae6,11fac9b3fb81eae6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:47.457 [67ea5983aa0ff61811fac9b3fb81eae6,11fac9b3fb81eae6] [qtp1225114731-26] DEBUG [aai-resources,67ea5983aa0ff61811fac9b3fb81eae6,11fac9b3fb81eae6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"88563815-6b34-4f52-9c37-4bd114864d77","status":"200","rqstDate":"250331-08:59:47:436","respDate":"250331-08:59:47:457","sourceId":"haproxy:88563815-6b34-4f52-9c37-4bd114864d77","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:59:47:436-54599\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9938d59f-956e-4c8d-9ed7-da16ade3ca78], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[88563815-6b34-4f52-9c37-4bd114864d77]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 08:59:49.463 [67ea5985059fe1a31d7c920a58aa6e34,1d7c920a58aa6e34] [qtp1225114731-852]  INFO [aai-resources,67ea5985059fe1a31d7c920a58aa6e34,1d7c920a58aa6e34] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:49.476 [67ea5985059fe1a31d7c920a58aa6e34,1d7c920a58aa6e34] [qtp1225114731-852] DEBUG [aai-resources,67ea5985059fe1a31d7c920a58aa6e34,1d7c920a58aa6e34] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f558932b-02e3-4dae-ab09-2b911f36a7a5","status":"200","rqstDate":"250331-08:59:49:463","respDate":"250331-08:59:49:476","sourceId":"haproxy:f558932b-02e3-4dae-ab09-2b911f36a7a5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:59:49:463-10219\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e28377de-6668-4706-9ff4-a45805c0cb5e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f558932b-02e3-4dae-ab09-2b911f36a7a5]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 08:59:51.483 [67ea59877f2c790dd2f0290cf46bb3d6,d2f0290cf46bb3d6] [qtp1225114731-26]  INFO [aai-resources,67ea59877f2c790dd2f0290cf46bb3d6,d2f0290cf46bb3d6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:51.500 [67ea59877f2c790dd2f0290cf46bb3d6,d2f0290cf46bb3d6] [qtp1225114731-26] DEBUG [aai-resources,67ea59877f2c790dd2f0290cf46bb3d6,d2f0290cf46bb3d6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"013c104b-0147-4323-a746-26d9feebb387","status":"200","rqstDate":"250331-08:59:51:483","respDate":"250331-08:59:51:500","sourceId":"haproxy:013c104b-0147-4323-a746-26d9feebb387","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:51:483-4342\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8bb5aa3c-9d9b-46c4-8c31-379c47b235dd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[013c104b-0147-4323-a746-26d9feebb387]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:59:53.508 [67ea598902e55dbf1936e344cd8bb8d7,1936e344cd8bb8d7] [qtp1225114731-852]  INFO [aai-resources,67ea598902e55dbf1936e344cd8bb8d7,1936e344cd8bb8d7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:53.525 [67ea598902e55dbf1936e344cd8bb8d7,1936e344cd8bb8d7] [qtp1225114731-852] DEBUG [aai-resources,67ea598902e55dbf1936e344cd8bb8d7,1936e344cd8bb8d7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"25085ed5-483a-4e72-bcdb-0a4c6319de87","status":"200","rqstDate":"250331-08:59:53:508","respDate":"250331-08:59:53:525","sourceId":"haproxy:25085ed5-483a-4e72-bcdb-0a4c6319de87","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:53:508-95877\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ea55a02b-2969-4370-abee-8f74a78f7937], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[25085ed5-483a-4e72-bcdb-0a4c6319de87]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 08:59:55.532 [67ea598b7ac20c8cdc2f300941e807bc,dc2f300941e807bc] [qtp1225114731-26]  INFO [aai-resources,67ea598b7ac20c8cdc2f300941e807bc,dc2f300941e807bc] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:55.542 [67ea598b7ac20c8cdc2f300941e807bc,dc2f300941e807bc] [qtp1225114731-26] DEBUG [aai-resources,67ea598b7ac20c8cdc2f300941e807bc,dc2f300941e807bc] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fa0fd852-f9cd-45e6-a241-793336340125","status":"200","rqstDate":"250331-08:59:55:532","respDate":"250331-08:59:55:542","sourceId":"haproxy:fa0fd852-f9cd-45e6-a241-793336340125","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-08:59:55:532-61790\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[16709eb6-e87f-4a8c-a23e-813ca9c69d11], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fa0fd852-f9cd-45e6-a241-793336340125]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 08:59:57.548 [67ea598de44d7dd3c153a0231023ad33,c153a0231023ad33] [qtp1225114731-852]  INFO [aai-resources,67ea598de44d7dd3c153a0231023ad33,c153a0231023ad33] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:57.565 [67ea598de44d7dd3c153a0231023ad33,c153a0231023ad33] [qtp1225114731-852] DEBUG [aai-resources,67ea598de44d7dd3c153a0231023ad33,c153a0231023ad33] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9a40f0fa-c8ce-40b3-8dd8-aebec22f8bc9","status":"200","rqstDate":"250331-08:59:57:549","respDate":"250331-08:59:57:565","sourceId":"haproxy:9a40f0fa-c8ce-40b3-8dd8-aebec22f8bc9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-08:59:57:549-62570\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[07d40235-d23a-406b-a489-ccb8010329c6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9a40f0fa-c8ce-40b3-8dd8-aebec22f8bc9]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 08:59:59.572 [67ea598fd3b8f7ec36717ed42fe554af,36717ed42fe554af] [qtp1225114731-26]  INFO [aai-resources,67ea598fd3b8f7ec36717ed42fe554af,36717ed42fe554af] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 08:59:59.586 [67ea598fd3b8f7ec36717ed42fe554af,36717ed42fe554af] [qtp1225114731-26] DEBUG [aai-resources,67ea598fd3b8f7ec36717ed42fe554af,36717ed42fe554af] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"098e761d-464f-42f0-8da2-4cef17162c16","status":"200","rqstDate":"250331-08:59:59:572","respDate":"250331-08:59:59:586","sourceId":"haproxy:098e761d-464f-42f0-8da2-4cef17162c16","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-08:59:59:572-41358\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7ebb03e1-dddd-4d1b-99ac-2d2c379c53e6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[098e761d-464f-42f0-8da2-4cef17162c16]}\"}"}
127.0.0.6 - - [31/Mar/2025:08:59:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:00:01.592 [67ea5991745cfde690354aae05e5b536,90354aae05e5b536] [qtp1225114731-852]  INFO [aai-resources,67ea5991745cfde690354aae05e5b536,90354aae05e5b536] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:01.608 [67ea5991745cfde690354aae05e5b536,90354aae05e5b536] [qtp1225114731-852] DEBUG [aai-resources,67ea5991745cfde690354aae05e5b536,90354aae05e5b536] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"702da7bd-f4d0-40ef-aa83-a0dc72f7c49b","status":"200","rqstDate":"250331-09:00:01:592","respDate":"250331-09:00:01:607","sourceId":"haproxy:702da7bd-f4d0-40ef-aa83-a0dc72f7c49b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:00:01:592-45180\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a28c2062-074e-4fbf-8fc1-f78bc4b2cce0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[702da7bd-f4d0-40ef-aa83-a0dc72f7c49b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:00:03.615 [67ea599330c0656a6d0fd7e8bd872f09,6d0fd7e8bd872f09] [qtp1225114731-26]  INFO [aai-resources,67ea599330c0656a6d0fd7e8bd872f09,6d0fd7e8bd872f09] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:03.631 [67ea599330c0656a6d0fd7e8bd872f09,6d0fd7e8bd872f09] [qtp1225114731-26] DEBUG [aai-resources,67ea599330c0656a6d0fd7e8bd872f09,6d0fd7e8bd872f09] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bde85bfe-96e4-4739-9dda-8abc96490bd0","status":"200","rqstDate":"250331-09:00:03:615","respDate":"250331-09:00:03:631","sourceId":"haproxy:bde85bfe-96e4-4739-9dda-8abc96490bd0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:00:03:615-70866\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e06209ff-6161-4e6f-9dbc-84dcdf26f7ad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bde85bfe-96e4-4739-9dda-8abc96490bd0]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:00:05.638 [67ea59956ca12fc88328a2016e714989,8328a2016e714989] [qtp1225114731-852]  INFO [aai-resources,67ea59956ca12fc88328a2016e714989,8328a2016e714989] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:05.653 [67ea59956ca12fc88328a2016e714989,8328a2016e714989] [qtp1225114731-852] DEBUG [aai-resources,67ea59956ca12fc88328a2016e714989,8328a2016e714989] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"29407194-2e7f-48cc-ac38-95d18beef7eb","status":"200","rqstDate":"250331-09:00:05:638","respDate":"250331-09:00:05:653","sourceId":"haproxy:29407194-2e7f-48cc-ac38-95d18beef7eb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:00:05:638-49283\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c456214b-f8e4-4b57-becb-82d70f4756e7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[29407194-2e7f-48cc-ac38-95d18beef7eb]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:00:07.659 [67ea5997f296248e9764d5a938f8d310,9764d5a938f8d310] [qtp1225114731-26]  INFO [aai-resources,67ea5997f296248e9764d5a938f8d310,9764d5a938f8d310] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:07.668 [67ea5997f296248e9764d5a938f8d310,9764d5a938f8d310] [qtp1225114731-26] DEBUG [aai-resources,67ea5997f296248e9764d5a938f8d310,9764d5a938f8d310] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"67cf6c80-9f61-4c04-9a61-4abe2cef6dd1","status":"200","rqstDate":"250331-09:00:07:659","respDate":"250331-09:00:07:668","sourceId":"haproxy:67cf6c80-9f61-4c04-9a61-4abe2cef6dd1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:00:07:659-41933\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[72d1ba52-dba2-41d0-843e-7ed5138cc0b5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[67cf6c80-9f61-4c04-9a61-4abe2cef6dd1]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:00:09.680 [67ea59997faf9ee308ff0e1556c6d6e1,08ff0e1556c6d6e1] [qtp1225114731-852]  INFO [aai-resources,67ea59997faf9ee308ff0e1556c6d6e1,08ff0e1556c6d6e1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:09.697 [67ea59997faf9ee308ff0e1556c6d6e1,08ff0e1556c6d6e1] [qtp1225114731-852] DEBUG [aai-resources,67ea59997faf9ee308ff0e1556c6d6e1,08ff0e1556c6d6e1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"500b670a-dcee-414b-9ee7-23b7a1cf726f","status":"200","rqstDate":"250331-09:00:09:680","respDate":"250331-09:00:09:697","sourceId":"haproxy:500b670a-dcee-414b-9ee7-23b7a1cf726f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:00:09:680-4056\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[996ac97f-5539-4d1c-8baf-921381bea465], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[500b670a-dcee-414b-9ee7-23b7a1cf726f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:00:11.704 [67ea599b9c62ab493f15ba1d1c3dadef,3f15ba1d1c3dadef] [qtp1225114731-26]  INFO [aai-resources,67ea599b9c62ab493f15ba1d1c3dadef,3f15ba1d1c3dadef] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:11.719 [67ea599b9c62ab493f15ba1d1c3dadef,3f15ba1d1c3dadef] [qtp1225114731-26] DEBUG [aai-resources,67ea599b9c62ab493f15ba1d1c3dadef,3f15ba1d1c3dadef] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2aa50810-79fc-43f6-9bff-9e8456dd99be","status":"200","rqstDate":"250331-09:00:11:704","respDate":"250331-09:00:11:719","sourceId":"haproxy:2aa50810-79fc-43f6-9bff-9e8456dd99be","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:00:11:704-75962\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b85eacbf-1762-4802-9345-1839a3185e96], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2aa50810-79fc-43f6-9bff-9e8456dd99be]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:00:13.726 [67ea599dbfe2756fa883150f8750b68f,a883150f8750b68f] [qtp1225114731-852]  INFO [aai-resources,67ea599dbfe2756fa883150f8750b68f,a883150f8750b68f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:13.737 [67ea599dbfe2756fa883150f8750b68f,a883150f8750b68f] [qtp1225114731-852] DEBUG [aai-resources,67ea599dbfe2756fa883150f8750b68f,a883150f8750b68f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"db47bd4e-3e18-46f1-8a50-feff5344e262","status":"200","rqstDate":"250331-09:00:13:726","respDate":"250331-09:00:13:737","sourceId":"haproxy:db47bd4e-3e18-46f1-8a50-feff5344e262","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:00:13:726-62243\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3416ee33-5448-4c9b-b6a8-bc09c862e956], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[db47bd4e-3e18-46f1-8a50-feff5344e262]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:00:15.744 [67ea599f0c4813a524280485b10cbf56,24280485b10cbf56] [qtp1225114731-26]  INFO [aai-resources,67ea599f0c4813a524280485b10cbf56,24280485b10cbf56] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:15.757 [67ea599f0c4813a524280485b10cbf56,24280485b10cbf56] [qtp1225114731-26] DEBUG [aai-resources,67ea599f0c4813a524280485b10cbf56,24280485b10cbf56] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0bad0687-03a0-45e4-8eea-cfdde596dd44","status":"200","rqstDate":"250331-09:00:15:744","respDate":"250331-09:00:15:757","sourceId":"haproxy:0bad0687-03a0-45e4-8eea-cfdde596dd44","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:00:15:744-12980\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ece30df3-b7e0-4aac-885b-c1b638cee68a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0bad0687-03a0-45e4-8eea-cfdde596dd44]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:00:17.764 [67ea59a12a08c78bf8868a846abd9102,f8868a846abd9102] [qtp1225114731-852]  INFO [aai-resources,67ea59a12a08c78bf8868a846abd9102,f8868a846abd9102] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:17.775 [67ea59a12a08c78bf8868a846abd9102,f8868a846abd9102] [qtp1225114731-852] DEBUG [aai-resources,67ea59a12a08c78bf8868a846abd9102,f8868a846abd9102] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f142fb3-cfa4-41e5-b4f4-068f10f9f55b","status":"200","rqstDate":"250331-09:00:17:764","respDate":"250331-09:00:17:775","sourceId":"haproxy:8f142fb3-cfa4-41e5-b4f4-068f10f9f55b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:00:17:764-90366\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5f7088b1-ec17-4941-b90f-b592af8dcbd7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8f142fb3-cfa4-41e5-b4f4-068f10f9f55b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:00:19.781 [67ea59a3cd52eff6685357230169327c,685357230169327c] [qtp1225114731-26]  INFO [aai-resources,67ea59a3cd52eff6685357230169327c,685357230169327c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:19.793 [67ea59a3cd52eff6685357230169327c,685357230169327c] [qtp1225114731-26] DEBUG [aai-resources,67ea59a3cd52eff6685357230169327c,685357230169327c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4b477f05-3c3d-4914-acc0-b21445baa989","status":"200","rqstDate":"250331-09:00:19:781","respDate":"250331-09:00:19:793","sourceId":"haproxy:4b477f05-3c3d-4914-acc0-b21445baa989","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:00:19:781-46593\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9efac79c-0e7f-4982-bf0b-f57e0a847d2f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4b477f05-3c3d-4914-acc0-b21445baa989]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:00:21.799 [67ea59a58490f42302f24328193e444b,02f24328193e444b] [qtp1225114731-852]  INFO [aai-resources,67ea59a58490f42302f24328193e444b,02f24328193e444b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:21.811 [67ea59a58490f42302f24328193e444b,02f24328193e444b] [qtp1225114731-852] DEBUG [aai-resources,67ea59a58490f42302f24328193e444b,02f24328193e444b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8179b605-0657-473a-8ba4-1f174e224b9c","status":"200","rqstDate":"250331-09:00:21:799","respDate":"250331-09:00:21:810","sourceId":"haproxy:8179b605-0657-473a-8ba4-1f174e224b9c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:00:21:799-45827\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d71112a1-94b1-47e7-bcc1-6d50fdd92947], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8179b605-0657-473a-8ba4-1f174e224b9c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:00:23.817 [67ea59a75e04400a217395f1af9dbb8c,217395f1af9dbb8c] [qtp1225114731-26]  INFO [aai-resources,67ea59a75e04400a217395f1af9dbb8c,217395f1af9dbb8c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:23.836 [67ea59a75e04400a217395f1af9dbb8c,217395f1af9dbb8c] [qtp1225114731-26] DEBUG [aai-resources,67ea59a75e04400a217395f1af9dbb8c,217395f1af9dbb8c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"07968a6e-174f-4720-bdda-6c4b99fa4bbc","status":"200","rqstDate":"250331-09:00:23:817","respDate":"250331-09:00:23:836","sourceId":"haproxy:07968a6e-174f-4720-bdda-6c4b99fa4bbc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:00:23:817-81348\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f43bfb73-ea39-42d6-8118-75194052119f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[07968a6e-174f-4720-bdda-6c4b99fa4bbc]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 09:00:25.842 [67ea59a9a6727c0c953d343599fd23e9,953d343599fd23e9] [qtp1225114731-852]  INFO [aai-resources,67ea59a9a6727c0c953d343599fd23e9,953d343599fd23e9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:25.858 [67ea59a9a6727c0c953d343599fd23e9,953d343599fd23e9] [qtp1225114731-852] DEBUG [aai-resources,67ea59a9a6727c0c953d343599fd23e9,953d343599fd23e9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a36d2d0-38b1-482b-82ee-70522c66c9bb","status":"200","rqstDate":"250331-09:00:25:842","respDate":"250331-09:00:25:858","sourceId":"haproxy:3a36d2d0-38b1-482b-82ee-70522c66c9bb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:00:25:842-27796\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[84199cb4-144e-4814-815a-47726d44e715], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3a36d2d0-38b1-482b-82ee-70522c66c9bb]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:00:27.867 [67ea59ab4a9071f5a9706de19fc6ddf1,a9706de19fc6ddf1] [qtp1225114731-26]  INFO [aai-resources,67ea59ab4a9071f5a9706de19fc6ddf1,a9706de19fc6ddf1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:27.882 [67ea59ab4a9071f5a9706de19fc6ddf1,a9706de19fc6ddf1] [qtp1225114731-26] DEBUG [aai-resources,67ea59ab4a9071f5a9706de19fc6ddf1,a9706de19fc6ddf1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0839dfe0-6a8b-4140-a065-cc36710ebb09","status":"200","rqstDate":"250331-09:00:27:867","respDate":"250331-09:00:27:882","sourceId":"haproxy:0839dfe0-6a8b-4140-a065-cc36710ebb09","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:00:27:867-5644\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[46a09001-9f92-47eb-bc48-7009a33978ac], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0839dfe0-6a8b-4140-a065-cc36710ebb09]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:00:29.890 [67ea59ad27063aeca8e8330196c0ae82,a8e8330196c0ae82] [qtp1225114731-852]  INFO [aai-resources,67ea59ad27063aeca8e8330196c0ae82,a8e8330196c0ae82] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:29.903 [67ea59ad27063aeca8e8330196c0ae82,a8e8330196c0ae82] [qtp1225114731-852] DEBUG [aai-resources,67ea59ad27063aeca8e8330196c0ae82,a8e8330196c0ae82] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8bc61c45-434f-46c7-bc00-0eaf17751cb8","status":"200","rqstDate":"250331-09:00:29:890","respDate":"250331-09:00:29:903","sourceId":"haproxy:8bc61c45-434f-46c7-bc00-0eaf17751cb8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:00:29:890-15724\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1c9866a1-041d-417a-bcff-80d0c845fc83], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8bc61c45-434f-46c7-bc00-0eaf17751cb8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:00:31.910 [67ea59af32ecdfce061310adc6fd56fd,061310adc6fd56fd] [qtp1225114731-26]  INFO [aai-resources,67ea59af32ecdfce061310adc6fd56fd,061310adc6fd56fd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:31.925 [67ea59af32ecdfce061310adc6fd56fd,061310adc6fd56fd] [qtp1225114731-26] DEBUG [aai-resources,67ea59af32ecdfce061310adc6fd56fd,061310adc6fd56fd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d1dbfe3b-4246-4b94-8154-1c3785c61558","status":"200","rqstDate":"250331-09:00:31:910","respDate":"250331-09:00:31:925","sourceId":"haproxy:d1dbfe3b-4246-4b94-8154-1c3785c61558","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:00:31:910-92200\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[46be55ea-87f8-4b4d-82b6-f9fa26561508], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d1dbfe3b-4246-4b94-8154-1c3785c61558]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:00:33.931 [67ea59b1b8f89e18621d36d199681c5d,621d36d199681c5d] [qtp1225114731-852]  INFO [aai-resources,67ea59b1b8f89e18621d36d199681c5d,621d36d199681c5d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:33.943 [67ea59b1b8f89e18621d36d199681c5d,621d36d199681c5d] [qtp1225114731-852] DEBUG [aai-resources,67ea59b1b8f89e18621d36d199681c5d,621d36d199681c5d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"21343515-43ea-40bb-b970-aaf720de1e8f","status":"200","rqstDate":"250331-09:00:33:931","respDate":"250331-09:00:33:943","sourceId":"haproxy:21343515-43ea-40bb-b970-aaf720de1e8f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:00:33:931-98140\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e0e62f8e-79b4-4e0c-93fa-8c1a3fda884c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[21343515-43ea-40bb-b970-aaf720de1e8f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:00:35.949 [67ea59b3a2e4e94f977fea127b29c15f,977fea127b29c15f] [qtp1225114731-26]  INFO [aai-resources,67ea59b3a2e4e94f977fea127b29c15f,977fea127b29c15f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:35.964 [67ea59b3a2e4e94f977fea127b29c15f,977fea127b29c15f] [qtp1225114731-26] DEBUG [aai-resources,67ea59b3a2e4e94f977fea127b29c15f,977fea127b29c15f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d85369ae-d70a-42a4-a621-771b62ed3db1","status":"200","rqstDate":"250331-09:00:35:949","respDate":"250331-09:00:35:964","sourceId":"haproxy:d85369ae-d70a-42a4-a621-771b62ed3db1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:00:35:949-12830\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b9c82526-df2e-4938-9e29-03f1d9a14a0a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d85369ae-d70a-42a4-a621-771b62ed3db1]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:00:37.971 [67ea59b52a2cf65d451a79bf0856157a,451a79bf0856157a] [qtp1225114731-852]  INFO [aai-resources,67ea59b52a2cf65d451a79bf0856157a,451a79bf0856157a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:37.981 [67ea59b52a2cf65d451a79bf0856157a,451a79bf0856157a] [qtp1225114731-852] DEBUG [aai-resources,67ea59b52a2cf65d451a79bf0856157a,451a79bf0856157a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0893a015-8cbc-40d3-8749-85ed3286ca9b","status":"200","rqstDate":"250331-09:00:37:971","respDate":"250331-09:00:37:981","sourceId":"haproxy:0893a015-8cbc-40d3-8749-85ed3286ca9b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:00:37:971-84779\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d2000174-dbfb-4060-afba-6ba351edea7c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0893a015-8cbc-40d3-8749-85ed3286ca9b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:00:39.988 [67ea59b74766e22804d0abc7be2bc4d3,04d0abc7be2bc4d3] [qtp1225114731-26]  INFO [aai-resources,67ea59b74766e22804d0abc7be2bc4d3,04d0abc7be2bc4d3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:40.001 [67ea59b74766e22804d0abc7be2bc4d3,04d0abc7be2bc4d3] [qtp1225114731-26] DEBUG [aai-resources,67ea59b74766e22804d0abc7be2bc4d3,04d0abc7be2bc4d3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d1a76ab6-0441-44d5-bfab-b6ca9a14de33","status":"200","rqstDate":"250331-09:00:39:988","respDate":"250331-09:00:40:000","sourceId":"haproxy:d1a76ab6-0441-44d5-bfab-b6ca9a14de33","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:00:39:988-41451\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7735fc13-7a9e-4ea9-a867-de3ac6d41fb4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d1a76ab6-0441-44d5-bfab-b6ca9a14de33]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:00:42.006 [67ea59baa46929c8c37f04ee6b5a5221,c37f04ee6b5a5221] [qtp1225114731-852]  INFO [aai-resources,67ea59baa46929c8c37f04ee6b5a5221,c37f04ee6b5a5221] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:42.021 [67ea59baa46929c8c37f04ee6b5a5221,c37f04ee6b5a5221] [qtp1225114731-852] DEBUG [aai-resources,67ea59baa46929c8c37f04ee6b5a5221,c37f04ee6b5a5221] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8276f9fe-cc26-4dd9-ac27-dba556421e7b","status":"200","rqstDate":"250331-09:00:42:007","respDate":"250331-09:00:42:021","sourceId":"haproxy:8276f9fe-cc26-4dd9-ac27-dba556421e7b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:00:42:007-34943\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d6734cee-abbf-4c43-89fa-5143240c5f06], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8276f9fe-cc26-4dd9-ac27-dba556421e7b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:00:44.028 [67ea59bcf665602d426e6c7f8b33ae0a,426e6c7f8b33ae0a] [qtp1225114731-26]  INFO [aai-resources,67ea59bcf665602d426e6c7f8b33ae0a,426e6c7f8b33ae0a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:44.045 [67ea59bcf665602d426e6c7f8b33ae0a,426e6c7f8b33ae0a] [qtp1225114731-26] DEBUG [aai-resources,67ea59bcf665602d426e6c7f8b33ae0a,426e6c7f8b33ae0a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"daa809c3-821b-47fe-9110-49267f1e7403","status":"200","rqstDate":"250331-09:00:44:028","respDate":"250331-09:00:44:045","sourceId":"haproxy:daa809c3-821b-47fe-9110-49267f1e7403","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:00:44:028-97671\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a8f898a8-0a50-4d58-8d49-a005ab4238bc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[daa809c3-821b-47fe-9110-49267f1e7403]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:00:46.051 [67ea59be5d6b9cba33db5fd419271c8a,33db5fd419271c8a] [qtp1225114731-852]  INFO [aai-resources,67ea59be5d6b9cba33db5fd419271c8a,33db5fd419271c8a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:46.064 [67ea59be5d6b9cba33db5fd419271c8a,33db5fd419271c8a] [qtp1225114731-852] DEBUG [aai-resources,67ea59be5d6b9cba33db5fd419271c8a,33db5fd419271c8a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1296a74e-6ab8-4444-b3ab-18b77b6bf843","status":"200","rqstDate":"250331-09:00:46:051","respDate":"250331-09:00:46:064","sourceId":"haproxy:1296a74e-6ab8-4444-b3ab-18b77b6bf843","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:00:46:051-95675\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9117c4cb-eaae-4e13-8ed3-0438e6fd9a01], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1296a74e-6ab8-4444-b3ab-18b77b6bf843]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:00:48.071 [67ea59c0b2b9e2c4bfbf2769f5210b9f,bfbf2769f5210b9f] [qtp1225114731-26]  INFO [aai-resources,67ea59c0b2b9e2c4bfbf2769f5210b9f,bfbf2769f5210b9f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:48.085 [67ea59c0b2b9e2c4bfbf2769f5210b9f,bfbf2769f5210b9f] [qtp1225114731-26] DEBUG [aai-resources,67ea59c0b2b9e2c4bfbf2769f5210b9f,bfbf2769f5210b9f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b2422313-bba7-46f7-9412-7721b56f763e","status":"200","rqstDate":"250331-09:00:48:071","respDate":"250331-09:00:48:085","sourceId":"haproxy:b2422313-bba7-46f7-9412-7721b56f763e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:00:48:071-24355\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ecf9f8ca-30aa-4807-aead-5af8e52c4bbe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b2422313-bba7-46f7-9412-7721b56f763e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:00:50.091 [67ea59c290fea4e5ba5abb6e0318df7d,ba5abb6e0318df7d] [qtp1225114731-852]  INFO [aai-resources,67ea59c290fea4e5ba5abb6e0318df7d,ba5abb6e0318df7d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:50.105 [67ea59c290fea4e5ba5abb6e0318df7d,ba5abb6e0318df7d] [qtp1225114731-852] DEBUG [aai-resources,67ea59c290fea4e5ba5abb6e0318df7d,ba5abb6e0318df7d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f6b392a2-e6d0-4473-b19a-46c14c187a0b","status":"200","rqstDate":"250331-09:00:50:092","respDate":"250331-09:00:50:105","sourceId":"haproxy:f6b392a2-e6d0-4473-b19a-46c14c187a0b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:00:50:092-51404\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6d6a173a-2f92-474b-955a-feb82fea828b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f6b392a2-e6d0-4473-b19a-46c14c187a0b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:00:52.111 [67ea59c4bcdcf8513471349432623610,3471349432623610] [qtp1225114731-26]  INFO [aai-resources,67ea59c4bcdcf8513471349432623610,3471349432623610] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:52.122 [67ea59c4bcdcf8513471349432623610,3471349432623610] [qtp1225114731-26] DEBUG [aai-resources,67ea59c4bcdcf8513471349432623610,3471349432623610] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b645b750-76bd-4ddf-a12e-f5e07a1c73ce","status":"200","rqstDate":"250331-09:00:52:111","respDate":"250331-09:00:52:122","sourceId":"haproxy:b645b750-76bd-4ddf-a12e-f5e07a1c73ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:00:52:111-17293\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5aca5bc6-3f51-45e1-a0c6-9413ac1763b8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b645b750-76bd-4ddf-a12e-f5e07a1c73ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:00:54.130 [67ea59c6af58fe2104621e7b8ce8bd85,04621e7b8ce8bd85] [qtp1225114731-852]  INFO [aai-resources,67ea59c6af58fe2104621e7b8ce8bd85,04621e7b8ce8bd85] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:54.144 [67ea59c6af58fe2104621e7b8ce8bd85,04621e7b8ce8bd85] [qtp1225114731-852] DEBUG [aai-resources,67ea59c6af58fe2104621e7b8ce8bd85,04621e7b8ce8bd85] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"34361c3d-c05f-4393-b915-2046966366c8","status":"200","rqstDate":"250331-09:00:54:130","respDate":"250331-09:00:54:144","sourceId":"haproxy:34361c3d-c05f-4393-b915-2046966366c8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:00:54:130-72637\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ba008644-e492-4e01-8c35-ff146f44f9f6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[34361c3d-c05f-4393-b915-2046966366c8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:00:56.151 [67ea59c8d3bb02fe9119f1df4d5d27ed,9119f1df4d5d27ed] [qtp1225114731-26]  INFO [aai-resources,67ea59c8d3bb02fe9119f1df4d5d27ed,9119f1df4d5d27ed] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:56.162 [67ea59c8d3bb02fe9119f1df4d5d27ed,9119f1df4d5d27ed] [qtp1225114731-26] DEBUG [aai-resources,67ea59c8d3bb02fe9119f1df4d5d27ed,9119f1df4d5d27ed] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5e25033e-6efb-4517-80df-e6e3a8a936d3","status":"200","rqstDate":"250331-09:00:56:151","respDate":"250331-09:00:56:162","sourceId":"haproxy:5e25033e-6efb-4517-80df-e6e3a8a936d3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:00:56:151-96817\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6f30c504-0ed0-4af2-befa-984289fb1bda], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5e25033e-6efb-4517-80df-e6e3a8a936d3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:00:58.168 [67ea59caf66d30770b015bd0f0655279,0b015bd0f0655279] [qtp1225114731-852]  INFO [aai-resources,67ea59caf66d30770b015bd0f0655279,0b015bd0f0655279] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:00:58.185 [67ea59caf66d30770b015bd0f0655279,0b015bd0f0655279] [qtp1225114731-852] DEBUG [aai-resources,67ea59caf66d30770b015bd0f0655279,0b015bd0f0655279] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"435039ec-9f65-47d5-bdb7-222242dc40b6","status":"200","rqstDate":"250331-09:00:58:168","respDate":"250331-09:00:58:185","sourceId":"haproxy:435039ec-9f65-47d5-bdb7-222242dc40b6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:00:58:168-73978\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2b79f055-fffa-4e8d-b760-c1da6239fd3d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[435039ec-9f65-47d5-bdb7-222242dc40b6]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:00:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:01:00.192 [67ea59ccb10cea271164765623fdeb4a,1164765623fdeb4a] [qtp1225114731-26]  INFO [aai-resources,67ea59ccb10cea271164765623fdeb4a,1164765623fdeb4a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:00.207 [67ea59ccb10cea271164765623fdeb4a,1164765623fdeb4a] [qtp1225114731-26] DEBUG [aai-resources,67ea59ccb10cea271164765623fdeb4a,1164765623fdeb4a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0c6506e9-747e-48ea-b426-84b0c0e41628","status":"200","rqstDate":"250331-09:01:00:192","respDate":"250331-09:01:00:207","sourceId":"haproxy:0c6506e9-747e-48ea-b426-84b0c0e41628","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:00:192-98126\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[198d0f87-64e9-4b32-bc09-14700a00f4b4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0c6506e9-747e-48ea-b426-84b0c0e41628]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:01:02.214 [67ea59cef0fcc21b43032bda8e1f58b2,43032bda8e1f58b2] [qtp1225114731-852]  INFO [aai-resources,67ea59cef0fcc21b43032bda8e1f58b2,43032bda8e1f58b2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:02.228 [67ea59cef0fcc21b43032bda8e1f58b2,43032bda8e1f58b2] [qtp1225114731-852] DEBUG [aai-resources,67ea59cef0fcc21b43032bda8e1f58b2,43032bda8e1f58b2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3dac9149-377d-4c69-8deb-c2e51b915d46","status":"200","rqstDate":"250331-09:01:02:214","respDate":"250331-09:01:02:228","sourceId":"haproxy:3dac9149-377d-4c69-8deb-c2e51b915d46","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:02:214-21420\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[717c3eff-ae5e-4363-86fa-1c59f1a00ac9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3dac9149-377d-4c69-8deb-c2e51b915d46]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:01:04.234 [67ea59d01862c177e33616dd0eac3cd6,e33616dd0eac3cd6] [qtp1225114731-26]  INFO [aai-resources,67ea59d01862c177e33616dd0eac3cd6,e33616dd0eac3cd6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:04.257 [67ea59d01862c177e33616dd0eac3cd6,e33616dd0eac3cd6] [qtp1225114731-26] DEBUG [aai-resources,67ea59d01862c177e33616dd0eac3cd6,e33616dd0eac3cd6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"15602cad-d060-4c1e-a113-27dfdff0e624","status":"200","rqstDate":"250331-09:01:04:235","respDate":"250331-09:01:04:257","sourceId":"haproxy:15602cad-d060-4c1e-a113-27dfdff0e624","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:01:04:235-73128\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2fb1968c-9210-43d6-b6d5-ea2692e1397d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[15602cad-d060-4c1e-a113-27dfdff0e624]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 09:01:06.264 [67ea59d2fd87eb4c478df8faf3225f17,478df8faf3225f17] [qtp1225114731-852]  INFO [aai-resources,67ea59d2fd87eb4c478df8faf3225f17,478df8faf3225f17] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:06.276 [67ea59d2fd87eb4c478df8faf3225f17,478df8faf3225f17] [qtp1225114731-852] DEBUG [aai-resources,67ea59d2fd87eb4c478df8faf3225f17,478df8faf3225f17] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"54ce7831-d2b0-4264-91c9-908ab802a2ec","status":"200","rqstDate":"250331-09:01:06:264","respDate":"250331-09:01:06:276","sourceId":"haproxy:54ce7831-d2b0-4264-91c9-908ab802a2ec","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:06:264-14174\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d91d2013-f807-4dbe-96a6-bbab1dc075cc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[54ce7831-d2b0-4264-91c9-908ab802a2ec]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:01:08.283 [67ea59d4f7de763a5513a24fc6c325e9,5513a24fc6c325e9] [qtp1225114731-26]  INFO [aai-resources,67ea59d4f7de763a5513a24fc6c325e9,5513a24fc6c325e9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:08.293 [67ea59d4f7de763a5513a24fc6c325e9,5513a24fc6c325e9] [qtp1225114731-26] DEBUG [aai-resources,67ea59d4f7de763a5513a24fc6c325e9,5513a24fc6c325e9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f57f1e11-273d-4ad0-ae21-114d350fe627","status":"200","rqstDate":"250331-09:01:08:283","respDate":"250331-09:01:08:293","sourceId":"haproxy:f57f1e11-273d-4ad0-ae21-114d350fe627","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:08:283-47511\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[adfb2ba6-1d84-41d8-84d9-55ae56f374fa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f57f1e11-273d-4ad0-ae21-114d350fe627]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:01:10.301 [67ea59d6967d9805c7ba2b4ff0c03988,c7ba2b4ff0c03988] [qtp1225114731-852]  INFO [aai-resources,67ea59d6967d9805c7ba2b4ff0c03988,c7ba2b4ff0c03988] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:10.310 [67ea59d6967d9805c7ba2b4ff0c03988,c7ba2b4ff0c03988] [qtp1225114731-852] DEBUG [aai-resources,67ea59d6967d9805c7ba2b4ff0c03988,c7ba2b4ff0c03988] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"261f3d0b-a669-435f-a9c4-dde8651f06c8","status":"200","rqstDate":"250331-09:01:10:301","respDate":"250331-09:01:10:310","sourceId":"haproxy:261f3d0b-a669-435f-a9c4-dde8651f06c8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:10:301-44283\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ee280811-1447-49e2-9348-2dba80f44b46], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[261f3d0b-a669-435f-a9c4-dde8651f06c8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:01:12.317 [67ea59d84701e5dc1532ab282315a2ca,1532ab282315a2ca] [qtp1225114731-26]  INFO [aai-resources,67ea59d84701e5dc1532ab282315a2ca,1532ab282315a2ca] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.332 [67ea59d84701e5dc1532ab282315a2ca,1532ab282315a2ca] [qtp1225114731-26] DEBUG [aai-resources,67ea59d84701e5dc1532ab282315a2ca,1532ab282315a2ca] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3bfcc3ea-a6bb-45f6-a99d-60085e93d152","status":"200","rqstDate":"250331-09:01:12:317","respDate":"250331-09:01:12:332","sourceId":"haproxy:3bfcc3ea-a6bb-45f6-a99d-60085e93d152","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:12:317-63456\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0a18a6d7-2084-4ce8-9127-a0b8d5872d27], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3bfcc3ea-a6bb-45f6-a99d-60085e93d152]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:01:12.430 [67ea59d8deb729112041d47d03455efc,2041d47d03455efc] [qtp1225114731-852]  INFO [aai-resources,67ea59d8deb729112041d47d03455efc,2041d47d03455efc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.434 [67ea59d8deb729112041d47d03455efc,2041d47d03455efc] [pool-1013-thread-1]  INFO [aai-resources,67ea59d8deb729112041d47d03455efc,2041d47d03455efc] 1 --- [l-1013-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.434 [67ea59d8deb729112041d47d03455efc,2041d47d03455efc] [pool-1013-thread-1]  INFO [aai-resources,67ea59d8deb729112041d47d03455efc,2041d47d03455efc] 1 --- [l-1013-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.434 [67ea59d8deb729112041d47d03455efc,2041d47d03455efc] [pool-1013-thread-1]  INFO [aai-resources,67ea59d8deb729112041d47d03455efc,2041d47d03455efc] 1 --- [l-1013-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.435 [67ea59d8deb729112041d47d03455efc,2041d47d03455efc] [pool-1013-thread-1]  INFO [aai-resources,67ea59d8deb729112041d47d03455efc,2041d47d03455efc] 1 --- [l-1013-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.439 [67ea59d8deb729112041d47d03455efc,2041d47d03455efc] [pool-1013-thread-1]  INFO [aai-resources,67ea59d8deb729112041d47d03455efc,2041d47d03455efc] 1 --- [l-1013-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.439 [67ea59d8deb729112041d47d03455efc,2041d47d03455efc] [qtp1225114731-852] DEBUG [aai-resources,67ea59d8deb729112041d47d03455efc,2041d47d03455efc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:430","respDate":"250331-09:01:12:439","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:12:430-91045\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[cb8bda88-8fed-4395-930d-5e5ac419ed4c], Accept=[application/json], x-invocationid=[b8d4bf37-2304-43b4-8db3-d8127fa60db7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:01:12.469 [67ea59d83d2962f4696e0ae952402350,696e0ae952402350] [qtp1225114731-26]  INFO [aai-resources,67ea59d83d2962f4696e0ae952402350,696e0ae952402350] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.473 [67ea59d83d2962f4696e0ae952402350,696e0ae952402350] [pool-1014-thread-1]  INFO [aai-resources,67ea59d83d2962f4696e0ae952402350,696e0ae952402350] 1 --- [l-1014-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.474 [67ea59d83d2962f4696e0ae952402350,696e0ae952402350] [pool-1014-thread-1]  INFO [aai-resources,67ea59d83d2962f4696e0ae952402350,696e0ae952402350] 1 --- [l-1014-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.474 [67ea59d83d2962f4696e0ae952402350,696e0ae952402350] [pool-1014-thread-1]  INFO [aai-resources,67ea59d83d2962f4696e0ae952402350,696e0ae952402350] 1 --- [l-1014-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.474 [67ea59d83d2962f4696e0ae952402350,696e0ae952402350] [pool-1014-thread-1]  INFO [aai-resources,67ea59d83d2962f4696e0ae952402350,696e0ae952402350] 1 --- [l-1014-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.482 [67ea59d83d2962f4696e0ae952402350,696e0ae952402350] [pool-1014-thread-1]  INFO [aai-resources,67ea59d83d2962f4696e0ae952402350,696e0ae952402350] 1 --- [l-1014-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.483 [67ea59d83d2962f4696e0ae952402350,696e0ae952402350] [qtp1225114731-26] DEBUG [aai-resources,67ea59d83d2962f4696e0ae952402350,696e0ae952402350] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:469","respDate":"250331-09:01:12:483","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:12:469-46999\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6389e9df-9c1a-4b8a-9142-843682965c47], Accept=[application/json], x-invocationid=[49a9d558-86e9-4926-83b0-a7f85f7a5804], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1596 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:01:12.532 [67ea59d86decf3bc3302105c63249da7,3302105c63249da7] [qtp1225114731-852]  INFO [aai-resources,67ea59d86decf3bc3302105c63249da7,3302105c63249da7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.537 [67ea59d86decf3bc3302105c63249da7,3302105c63249da7] [pool-1015-thread-1]  INFO [aai-resources,67ea59d86decf3bc3302105c63249da7,3302105c63249da7] 1 --- [l-1015-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.537 [67ea59d86decf3bc3302105c63249da7,3302105c63249da7] [pool-1015-thread-1]  INFO [aai-resources,67ea59d86decf3bc3302105c63249da7,3302105c63249da7] 1 --- [l-1015-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.537 [67ea59d86decf3bc3302105c63249da7,3302105c63249da7] [pool-1015-thread-1]  INFO [aai-resources,67ea59d86decf3bc3302105c63249da7,3302105c63249da7] 1 --- [l-1015-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.537 [67ea59d86decf3bc3302105c63249da7,3302105c63249da7] [pool-1015-thread-1]  INFO [aai-resources,67ea59d86decf3bc3302105c63249da7,3302105c63249da7] 1 --- [l-1015-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.539 [67ea59d86decf3bc3302105c63249da7,3302105c63249da7] [pool-1015-thread-1]  INFO [aai-resources,67ea59d86decf3bc3302105c63249da7,3302105c63249da7] 1 --- [l-1015-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.539 [67ea59d86decf3bc3302105c63249da7,3302105c63249da7] [qtp1225114731-852] DEBUG [aai-resources,67ea59d86decf3bc3302105c63249da7,3302105c63249da7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:532","respDate":"250331-09:01:12:539","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:12:532-3973\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ce5680c0-e572-4c3e-b4ee-59e37ff7a6a4], Accept=[application/json], x-invocationid=[eb1aff7f-c48e-4de4-85ca-33accf85a596], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 09:01:12.562 [67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] [qtp1225114731-26]  INFO [aai-resources,67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.565 [67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] [pool-1016-thread-1]  INFO [aai-resources,67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] 1 --- [l-1016-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.566 [67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] [pool-1016-thread-1]  INFO [aai-resources,67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] 1 --- [l-1016-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.566 [67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] [pool-1016-thread-1]  INFO [aai-resources,67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] 1 --- [l-1016-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.566 [67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] [pool-1016-thread-1]  INFO [aai-resources,67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] 1 --- [l-1016-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.568 [67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] [pool-1016-thread-1]  INFO [aai-resources,67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] 1 --- [l-1016-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.568 [67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] [qtp1225114731-26] DEBUG [aai-resources,67ea59d80811a2fe7db767f0241ce03e,7db767f0241ce03e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:562","respDate":"250331-09:01:12:568","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:12:562-5740\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6db8bfa1-4806-4c67-b204-477d39d21f4f], Accept=[application/json], x-invocationid=[a9b8c3ad-fa6d-4edc-90c2-83c5e6709262], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 09:01:12.590 [67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] [qtp1225114731-852]  INFO [aai-resources,67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.594 [67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] [pool-1017-thread-1]  INFO [aai-resources,67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] 1 --- [l-1017-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.594 [67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] [pool-1017-thread-1]  INFO [aai-resources,67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] 1 --- [l-1017-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.594 [67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] [pool-1017-thread-1]  INFO [aai-resources,67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] 1 --- [l-1017-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.594 [67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] [pool-1017-thread-1]  INFO [aai-resources,67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] 1 --- [l-1017-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.609 [67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] [pool-1017-thread-1]  INFO [aai-resources,67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] 1 --- [l-1017-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.610 [67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] [qtp1225114731-852] DEBUG [aai-resources,67ea59d8e08766aa952c5a3b1147d408,952c5a3b1147d408] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:590","respDate":"250331-09:01:12:610","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:12:590-62805\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ac0d4c0a-7aab-44cd-b2e5-2c06dd38ef95], Accept=[application/json], x-invocationid=[e79a03cf-2b79-4491-8777-aac3d81ee2d0], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 09:01:12.633 [67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] [qtp1225114731-26]  INFO [aai-resources,67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.637 [67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] [pool-1018-thread-1]  INFO [aai-resources,67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] 1 --- [l-1018-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.637 [67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] [pool-1018-thread-1]  INFO [aai-resources,67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] 1 --- [l-1018-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.637 [67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] [pool-1018-thread-1]  INFO [aai-resources,67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] 1 --- [l-1018-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.637 [67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] [pool-1018-thread-1]  INFO [aai-resources,67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] 1 --- [l-1018-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.639 [67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] [pool-1018-thread-1]  INFO [aai-resources,67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] 1 --- [l-1018-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.641 [67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] [qtp1225114731-26] DEBUG [aai-resources,67ea59d824e9d00101f20747b03af5d5,01f20747b03af5d5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:633","respDate":"250331-09:01:12:641","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:12:633-1836\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[be067014-db11-42e9-af1d-fa5aa2dc4b08], Accept=[application/json], x-invocationid=[b3cf58a8-d038-4504-8ae0-55d00413c911], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 10 - "logType": "access"
2025-03-31 09:01:12.666 [67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] [qtp1225114731-852]  INFO [aai-resources,67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.670 [67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] [pool-1019-thread-1]  INFO [aai-resources,67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] 1 --- [l-1019-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.670 [67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] [pool-1019-thread-1]  INFO [aai-resources,67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] 1 --- [l-1019-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.670 [67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] [pool-1019-thread-1]  INFO [aai-resources,67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] 1 --- [l-1019-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.670 [67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] [pool-1019-thread-1]  INFO [aai-resources,67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] 1 --- [l-1019-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.671 [67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] [pool-1019-thread-1]  INFO [aai-resources,67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] 1 --- [l-1019-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.672 [67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] [qtp1225114731-852] DEBUG [aai-resources,67ea59d83bdbc6629e80c8500810ab47,9e80c8500810ab47] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:666","respDate":"250331-09:01:12:672","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:12:666-13959\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[1b013a91-d19f-4d8c-96e0-12288fe380b4], Accept=[application/json], x-invocationid=[d00d5f51-43d2-45ad-9d10-cc03ef7937b7], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 8 - "logType": "access"
2025-03-31 09:01:12.707 [67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] [qtp1225114731-26]  INFO [aai-resources,67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.712 [67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] [pool-1020-thread-1]  INFO [aai-resources,67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] 1 --- [l-1020-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.712 [67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] [pool-1020-thread-1]  INFO [aai-resources,67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] 1 --- [l-1020-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.712 [67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] [pool-1020-thread-1]  INFO [aai-resources,67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] 1 --- [l-1020-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.712 [67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] [pool-1020-thread-1]  INFO [aai-resources,67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] 1 --- [l-1020-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.713 [67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] [pool-1020-thread-1]  INFO [aai-resources,67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] 1 --- [l-1020-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.714 [67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] [qtp1225114731-26] DEBUG [aai-resources,67ea59d886557ac288bd22a55c5b651d,88bd22a55c5b651d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:707","respDate":"250331-09:01:12:714","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:12:707-19948\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[0f6882b3-e2f1-48ad-a92b-1741b184fe0e], Accept=[application/json], x-invocationid=[71cc17fe-5785-498d-909c-10dbe6bfdac3], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 09:01:12.732 [67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] [qtp1225114731-852]  INFO [aai-resources,67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.736 [67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] [pool-1021-thread-1]  INFO [aai-resources,67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] 1 --- [l-1021-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.736 [67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] [pool-1021-thread-1]  INFO [aai-resources,67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] 1 --- [l-1021-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.737 [67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] [pool-1021-thread-1]  INFO [aai-resources,67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] 1 --- [l-1021-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.737 [67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] [pool-1021-thread-1]  INFO [aai-resources,67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] 1 --- [l-1021-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.740 [67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] [pool-1021-thread-1]  INFO [aai-resources,67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] 1 --- [l-1021-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.740 [67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] [qtp1225114731-852] DEBUG [aai-resources,67ea59d85d089590bc8360c6ab633ed7,bc8360c6ab633ed7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:733","respDate":"250331-09:01:12:740","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:12:733-81231\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[3b590e48-8a36-4a4c-9af3-782dbdb833bd], Accept=[application/json], x-invocationid=[c6a9794f-a655-4e9b-890e-96b39799634d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 09:01:12.760 [67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] [qtp1225114731-26]  INFO [aai-resources,67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.764 [67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] [pool-1022-thread-1]  INFO [aai-resources,67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] 1 --- [l-1022-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.765 [67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] [pool-1022-thread-1]  INFO [aai-resources,67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] 1 --- [l-1022-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.765 [67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] [pool-1022-thread-1]  INFO [aai-resources,67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] 1 --- [l-1022-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.765 [67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] [pool-1022-thread-1]  INFO [aai-resources,67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] 1 --- [l-1022-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.769 [67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] [pool-1022-thread-1]  INFO [aai-resources,67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] 1 --- [l-1022-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.770 [67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] [qtp1225114731-26] DEBUG [aai-resources,67ea59d8dd80a5f63ebe39459eeba370,3ebe39459eeba370] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:760","respDate":"250331-09:01:12:769","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:12:760-70326\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2e9de6ee-bf98-4d0d-86c8-ffbe7d78f18b], Accept=[application/json], x-invocationid=[0cfb00ab-da0b-400c-8daf-795cf0612725], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:01:12.790 [67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] [qtp1225114731-852]  INFO [aai-resources,67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.795 [67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] [pool-1023-thread-1]  INFO [aai-resources,67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] 1 --- [l-1023-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.795 [67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] [pool-1023-thread-1]  INFO [aai-resources,67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] 1 --- [l-1023-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.795 [67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] [pool-1023-thread-1]  INFO [aai-resources,67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] 1 --- [l-1023-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.795 [67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] [pool-1023-thread-1]  INFO [aai-resources,67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] 1 --- [l-1023-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.811 [67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] [pool-1023-thread-1]  INFO [aai-resources,67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] 1 --- [l-1023-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.811 [67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] [qtp1225114731-852] DEBUG [aai-resources,67ea59d8846d4953b3ed674744ee5302,b3ed674744ee5302] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:790","respDate":"250331-09:01:12:811","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:01:12:790-82044\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[2f260070-5860-42e7-846f-979e4afc5b9b], Accept=[application/json], x-invocationid=[9b27d74b-4783-4bd1-aecb-a0bdf5cf1b91], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 09:01:12.836 [67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] [qtp1225114731-26]  INFO [aai-resources,67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.840 [67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] [pool-1024-thread-1]  INFO [aai-resources,67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] 1 --- [l-1024-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.840 [67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] [pool-1024-thread-1]  INFO [aai-resources,67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] 1 --- [l-1024-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.840 [67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] [pool-1024-thread-1]  INFO [aai-resources,67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] 1 --- [l-1024-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.840 [67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] [pool-1024-thread-1]  INFO [aai-resources,67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] 1 --- [l-1024-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.845 [67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] [pool-1024-thread-1]  INFO [aai-resources,67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] 1 --- [l-1024-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.846 [67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] [qtp1225114731-26] DEBUG [aai-resources,67ea59d8f699252152a57d17323aebb6,52a57d17323aebb6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:836","respDate":"250331-09:01:12:846","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:01:12:836-57410\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[accfaa70-4e2a-468e-8f08-1371cf0bf4d2], Accept=[application/json], x-invocationid=[b503598f-9ab2-4b63-80ff-73b4386c587c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne" 200 1084 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:01:12.868 [67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] [qtp1225114731-852]  INFO [aai-resources,67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.874 [67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] [pool-1025-thread-1]  INFO [aai-resources,67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] 1 --- [l-1025-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.874 [67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] [pool-1025-thread-1]  INFO [aai-resources,67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] 1 --- [l-1025-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.874 [67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] [pool-1025-thread-1]  INFO [aai-resources,67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] 1 --- [l-1025-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.874 [67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] [pool-1025-thread-1]  INFO [aai-resources,67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] 1 --- [l-1025-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.878 [67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] [pool-1025-thread-1]  INFO [aai-resources,67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] 1 --- [l-1025-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.879 [67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] [qtp1225114731-852] DEBUG [aai-resources,67ea59d88ff6cbb3ec9e1f670bd104cf,ec9e1f670bd104cf] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:869","respDate":"250331-09:01:12:879","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:12:869-80912\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a4c2afda-6e2e-430e-88bb-41bbb125a8af], Accept=[application/json], x-invocationid=[e866bdff-61e2-464e-a5d8-9a6e7185ef92], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1035 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:01:12.906 [67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] [qtp1225114731-26]  INFO [aai-resources,67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:12.910 [67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] [pool-1026-thread-1]  INFO [aai-resources,67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] 1 --- [l-1026-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:12.910 [67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] [pool-1026-thread-1]  INFO [aai-resources,67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] 1 --- [l-1026-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:12.910 [67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] [pool-1026-thread-1]  INFO [aai-resources,67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] 1 --- [l-1026-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:12.910 [67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] [pool-1026-thread-1]  INFO [aai-resources,67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] 1 --- [l-1026-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:12.926 [67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] [pool-1026-thread-1]  INFO [aai-resources,67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] 1 --- [l-1026-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:12.926 [67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] [qtp1225114731-26] DEBUG [aai-resources,67ea59d85fe141f419e1def470f1841b,19e1def470f1841b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:12:906","respDate":"250331-09:01:12:926","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:01:12:906-87765\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[aab098ca-6d09-4af4-b726-cbd1275eee84], Accept=[application/json], x-invocationid=[6102cc57-e23e-4799-9b24-2358c973d779], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:12 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 09:01:13.003 [67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] [qtp1225114731-852]  INFO [aai-resources,67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:13.008 [67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] [pool-1027-thread-1]  INFO [aai-resources,67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] 1 --- [l-1027-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:01:13.008 [67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] [pool-1027-thread-1]  INFO [aai-resources,67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] 1 --- [l-1027-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:01:13.008 [67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] [pool-1027-thread-1]  INFO [aai-resources,67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] 1 --- [l-1027-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:01:13.008 [67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] [pool-1027-thread-1]  INFO [aai-resources,67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] 1 --- [l-1027-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:01:13.014 [67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] [pool-1027-thread-1]  INFO [aai-resources,67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] 1 --- [l-1027-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:01:13.014 [67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] [qtp1225114731-852] DEBUG [aai-resources,67ea59d989d716e74f0e7c930f50918b,4f0e7c930f50918b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:01:13:004","respDate":"250331-09:01:13:014","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:33881/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:01:13:004-43890\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[df5b0fa4-0183-4bcb-ba7f-fdf8e22f880f], Accept=[application/json], x-invocationid=[36dac00c-0d0b-4826-9abf-d1a69a490ee4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:33881], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[33881], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:13 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 1772 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:01:14.339 [67ea59daff43baf30b46ca96101879a0,0b46ca96101879a0] [qtp1225114731-26]  INFO [aai-resources,67ea59daff43baf30b46ca96101879a0,0b46ca96101879a0] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:14.349 [67ea59daff43baf30b46ca96101879a0,0b46ca96101879a0] [qtp1225114731-26] DEBUG [aai-resources,67ea59daff43baf30b46ca96101879a0,0b46ca96101879a0] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"076c7f8a-5e1b-4158-90cb-39adf0a1459f","status":"200","rqstDate":"250331-09:01:14:340","respDate":"250331-09:01:14:349","sourceId":"haproxy:076c7f8a-5e1b-4158-90cb-39adf0a1459f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:14:340-60139\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5e873a85-895d-49b3-a436-b7c996b353ba], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[076c7f8a-5e1b-4158-90cb-39adf0a1459f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:01:16.355 [67ea59dc68e98e1b18f86420f48aa166,18f86420f48aa166] [qtp1225114731-852]  INFO [aai-resources,67ea59dc68e98e1b18f86420f48aa166,18f86420f48aa166] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:16.369 [67ea59dc68e98e1b18f86420f48aa166,18f86420f48aa166] [qtp1225114731-852] DEBUG [aai-resources,67ea59dc68e98e1b18f86420f48aa166,18f86420f48aa166] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"36e8a4aa-5df4-40be-ae04-2e9810c8f282","status":"200","rqstDate":"250331-09:01:16:355","respDate":"250331-09:01:16:369","sourceId":"haproxy:36e8a4aa-5df4-40be-ae04-2e9810c8f282","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:16:355-5046\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[28d18ae4-7b5d-4cee-8b79-6c9dda21cc0a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[36e8a4aa-5df4-40be-ae04-2e9810c8f282]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:01:18.379 [67ea59de763287e4791dbf789fa34d5b,791dbf789fa34d5b] [qtp1225114731-26]  INFO [aai-resources,67ea59de763287e4791dbf789fa34d5b,791dbf789fa34d5b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:18.397 [67ea59de763287e4791dbf789fa34d5b,791dbf789fa34d5b] [qtp1225114731-26] DEBUG [aai-resources,67ea59de763287e4791dbf789fa34d5b,791dbf789fa34d5b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b1ea1730-781c-408b-abfc-3738e9b4e636","status":"200","rqstDate":"250331-09:01:18:379","respDate":"250331-09:01:18:397","sourceId":"haproxy:b1ea1730-781c-408b-abfc-3738e9b4e636","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:01:18:379-61737\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e6543c13-ed6a-90c7-a3a4-fd8f415beea6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b1ea1730-781c-408b-abfc-3738e9b4e636]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 09:01:20.403 [67ea59e02ee5422a35423618f26e9e0d,35423618f26e9e0d] [qtp1225114731-852]  INFO [aai-resources,67ea59e02ee5422a35423618f26e9e0d,35423618f26e9e0d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:20.416 [67ea59e02ee5422a35423618f26e9e0d,35423618f26e9e0d] [qtp1225114731-852] DEBUG [aai-resources,67ea59e02ee5422a35423618f26e9e0d,35423618f26e9e0d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"73348742-e855-47c2-9cde-bd45945ae850","status":"200","rqstDate":"250331-09:01:20:403","respDate":"250331-09:01:20:416","sourceId":"haproxy:73348742-e855-47c2-9cde-bd45945ae850","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:20:403-55601\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a848bbf6-d9d8-40fe-a5df-5904bfca7334], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[73348742-e855-47c2-9cde-bd45945ae850]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:01:22.422 [67ea59e2349edf6906e6f15057e4f8cd,06e6f15057e4f8cd] [qtp1225114731-26]  INFO [aai-resources,67ea59e2349edf6906e6f15057e4f8cd,06e6f15057e4f8cd] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:22.434 [67ea59e2349edf6906e6f15057e4f8cd,06e6f15057e4f8cd] [qtp1225114731-26] DEBUG [aai-resources,67ea59e2349edf6906e6f15057e4f8cd,06e6f15057e4f8cd] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7fa46068-5169-4abf-a4fa-8ab0cf331a01","status":"200","rqstDate":"250331-09:01:22:422","respDate":"250331-09:01:22:434","sourceId":"haproxy:7fa46068-5169-4abf-a4fa-8ab0cf331a01","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:22:422-58511\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fef65742-439f-43aa-88a7-d45a753c75c6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7fa46068-5169-4abf-a4fa-8ab0cf331a01]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:01:24.442 [67ea59e4f31ad225433f23942d455ef6,433f23942d455ef6] [qtp1225114731-852]  INFO [aai-resources,67ea59e4f31ad225433f23942d455ef6,433f23942d455ef6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:24.456 [67ea59e4f31ad225433f23942d455ef6,433f23942d455ef6] [qtp1225114731-852] DEBUG [aai-resources,67ea59e4f31ad225433f23942d455ef6,433f23942d455ef6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c8b592f1-0779-43a1-bf41-db508e0eed39","status":"200","rqstDate":"250331-09:01:24:442","respDate":"250331-09:01:24:456","sourceId":"haproxy:c8b592f1-0779-43a1-bf41-db508e0eed39","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:24:442-85433\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6708a726-5ffc-4c41-9ea8-05508412ba24], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c8b592f1-0779-43a1-bf41-db508e0eed39]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:01:26.462 [67ea59e63c911876ab7f85025a16cffe,ab7f85025a16cffe] [qtp1225114731-26]  INFO [aai-resources,67ea59e63c911876ab7f85025a16cffe,ab7f85025a16cffe] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:26.472 [67ea59e63c911876ab7f85025a16cffe,ab7f85025a16cffe] [qtp1225114731-26] DEBUG [aai-resources,67ea59e63c911876ab7f85025a16cffe,ab7f85025a16cffe] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"63b6c015-adc6-4951-b745-1af964d86414","status":"200","rqstDate":"250331-09:01:26:462","respDate":"250331-09:01:26:472","sourceId":"haproxy:63b6c015-adc6-4951-b745-1af964d86414","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:26:462-46569\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c99f6c75-afa7-4f21-bfc0-68aa6bb7d28a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[63b6c015-adc6-4951-b745-1af964d86414]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:01:28.478 [67ea59e8514582a26faf568c4e1dfffc,6faf568c4e1dfffc] [qtp1225114731-852]  INFO [aai-resources,67ea59e8514582a26faf568c4e1dfffc,6faf568c4e1dfffc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:28.494 [67ea59e8514582a26faf568c4e1dfffc,6faf568c4e1dfffc] [qtp1225114731-852] DEBUG [aai-resources,67ea59e8514582a26faf568c4e1dfffc,6faf568c4e1dfffc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a031dfdc-8539-46b3-bc77-6c4a091b370e","status":"200","rqstDate":"250331-09:01:28:479","respDate":"250331-09:01:28:494","sourceId":"haproxy:a031dfdc-8539-46b3-bc77-6c4a091b370e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:28:479-44587\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[75049073-ce07-4362-adca-57067cbc2e93], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a031dfdc-8539-46b3-bc77-6c4a091b370e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:01:30.502 [67ea59eaf60401becd9dc30c38d0f714,cd9dc30c38d0f714] [qtp1225114731-26]  INFO [aai-resources,67ea59eaf60401becd9dc30c38d0f714,cd9dc30c38d0f714] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:30.525 [67ea59eaf60401becd9dc30c38d0f714,cd9dc30c38d0f714] [qtp1225114731-26] DEBUG [aai-resources,67ea59eaf60401becd9dc30c38d0f714,cd9dc30c38d0f714] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2ece5aa7-edc3-487f-93b0-d4300b5d8e96","status":"200","rqstDate":"250331-09:01:30:502","respDate":"250331-09:01:30:525","sourceId":"haproxy:2ece5aa7-edc3-487f-93b0-d4300b5d8e96","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:30:502-35873\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6d677ca3-e534-465b-ae0c-c64bb0c73ecd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2ece5aa7-edc3-487f-93b0-d4300b5d8e96]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 09:01:32.531 [67ea59ec986960111b241c2fb6d583de,1b241c2fb6d583de] [qtp1225114731-852]  INFO [aai-resources,67ea59ec986960111b241c2fb6d583de,1b241c2fb6d583de] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:32.548 [67ea59ec986960111b241c2fb6d583de,1b241c2fb6d583de] [qtp1225114731-852] DEBUG [aai-resources,67ea59ec986960111b241c2fb6d583de,1b241c2fb6d583de] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"efbd00e2-34d9-4083-b75a-86579630d24c","status":"200","rqstDate":"250331-09:01:32:532","respDate":"250331-09:01:32:548","sourceId":"haproxy:efbd00e2-34d9-4083-b75a-86579630d24c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:32:532-63038\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c37e8a34-9cd7-983f-87d8-2f862237bafb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[efbd00e2-34d9-4083-b75a-86579630d24c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:01:34.555 [67ea59ee0eb806c5ed822153a6844e01,ed822153a6844e01] [qtp1225114731-26]  INFO [aai-resources,67ea59ee0eb806c5ed822153a6844e01,ed822153a6844e01] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:34.568 [67ea59ee0eb806c5ed822153a6844e01,ed822153a6844e01] [qtp1225114731-26] DEBUG [aai-resources,67ea59ee0eb806c5ed822153a6844e01,ed822153a6844e01] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c32f7e2b-8736-474f-9a24-a1106740e507","status":"200","rqstDate":"250331-09:01:34:556","respDate":"250331-09:01:34:568","sourceId":"haproxy:c32f7e2b-8736-474f-9a24-a1106740e507","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:34:556-55108\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9ccf2899-0081-47ae-b296-b61ab59198f3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c32f7e2b-8736-474f-9a24-a1106740e507]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:01:36.575 [67ea59f05e280e23541395d3d3a703d6,541395d3d3a703d6] [qtp1225114731-852]  INFO [aai-resources,67ea59f05e280e23541395d3d3a703d6,541395d3d3a703d6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:36.588 [67ea59f05e280e23541395d3d3a703d6,541395d3d3a703d6] [qtp1225114731-852] DEBUG [aai-resources,67ea59f05e280e23541395d3d3a703d6,541395d3d3a703d6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"534b1071-3059-478b-9400-3ef598c3cfdc","status":"200","rqstDate":"250331-09:01:36:575","respDate":"250331-09:01:36:588","sourceId":"haproxy:534b1071-3059-478b-9400-3ef598c3cfdc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:36:575-90687\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1d7a41a1-9498-4c98-aa57-4b70211dccf0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[534b1071-3059-478b-9400-3ef598c3cfdc]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:01:38.595 [67ea59f2a0d74d8a1b91e319a82c6fe5,1b91e319a82c6fe5] [qtp1225114731-26]  INFO [aai-resources,67ea59f2a0d74d8a1b91e319a82c6fe5,1b91e319a82c6fe5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:38.608 [67ea59f2a0d74d8a1b91e319a82c6fe5,1b91e319a82c6fe5] [qtp1225114731-26] DEBUG [aai-resources,67ea59f2a0d74d8a1b91e319a82c6fe5,1b91e319a82c6fe5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f0c38a46-9b95-4a51-a2ab-668a56129be6","status":"200","rqstDate":"250331-09:01:38:595","respDate":"250331-09:01:38:607","sourceId":"haproxy:f0c38a46-9b95-4a51-a2ab-668a56129be6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:38:595-14166\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[78dc69a5-bdd2-4b0d-b655-e3ff2bd20738], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f0c38a46-9b95-4a51-a2ab-668a56129be6]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:01:40.614 [67ea59f4a577c6745810e69e8a3bd40d,5810e69e8a3bd40d] [qtp1225114731-852]  INFO [aai-resources,67ea59f4a577c6745810e69e8a3bd40d,5810e69e8a3bd40d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:40.624 [67ea59f4a577c6745810e69e8a3bd40d,5810e69e8a3bd40d] [qtp1225114731-852] DEBUG [aai-resources,67ea59f4a577c6745810e69e8a3bd40d,5810e69e8a3bd40d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8bdc3872-abac-4c05-b45a-a017d44cfb5f","status":"200","rqstDate":"250331-09:01:40:614","respDate":"250331-09:01:40:624","sourceId":"haproxy:8bdc3872-abac-4c05-b45a-a017d44cfb5f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:40:614-8628\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7b12ed2b-6f9c-4c51-bfbe-a2cc7e097bad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8bdc3872-abac-4c05-b45a-a017d44cfb5f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:01:42.631 [67ea59f6e6b846f1bdbdbc09dbe16bf1,bdbdbc09dbe16bf1] [qtp1225114731-26]  INFO [aai-resources,67ea59f6e6b846f1bdbdbc09dbe16bf1,bdbdbc09dbe16bf1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:42.644 [67ea59f6e6b846f1bdbdbc09dbe16bf1,bdbdbc09dbe16bf1] [qtp1225114731-26] DEBUG [aai-resources,67ea59f6e6b846f1bdbdbc09dbe16bf1,bdbdbc09dbe16bf1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"78c32b48-cf5b-41c1-9839-242ec35f366d","status":"200","rqstDate":"250331-09:01:42:631","respDate":"250331-09:01:42:644","sourceId":"haproxy:78c32b48-cf5b-41c1-9839-242ec35f366d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:42:631-48858\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[756c813e-905d-42c8-881c-406439c732d8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[78c32b48-cf5b-41c1-9839-242ec35f366d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:01:44.652 [67ea59f8f480ca0df39b43e77cb20475,f39b43e77cb20475] [qtp1225114731-852]  INFO [aai-resources,67ea59f8f480ca0df39b43e77cb20475,f39b43e77cb20475] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:44.668 [67ea59f8f480ca0df39b43e77cb20475,f39b43e77cb20475] [qtp1225114731-852] DEBUG [aai-resources,67ea59f8f480ca0df39b43e77cb20475,f39b43e77cb20475] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"904881f3-5aeb-4475-9459-783ae21f387d","status":"200","rqstDate":"250331-09:01:44:653","respDate":"250331-09:01:44:668","sourceId":"haproxy:904881f3-5aeb-4475-9459-783ae21f387d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:01:44:653-57668\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8842ed0a-5143-481d-b7af-d84f15c8fa41], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[904881f3-5aeb-4475-9459-783ae21f387d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:01:46.675 [67ea59fa1a66f508656e2424d0d954c1,656e2424d0d954c1] [qtp1225114731-26]  INFO [aai-resources,67ea59fa1a66f508656e2424d0d954c1,656e2424d0d954c1] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:46.691 [67ea59fa1a66f508656e2424d0d954c1,656e2424d0d954c1] [qtp1225114731-26] DEBUG [aai-resources,67ea59fa1a66f508656e2424d0d954c1,656e2424d0d954c1] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"437f55ac-867b-4aaa-9c10-91a669ef2f7d","status":"200","rqstDate":"250331-09:01:46:675","respDate":"250331-09:01:46:690","sourceId":"haproxy:437f55ac-867b-4aaa-9c10-91a669ef2f7d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:01:46:675-84090\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f5c0d029-ee9e-43d0-ba65-15de06c81f7e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[437f55ac-867b-4aaa-9c10-91a669ef2f7d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:01:48.698 [67ea59fc071b67e99c9d750751103ff5,9c9d750751103ff5] [qtp1225114731-852]  INFO [aai-resources,67ea59fc071b67e99c9d750751103ff5,9c9d750751103ff5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:48.708 [67ea59fc071b67e99c9d750751103ff5,9c9d750751103ff5] [qtp1225114731-852] DEBUG [aai-resources,67ea59fc071b67e99c9d750751103ff5,9c9d750751103ff5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"be87d9d4-7d66-45c1-85cc-10fd06bd97d9","status":"200","rqstDate":"250331-09:01:48:699","respDate":"250331-09:01:48:708","sourceId":"haproxy:be87d9d4-7d66-45c1-85cc-10fd06bd97d9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:01:48:699-37058\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1ec14ccc-9f5e-4969-ac8b-c73935a39fd2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[be87d9d4-7d66-45c1-85cc-10fd06bd97d9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:01:50.715 [67ea59fe03969ff3b9faeaf7bf3dbd78,b9faeaf7bf3dbd78] [qtp1225114731-26]  INFO [aai-resources,67ea59fe03969ff3b9faeaf7bf3dbd78,b9faeaf7bf3dbd78] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:50.728 [67ea59fe03969ff3b9faeaf7bf3dbd78,b9faeaf7bf3dbd78] [qtp1225114731-26] DEBUG [aai-resources,67ea59fe03969ff3b9faeaf7bf3dbd78,b9faeaf7bf3dbd78] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8d3b457a-33d4-4564-b65a-cc26d5a3cf01","status":"200","rqstDate":"250331-09:01:50:715","respDate":"250331-09:01:50:728","sourceId":"haproxy:8d3b457a-33d4-4564-b65a-cc26d5a3cf01","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:50:715-54982\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2e914575-3df4-402c-a8f1-228d7cbd1eb7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8d3b457a-33d4-4564-b65a-cc26d5a3cf01]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:01:52.734 [67ea5a00189b7e0f1523054383a47d56,1523054383a47d56] [qtp1225114731-852]  INFO [aai-resources,67ea5a00189b7e0f1523054383a47d56,1523054383a47d56] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:52.753 [67ea5a00189b7e0f1523054383a47d56,1523054383a47d56] [qtp1225114731-852] DEBUG [aai-resources,67ea5a00189b7e0f1523054383a47d56,1523054383a47d56] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"71d12b98-331e-4eea-a382-f3461c4f3a8c","status":"200","rqstDate":"250331-09:01:52:735","respDate":"250331-09:01:52:753","sourceId":"haproxy:71d12b98-331e-4eea-a382-f3461c4f3a8c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:01:52:735-79647\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ef4da6b3-bb65-4003-9baa-5a20679de635], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[71d12b98-331e-4eea-a382-f3461c4f3a8c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:01:54.760 [67ea5a021769fb5d32667c261936fcc3,32667c261936fcc3] [qtp1225114731-26]  INFO [aai-resources,67ea5a021769fb5d32667c261936fcc3,32667c261936fcc3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:54.773 [67ea5a021769fb5d32667c261936fcc3,32667c261936fcc3] [qtp1225114731-26] DEBUG [aai-resources,67ea5a021769fb5d32667c261936fcc3,32667c261936fcc3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dbc22d4c-bfe3-4c59-b728-efe879e34df8","status":"200","rqstDate":"250331-09:01:54:761","respDate":"250331-09:01:54:773","sourceId":"haproxy:dbc22d4c-bfe3-4c59-b728-efe879e34df8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:01:54:761-85176\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[76a3278e-d76a-4614-969b-468efc4c631c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dbc22d4c-bfe3-4c59-b728-efe879e34df8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:01:56.779 [67ea5a04467dd73696aa1782718818cc,96aa1782718818cc] [qtp1225114731-852]  INFO [aai-resources,67ea5a04467dd73696aa1782718818cc,96aa1782718818cc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:56.791 [67ea5a04467dd73696aa1782718818cc,96aa1782718818cc] [qtp1225114731-852] DEBUG [aai-resources,67ea5a04467dd73696aa1782718818cc,96aa1782718818cc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dd2bfd8a-e1e0-42c9-bcd9-2e662ebd8353","status":"200","rqstDate":"250331-09:01:56:779","respDate":"250331-09:01:56:791","sourceId":"haproxy:dd2bfd8a-e1e0-42c9-bcd9-2e662ebd8353","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:01:56:779-60579\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b436934c-988b-4306-adc6-f44a58835e0b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dd2bfd8a-e1e0-42c9-bcd9-2e662ebd8353]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:01:58.796 [67ea5a061ec9d91a835c0e9ff17ddfc9,835c0e9ff17ddfc9] [qtp1225114731-26]  INFO [aai-resources,67ea5a061ec9d91a835c0e9ff17ddfc9,835c0e9ff17ddfc9] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:01:58.809 [67ea5a061ec9d91a835c0e9ff17ddfc9,835c0e9ff17ddfc9] [qtp1225114731-26] DEBUG [aai-resources,67ea5a061ec9d91a835c0e9ff17ddfc9,835c0e9ff17ddfc9] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4e25dfcf-3714-4296-b6de-f6d2bf9aa3df","status":"200","rqstDate":"250331-09:01:58:797","respDate":"250331-09:01:58:809","sourceId":"haproxy:4e25dfcf-3714-4296-b6de-f6d2bf9aa3df","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:01:58:797-66980\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[65afb31f-13f6-48af-bf2f-ef7223670dbe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4e25dfcf-3714-4296-b6de-f6d2bf9aa3df]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:01:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:02:00.815 [67ea5a08500835f0e546c1bac69fd170,e546c1bac69fd170] [qtp1225114731-852]  INFO [aai-resources,67ea5a08500835f0e546c1bac69fd170,e546c1bac69fd170] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:00.830 [67ea5a08500835f0e546c1bac69fd170,e546c1bac69fd170] [qtp1225114731-852] DEBUG [aai-resources,67ea5a08500835f0e546c1bac69fd170,e546c1bac69fd170] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7ad3c782-12eb-4f95-b321-12f3a2cea6f6","status":"200","rqstDate":"250331-09:02:00:816","respDate":"250331-09:02:00:830","sourceId":"haproxy:7ad3c782-12eb-4f95-b321-12f3a2cea6f6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:02:00:816-63759\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5551af55-93cb-48d9-abf4-7638144ec827], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7ad3c782-12eb-4f95-b321-12f3a2cea6f6]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:02:02.837 [67ea5a0a5342fc09f88f0eda42ec875d,f88f0eda42ec875d] [qtp1225114731-26]  INFO [aai-resources,67ea5a0a5342fc09f88f0eda42ec875d,f88f0eda42ec875d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:02.860 [67ea5a0a5342fc09f88f0eda42ec875d,f88f0eda42ec875d] [qtp1225114731-26] DEBUG [aai-resources,67ea5a0a5342fc09f88f0eda42ec875d,f88f0eda42ec875d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3151bbb5-0ca6-47e9-a045-fa505c44720b","status":"200","rqstDate":"250331-09:02:02:837","respDate":"250331-09:02:02:860","sourceId":"haproxy:3151bbb5-0ca6-47e9-a045-fa505c44720b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:02:837-96979\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a41c8320-46ab-4db6-abf2-f44208875986], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3151bbb5-0ca6-47e9-a045-fa505c44720b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 09:02:04.867 [67ea5a0c028db19e74d5ffff9dcea487,74d5ffff9dcea487] [qtp1225114731-852]  INFO [aai-resources,67ea5a0c028db19e74d5ffff9dcea487,74d5ffff9dcea487] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:04.892 [67ea5a0c028db19e74d5ffff9dcea487,74d5ffff9dcea487] [qtp1225114731-852] DEBUG [aai-resources,67ea5a0c028db19e74d5ffff9dcea487,74d5ffff9dcea487] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eaff62c6-649d-4701-b1f4-3996da8834a4","status":"200","rqstDate":"250331-09:02:04:867","respDate":"250331-09:02:04:892","sourceId":"haproxy:eaff62c6-649d-4701-b1f4-3996da8834a4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:02:04:867-21123\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8ccf1a1c-5637-47e0-acf7-ef46fb066563], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eaff62c6-649d-4701-b1f4-3996da8834a4]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 26 - "logType": "access"
2025-03-31 09:02:06.899 [67ea5a0ed7b7fc5299911e7cf1b5a964,99911e7cf1b5a964] [qtp1225114731-26]  INFO [aai-resources,67ea5a0ed7b7fc5299911e7cf1b5a964,99911e7cf1b5a964] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:06.913 [67ea5a0ed7b7fc5299911e7cf1b5a964,99911e7cf1b5a964] [qtp1225114731-26] DEBUG [aai-resources,67ea5a0ed7b7fc5299911e7cf1b5a964,99911e7cf1b5a964] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"622cd972-6e57-4334-bb46-949a0f752f93","status":"200","rqstDate":"250331-09:02:06:899","respDate":"250331-09:02:06:913","sourceId":"haproxy:622cd972-6e57-4334-bb46-949a0f752f93","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:06:899-41617\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5c2e0b1c-6960-46e4-b0c2-b2937c38925c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[622cd972-6e57-4334-bb46-949a0f752f93]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:02:08.919 [67ea5a107601ee79039ffc7030c87788,039ffc7030c87788] [qtp1225114731-852]  INFO [aai-resources,67ea5a107601ee79039ffc7030c87788,039ffc7030c87788] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:08.935 [67ea5a107601ee79039ffc7030c87788,039ffc7030c87788] [qtp1225114731-852] DEBUG [aai-resources,67ea5a107601ee79039ffc7030c87788,039ffc7030c87788] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"01bdfd3b-cc32-45d7-b084-95b51da0e93f","status":"200","rqstDate":"250331-09:02:08:920","respDate":"250331-09:02:08:935","sourceId":"haproxy:01bdfd3b-cc32-45d7-b084-95b51da0e93f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:02:08:920-93317\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1407e52a-7b87-4d80-8434-d294b1e426df], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[01bdfd3b-cc32-45d7-b084-95b51da0e93f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:02:10.942 [67ea5a12ecc028a7ec516818efc25295,ec516818efc25295] [qtp1225114731-26]  INFO [aai-resources,67ea5a12ecc028a7ec516818efc25295,ec516818efc25295] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:10.956 [67ea5a12ecc028a7ec516818efc25295,ec516818efc25295] [qtp1225114731-26] DEBUG [aai-resources,67ea5a12ecc028a7ec516818efc25295,ec516818efc25295] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"322b721d-f8df-49d9-a406-aac8c7b9b72e","status":"200","rqstDate":"250331-09:02:10:942","respDate":"250331-09:02:10:955","sourceId":"haproxy:322b721d-f8df-49d9-a406-aac8c7b9b72e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:10:942-80046\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[162c3679-b9da-44a9-90cd-1bdc86d8c2cb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[322b721d-f8df-49d9-a406-aac8c7b9b72e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:02:12.963 [67ea5a143c63b67d73dd3c1163ed0da7,73dd3c1163ed0da7] [qtp1225114731-852]  INFO [aai-resources,67ea5a143c63b67d73dd3c1163ed0da7,73dd3c1163ed0da7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:12.980 [67ea5a143c63b67d73dd3c1163ed0da7,73dd3c1163ed0da7] [qtp1225114731-852] DEBUG [aai-resources,67ea5a143c63b67d73dd3c1163ed0da7,73dd3c1163ed0da7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6fa967e6-523b-40e5-9ff1-09188077d923","status":"200","rqstDate":"250331-09:02:12:964","respDate":"250331-09:02:12:980","sourceId":"haproxy:6fa967e6-523b-40e5-9ff1-09188077d923","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:02:12:964-63626\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7e537f41-37a8-4090-b10b-73bb63dd7e88], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6fa967e6-523b-40e5-9ff1-09188077d923]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:02:14.986 [67ea5a164214b2bef4cb2022185adb4e,f4cb2022185adb4e] [qtp1225114731-26]  INFO [aai-resources,67ea5a164214b2bef4cb2022185adb4e,f4cb2022185adb4e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:14.996 [67ea5a164214b2bef4cb2022185adb4e,f4cb2022185adb4e] [qtp1225114731-26] DEBUG [aai-resources,67ea5a164214b2bef4cb2022185adb4e,f4cb2022185adb4e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1fb85ea3-3677-4b6c-8dd6-ae844dc65874","status":"200","rqstDate":"250331-09:02:14:986","respDate":"250331-09:02:14:996","sourceId":"haproxy:1fb85ea3-3677-4b6c-8dd6-ae844dc65874","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:02:14:986-31118\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c6b1dde2-ff73-48d0-a486-36216b51a41f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1fb85ea3-3677-4b6c-8dd6-ae844dc65874]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:02:17.001 [67ea5a19756b7459869fd6e5f9511a4b,869fd6e5f9511a4b] [qtp1225114731-852]  INFO [aai-resources,67ea5a19756b7459869fd6e5f9511a4b,869fd6e5f9511a4b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:17.016 [67ea5a19756b7459869fd6e5f9511a4b,869fd6e5f9511a4b] [qtp1225114731-852] DEBUG [aai-resources,67ea5a19756b7459869fd6e5f9511a4b,869fd6e5f9511a4b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"373d8663-96c4-4b1c-a66d-be834bb34a12","status":"200","rqstDate":"250331-09:02:17:001","respDate":"250331-09:02:17:016","sourceId":"haproxy:373d8663-96c4-4b1c-a66d-be834bb34a12","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:02:17:001-59727\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae377d30-a159-4cf2-9d02-cd777b229a62], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[373d8663-96c4-4b1c-a66d-be834bb34a12]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:02:19.022 [67ea5a1b2918db5364374b1e364978a6,64374b1e364978a6] [qtp1225114731-26]  INFO [aai-resources,67ea5a1b2918db5364374b1e364978a6,64374b1e364978a6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:19.040 [67ea5a1b2918db5364374b1e364978a6,64374b1e364978a6] [qtp1225114731-26] DEBUG [aai-resources,67ea5a1b2918db5364374b1e364978a6,64374b1e364978a6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f724492-ef9d-4635-8a50-f7cfc8c7340b","status":"200","rqstDate":"250331-09:02:19:022","respDate":"250331-09:02:19:040","sourceId":"haproxy:0f724492-ef9d-4635-8a50-f7cfc8c7340b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:02:19:022-61695\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[efc038cb-98d5-4c68-ad7e-85f20a194e08], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0f724492-ef9d-4635-8a50-f7cfc8c7340b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:02:21.046 [67ea5a1d9c3d3ed621a55f6af97e1628,21a55f6af97e1628] [qtp1225114731-852]  INFO [aai-resources,67ea5a1d9c3d3ed621a55f6af97e1628,21a55f6af97e1628] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:21.062 [67ea5a1d9c3d3ed621a55f6af97e1628,21a55f6af97e1628] [qtp1225114731-852] DEBUG [aai-resources,67ea5a1d9c3d3ed621a55f6af97e1628,21a55f6af97e1628] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"943aef41-a694-44f8-87cd-19d9d8adeb10","status":"200","rqstDate":"250331-09:02:21:046","respDate":"250331-09:02:21:062","sourceId":"haproxy:943aef41-a694-44f8-87cd-19d9d8adeb10","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:21:046-4879\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d7a912ac-22e2-4513-bba5-25a8d4ebdde9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[943aef41-a694-44f8-87cd-19d9d8adeb10]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:02:23.068 [67ea5a1fa6105594ad8d4af451a53f65,ad8d4af451a53f65] [qtp1225114731-26]  INFO [aai-resources,67ea5a1fa6105594ad8d4af451a53f65,ad8d4af451a53f65] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:23.079 [67ea5a1fa6105594ad8d4af451a53f65,ad8d4af451a53f65] [qtp1225114731-26] DEBUG [aai-resources,67ea5a1fa6105594ad8d4af451a53f65,ad8d4af451a53f65] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ce116f82-1d78-45ff-9d3e-dace50ea070a","status":"200","rqstDate":"250331-09:02:23:068","respDate":"250331-09:02:23:079","sourceId":"haproxy:ce116f82-1d78-45ff-9d3e-dace50ea070a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:23:068-86763\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dd20c57f-cab0-4e2e-9487-8c25ae3d51f4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ce116f82-1d78-45ff-9d3e-dace50ea070a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:02:25.087 [67ea5a218c8e3d80546e88a0121af0d4,546e88a0121af0d4] [qtp1225114731-852]  INFO [aai-resources,67ea5a218c8e3d80546e88a0121af0d4,546e88a0121af0d4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:25.099 [67ea5a218c8e3d80546e88a0121af0d4,546e88a0121af0d4] [qtp1225114731-852] DEBUG [aai-resources,67ea5a218c8e3d80546e88a0121af0d4,546e88a0121af0d4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"526d26db-3766-4241-96d4-40ae9a2b1c2c","status":"200","rqstDate":"250331-09:02:25:087","respDate":"250331-09:02:25:099","sourceId":"haproxy:526d26db-3766-4241-96d4-40ae9a2b1c2c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:25:087-87897\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[de8ab4be-dc08-4673-899b-c674a60df6f7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[526d26db-3766-4241-96d4-40ae9a2b1c2c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:02:27.106 [67ea5a2398d47d1cd10c408a7bbf4ee7,d10c408a7bbf4ee7] [qtp1225114731-26]  INFO [aai-resources,67ea5a2398d47d1cd10c408a7bbf4ee7,d10c408a7bbf4ee7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:27.120 [67ea5a2398d47d1cd10c408a7bbf4ee7,d10c408a7bbf4ee7] [qtp1225114731-26] DEBUG [aai-resources,67ea5a2398d47d1cd10c408a7bbf4ee7,d10c408a7bbf4ee7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"380b763e-1629-43f6-b1b4-7d7eba1d5a08","status":"200","rqstDate":"250331-09:02:27:106","respDate":"250331-09:02:27:119","sourceId":"haproxy:380b763e-1629-43f6-b1b4-7d7eba1d5a08","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:02:27:106-41484\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[39b3a26e-2390-488d-89b7-1834e0e36bdd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[380b763e-1629-43f6-b1b4-7d7eba1d5a08]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:02:29.126 [67ea5a25579e0338c9d7fe60f8bf470a,c9d7fe60f8bf470a] [qtp1225114731-852]  INFO [aai-resources,67ea5a25579e0338c9d7fe60f8bf470a,c9d7fe60f8bf470a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:29.139 [67ea5a25579e0338c9d7fe60f8bf470a,c9d7fe60f8bf470a] [qtp1225114731-852] DEBUG [aai-resources,67ea5a25579e0338c9d7fe60f8bf470a,c9d7fe60f8bf470a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3bbb67b0-299e-437f-8fc9-f7322346c794","status":"200","rqstDate":"250331-09:02:29:127","respDate":"250331-09:02:29:139","sourceId":"haproxy:3bbb67b0-299e-437f-8fc9-f7322346c794","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:02:29:127-49394\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[db659b98-b1a5-4d4d-8a52-5d723d64a290], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3bbb67b0-299e-437f-8fc9-f7322346c794]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:02:31.146 [67ea5a274a0eeaa8b5ffde2777223a75,b5ffde2777223a75] [qtp1225114731-26]  INFO [aai-resources,67ea5a274a0eeaa8b5ffde2777223a75,b5ffde2777223a75] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:31.161 [67ea5a274a0eeaa8b5ffde2777223a75,b5ffde2777223a75] [qtp1225114731-26] DEBUG [aai-resources,67ea5a274a0eeaa8b5ffde2777223a75,b5ffde2777223a75] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7e749c14-954f-44fb-a7d2-c6a87ae2a04b","status":"200","rqstDate":"250331-09:02:31:146","respDate":"250331-09:02:31:160","sourceId":"haproxy:7e749c14-954f-44fb-a7d2-c6a87ae2a04b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:02:31:146-67946\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[83316e96-9fa6-40d6-add4-e1e727bd2ebe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7e749c14-954f-44fb-a7d2-c6a87ae2a04b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:02:33.166 [67ea5a299078f6b3d3f4dbe935d13b5d,d3f4dbe935d13b5d] [qtp1225114731-852]  INFO [aai-resources,67ea5a299078f6b3d3f4dbe935d13b5d,d3f4dbe935d13b5d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:33.179 [67ea5a299078f6b3d3f4dbe935d13b5d,d3f4dbe935d13b5d] [qtp1225114731-852] DEBUG [aai-resources,67ea5a299078f6b3d3f4dbe935d13b5d,d3f4dbe935d13b5d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7e974590-e46b-4ef5-8cda-8a0d47144c05","status":"200","rqstDate":"250331-09:02:33:166","respDate":"250331-09:02:33:179","sourceId":"haproxy:7e974590-e46b-4ef5-8cda-8a0d47144c05","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:33:166-75283\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[55f3f467-a811-4773-8473-7e1bda61acc4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7e974590-e46b-4ef5-8cda-8a0d47144c05]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:02:35.185 [67ea5a2bbaac61e4c37565cd559636c4,c37565cd559636c4] [qtp1225114731-26]  INFO [aai-resources,67ea5a2bbaac61e4c37565cd559636c4,c37565cd559636c4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:35.197 [67ea5a2bbaac61e4c37565cd559636c4,c37565cd559636c4] [qtp1225114731-26] DEBUG [aai-resources,67ea5a2bbaac61e4c37565cd559636c4,c37565cd559636c4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b15b9705-ef0c-4d7a-b795-99b80dcf63df","status":"200","rqstDate":"250331-09:02:35:185","respDate":"250331-09:02:35:197","sourceId":"haproxy:b15b9705-ef0c-4d7a-b795-99b80dcf63df","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:35:185-10358\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f214c258-5278-4f4f-8463-e969fa78e9e6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b15b9705-ef0c-4d7a-b795-99b80dcf63df]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:02:37.204 [67ea5a2d50a3f7ef9573e2c6985f5161,9573e2c6985f5161] [qtp1225114731-852]  INFO [aai-resources,67ea5a2d50a3f7ef9573e2c6985f5161,9573e2c6985f5161] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:37.223 [67ea5a2d50a3f7ef9573e2c6985f5161,9573e2c6985f5161] [qtp1225114731-852] DEBUG [aai-resources,67ea5a2d50a3f7ef9573e2c6985f5161,9573e2c6985f5161] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4d09fe06-68ac-4b2b-9cc3-7b2728e25ebe","status":"200","rqstDate":"250331-09:02:37:204","respDate":"250331-09:02:37:223","sourceId":"haproxy:4d09fe06-68ac-4b2b-9cc3-7b2728e25ebe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:37:204-12203\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[83dea85c-346c-4d59-9967-46e2bb667e4e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4d09fe06-68ac-4b2b-9cc3-7b2728e25ebe]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:02:39.230 [67ea5a2f60d71bd46e1ff175b4e6cf57,6e1ff175b4e6cf57] [qtp1225114731-26]  INFO [aai-resources,67ea5a2f60d71bd46e1ff175b4e6cf57,6e1ff175b4e6cf57] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:39.244 [67ea5a2f60d71bd46e1ff175b4e6cf57,6e1ff175b4e6cf57] [qtp1225114731-26] DEBUG [aai-resources,67ea5a2f60d71bd46e1ff175b4e6cf57,6e1ff175b4e6cf57] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9bda81f9-c964-4ad9-a85a-0be3c35f8046","status":"200","rqstDate":"250331-09:02:39:230","respDate":"250331-09:02:39:244","sourceId":"haproxy:9bda81f9-c964-4ad9-a85a-0be3c35f8046","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:39:230-563\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[55cb14a2-4b3a-40f8-beb0-e090e628c719], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9bda81f9-c964-4ad9-a85a-0be3c35f8046]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:02:41.250 [67ea5a31293064dbbf09bbe469901d23,bf09bbe469901d23] [qtp1225114731-852]  INFO [aai-resources,67ea5a31293064dbbf09bbe469901d23,bf09bbe469901d23] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:41.263 [67ea5a31293064dbbf09bbe469901d23,bf09bbe469901d23] [qtp1225114731-852] DEBUG [aai-resources,67ea5a31293064dbbf09bbe469901d23,bf09bbe469901d23] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4455dddf-260e-464d-998b-962cacbe4799","status":"200","rqstDate":"250331-09:02:41:250","respDate":"250331-09:02:41:263","sourceId":"haproxy:4455dddf-260e-464d-998b-962cacbe4799","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:02:41:250-63403\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ace13054-1a0d-4417-ac39-6a7fded3daa0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4455dddf-260e-464d-998b-962cacbe4799]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:02:43.269 [67ea5a335e08cfe8f3d6fed644b5931e,f3d6fed644b5931e] [qtp1225114731-26]  INFO [aai-resources,67ea5a335e08cfe8f3d6fed644b5931e,f3d6fed644b5931e] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:43.283 [67ea5a335e08cfe8f3d6fed644b5931e,f3d6fed644b5931e] [qtp1225114731-26] DEBUG [aai-resources,67ea5a335e08cfe8f3d6fed644b5931e,f3d6fed644b5931e] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f9dfd352-5261-4716-a5d5-5f6cc620b4ca","status":"200","rqstDate":"250331-09:02:43:269","respDate":"250331-09:02:43:283","sourceId":"haproxy:f9dfd352-5261-4716-a5d5-5f6cc620b4ca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:43:269-88054\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8b121bd8-e190-4d9a-acaf-2ac38d4b1ea1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f9dfd352-5261-4716-a5d5-5f6cc620b4ca]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:02:45.288 [67ea5a3550935fe3e48b2cb261d2185a,e48b2cb261d2185a] [qtp1225114731-852]  INFO [aai-resources,67ea5a3550935fe3e48b2cb261d2185a,e48b2cb261d2185a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:45.299 [67ea5a3550935fe3e48b2cb261d2185a,e48b2cb261d2185a] [qtp1225114731-852] DEBUG [aai-resources,67ea5a3550935fe3e48b2cb261d2185a,e48b2cb261d2185a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ce83139e-a441-42e4-8532-a26b2389f8e5","status":"200","rqstDate":"250331-09:02:45:288","respDate":"250331-09:02:45:299","sourceId":"haproxy:ce83139e-a441-42e4-8532-a26b2389f8e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:02:45:288-32370\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fb146ebd-0edb-4941-b3b4-16b5b3b7dddd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ce83139e-a441-42e4-8532-a26b2389f8e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:02:47.305 [67ea5a377df54cf088697d4e98cd6a64,88697d4e98cd6a64] [qtp1225114731-26]  INFO [aai-resources,67ea5a377df54cf088697d4e98cd6a64,88697d4e98cd6a64] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:47.320 [67ea5a377df54cf088697d4e98cd6a64,88697d4e98cd6a64] [qtp1225114731-26] DEBUG [aai-resources,67ea5a377df54cf088697d4e98cd6a64,88697d4e98cd6a64] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"83e3c27c-a6f9-4b34-91ad-0ece2e324dc4","status":"200","rqstDate":"250331-09:02:47:306","respDate":"250331-09:02:47:320","sourceId":"haproxy:83e3c27c-a6f9-4b34-91ad-0ece2e324dc4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:47:306-33834\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ec29836e-ab66-4ae0-88ea-cf2f024e9ac6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[83e3c27c-a6f9-4b34-91ad-0ece2e324dc4]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:02:49.326 [67ea5a394d1a1a439255e93c5080b610,9255e93c5080b610] [qtp1225114731-852]  INFO [aai-resources,67ea5a394d1a1a439255e93c5080b610,9255e93c5080b610] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:49.346 [67ea5a394d1a1a439255e93c5080b610,9255e93c5080b610] [qtp1225114731-852] DEBUG [aai-resources,67ea5a394d1a1a439255e93c5080b610,9255e93c5080b610] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"775a9a74-1dad-46b3-a0db-3b63ae4a277f","status":"200","rqstDate":"250331-09:02:49:326","respDate":"250331-09:02:49:346","sourceId":"haproxy:775a9a74-1dad-46b3-a0db-3b63ae4a277f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:02:49:326-3620\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f17f4ef5-4de5-4202-8088-00fca9ee5110], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[775a9a74-1dad-46b3-a0db-3b63ae4a277f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 09:02:51.352 [67ea5a3b0d7b719d68266f5e51367aac,68266f5e51367aac] [qtp1225114731-26]  INFO [aai-resources,67ea5a3b0d7b719d68266f5e51367aac,68266f5e51367aac] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:51.366 [67ea5a3b0d7b719d68266f5e51367aac,68266f5e51367aac] [qtp1225114731-26] DEBUG [aai-resources,67ea5a3b0d7b719d68266f5e51367aac,68266f5e51367aac] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c3c333c5-6a51-469c-b82c-23ad07da6986","status":"200","rqstDate":"250331-09:02:51:352","respDate":"250331-09:02:51:366","sourceId":"haproxy:c3c333c5-6a51-469c-b82c-23ad07da6986","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:02:51:352-36197\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[11792085-fe9c-474f-a2a8-854b167111f8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c3c333c5-6a51-469c-b82c-23ad07da6986]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:02:53.372 [67ea5a3d3566e1f9ac6aa146e745a099,ac6aa146e745a099] [qtp1225114731-852]  INFO [aai-resources,67ea5a3d3566e1f9ac6aa146e745a099,ac6aa146e745a099] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:53.382 [67ea5a3d3566e1f9ac6aa146e745a099,ac6aa146e745a099] [qtp1225114731-852] DEBUG [aai-resources,67ea5a3d3566e1f9ac6aa146e745a099,ac6aa146e745a099] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7588af49-d48e-49a6-a04b-e699adf56553","status":"200","rqstDate":"250331-09:02:53:372","respDate":"250331-09:02:53:382","sourceId":"haproxy:7588af49-d48e-49a6-a04b-e699adf56553","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:53:372-93672\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[005c996e-1aff-42cc-9048-88e5cd6a463c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7588af49-d48e-49a6-a04b-e699adf56553]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:02:55.388 [67ea5a3f0b94f87610fa3cb327d706d4,10fa3cb327d706d4] [qtp1225114731-26]  INFO [aai-resources,67ea5a3f0b94f87610fa3cb327d706d4,10fa3cb327d706d4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:55.401 [67ea5a3f0b94f87610fa3cb327d706d4,10fa3cb327d706d4] [qtp1225114731-26] DEBUG [aai-resources,67ea5a3f0b94f87610fa3cb327d706d4,10fa3cb327d706d4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1952cf68-c63d-47f0-8287-50294303465a","status":"200","rqstDate":"250331-09:02:55:388","respDate":"250331-09:02:55:401","sourceId":"haproxy:1952cf68-c63d-47f0-8287-50294303465a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:02:55:388-65677\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[35b0e28e-cc17-40ae-93d2-343e2e527913], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1952cf68-c63d-47f0-8287-50294303465a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:02:57.406 [67ea5a41014a854dfd2b50e90233ebf6,fd2b50e90233ebf6] [qtp1225114731-852]  INFO [aai-resources,67ea5a41014a854dfd2b50e90233ebf6,fd2b50e90233ebf6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:57.418 [67ea5a41014a854dfd2b50e90233ebf6,fd2b50e90233ebf6] [qtp1225114731-852] DEBUG [aai-resources,67ea5a41014a854dfd2b50e90233ebf6,fd2b50e90233ebf6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"71832192-d346-4697-a064-2a586846b677","status":"200","rqstDate":"250331-09:02:57:407","respDate":"250331-09:02:57:417","sourceId":"haproxy:71832192-d346-4697-a064-2a586846b677","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:02:57:407-9892\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d48202b-e5bb-4dd8-9cc9-bd8ff231283c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[71832192-d346-4697-a064-2a586846b677]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:02:59.424 [67ea5a4359cd7a1ba1c24cd6e9c9f7f3,a1c24cd6e9c9f7f3] [qtp1225114731-26]  INFO [aai-resources,67ea5a4359cd7a1ba1c24cd6e9c9f7f3,a1c24cd6e9c9f7f3] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:02:59.434 [67ea5a4359cd7a1ba1c24cd6e9c9f7f3,a1c24cd6e9c9f7f3] [qtp1225114731-26] DEBUG [aai-resources,67ea5a4359cd7a1ba1c24cd6e9c9f7f3,a1c24cd6e9c9f7f3] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"32463eb2-3d78-46e2-8422-4a73cbc37f8f","status":"200","rqstDate":"250331-09:02:59:424","respDate":"250331-09:02:59:434","sourceId":"haproxy:32463eb2-3d78-46e2-8422-4a73cbc37f8f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:02:59:424-78752\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[16051a3b-0f5a-466c-a3be-6dba52f35538], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[32463eb2-3d78-46e2-8422-4a73cbc37f8f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:02:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:03:01.439 [67ea5a45572d8a64e20004b9656df20d,e20004b9656df20d] [qtp1225114731-852]  INFO [aai-resources,67ea5a45572d8a64e20004b9656df20d,e20004b9656df20d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:01.451 [67ea5a45572d8a64e20004b9656df20d,e20004b9656df20d] [qtp1225114731-852] DEBUG [aai-resources,67ea5a45572d8a64e20004b9656df20d,e20004b9656df20d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fcf1f30b-af6a-4d43-b460-948441cf0442","status":"200","rqstDate":"250331-09:03:01:440","respDate":"250331-09:03:01:451","sourceId":"haproxy:fcf1f30b-af6a-4d43-b460-948441cf0442","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:01:440-20925\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6e53a92d-1e43-4e6f-8a1e-eee59ad4579f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fcf1f30b-af6a-4d43-b460-948441cf0442]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:03:03.458 [67ea5a473fb998621c2a10f9c6f08909,1c2a10f9c6f08909] [qtp1225114731-26]  INFO [aai-resources,67ea5a473fb998621c2a10f9c6f08909,1c2a10f9c6f08909] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:03.474 [67ea5a473fb998621c2a10f9c6f08909,1c2a10f9c6f08909] [qtp1225114731-26] DEBUG [aai-resources,67ea5a473fb998621c2a10f9c6f08909,1c2a10f9c6f08909] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b7f7b385-e4db-4d67-b2a4-7765d5eb1f82","status":"200","rqstDate":"250331-09:03:03:458","respDate":"250331-09:03:03:473","sourceId":"haproxy:b7f7b385-e4db-4d67-b2a4-7765d5eb1f82","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:03:458-48331\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[64fd5ffb-800f-4086-a932-b55df009c7d6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b7f7b385-e4db-4d67-b2a4-7765d5eb1f82]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:03:05.480 [67ea5a49407b10cd54ce96e99f90877a,54ce96e99f90877a] [qtp1225114731-852]  INFO [aai-resources,67ea5a49407b10cd54ce96e99f90877a,54ce96e99f90877a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:05.493 [67ea5a49407b10cd54ce96e99f90877a,54ce96e99f90877a] [qtp1225114731-852] DEBUG [aai-resources,67ea5a49407b10cd54ce96e99f90877a,54ce96e99f90877a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a1bfdaaf-8940-4c68-8132-8266a4006571","status":"200","rqstDate":"250331-09:03:05:481","respDate":"250331-09:03:05:493","sourceId":"haproxy:a1bfdaaf-8940-4c68-8132-8266a4006571","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:05:481-67844\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5e04b905-d491-4958-9eef-673acf2b73e5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a1bfdaaf-8940-4c68-8132-8266a4006571]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:03:07.501 [67ea5a4b667d2611b2d482ca60d9f70b,b2d482ca60d9f70b] [qtp1225114731-26]  INFO [aai-resources,67ea5a4b667d2611b2d482ca60d9f70b,b2d482ca60d9f70b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:07.515 [67ea5a4b667d2611b2d482ca60d9f70b,b2d482ca60d9f70b] [qtp1225114731-26] DEBUG [aai-resources,67ea5a4b667d2611b2d482ca60d9f70b,b2d482ca60d9f70b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dc106413-3247-4565-aa03-1feeaf6d465d","status":"200","rqstDate":"250331-09:03:07:501","respDate":"250331-09:03:07:515","sourceId":"haproxy:dc106413-3247-4565-aa03-1feeaf6d465d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:07:501-5155\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[02137dcd-7e2f-479a-8f1f-8071620a305a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dc106413-3247-4565-aa03-1feeaf6d465d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:03:09.523 [67ea5a4dc025543447a20c605543261a,47a20c605543261a] [qtp1225114731-852]  INFO [aai-resources,67ea5a4dc025543447a20c605543261a,47a20c605543261a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:09.540 [67ea5a4dc025543447a20c605543261a,47a20c605543261a] [qtp1225114731-852] DEBUG [aai-resources,67ea5a4dc025543447a20c605543261a,47a20c605543261a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6166120d-b164-4768-a01c-e5eeef430a93","status":"200","rqstDate":"250331-09:03:09:523","respDate":"250331-09:03:09:540","sourceId":"haproxy:6166120d-b164-4768-a01c-e5eeef430a93","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:09:523-39736\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[025878d7-b1f1-4811-bbcc-739e35350426], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6166120d-b164-4768-a01c-e5eeef430a93]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:03:11.546 [67ea5a4f4f964b55a53ec5f44dd0c890,a53ec5f44dd0c890] [qtp1225114731-26]  INFO [aai-resources,67ea5a4f4f964b55a53ec5f44dd0c890,a53ec5f44dd0c890] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:11.560 [67ea5a4f4f964b55a53ec5f44dd0c890,a53ec5f44dd0c890] [qtp1225114731-26] DEBUG [aai-resources,67ea5a4f4f964b55a53ec5f44dd0c890,a53ec5f44dd0c890] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"46bb3b7e-7ade-406e-af2d-e324046eec4c","status":"200","rqstDate":"250331-09:03:11:546","respDate":"250331-09:03:11:560","sourceId":"haproxy:46bb3b7e-7ade-406e-af2d-e324046eec4c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:11:546-99580\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f31170bb-8d82-407f-b465-856519da43fa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[46bb3b7e-7ade-406e-af2d-e324046eec4c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:03:13.567 [67ea5a5142dd4a9b25021cf337233390,25021cf337233390] [qtp1225114731-852]  INFO [aai-resources,67ea5a5142dd4a9b25021cf337233390,25021cf337233390] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:13.580 [67ea5a5142dd4a9b25021cf337233390,25021cf337233390] [qtp1225114731-852] DEBUG [aai-resources,67ea5a5142dd4a9b25021cf337233390,25021cf337233390] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8ce7592c-cacf-4480-bced-f0fc8425e1ba","status":"200","rqstDate":"250331-09:03:13:567","respDate":"250331-09:03:13:580","sourceId":"haproxy:8ce7592c-cacf-4480-bced-f0fc8425e1ba","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:03:13:567-76439\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[49146026-3072-46d8-b6a3-830e9a62bda0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8ce7592c-cacf-4480-bced-f0fc8425e1ba]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:03:15.587 [67ea5a5317c2915f4df90257f78b7329,4df90257f78b7329] [qtp1225114731-26]  INFO [aai-resources,67ea5a5317c2915f4df90257f78b7329,4df90257f78b7329] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:15.596 [67ea5a5317c2915f4df90257f78b7329,4df90257f78b7329] [qtp1225114731-26] DEBUG [aai-resources,67ea5a5317c2915f4df90257f78b7329,4df90257f78b7329] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f16f374d-2e3a-4ac8-8cf9-e95bb12f3e8d","status":"200","rqstDate":"250331-09:03:15:587","respDate":"250331-09:03:15:596","sourceId":"haproxy:f16f374d-2e3a-4ac8-8cf9-e95bb12f3e8d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:15:587-9089\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[19fa1e1f-b008-4966-9589-90400647083a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f16f374d-2e3a-4ac8-8cf9-e95bb12f3e8d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:03:17.603 [67ea5a55829fac2df9b90bbd0de5fa25,f9b90bbd0de5fa25] [qtp1225114731-852]  INFO [aai-resources,67ea5a55829fac2df9b90bbd0de5fa25,f9b90bbd0de5fa25] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:17.620 [67ea5a55829fac2df9b90bbd0de5fa25,f9b90bbd0de5fa25] [qtp1225114731-852] DEBUG [aai-resources,67ea5a55829fac2df9b90bbd0de5fa25,f9b90bbd0de5fa25] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"09137934-680b-4621-a7dc-1ce79c4e9cfb","status":"200","rqstDate":"250331-09:03:17:603","respDate":"250331-09:03:17:620","sourceId":"haproxy:09137934-680b-4621-a7dc-1ce79c4e9cfb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:17:603-38337\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[57f3df5b-407d-4963-aacb-b45d108e8695], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[09137934-680b-4621-a7dc-1ce79c4e9cfb]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:03:19.630 [67ea5a5729bcf29f51066cdb8ca95530,51066cdb8ca95530] [qtp1225114731-26]  INFO [aai-resources,67ea5a5729bcf29f51066cdb8ca95530,51066cdb8ca95530] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:19.645 [67ea5a5729bcf29f51066cdb8ca95530,51066cdb8ca95530] [qtp1225114731-26] DEBUG [aai-resources,67ea5a5729bcf29f51066cdb8ca95530,51066cdb8ca95530] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e829adb1-a2aa-42d1-b1c3-908d94d71181","status":"200","rqstDate":"250331-09:03:19:630","respDate":"250331-09:03:19:645","sourceId":"haproxy:e829adb1-a2aa-42d1-b1c3-908d94d71181","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:03:19:630-49767\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c141c95-177f-4cc6-a514-5287a0c5ee59], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e829adb1-a2aa-42d1-b1c3-908d94d71181]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:03:21.652 [67ea5a599885a107974ee411e7f7d05c,974ee411e7f7d05c] [qtp1225114731-852]  INFO [aai-resources,67ea5a599885a107974ee411e7f7d05c,974ee411e7f7d05c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:21.664 [67ea5a599885a107974ee411e7f7d05c,974ee411e7f7d05c] [qtp1225114731-852] DEBUG [aai-resources,67ea5a599885a107974ee411e7f7d05c,974ee411e7f7d05c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6a37b8ba-c93e-465d-af3c-3b75a9a7f104","status":"200","rqstDate":"250331-09:03:21:652","respDate":"250331-09:03:21:664","sourceId":"haproxy:6a37b8ba-c93e-465d-af3c-3b75a9a7f104","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:21:652-91909\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[22ad35a7-e7d5-4446-9189-14c06656057b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6a37b8ba-c93e-465d-af3c-3b75a9a7f104]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:03:23.670 [67ea5a5b820aaed19373792a960a604c,9373792a960a604c] [qtp1225114731-26]  INFO [aai-resources,67ea5a5b820aaed19373792a960a604c,9373792a960a604c] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:23.685 [67ea5a5b820aaed19373792a960a604c,9373792a960a604c] [qtp1225114731-26] DEBUG [aai-resources,67ea5a5b820aaed19373792a960a604c,9373792a960a604c] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"623cff05-1da5-41a8-b4e3-e9e650b5e848","status":"200","rqstDate":"250331-09:03:23:670","respDate":"250331-09:03:23:685","sourceId":"haproxy:623cff05-1da5-41a8-b4e3-e9e650b5e848","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:23:670-47969\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7e690012-dd33-4147-b80e-312e89b80823], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[623cff05-1da5-41a8-b4e3-e9e650b5e848]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:03:25.693 [67ea5a5d6084223f4a65902c737b77b2,4a65902c737b77b2] [qtp1225114731-852]  INFO [aai-resources,67ea5a5d6084223f4a65902c737b77b2,4a65902c737b77b2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:25.707 [67ea5a5d6084223f4a65902c737b77b2,4a65902c737b77b2] [qtp1225114731-852] DEBUG [aai-resources,67ea5a5d6084223f4a65902c737b77b2,4a65902c737b77b2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a851893-6e51-4132-9b87-cf45656c7b0a","status":"200","rqstDate":"250331-09:03:25:693","respDate":"250331-09:03:25:707","sourceId":"haproxy:3a851893-6e51-4132-9b87-cf45656c7b0a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:25:693-45438\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6220c580-78f3-48c7-9af5-74a26ed4a0ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3a851893-6e51-4132-9b87-cf45656c7b0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:03:27.713 [67ea5a5f9ab0ed4efa0b6bd8ba36d696,fa0b6bd8ba36d696] [qtp1225114731-26]  INFO [aai-resources,67ea5a5f9ab0ed4efa0b6bd8ba36d696,fa0b6bd8ba36d696] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:27.725 [67ea5a5f9ab0ed4efa0b6bd8ba36d696,fa0b6bd8ba36d696] [qtp1225114731-26] DEBUG [aai-resources,67ea5a5f9ab0ed4efa0b6bd8ba36d696,fa0b6bd8ba36d696] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"56c05d67-d91b-4715-a91b-71cc21b63460","status":"200","rqstDate":"250331-09:03:27:713","respDate":"250331-09:03:27:725","sourceId":"haproxy:56c05d67-d91b-4715-a91b-71cc21b63460","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:27:713-72791\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d3de1024-a702-463c-800b-3e402997afa0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[56c05d67-d91b-4715-a91b-71cc21b63460]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:03:29.734 [67ea5a613730908956b3d55c125cab71,56b3d55c125cab71] [qtp1225114731-852]  INFO [aai-resources,67ea5a613730908956b3d55c125cab71,56b3d55c125cab71] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:29.747 [67ea5a613730908956b3d55c125cab71,56b3d55c125cab71] [qtp1225114731-852] DEBUG [aai-resources,67ea5a613730908956b3d55c125cab71,56b3d55c125cab71] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"41d76c27-3f49-4f6b-a122-39be033baef9","status":"200","rqstDate":"250331-09:03:29:734","respDate":"250331-09:03:29:747","sourceId":"haproxy:41d76c27-3f49-4f6b-a122-39be033baef9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:29:734-59600\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d7ed4811-cfaf-417a-8bea-4b30fc9bb120], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[41d76c27-3f49-4f6b-a122-39be033baef9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:03:31.753 [67ea5a63b5ea3535108cebdd57fb571f,108cebdd57fb571f] [qtp1225114731-26]  INFO [aai-resources,67ea5a63b5ea3535108cebdd57fb571f,108cebdd57fb571f] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:31.767 [67ea5a63b5ea3535108cebdd57fb571f,108cebdd57fb571f] [qtp1225114731-26] DEBUG [aai-resources,67ea5a63b5ea3535108cebdd57fb571f,108cebdd57fb571f] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3daead3d-0caa-488e-83bb-305492d927d9","status":"200","rqstDate":"250331-09:03:31:754","respDate":"250331-09:03:31:767","sourceId":"haproxy:3daead3d-0caa-488e-83bb-305492d927d9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:31:754-88124\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fd203c33-2f5c-4c2b-a96e-c7bc64516bda], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3daead3d-0caa-488e-83bb-305492d927d9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:03:33.774 [67ea5a6585240680664a19d144e6c06e,664a19d144e6c06e] [qtp1225114731-852]  INFO [aai-resources,67ea5a6585240680664a19d144e6c06e,664a19d144e6c06e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:33.784 [67ea5a6585240680664a19d144e6c06e,664a19d144e6c06e] [qtp1225114731-852] DEBUG [aai-resources,67ea5a6585240680664a19d144e6c06e,664a19d144e6c06e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ac68d04a-8ca0-47da-9fa0-141f8c5dcfc6","status":"200","rqstDate":"250331-09:03:33:774","respDate":"250331-09:03:33:784","sourceId":"haproxy:ac68d04a-8ca0-47da-9fa0-141f8c5dcfc6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:33:774-70184\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[495b8a73-66ad-46e3-99fd-fd241d8a5851], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ac68d04a-8ca0-47da-9fa0-141f8c5dcfc6]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:03:35.790 [67ea5a6757c471547bf51396fe0b0a8a,7bf51396fe0b0a8a] [qtp1225114731-26]  INFO [aai-resources,67ea5a6757c471547bf51396fe0b0a8a,7bf51396fe0b0a8a] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:35.804 [67ea5a6757c471547bf51396fe0b0a8a,7bf51396fe0b0a8a] [qtp1225114731-26] DEBUG [aai-resources,67ea5a6757c471547bf51396fe0b0a8a,7bf51396fe0b0a8a] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9e725089-97d8-4c54-81d7-914c4db6c40c","status":"200","rqstDate":"250331-09:03:35:790","respDate":"250331-09:03:35:804","sourceId":"haproxy:9e725089-97d8-4c54-81d7-914c4db6c40c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:35:790-83404\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5ab2c96b-f45c-4afe-9866-f88df477a6f1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9e725089-97d8-4c54-81d7-914c4db6c40c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:03:37.810 [67ea5a69ff21d6de149bc2e740ca92a0,149bc2e740ca92a0] [qtp1225114731-852]  INFO [aai-resources,67ea5a69ff21d6de149bc2e740ca92a0,149bc2e740ca92a0] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:37.822 [67ea5a69ff21d6de149bc2e740ca92a0,149bc2e740ca92a0] [qtp1225114731-852] DEBUG [aai-resources,67ea5a69ff21d6de149bc2e740ca92a0,149bc2e740ca92a0] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"53a4d2fc-94fd-4565-a1c0-9d3610e06291","status":"200","rqstDate":"250331-09:03:37:810","respDate":"250331-09:03:37:822","sourceId":"haproxy:53a4d2fc-94fd-4565-a1c0-9d3610e06291","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:37:810-88273\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a93fba04-5f10-4058-9afb-24fdab602a25], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[53a4d2fc-94fd-4565-a1c0-9d3610e06291]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:03:39.828 [67ea5a6b17d0c3be98fefba28f211ef7,98fefba28f211ef7] [qtp1225114731-26]  INFO [aai-resources,67ea5a6b17d0c3be98fefba28f211ef7,98fefba28f211ef7] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:39.842 [67ea5a6b17d0c3be98fefba28f211ef7,98fefba28f211ef7] [qtp1225114731-26] DEBUG [aai-resources,67ea5a6b17d0c3be98fefba28f211ef7,98fefba28f211ef7] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4d905820-5008-4f23-91bc-23d630526dad","status":"200","rqstDate":"250331-09:03:39:829","respDate":"250331-09:03:39:842","sourceId":"haproxy:4d905820-5008-4f23-91bc-23d630526dad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:39:829-16962\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[55c3add2-5036-4224-a267-0b0f34ec7a44], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4d905820-5008-4f23-91bc-23d630526dad]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:03:41.849 [67ea5a6de916403967182c69c6a1de75,67182c69c6a1de75] [qtp1225114731-852]  INFO [aai-resources,67ea5a6de916403967182c69c6a1de75,67182c69c6a1de75] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:41.862 [67ea5a6de916403967182c69c6a1de75,67182c69c6a1de75] [qtp1225114731-852] DEBUG [aai-resources,67ea5a6de916403967182c69c6a1de75,67182c69c6a1de75] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bed3fc81-7540-43a5-9f71-3307fb7dbed8","status":"200","rqstDate":"250331-09:03:41:849","respDate":"250331-09:03:41:862","sourceId":"haproxy:bed3fc81-7540-43a5-9f71-3307fb7dbed8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:41:849-64668\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6e66e286-f4b3-4f50-91b1-2022ef7236f0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bed3fc81-7540-43a5-9f71-3307fb7dbed8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:03:43.868 [67ea5a6f14e578c32f23b14b845d0a69,2f23b14b845d0a69] [qtp1225114731-26]  INFO [aai-resources,67ea5a6f14e578c32f23b14b845d0a69,2f23b14b845d0a69] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:43.884 [67ea5a6f14e578c32f23b14b845d0a69,2f23b14b845d0a69] [qtp1225114731-26] DEBUG [aai-resources,67ea5a6f14e578c32f23b14b845d0a69,2f23b14b845d0a69] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"016307e5-d4da-4061-b6f2-ca73eda1f719","status":"200","rqstDate":"250331-09:03:43:868","respDate":"250331-09:03:43:884","sourceId":"haproxy:016307e5-d4da-4061-b6f2-ca73eda1f719","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:43:868-61996\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4e9dcc4b-bea0-4d95-92be-f77d88f25d48], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[016307e5-d4da-4061-b6f2-ca73eda1f719]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:03:45.889 [67ea5a711f4c40e093ad98fcbf02e870,93ad98fcbf02e870] [qtp1225114731-852]  INFO [aai-resources,67ea5a711f4c40e093ad98fcbf02e870,93ad98fcbf02e870] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:45.903 [67ea5a711f4c40e093ad98fcbf02e870,93ad98fcbf02e870] [qtp1225114731-852] DEBUG [aai-resources,67ea5a711f4c40e093ad98fcbf02e870,93ad98fcbf02e870] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"34d0cb3b-31c4-48c3-b340-9eb0f972df5c","status":"200","rqstDate":"250331-09:03:45:889","respDate":"250331-09:03:45:903","sourceId":"haproxy:34d0cb3b-31c4-48c3-b340-9eb0f972df5c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:45:889-75274\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[277c574d-5bde-4c88-9733-ab571622e17e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[34d0cb3b-31c4-48c3-b340-9eb0f972df5c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:03:47.911 [67ea5a738e66e8c694c4ed491fd218d8,94c4ed491fd218d8] [qtp1225114731-26]  INFO [aai-resources,67ea5a738e66e8c694c4ed491fd218d8,94c4ed491fd218d8] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:47.929 [67ea5a738e66e8c694c4ed491fd218d8,94c4ed491fd218d8] [qtp1225114731-26] DEBUG [aai-resources,67ea5a738e66e8c694c4ed491fd218d8,94c4ed491fd218d8] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1900e637-f06a-401d-8ab6-b06a20444116","status":"200","rqstDate":"250331-09:03:47:911","respDate":"250331-09:03:47:929","sourceId":"haproxy:1900e637-f06a-401d-8ab6-b06a20444116","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:47:911-44150\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7a706b30-49c6-48b2-b79b-1b5d39f2d8d6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1900e637-f06a-401d-8ab6-b06a20444116]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:03:49.936 [67ea5a75ab1fc5e1f3322bde9fbcaec7,f3322bde9fbcaec7] [qtp1225114731-852]  INFO [aai-resources,67ea5a75ab1fc5e1f3322bde9fbcaec7,f3322bde9fbcaec7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:49.955 [67ea5a75ab1fc5e1f3322bde9fbcaec7,f3322bde9fbcaec7] [qtp1225114731-852] DEBUG [aai-resources,67ea5a75ab1fc5e1f3322bde9fbcaec7,f3322bde9fbcaec7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"76d7a266-d322-4baa-83f4-40845c5dd3e5","status":"200","rqstDate":"250331-09:03:49:936","respDate":"250331-09:03:49:955","sourceId":"haproxy:76d7a266-d322-4baa-83f4-40845c5dd3e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:03:49:936-36697\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ddf49b8b-c34a-460d-b2c3-a1a4acc0573a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[76d7a266-d322-4baa-83f4-40845c5dd3e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:03:51.962 [67ea5a776c23cb389d5779fca122891d,9d5779fca122891d] [qtp1225114731-26]  INFO [aai-resources,67ea5a776c23cb389d5779fca122891d,9d5779fca122891d] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:51.980 [67ea5a776c23cb389d5779fca122891d,9d5779fca122891d] [qtp1225114731-26] DEBUG [aai-resources,67ea5a776c23cb389d5779fca122891d,9d5779fca122891d] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"32a5b806-0d1a-4270-8858-17eb6f7bb04d","status":"200","rqstDate":"250331-09:03:51:962","respDate":"250331-09:03:51:980","sourceId":"haproxy:32a5b806-0d1a-4270-8858-17eb6f7bb04d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:03:51:962-84738\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ff9267f9-0712-4d5d-86b9-a08523815c4b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[32a5b806-0d1a-4270-8858-17eb6f7bb04d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:03:53.987 [67ea5a7994645526308508cf763c0a4f,308508cf763c0a4f] [qtp1225114731-852]  INFO [aai-resources,67ea5a7994645526308508cf763c0a4f,308508cf763c0a4f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:54.013 [67ea5a7994645526308508cf763c0a4f,308508cf763c0a4f] [qtp1225114731-852] DEBUG [aai-resources,67ea5a7994645526308508cf763c0a4f,308508cf763c0a4f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d3443044-9553-420c-80b8-22b8694bf0f5","status":"200","rqstDate":"250331-09:03:53:987","respDate":"250331-09:03:54:013","sourceId":"haproxy:d3443044-9553-420c-80b8-22b8694bf0f5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:53:987-22248\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8a5e4d3a-36a1-44d0-903f-ff96f33f8b72], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d3443044-9553-420c-80b8-22b8694bf0f5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 28 - "logType": "access"
2025-03-31 09:03:56.020 [67ea5a7c43b7ef00515107ff93fe76fa,515107ff93fe76fa] [qtp1225114731-26]  INFO [aai-resources,67ea5a7c43b7ef00515107ff93fe76fa,515107ff93fe76fa] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:56.034 [67ea5a7c43b7ef00515107ff93fe76fa,515107ff93fe76fa] [qtp1225114731-26] DEBUG [aai-resources,67ea5a7c43b7ef00515107ff93fe76fa,515107ff93fe76fa] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7b2a5a52-c5a1-4d41-8e1a-0c010e9488fe","status":"200","rqstDate":"250331-09:03:56:020","respDate":"250331-09:03:56:034","sourceId":"haproxy:7b2a5a52-c5a1-4d41-8e1a-0c010e9488fe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:56:020-12204\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[478bc55a-7274-45fa-9ec8-9a7f0d792c96], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7b2a5a52-c5a1-4d41-8e1a-0c010e9488fe]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:03:58.041 [67ea5a7edf43a3817a5bfce64ac632d1,7a5bfce64ac632d1] [qtp1225114731-852]  INFO [aai-resources,67ea5a7edf43a3817a5bfce64ac632d1,7a5bfce64ac632d1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:03:58.051 [67ea5a7edf43a3817a5bfce64ac632d1,7a5bfce64ac632d1] [qtp1225114731-852] DEBUG [aai-resources,67ea5a7edf43a3817a5bfce64ac632d1,7a5bfce64ac632d1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9a0145f5-33e4-4181-9926-3a9eaeb68628","status":"200","rqstDate":"250331-09:03:58:041","respDate":"250331-09:03:58:051","sourceId":"haproxy:9a0145f5-33e4-4181-9926-3a9eaeb68628","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:03:58:041-20543\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cb440843-8751-41ea-99f5-c3aec171c5bb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9a0145f5-33e4-4181-9926-3a9eaeb68628]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:03:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:04:00.058 [67ea5a8082bd79fa58e14931e97afcd6,58e14931e97afcd6] [qtp1225114731-26]  INFO [aai-resources,67ea5a8082bd79fa58e14931e97afcd6,58e14931e97afcd6] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:00.069 [67ea5a8082bd79fa58e14931e97afcd6,58e14931e97afcd6] [qtp1225114731-26] DEBUG [aai-resources,67ea5a8082bd79fa58e14931e97afcd6,58e14931e97afcd6] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e7d6380e-8a3c-431c-b5d5-3e0295d77ebc","status":"200","rqstDate":"250331-09:04:00:059","respDate":"250331-09:04:00:069","sourceId":"haproxy:e7d6380e-8a3c-431c-b5d5-3e0295d77ebc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:00:059-27487\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3621ab54-9593-4fc9-bd32-c6a61ef626f0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e7d6380e-8a3c-431c-b5d5-3e0295d77ebc]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:04:02.076 [67ea5a8289f1a903d3728c9b8091d62e,d3728c9b8091d62e] [qtp1225114731-852]  INFO [aai-resources,67ea5a8289f1a903d3728c9b8091d62e,d3728c9b8091d62e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:02.092 [67ea5a8289f1a903d3728c9b8091d62e,d3728c9b8091d62e] [qtp1225114731-852] DEBUG [aai-resources,67ea5a8289f1a903d3728c9b8091d62e,d3728c9b8091d62e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7ad8ec28-5938-4b1c-a8eb-c744288b304c","status":"200","rqstDate":"250331-09:04:02:076","respDate":"250331-09:04:02:091","sourceId":"haproxy:7ad8ec28-5938-4b1c-a8eb-c744288b304c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:02:076-40009\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[80237c24-4334-43df-a560-bec4b674c383], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7ad8ec28-5938-4b1c-a8eb-c744288b304c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:04:04.098 [67ea5a84e31d860d2a9ada9a2dd5df3b,2a9ada9a2dd5df3b] [qtp1225114731-26]  INFO [aai-resources,67ea5a84e31d860d2a9ada9a2dd5df3b,2a9ada9a2dd5df3b] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:04.109 [67ea5a84e31d860d2a9ada9a2dd5df3b,2a9ada9a2dd5df3b] [qtp1225114731-26] DEBUG [aai-resources,67ea5a84e31d860d2a9ada9a2dd5df3b,2a9ada9a2dd5df3b] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e8550928-3974-4499-a2fa-1ee44775fae5","status":"200","rqstDate":"250331-09:04:04:098","respDate":"250331-09:04:04:109","sourceId":"haproxy:e8550928-3974-4499-a2fa-1ee44775fae5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:04:098-6124\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b2ee9ac1-0412-457f-bc70-d085d50fe15d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e8550928-3974-4499-a2fa-1ee44775fae5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:04:06.116 [67ea5a8691073844dc01b422e4c92933,dc01b422e4c92933] [qtp1225114731-852]  INFO [aai-resources,67ea5a8691073844dc01b422e4c92933,dc01b422e4c92933] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:06.132 [67ea5a8691073844dc01b422e4c92933,dc01b422e4c92933] [qtp1225114731-852] DEBUG [aai-resources,67ea5a8691073844dc01b422e4c92933,dc01b422e4c92933] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5cc25da2-ff42-4411-9709-5f148755e08b","status":"200","rqstDate":"250331-09:04:06:117","respDate":"250331-09:04:06:132","sourceId":"haproxy:5cc25da2-ff42-4411-9709-5f148755e08b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:06:117-89697\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1859b1dd-a507-420a-a3c0-88b45839dcea], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5cc25da2-ff42-4411-9709-5f148755e08b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:04:08.138 [67ea5a8893d77e3b3829869057f77372,3829869057f77372] [qtp1225114731-26]  INFO [aai-resources,67ea5a8893d77e3b3829869057f77372,3829869057f77372] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:08.156 [67ea5a8893d77e3b3829869057f77372,3829869057f77372] [qtp1225114731-26] DEBUG [aai-resources,67ea5a8893d77e3b3829869057f77372,3829869057f77372] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"de2dce5e-0888-4325-8c48-3170e4196feb","status":"200","rqstDate":"250331-09:04:08:138","respDate":"250331-09:04:08:156","sourceId":"haproxy:de2dce5e-0888-4325-8c48-3170e4196feb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:08:138-72091\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1a61f4b2-ecd5-4f5d-af62-c06f7bdff691], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[de2dce5e-0888-4325-8c48-3170e4196feb]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:04:10.162 [67ea5a8a6e073504016ab828d357d5fa,016ab828d357d5fa] [qtp1225114731-852]  INFO [aai-resources,67ea5a8a6e073504016ab828d357d5fa,016ab828d357d5fa] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:10.176 [67ea5a8a6e073504016ab828d357d5fa,016ab828d357d5fa] [qtp1225114731-852] DEBUG [aai-resources,67ea5a8a6e073504016ab828d357d5fa,016ab828d357d5fa] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37449fcc-3434-4304-89b6-c3c705d7c95d","status":"200","rqstDate":"250331-09:04:10:162","respDate":"250331-09:04:10:176","sourceId":"haproxy:37449fcc-3434-4304-89b6-c3c705d7c95d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:10:162-46792\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6c4fa60e-aff0-48c5-8a55-9b2da5e695b6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[37449fcc-3434-4304-89b6-c3c705d7c95d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:04:12.183 [67ea5a8c2d9d7b25d8ef295d1e305ff5,d8ef295d1e305ff5] [qtp1225114731-26]  INFO [aai-resources,67ea5a8c2d9d7b25d8ef295d1e305ff5,d8ef295d1e305ff5] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:12.199 [67ea5a8c2d9d7b25d8ef295d1e305ff5,d8ef295d1e305ff5] [qtp1225114731-26] DEBUG [aai-resources,67ea5a8c2d9d7b25d8ef295d1e305ff5,d8ef295d1e305ff5] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"972e3994-50fd-4f20-9b50-7bfd5b758d1a","status":"200","rqstDate":"250331-09:04:12:183","respDate":"250331-09:04:12:199","sourceId":"haproxy:972e3994-50fd-4f20-9b50-7bfd5b758d1a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:12:183-53276\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[27788442-58d0-4da1-b775-623859480a1a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[972e3994-50fd-4f20-9b50-7bfd5b758d1a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:04:14.207 [67ea5a8eafb04be59f2eac81453f7b2e,9f2eac81453f7b2e] [qtp1225114731-852]  INFO [aai-resources,67ea5a8eafb04be59f2eac81453f7b2e,9f2eac81453f7b2e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:14.220 [67ea5a8eafb04be59f2eac81453f7b2e,9f2eac81453f7b2e] [qtp1225114731-852] DEBUG [aai-resources,67ea5a8eafb04be59f2eac81453f7b2e,9f2eac81453f7b2e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6adaab0c-23ff-4d8a-ade9-23bd4be4fde9","status":"200","rqstDate":"250331-09:04:14:207","respDate":"250331-09:04:14:220","sourceId":"haproxy:6adaab0c-23ff-4d8a-ade9-23bd4be4fde9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:14:207-88606\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cb46b1e5-6e56-4fbd-9ac1-02dec2e612cd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6adaab0c-23ff-4d8a-ade9-23bd4be4fde9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:04:16.228 [67ea5a906be93ec651905884247d35fe,51905884247d35fe] [qtp1225114731-26]  INFO [aai-resources,67ea5a906be93ec651905884247d35fe,51905884247d35fe] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:16.240 [67ea5a906be93ec651905884247d35fe,51905884247d35fe] [qtp1225114731-26] DEBUG [aai-resources,67ea5a906be93ec651905884247d35fe,51905884247d35fe] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cfe7c1f3-c6ef-40c2-bed4-0d97bc19b807","status":"200","rqstDate":"250331-09:04:16:228","respDate":"250331-09:04:16:239","sourceId":"haproxy:cfe7c1f3-c6ef-40c2-bed4-0d97bc19b807","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:16:228-91526\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[18d36182-ab76-4f28-91f1-57ecc3d63764], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cfe7c1f3-c6ef-40c2-bed4-0d97bc19b807]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:04:18.246 [67ea5a92e69e7c4cd0fa064ed9583b40,d0fa064ed9583b40] [qtp1225114731-852]  INFO [aai-resources,67ea5a92e69e7c4cd0fa064ed9583b40,d0fa064ed9583b40] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:18.261 [67ea5a92e69e7c4cd0fa064ed9583b40,d0fa064ed9583b40] [qtp1225114731-852] DEBUG [aai-resources,67ea5a92e69e7c4cd0fa064ed9583b40,d0fa064ed9583b40] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cb7a44d5-f6fb-4ec1-aa0b-24037ff40511","status":"200","rqstDate":"250331-09:04:18:246","respDate":"250331-09:04:18:261","sourceId":"haproxy:cb7a44d5-f6fb-4ec1-aa0b-24037ff40511","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:18:246-85485\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7ab98662-bbf4-4aec-b095-4ff034c23c85], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cb7a44d5-f6fb-4ec1-aa0b-24037ff40511]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:04:20.268 [67ea5a94acc052fa9ec2a9d20300b274,9ec2a9d20300b274] [qtp1225114731-26]  INFO [aai-resources,67ea5a94acc052fa9ec2a9d20300b274,9ec2a9d20300b274] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:20.283 [67ea5a94acc052fa9ec2a9d20300b274,9ec2a9d20300b274] [qtp1225114731-26] DEBUG [aai-resources,67ea5a94acc052fa9ec2a9d20300b274,9ec2a9d20300b274] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"041ab9fe-c51b-433e-9759-28649f11f5cd","status":"200","rqstDate":"250331-09:04:20:268","respDate":"250331-09:04:20:283","sourceId":"haproxy:041ab9fe-c51b-433e-9759-28649f11f5cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:20:268-22937\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4489b912-aa2d-429e-a14c-6e0e8b368c6f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[041ab9fe-c51b-433e-9759-28649f11f5cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:04:22.289 [67ea5a9601dcc31639a224603f05dc2a,39a224603f05dc2a] [qtp1225114731-852]  INFO [aai-resources,67ea5a9601dcc31639a224603f05dc2a,39a224603f05dc2a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:22.304 [67ea5a9601dcc31639a224603f05dc2a,39a224603f05dc2a] [qtp1225114731-852] DEBUG [aai-resources,67ea5a9601dcc31639a224603f05dc2a,39a224603f05dc2a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"67948d3c-fe7b-4dd9-b1e0-0b30f2a75715","status":"200","rqstDate":"250331-09:04:22:289","respDate":"250331-09:04:22:304","sourceId":"haproxy:67948d3c-fe7b-4dd9-b1e0-0b30f2a75715","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:22:289-90010\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f37fa551-e5dc-44b1-9c51-e0465e341165], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[67948d3c-fe7b-4dd9-b1e0-0b30f2a75715]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:04:24.310 [67ea5a98d642cd9c1a6117bd11dd8285,1a6117bd11dd8285] [qtp1225114731-26]  INFO [aai-resources,67ea5a98d642cd9c1a6117bd11dd8285,1a6117bd11dd8285] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:24.327 [67ea5a98d642cd9c1a6117bd11dd8285,1a6117bd11dd8285] [qtp1225114731-26] DEBUG [aai-resources,67ea5a98d642cd9c1a6117bd11dd8285,1a6117bd11dd8285] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c583c556-8dbf-4257-8db4-2959b7ff6844","status":"200","rqstDate":"250331-09:04:24:310","respDate":"250331-09:04:24:327","sourceId":"haproxy:c583c556-8dbf-4257-8db4-2959b7ff6844","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:24:310-88004\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c4c6068f-60c1-430a-b0bd-1ca5a5466adc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c583c556-8dbf-4257-8db4-2959b7ff6844]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:04:26.334 [67ea5a9aecef463873414e64720146da,73414e64720146da] [qtp1225114731-852]  INFO [aai-resources,67ea5a9aecef463873414e64720146da,73414e64720146da] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:26.349 [67ea5a9aecef463873414e64720146da,73414e64720146da] [qtp1225114731-852] DEBUG [aai-resources,67ea5a9aecef463873414e64720146da,73414e64720146da] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3cbd5581-756f-456c-a6b5-585a1a18a6d9","status":"200","rqstDate":"250331-09:04:26:334","respDate":"250331-09:04:26:349","sourceId":"haproxy:3cbd5581-756f-456c-a6b5-585a1a18a6d9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:26:334-20349\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a9b680c2-a231-918d-969c-f5225cd70b65], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3cbd5581-756f-456c-a6b5-585a1a18a6d9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:04:28.357 [67ea5a9c6dfed176f69a988172036bc4,f69a988172036bc4] [qtp1225114731-26]  INFO [aai-resources,67ea5a9c6dfed176f69a988172036bc4,f69a988172036bc4] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:28.382 [67ea5a9c6dfed176f69a988172036bc4,f69a988172036bc4] [qtp1225114731-26] DEBUG [aai-resources,67ea5a9c6dfed176f69a988172036bc4,f69a988172036bc4] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4487736e-f336-4fcd-89a5-e591d44c30ba","status":"200","rqstDate":"250331-09:04:28:357","respDate":"250331-09:04:28:377","sourceId":"haproxy:4487736e-f336-4fcd-89a5-e591d44c30ba","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:28:357-84128\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a7dfbdd7-ed96-4c5f-a715-ac763711042b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4487736e-f336-4fcd-89a5-e591d44c30ba]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 30 - "logType": "access"
2025-03-31 09:04:30.388 [67ea5a9e2b7d1de90a230c70209e34eb,0a230c70209e34eb] [qtp1225114731-852]  INFO [aai-resources,67ea5a9e2b7d1de90a230c70209e34eb,0a230c70209e34eb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:30.398 [67ea5a9e2b7d1de90a230c70209e34eb,0a230c70209e34eb] [qtp1225114731-852] DEBUG [aai-resources,67ea5a9e2b7d1de90a230c70209e34eb,0a230c70209e34eb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"37da8ef8-dc19-4f1e-96c4-d2a1e5f28f4c","status":"200","rqstDate":"250331-09:04:30:389","respDate":"250331-09:04:30:398","sourceId":"haproxy:37da8ef8-dc19-4f1e-96c4-d2a1e5f28f4c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:30:389-84987\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b2c07907-b186-4dfa-8772-fe6043e43dcf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[37da8ef8-dc19-4f1e-96c4-d2a1e5f28f4c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:04:32.404 [67ea5aa0e1cf8cd4f299ba0e645fc203,f299ba0e645fc203] [qtp1225114731-26]  INFO [aai-resources,67ea5aa0e1cf8cd4f299ba0e645fc203,f299ba0e645fc203] 1 --- [tp1225114731-26] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.405 [67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] [qtp1225114731-270]  INFO [aai-resources,67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.412 [67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] [pool-1028-thread-1]  INFO [aai-resources,67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] 1 --- [l-1028-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.413 [67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] [pool-1028-thread-1]  INFO [aai-resources,67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] 1 --- [l-1028-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.413 [67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] [pool-1028-thread-1]  INFO [aai-resources,67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] 1 --- [l-1028-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.413 [67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] [pool-1028-thread-1]  INFO [aai-resources,67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] 1 --- [l-1028-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:32.420 [67ea5aa0e1cf8cd4f299ba0e645fc203,f299ba0e645fc203] [qtp1225114731-26] DEBUG [aai-resources,67ea5aa0e1cf8cd4f299ba0e645fc203,f299ba0e645fc203] 1 --- [tp1225114731-26] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d5f4802-4c30-4bca-8754-5bce4e7e2abd","status":"200","rqstDate":"250331-09:04:32:404","respDate":"250331-09:04:32:420","sourceId":"haproxy:0d5f4802-4c30-4bca-8754-5bce4e7e2abd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:32:404-3525\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4a5c4674-927d-4b80-bb84-acf71ff57c39], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0d5f4802-4c30-4bca-8754-5bce4e7e2abd]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:04:32.432 [67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] [pool-1028-thread-1]  INFO [aai-resources,67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] 1 --- [l-1028-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:32.433 [67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] [qtp1225114731-270] DEBUG [aai-resources,67ea5aa0558e5d145f41af84d1e4935b,5f41af84d1e4935b] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:405","respDate":"250331-09:04:32:433","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:32:405-2148\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[06fb85b4-eb72-4d9a-905c-0c8f1e09475a], Accept=[application/json], x-invocationid=[e9b66ede-10e6-4a72-9348-0a79524773d8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 31 - "logType": "access"
2025-03-31 09:04:32.458 [67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] [qtp1225114731-1294]  INFO [aai-resources,67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.465 [67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] [pool-1029-thread-1]  INFO [aai-resources,67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] 1 --- [l-1029-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.465 [67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] [pool-1029-thread-1]  INFO [aai-resources,67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] 1 --- [l-1029-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.465 [67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] [pool-1029-thread-1]  INFO [aai-resources,67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] 1 --- [l-1029-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.466 [67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] [pool-1029-thread-1]  INFO [aai-resources,67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] 1 --- [l-1029-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:32.511 [67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] [pool-1029-thread-1]  INFO [aai-resources,67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] 1 --- [l-1029-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:32.512 [67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aa0376de9b3f06caa18aa2441d1,f06caa18aa2441d1] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:459","respDate":"250331-09:04:32:512","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:32:459-98514\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[92fb2646-7fc3-4741-bcf4-48a72f7570a2], Accept=[application/json], x-invocationid=[580399a5-3971-486a-80f7-db60f607e416], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1596 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 56 - "logType": "access"
2025-03-31 09:04:32.567 [67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] [qtp1225114731-270]  INFO [aai-resources,67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.572 [67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] [pool-1030-thread-1]  INFO [aai-resources,67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] 1 --- [l-1030-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.572 [67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] [pool-1030-thread-1]  INFO [aai-resources,67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] 1 --- [l-1030-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.572 [67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] [pool-1030-thread-1]  INFO [aai-resources,67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] 1 --- [l-1030-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.572 [67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] [pool-1030-thread-1]  INFO [aai-resources,67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] 1 --- [l-1030-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:32.582 [67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] [pool-1030-thread-1]  INFO [aai-resources,67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] 1 --- [l-1030-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:32.582 [67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] [qtp1225114731-270] DEBUG [aai-resources,67ea5aa0f8a1f521e4eff0a0e29a028b,e4eff0a0e29a028b] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:567","respDate":"250331-09:04:32:582","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:32:567-19282\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[be7b4a22-9f2c-4384-b02f-0e52370b9437], Accept=[application/json], x-invocationid=[628a2dfa-5cd1-4736-a126-f5ad1fb7ce38], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:04:32.603 [67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] [qtp1225114731-1294]  INFO [aai-resources,67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.607 [67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] [pool-1031-thread-1]  INFO [aai-resources,67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] 1 --- [l-1031-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.607 [67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] [pool-1031-thread-1]  INFO [aai-resources,67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] 1 --- [l-1031-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.607 [67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] [pool-1031-thread-1]  INFO [aai-resources,67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] 1 --- [l-1031-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.608 [67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] [pool-1031-thread-1]  INFO [aai-resources,67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] 1 --- [l-1031-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:32.614 [67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] [pool-1031-thread-1]  INFO [aai-resources,67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] 1 --- [l-1031-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:32.614 [67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aa0a16a1a9c8abf7b89c53f97c1,8abf7b89c53f97c1] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:604","respDate":"250331-09:04:32:614","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:32:604-89242\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[7f8d8d0d-8b7d-4a94-8b80-fe398a0f0d6e], Accept=[application/json], x-invocationid=[9df3c5ae-15dd-42b8-ab2f-75568aabe994], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:04:32.635 [67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] [qtp1225114731-270]  INFO [aai-resources,67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.639 [67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] [pool-1032-thread-1]  INFO [aai-resources,67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] 1 --- [l-1032-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.639 [67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] [pool-1032-thread-1]  INFO [aai-resources,67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] 1 --- [l-1032-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.639 [67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] [pool-1032-thread-1]  INFO [aai-resources,67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] 1 --- [l-1032-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.640 [67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] [pool-1032-thread-1]  INFO [aai-resources,67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] 1 --- [l-1032-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:32.698 [67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] [pool-1032-thread-1]  INFO [aai-resources,67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] 1 --- [l-1032-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:32.699 [67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] [qtp1225114731-270] DEBUG [aai-resources,67ea5aa09618968c0059e231e81c464e,0059e231e81c464e] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:635","respDate":"250331-09:04:32:699","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:32:635-13822\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[a1b5292b-362b-4df7-8ed8-55007e5b065d], Accept=[application/json], x-invocationid=[bd962163-604e-4528-bfbb-fcfa8203a467], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 66 - "logType": "access"
2025-03-31 09:04:32.723 [67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] [qtp1225114731-1294]  INFO [aai-resources,67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.727 [67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] [pool-1033-thread-1]  INFO [aai-resources,67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] 1 --- [l-1033-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.727 [67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] [pool-1033-thread-1]  INFO [aai-resources,67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] 1 --- [l-1033-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.727 [67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] [pool-1033-thread-1]  INFO [aai-resources,67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] 1 --- [l-1033-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.727 [67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] [pool-1033-thread-1]  INFO [aai-resources,67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] 1 --- [l-1033-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:32.735 [67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] [pool-1033-thread-1]  INFO [aai-resources,67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] 1 --- [l-1033-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:32.736 [67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aa03186767882ff19bc7135595b,82ff19bc7135595b] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:724","respDate":"250331-09:04:32:736","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:32:724-54952\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[19418ac3-1325-4822-bfc8-ab12dd2957ee], Accept=[application/json], x-invocationid=[bc14b06e-40ce-4bf0-835d-fe14007747ef], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:04:32.760 [67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] [qtp1225114731-270]  INFO [aai-resources,67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.767 [67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] [pool-1034-thread-1]  INFO [aai-resources,67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] 1 --- [l-1034-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.767 [67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] [pool-1034-thread-1]  INFO [aai-resources,67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] 1 --- [l-1034-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.767 [67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] [pool-1034-thread-1]  INFO [aai-resources,67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] 1 --- [l-1034-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.767 [67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] [pool-1034-thread-1]  INFO [aai-resources,67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] 1 --- [l-1034-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:32.775 [67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] [pool-1034-thread-1]  INFO [aai-resources,67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] 1 --- [l-1034-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:32.776 [67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] [qtp1225114731-270] DEBUG [aai-resources,67ea5aa0de1869da4382ad8c50c95130,4382ad8c50c95130] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:760","respDate":"250331-09:04:32:776","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:32:760-45860\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b92aa6f8-3993-44ce-9a23-7d4f67ec8358], Accept=[application/json], x-invocationid=[9ad12236-e158-4e6d-8dd9-70a3c95869fa], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:04:32.802 [67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] [qtp1225114731-1294]  INFO [aai-resources,67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.806 [67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] [pool-1035-thread-1]  INFO [aai-resources,67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] 1 --- [l-1035-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.806 [67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] [pool-1035-thread-1]  INFO [aai-resources,67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] 1 --- [l-1035-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.806 [67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] [pool-1035-thread-1]  INFO [aai-resources,67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] 1 --- [l-1035-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.806 [67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] [pool-1035-thread-1]  INFO [aai-resources,67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] 1 --- [l-1035-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:32.808 [67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] [pool-1035-thread-1]  INFO [aai-resources,67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] 1 --- [l-1035-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:32.809 [67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aa099a033ced96fc26bcfd0e7a2,d96fc26bcfd0e7a2] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:802","respDate":"250331-09:04:32:809","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:32:802-30885\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[01666726-a681-45db-8901-d0ec144f1019], Accept=[application/json], x-invocationid=[ba28469d-82e7-40fd-96ca-999f865ce12f], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 09:04:32.829 [67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] [qtp1225114731-270]  INFO [aai-resources,67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.835 [67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] [pool-1036-thread-1]  INFO [aai-resources,67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] 1 --- [l-1036-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.835 [67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] [pool-1036-thread-1]  INFO [aai-resources,67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] 1 --- [l-1036-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.835 [67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] [pool-1036-thread-1]  INFO [aai-resources,67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] 1 --- [l-1036-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.836 [67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] [pool-1036-thread-1]  INFO [aai-resources,67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] 1 --- [l-1036-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:32.854 [67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] [pool-1036-thread-1]  INFO [aai-resources,67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] 1 --- [l-1036-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:32.855 [67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] [qtp1225114731-270] DEBUG [aai-resources,67ea5aa0eae526f3fda9cd3868bf9010,fda9cd3868bf9010] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:829","respDate":"250331-09:04:32:855","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:32:829-19652\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d7e6ce61-5555-40e7-aa60-74997e577c24], Accept=[application/json], x-invocationid=[45b689ba-0292-4ae9-b136-d52220a1488c], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 09:04:32.875 [67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] [qtp1225114731-1294]  INFO [aai-resources,67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.881 [67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] [pool-1037-thread-1]  INFO [aai-resources,67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] 1 --- [l-1037-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.881 [67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] [pool-1037-thread-1]  INFO [aai-resources,67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] 1 --- [l-1037-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.881 [67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] [pool-1037-thread-1]  INFO [aai-resources,67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] 1 --- [l-1037-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.882 [67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] [pool-1037-thread-1]  INFO [aai-resources,67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] 1 --- [l-1037-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:32.900 [67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] [pool-1037-thread-1]  INFO [aai-resources,67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] 1 --- [l-1037-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:32.901 [67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aa0703293d382d1474039f293ce,82d1474039f293ce] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:875","respDate":"250331-09:04:32:901","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:32:875-5396\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[95f4e5ac-c860-4698-96bf-dafd31dadd42], Accept=[application/json], x-invocationid=[a28846df-d9ee-4a94-9b4e-cefab86ac43d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 09:04:32.922 [67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] [qtp1225114731-270]  INFO [aai-resources,67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.927 [67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] [pool-1038-thread-1]  INFO [aai-resources,67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] 1 --- [l-1038-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.928 [67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] [pool-1038-thread-1]  INFO [aai-resources,67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] 1 --- [l-1038-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.928 [67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] [pool-1038-thread-1]  INFO [aai-resources,67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] 1 --- [l-1038-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.928 [67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] [pool-1038-thread-1]  INFO [aai-resources,67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] 1 --- [l-1038-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:32.952 [67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] [pool-1038-thread-1]  INFO [aai-resources,67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] 1 --- [l-1038-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:32.953 [67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] [qtp1225114731-270] DEBUG [aai-resources,67ea5aa0a3b86e785dea4bef1e0b2a51,5dea4bef1e0b2a51] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:922","respDate":"250331-09:04:32:953","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:32:922-2454\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[372c6129-a625-496e-8611-fb9ffabb02cb], Accept=[application/json], x-invocationid=[b7b6bb06-8771-463c-bcd6-04fa59c6e1ee], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:32 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 33 - "logType": "access"
2025-03-31 09:04:32.978 [67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] [qtp1225114731-1294]  INFO [aai-resources,67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:32.987 [67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] [pool-1039-thread-1]  INFO [aai-resources,67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] 1 --- [l-1039-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:32.987 [67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] [pool-1039-thread-1]  INFO [aai-resources,67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] 1 --- [l-1039-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:32.987 [67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] [pool-1039-thread-1]  INFO [aai-resources,67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] 1 --- [l-1039-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:32.987 [67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] [pool-1039-thread-1]  INFO [aai-resources,67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] 1 --- [l-1039-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:33.010 [67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] [pool-1039-thread-1]  INFO [aai-resources,67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] 1 --- [l-1039-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:33.011 [67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aa01b78186167fc70ae44f15d2e,67fc70ae44f15d2e] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:32:978","respDate":"250331-09:04:33:011","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:32:978-25808\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[32a07273-9d59-471b-a275-747b1d2249c9], Accept=[application/json], x-invocationid=[25fc42fd-08f2-4fe8-ba73-a38b9112ce18], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:33 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne" 200 1084 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 35 - "logType": "access"
2025-03-31 09:04:33.032 [67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] [qtp1225114731-270]  INFO [aai-resources,67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:33.036 [67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] [pool-1040-thread-1]  INFO [aai-resources,67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] 1 --- [l-1040-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:33.036 [67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] [pool-1040-thread-1]  INFO [aai-resources,67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] 1 --- [l-1040-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:33.036 [67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] [pool-1040-thread-1]  INFO [aai-resources,67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] 1 --- [l-1040-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:33.037 [67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] [pool-1040-thread-1]  INFO [aai-resources,67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] 1 --- [l-1040-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:33.052 [67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] [pool-1040-thread-1]  INFO [aai-resources,67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] 1 --- [l-1040-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:33.053 [67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] [qtp1225114731-270] DEBUG [aai-resources,67ea5aa1ed98eecf317b8c070e4b5af5,317b8c070e4b5af5] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:33:032","respDate":"250331-09:04:33:053","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:33:032-3558\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[fb698f0d-51b4-43ba-95bf-00eefeb86840], Accept=[application/json], x-invocationid=[9bc6e679-ff09-409f-a12f-39f8e558ddcf], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:33 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1035 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 23 - "logType": "access"
2025-03-31 09:04:33.083 [67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] [qtp1225114731-1294]  INFO [aai-resources,67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:33.087 [67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] [pool-1041-thread-1]  INFO [aai-resources,67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] 1 --- [l-1041-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:33.087 [67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] [pool-1041-thread-1]  INFO [aai-resources,67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] 1 --- [l-1041-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:33.087 [67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] [pool-1041-thread-1]  INFO [aai-resources,67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] 1 --- [l-1041-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:33.088 [67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] [pool-1041-thread-1]  INFO [aai-resources,67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] 1 --- [l-1041-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:33.102 [67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] [pool-1041-thread-1]  INFO [aai-resources,67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] 1 --- [l-1041-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:33.103 [67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aa14199bdf852e1fef3bfbf8019,52e1fef3bfbf8019] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:33:083","respDate":"250331-09:04:33:103","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:33:083-32879\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9ab4d42c-c1b8-4a31-b4d9-c2952411ef8c], Accept=[application/json], x-invocationid=[626e4b5f-1ab7-431b-8204-68c0801b2051], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:33 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 09:04:33.173 [67ea5aa183d94b73f766858127f5d832,f766858127f5d832] [qtp1225114731-270]  INFO [aai-resources,67ea5aa183d94b73f766858127f5d832,f766858127f5d832] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:33.179 [67ea5aa183d94b73f766858127f5d832,f766858127f5d832] [pool-1042-thread-1]  INFO [aai-resources,67ea5aa183d94b73f766858127f5d832,f766858127f5d832] 1 --- [l-1042-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:04:33.179 [67ea5aa183d94b73f766858127f5d832,f766858127f5d832] [pool-1042-thread-1]  INFO [aai-resources,67ea5aa183d94b73f766858127f5d832,f766858127f5d832] 1 --- [l-1042-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:04:33.179 [67ea5aa183d94b73f766858127f5d832,f766858127f5d832] [pool-1042-thread-1]  INFO [aai-resources,67ea5aa183d94b73f766858127f5d832,f766858127f5d832] 1 --- [l-1042-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:04:33.179 [67ea5aa183d94b73f766858127f5d832,f766858127f5d832] [pool-1042-thread-1]  INFO [aai-resources,67ea5aa183d94b73f766858127f5d832,f766858127f5d832] 1 --- [l-1042-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:04:33.191 [67ea5aa183d94b73f766858127f5d832,f766858127f5d832] [pool-1042-thread-1]  INFO [aai-resources,67ea5aa183d94b73f766858127f5d832,f766858127f5d832] 1 --- [l-1042-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:04:33.191 [67ea5aa183d94b73f766858127f5d832,f766858127f5d832] [qtp1225114731-270] DEBUG [aai-resources,67ea5aa183d94b73f766858127f5d832,f766858127f5d832] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:04:33:173","respDate":"250331-09:04:33:191","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:38089/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:33:173-50386\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ec6b6bbd-7b53-4304-adb3-ab2ee589bac5], Accept=[application/json], x-invocationid=[be803c16-7f28-450d-ae00-cae2adc2f52d], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:38089], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[38089], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:33 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 1772 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:04:34.427 [67ea5aa263d5e6e7f9ee6c5ae3de5281,f9ee6c5ae3de5281] [qtp1225114731-1294]  INFO [aai-resources,67ea5aa263d5e6e7f9ee6c5ae3de5281,f9ee6c5ae3de5281] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:34.437 [67ea5aa263d5e6e7f9ee6c5ae3de5281,f9ee6c5ae3de5281] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aa263d5e6e7f9ee6c5ae3de5281,f9ee6c5ae3de5281] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"15b1a4f5-8f8b-44a1-ac22-5adf7000b798","status":"200","rqstDate":"250331-09:04:34:427","respDate":"250331-09:04:34:437","sourceId":"haproxy:15b1a4f5-8f8b-44a1-ac22-5adf7000b798","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:34:427-75493\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[406bb11f-f5a6-4b95-840c-5d1b3b33b640], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[15b1a4f5-8f8b-44a1-ac22-5adf7000b798]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:04:36.444 [67ea5aa44120094e7199276bd2c56abc,7199276bd2c56abc] [qtp1225114731-270]  INFO [aai-resources,67ea5aa44120094e7199276bd2c56abc,7199276bd2c56abc] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:36.458 [67ea5aa44120094e7199276bd2c56abc,7199276bd2c56abc] [qtp1225114731-270] DEBUG [aai-resources,67ea5aa44120094e7199276bd2c56abc,7199276bd2c56abc] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd8006b8-5788-4a9f-a19a-ce34648b8af2","status":"200","rqstDate":"250331-09:04:36:444","respDate":"250331-09:04:36:458","sourceId":"haproxy:cd8006b8-5788-4a9f-a19a-ce34648b8af2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:36:444-64570\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[63a70301-d6b3-4f3f-aa0a-c74555a5dae7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd8006b8-5788-4a9f-a19a-ce34648b8af2]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:04:38.465 [67ea5aa6ef4656367c82b1187a0daac5,7c82b1187a0daac5] [qtp1225114731-1294]  INFO [aai-resources,67ea5aa6ef4656367c82b1187a0daac5,7c82b1187a0daac5] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:38.480 [67ea5aa6ef4656367c82b1187a0daac5,7c82b1187a0daac5] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aa6ef4656367c82b1187a0daac5,7c82b1187a0daac5] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6562560e-97ac-4ade-95e6-43c6fa39aa34","status":"200","rqstDate":"250331-09:04:38:466","respDate":"250331-09:04:38:480","sourceId":"haproxy:6562560e-97ac-4ade-95e6-43c6fa39aa34","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:38:466-19439\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[700a7975-df7f-4566-a054-38a0e2fceed4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6562560e-97ac-4ade-95e6-43c6fa39aa34]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:04:40.488 [67ea5aa8257f6e84fc6681ccba596937,fc6681ccba596937] [qtp1225114731-270]  INFO [aai-resources,67ea5aa8257f6e84fc6681ccba596937,fc6681ccba596937] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:40.500 [67ea5aa8257f6e84fc6681ccba596937,fc6681ccba596937] [qtp1225114731-270] DEBUG [aai-resources,67ea5aa8257f6e84fc6681ccba596937,fc6681ccba596937] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df44c446-c6a8-4e5f-8f3b-ad4fba54dcd0","status":"200","rqstDate":"250331-09:04:40:488","respDate":"250331-09:04:40:500","sourceId":"haproxy:df44c446-c6a8-4e5f-8f3b-ad4fba54dcd0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:40:488-4846\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b19d303e-0d0a-4141-b594-f3eec8477bbb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df44c446-c6a8-4e5f-8f3b-ad4fba54dcd0]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:04:42.506 [67ea5aaa70d70f430f1db474270dde0c,0f1db474270dde0c] [qtp1225114731-1294]  INFO [aai-resources,67ea5aaa70d70f430f1db474270dde0c,0f1db474270dde0c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:42.519 [67ea5aaa70d70f430f1db474270dde0c,0f1db474270dde0c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aaa70d70f430f1db474270dde0c,0f1db474270dde0c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"77d413a5-4f28-4c16-b86a-661df0173dbd","status":"200","rqstDate":"250331-09:04:42:506","respDate":"250331-09:04:42:519","sourceId":"haproxy:77d413a5-4f28-4c16-b86a-661df0173dbd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:42:506-29475\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ee144188-272b-4a5c-af49-d762b92585db], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[77d413a5-4f28-4c16-b86a-661df0173dbd]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:04:44.527 [67ea5aacd9f56e46c5a5e09a063b7b1b,c5a5e09a063b7b1b] [qtp1225114731-270]  INFO [aai-resources,67ea5aacd9f56e46c5a5e09a063b7b1b,c5a5e09a063b7b1b] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:44.540 [67ea5aacd9f56e46c5a5e09a063b7b1b,c5a5e09a063b7b1b] [qtp1225114731-270] DEBUG [aai-resources,67ea5aacd9f56e46c5a5e09a063b7b1b,c5a5e09a063b7b1b] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5fdc66e4-6d94-40a4-bf36-89fe8d733bfa","status":"200","rqstDate":"250331-09:04:44:527","respDate":"250331-09:04:44:540","sourceId":"haproxy:5fdc66e4-6d94-40a4-bf36-89fe8d733bfa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:44:527-97539\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bdff2629-bd9d-4dec-94d6-d77e86471218], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5fdc66e4-6d94-40a4-bf36-89fe8d733bfa]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:04:46.546 [67ea5aaeb1202fa965441be21ab52493,65441be21ab52493] [qtp1225114731-1294]  INFO [aai-resources,67ea5aaeb1202fa965441be21ab52493,65441be21ab52493] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:46.557 [67ea5aaeb1202fa965441be21ab52493,65441be21ab52493] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aaeb1202fa965441be21ab52493,65441be21ab52493] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a70e9ca6-90df-4338-b1c9-5ac2190581e3","status":"200","rqstDate":"250331-09:04:46:546","respDate":"250331-09:04:46:557","sourceId":"haproxy:a70e9ca6-90df-4338-b1c9-5ac2190581e3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:46:546-86954\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1ebe4ee5-cbcc-4592-9f8b-84b77da25696], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a70e9ca6-90df-4338-b1c9-5ac2190581e3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:04:48.565 [67ea5ab0cdd8bd0769de91e45bf2a128,69de91e45bf2a128] [qtp1225114731-270]  INFO [aai-resources,67ea5ab0cdd8bd0769de91e45bf2a128,69de91e45bf2a128] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:48.578 [67ea5ab0cdd8bd0769de91e45bf2a128,69de91e45bf2a128] [qtp1225114731-270] DEBUG [aai-resources,67ea5ab0cdd8bd0769de91e45bf2a128,69de91e45bf2a128] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a55307ee-863a-46d7-adc7-6edaea7f8b7f","status":"200","rqstDate":"250331-09:04:48:565","respDate":"250331-09:04:48:578","sourceId":"haproxy:a55307ee-863a-46d7-adc7-6edaea7f8b7f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:04:48:565-97047\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c3c85ffb-6fff-4301-9844-4fb650ba8f9f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a55307ee-863a-46d7-adc7-6edaea7f8b7f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:04:50.585 [67ea5ab2b05d294ee9d86d1ae2bc87bd,e9d86d1ae2bc87bd] [qtp1225114731-1294]  INFO [aai-resources,67ea5ab2b05d294ee9d86d1ae2bc87bd,e9d86d1ae2bc87bd] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:50.599 [67ea5ab2b05d294ee9d86d1ae2bc87bd,e9d86d1ae2bc87bd] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ab2b05d294ee9d86d1ae2bc87bd,e9d86d1ae2bc87bd] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2b970817-883a-40be-872b-d4191537f76f","status":"200","rqstDate":"250331-09:04:50:585","respDate":"250331-09:04:50:599","sourceId":"haproxy:2b970817-883a-40be-872b-d4191537f76f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:04:50:585-60440\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dbfa7594-64d2-4767-a567-e79ef8800035], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2b970817-883a-40be-872b-d4191537f76f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:04:52.606 [67ea5ab4e993e30acabc9c71371a30dc,cabc9c71371a30dc] [qtp1225114731-270]  INFO [aai-resources,67ea5ab4e993e30acabc9c71371a30dc,cabc9c71371a30dc] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:52.621 [67ea5ab4e993e30acabc9c71371a30dc,cabc9c71371a30dc] [qtp1225114731-270] DEBUG [aai-resources,67ea5ab4e993e30acabc9c71371a30dc,cabc9c71371a30dc] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f2bad3d-2511-4c45-9a96-9062dc6b6ebe","status":"200","rqstDate":"250331-09:04:52:606","respDate":"250331-09:04:52:621","sourceId":"haproxy:0f2bad3d-2511-4c45-9a96-9062dc6b6ebe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:52:606-46203\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ac552434-adab-44a9-adda-f4bdbb217ffc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0f2bad3d-2511-4c45-9a96-9062dc6b6ebe]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:04:54.627 [67ea5ab6eed178017010c56ad251a401,7010c56ad251a401] [qtp1225114731-1294]  INFO [aai-resources,67ea5ab6eed178017010c56ad251a401,7010c56ad251a401] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:54.640 [67ea5ab6eed178017010c56ad251a401,7010c56ad251a401] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ab6eed178017010c56ad251a401,7010c56ad251a401] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c47507bb-bead-445d-acd0-ef9d14d0be4b","status":"200","rqstDate":"250331-09:04:54:627","respDate":"250331-09:04:54:640","sourceId":"haproxy:c47507bb-bead-445d-acd0-ef9d14d0be4b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:54:627-54614\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[92d94396-2b15-4aa9-8fc5-fe7d81c322b6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c47507bb-bead-445d-acd0-ef9d14d0be4b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:04:56.647 [67ea5ab8d32dfe770b0b29b8b36a021c,0b0b29b8b36a021c] [qtp1225114731-270]  INFO [aai-resources,67ea5ab8d32dfe770b0b29b8b36a021c,0b0b29b8b36a021c] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:56.660 [67ea5ab8d32dfe770b0b29b8b36a021c,0b0b29b8b36a021c] [qtp1225114731-270] DEBUG [aai-resources,67ea5ab8d32dfe770b0b29b8b36a021c,0b0b29b8b36a021c] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"22e7fff2-7728-4b46-9aa9-9714c94997fc","status":"200","rqstDate":"250331-09:04:56:647","respDate":"250331-09:04:56:660","sourceId":"haproxy:22e7fff2-7728-4b46-9aa9-9714c94997fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:56:647-80273\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c6205fa5-6880-4815-a848-d57357f537ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[22e7fff2-7728-4b46-9aa9-9714c94997fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:04:58.665 [67ea5aba18c59f2f4c43fb9a8c9eb5df,4c43fb9a8c9eb5df] [qtp1225114731-1294]  INFO [aai-resources,67ea5aba18c59f2f4c43fb9a8c9eb5df,4c43fb9a8c9eb5df] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:04:58.679 [67ea5aba18c59f2f4c43fb9a8c9eb5df,4c43fb9a8c9eb5df] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aba18c59f2f4c43fb9a8c9eb5df,4c43fb9a8c9eb5df] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a549466d-3cde-4395-a0d5-1eacb66960cf","status":"200","rqstDate":"250331-09:04:58:666","respDate":"250331-09:04:58:679","sourceId":"haproxy:a549466d-3cde-4395-a0d5-1eacb66960cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:04:58:666-31466\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3e633838-96b1-4463-8487-a3f0237a6af5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a549466d-3cde-4395-a0d5-1eacb66960cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:04:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:05:00.685 [67ea5abccb80cf440ba664b9406cb827,0ba664b9406cb827] [qtp1225114731-270]  INFO [aai-resources,67ea5abccb80cf440ba664b9406cb827,0ba664b9406cb827] 1 --- [p1225114731-270] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:00.698 [67ea5abccb80cf440ba664b9406cb827,0ba664b9406cb827] [qtp1225114731-270] DEBUG [aai-resources,67ea5abccb80cf440ba664b9406cb827,0ba664b9406cb827] 1 --- [p1225114731-270] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8166f163-f232-401c-bf74-c31b8bb5a038","status":"200","rqstDate":"250331-09:05:00:685","respDate":"250331-09:05:00:698","sourceId":"haproxy:8166f163-f232-401c-bf74-c31b8bb5a038","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:05:00:685-7096\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6ed9d2da-7b3a-41c5-93aa-927cd116096c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8166f163-f232-401c-bf74-c31b8bb5a038]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:05:02.704 [67ea5abe58a86a9fcfac5c31a4d52331,cfac5c31a4d52331] [qtp1225114731-1294]  INFO [aai-resources,67ea5abe58a86a9fcfac5c31a4d52331,cfac5c31a4d52331] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:02.719 [67ea5abe58a86a9fcfac5c31a4d52331,cfac5c31a4d52331] [qtp1225114731-1294] DEBUG [aai-resources,67ea5abe58a86a9fcfac5c31a4d52331,cfac5c31a4d52331] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aa9d6e2d-8284-411e-bbe2-50dcce813be4","status":"200","rqstDate":"250331-09:05:02:704","respDate":"250331-09:05:02:719","sourceId":"haproxy:aa9d6e2d-8284-411e-bbe2-50dcce813be4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:05:02:704-39238\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e24449c5-75e0-49d5-8cfc-63435161a0f9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aa9d6e2d-8284-411e-bbe2-50dcce813be4]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:05:04.725 [67ea5ac0a12c1954b61cf4a7944caf11,b61cf4a7944caf11] [qtp1225114731-852]  INFO [aai-resources,67ea5ac0a12c1954b61cf4a7944caf11,b61cf4a7944caf11] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:04.737 [67ea5ac0a12c1954b61cf4a7944caf11,b61cf4a7944caf11] [qtp1225114731-852] DEBUG [aai-resources,67ea5ac0a12c1954b61cf4a7944caf11,b61cf4a7944caf11] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e0bac0d2-f651-44f2-9e20-b89580f94724","status":"200","rqstDate":"250331-09:05:04:725","respDate":"250331-09:05:04:737","sourceId":"haproxy:e0bac0d2-f651-44f2-9e20-b89580f94724","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:05:04:725-44627\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[98fe4622-ac91-4cba-afff-3669f3dde6cf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e0bac0d2-f651-44f2-9e20-b89580f94724]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:05:06.743 [67ea5ac2b714b3c55df269c1ed8a68c4,5df269c1ed8a68c4] [qtp1225114731-1294]  INFO [aai-resources,67ea5ac2b714b3c55df269c1ed8a68c4,5df269c1ed8a68c4] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:06.757 [67ea5ac2b714b3c55df269c1ed8a68c4,5df269c1ed8a68c4] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ac2b714b3c55df269c1ed8a68c4,5df269c1ed8a68c4] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a38fecb1-a7f9-4984-a60f-a9cb70add22e","status":"200","rqstDate":"250331-09:05:06:743","respDate":"250331-09:05:06:757","sourceId":"haproxy:a38fecb1-a7f9-4984-a60f-a9cb70add22e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:05:06:743-55487\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d228498e-759b-474b-a1a1-951945c5fbb2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a38fecb1-a7f9-4984-a60f-a9cb70add22e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:05:08.764 [67ea5ac448b78b73edf6c17eed4885b0,edf6c17eed4885b0] [qtp1225114731-852]  INFO [aai-resources,67ea5ac448b78b73edf6c17eed4885b0,edf6c17eed4885b0] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:08.776 [67ea5ac448b78b73edf6c17eed4885b0,edf6c17eed4885b0] [qtp1225114731-852] DEBUG [aai-resources,67ea5ac448b78b73edf6c17eed4885b0,edf6c17eed4885b0] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1bf9d060-eaf9-4247-afe3-fc77238ee9a6","status":"200","rqstDate":"250331-09:05:08:765","respDate":"250331-09:05:08:776","sourceId":"haproxy:1bf9d060-eaf9-4247-afe3-fc77238ee9a6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:05:08:765-29058\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2ae7c546-be8b-49ef-a696-318c3c842c30], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1bf9d060-eaf9-4247-afe3-fc77238ee9a6]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:05:10.786 [67ea5ac6dd63547828539851f9198017,28539851f9198017] [qtp1225114731-1294]  INFO [aai-resources,67ea5ac6dd63547828539851f9198017,28539851f9198017] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:10.798 [67ea5ac6dd63547828539851f9198017,28539851f9198017] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ac6dd63547828539851f9198017,28539851f9198017] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"39d08daa-63b8-4198-8306-9928c61c4ebb","status":"200","rqstDate":"250331-09:05:10:786","respDate":"250331-09:05:10:798","sourceId":"haproxy:39d08daa-63b8-4198-8306-9928c61c4ebb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:05:10:786-23531\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[077fcb0f-8693-4937-975f-a4479811f56f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[39d08daa-63b8-4198-8306-9928c61c4ebb]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:05:12.805 [67ea5ac8e0ec6f43cb79bc6f54cd3bfc,cb79bc6f54cd3bfc] [qtp1225114731-852]  INFO [aai-resources,67ea5ac8e0ec6f43cb79bc6f54cd3bfc,cb79bc6f54cd3bfc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:12.828 [67ea5ac8e0ec6f43cb79bc6f54cd3bfc,cb79bc6f54cd3bfc] [qtp1225114731-852] DEBUG [aai-resources,67ea5ac8e0ec6f43cb79bc6f54cd3bfc,cb79bc6f54cd3bfc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"233d1e7e-e09d-424f-b54f-b4a57a7ad832","status":"200","rqstDate":"250331-09:05:12:806","respDate":"250331-09:05:12:827","sourceId":"haproxy:233d1e7e-e09d-424f-b54f-b4a57a7ad832","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:05:12:806-10536\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f9d24561-62be-4696-a077-3bd1f4aa329e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[233d1e7e-e09d-424f-b54f-b4a57a7ad832]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 09:05:14.835 [67ea5aca6316cbf480001c0e5c7ac9e3,80001c0e5c7ac9e3] [qtp1225114731-1294]  INFO [aai-resources,67ea5aca6316cbf480001c0e5c7ac9e3,80001c0e5c7ac9e3] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:14.849 [67ea5aca6316cbf480001c0e5c7ac9e3,80001c0e5c7ac9e3] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aca6316cbf480001c0e5c7ac9e3,80001c0e5c7ac9e3] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aa8b599d-192c-40e5-8cda-68fd23e6eb31","status":"200","rqstDate":"250331-09:05:14:836","respDate":"250331-09:05:14:849","sourceId":"haproxy:aa8b599d-192c-40e5-8cda-68fd23e6eb31","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:14:836-34871\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f7ef72db-6cb2-491f-b777-5edee5599e56], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aa8b599d-192c-40e5-8cda-68fd23e6eb31]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:05:16.856 [67ea5acca054bb42360aba9cbc5edc18,360aba9cbc5edc18] [qtp1225114731-852]  INFO [aai-resources,67ea5acca054bb42360aba9cbc5edc18,360aba9cbc5edc18] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:16.868 [67ea5acca054bb42360aba9cbc5edc18,360aba9cbc5edc18] [qtp1225114731-852] DEBUG [aai-resources,67ea5acca054bb42360aba9cbc5edc18,360aba9cbc5edc18] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1a4393dd-05ba-4e06-9240-742a6e3b329d","status":"200","rqstDate":"250331-09:05:16:856","respDate":"250331-09:05:16:867","sourceId":"haproxy:1a4393dd-05ba-4e06-9240-742a6e3b329d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:16:856-31454\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1ab91d86-f82d-403a-a1e0-af6373f1a592], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1a4393dd-05ba-4e06-9240-742a6e3b329d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:05:18.874 [67ea5ace799829c3aeea0d0f46cad4e4,aeea0d0f46cad4e4] [qtp1225114731-1294]  INFO [aai-resources,67ea5ace799829c3aeea0d0f46cad4e4,aeea0d0f46cad4e4] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:18.886 [67ea5ace799829c3aeea0d0f46cad4e4,aeea0d0f46cad4e4] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ace799829c3aeea0d0f46cad4e4,aeea0d0f46cad4e4] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9b7b8e8c-eb44-4eea-8d40-7f93254414c3","status":"200","rqstDate":"250331-09:05:18:874","respDate":"250331-09:05:18:886","sourceId":"haproxy:9b7b8e8c-eb44-4eea-8d40-7f93254414c3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:05:18:874-86262\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bea8d82c-4bb2-4a51-b2ed-94b7d0a58a5f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9b7b8e8c-eb44-4eea-8d40-7f93254414c3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:05:20.892 [67ea5ad089a7127bce72b872d91da1b5,ce72b872d91da1b5] [qtp1225114731-852]  INFO [aai-resources,67ea5ad089a7127bce72b872d91da1b5,ce72b872d91da1b5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:20.912 [67ea5ad089a7127bce72b872d91da1b5,ce72b872d91da1b5] [qtp1225114731-852] DEBUG [aai-resources,67ea5ad089a7127bce72b872d91da1b5,ce72b872d91da1b5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3c038cdc-3a4c-416e-8c2b-23cd7035e248","status":"200","rqstDate":"250331-09:05:20:892","respDate":"250331-09:05:20:912","sourceId":"haproxy:3c038cdc-3a4c-416e-8c2b-23cd7035e248","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:20:892-35581\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[504432ba-b537-415d-8705-937a7a917ca4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3c038cdc-3a4c-416e-8c2b-23cd7035e248]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:05:22.918 [67ea5ad2d4cb2d63050d5c149b79e4b5,050d5c149b79e4b5] [qtp1225114731-1294]  INFO [aai-resources,67ea5ad2d4cb2d63050d5c149b79e4b5,050d5c149b79e4b5] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:22.930 [67ea5ad2d4cb2d63050d5c149b79e4b5,050d5c149b79e4b5] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ad2d4cb2d63050d5c149b79e4b5,050d5c149b79e4b5] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"54d00d51-a97d-4dc3-8fea-abe12fe8d3a7","status":"200","rqstDate":"250331-09:05:22:918","respDate":"250331-09:05:22:930","sourceId":"haproxy:54d00d51-a97d-4dc3-8fea-abe12fe8d3a7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:22:918-94314\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[26b47901-0092-45a9-83ec-055bbccbf994], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[54d00d51-a97d-4dc3-8fea-abe12fe8d3a7]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:05:24.936 [67ea5ad4f83af5869b50226b85729584,9b50226b85729584] [qtp1225114731-852]  INFO [aai-resources,67ea5ad4f83af5869b50226b85729584,9b50226b85729584] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:24.951 [67ea5ad4f83af5869b50226b85729584,9b50226b85729584] [qtp1225114731-852] DEBUG [aai-resources,67ea5ad4f83af5869b50226b85729584,9b50226b85729584] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fbbd1a80-f664-4fa5-b325-53e60092d621","status":"200","rqstDate":"250331-09:05:24:936","respDate":"250331-09:05:24:951","sourceId":"haproxy:fbbd1a80-f664-4fa5-b325-53e60092d621","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:24:936-49596\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bd17410f-3173-443f-a254-9b54324df683], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fbbd1a80-f664-4fa5-b325-53e60092d621]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:05:26.958 [67ea5ad61181b6af1942d7db7bf0900c,1942d7db7bf0900c] [qtp1225114731-1294]  INFO [aai-resources,67ea5ad61181b6af1942d7db7bf0900c,1942d7db7bf0900c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:26.971 [67ea5ad61181b6af1942d7db7bf0900c,1942d7db7bf0900c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ad61181b6af1942d7db7bf0900c,1942d7db7bf0900c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"abfa7d76-6363-4947-8a2f-13cdcfacd01c","status":"200","rqstDate":"250331-09:05:26:958","respDate":"250331-09:05:26:971","sourceId":"haproxy:abfa7d76-6363-4947-8a2f-13cdcfacd01c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:05:26:958-44218\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ccc4c780-4a53-44b7-ab8a-d9a657640a06], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[abfa7d76-6363-4947-8a2f-13cdcfacd01c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:05:28.978 [67ea5ad8eea025210110d363c11ee237,0110d363c11ee237] [qtp1225114731-852]  INFO [aai-resources,67ea5ad8eea025210110d363c11ee237,0110d363c11ee237] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:28.995 [67ea5ad8eea025210110d363c11ee237,0110d363c11ee237] [qtp1225114731-852] DEBUG [aai-resources,67ea5ad8eea025210110d363c11ee237,0110d363c11ee237] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ede0d1b4-9d2f-4634-b1c9-4e07d7e4e4e0","status":"200","rqstDate":"250331-09:05:28:978","respDate":"250331-09:05:28:995","sourceId":"haproxy:ede0d1b4-9d2f-4634-b1c9-4e07d7e4e4e0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:28:978-1911\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b90344e2-a88f-46b4-8b9d-009dd8426cc4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ede0d1b4-9d2f-4634-b1c9-4e07d7e4e4e0]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:05:31.003 [67ea5adbd63d0522515ec89aa9fc224d,515ec89aa9fc224d] [qtp1225114731-1294]  INFO [aai-resources,67ea5adbd63d0522515ec89aa9fc224d,515ec89aa9fc224d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:31.016 [67ea5adbd63d0522515ec89aa9fc224d,515ec89aa9fc224d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5adbd63d0522515ec89aa9fc224d,515ec89aa9fc224d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7b516e9a-d4e9-42d6-8688-4ef6fe75aac0","status":"200","rqstDate":"250331-09:05:31:003","respDate":"250331-09:05:31:016","sourceId":"haproxy:7b516e9a-d4e9-42d6-8688-4ef6fe75aac0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:31:003-81818\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dc7fa6db-61be-4b63-8a97-3ea2a83413f4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7b516e9a-d4e9-42d6-8688-4ef6fe75aac0]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:05:33.023 [67ea5add5128e46de0db7b65917effa8,e0db7b65917effa8] [qtp1225114731-852]  INFO [aai-resources,67ea5add5128e46de0db7b65917effa8,e0db7b65917effa8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:33.036 [67ea5add5128e46de0db7b65917effa8,e0db7b65917effa8] [qtp1225114731-852] DEBUG [aai-resources,67ea5add5128e46de0db7b65917effa8,e0db7b65917effa8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9b0c537f-5d20-451f-9396-5fb1d1461b2c","status":"200","rqstDate":"250331-09:05:33:023","respDate":"250331-09:05:33:036","sourceId":"haproxy:9b0c537f-5d20-451f-9396-5fb1d1461b2c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:05:33:023-42711\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f5ba5a6c-c466-496f-afe9-1dd81926bd54], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9b0c537f-5d20-451f-9396-5fb1d1461b2c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:05:35.042 [67ea5adfc8498699c48941cc0e5c0a4e,c48941cc0e5c0a4e] [qtp1225114731-1294]  INFO [aai-resources,67ea5adfc8498699c48941cc0e5c0a4e,c48941cc0e5c0a4e] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:35.054 [67ea5adfc8498699c48941cc0e5c0a4e,c48941cc0e5c0a4e] [qtp1225114731-1294] DEBUG [aai-resources,67ea5adfc8498699c48941cc0e5c0a4e,c48941cc0e5c0a4e] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dde3a316-b6eb-4f7b-8891-298f3ae6b456","status":"200","rqstDate":"250331-09:05:35:042","respDate":"250331-09:05:35:054","sourceId":"haproxy:dde3a316-b6eb-4f7b-8891-298f3ae6b456","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:05:35:042-28500\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[acec8c4f-6a4c-4350-8f03-bb23f18d3894], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dde3a316-b6eb-4f7b-8891-298f3ae6b456]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:05:37.060 [67ea5ae19e987cb1edb5a80260bcdaf1,edb5a80260bcdaf1] [qtp1225114731-852]  INFO [aai-resources,67ea5ae19e987cb1edb5a80260bcdaf1,edb5a80260bcdaf1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:37.073 [67ea5ae19e987cb1edb5a80260bcdaf1,edb5a80260bcdaf1] [qtp1225114731-852] DEBUG [aai-resources,67ea5ae19e987cb1edb5a80260bcdaf1,edb5a80260bcdaf1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c39dbcf4-35dc-46b2-9024-3f88ddeb6de4","status":"200","rqstDate":"250331-09:05:37:060","respDate":"250331-09:05:37:073","sourceId":"haproxy:c39dbcf4-35dc-46b2-9024-3f88ddeb6de4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:05:37:060-96226\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aed56c9f-ebdc-4179-996b-fa505ddcd710], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c39dbcf4-35dc-46b2-9024-3f88ddeb6de4]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:05:39.079 [67ea5ae3fc5d05e38756afb4a4d5407f,8756afb4a4d5407f] [qtp1225114731-1294]  INFO [aai-resources,67ea5ae3fc5d05e38756afb4a4d5407f,8756afb4a4d5407f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:39.096 [67ea5ae3fc5d05e38756afb4a4d5407f,8756afb4a4d5407f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ae3fc5d05e38756afb4a4d5407f,8756afb4a4d5407f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4906aaf-2672-40db-bee0-95787db46f2b","status":"200","rqstDate":"250331-09:05:39:080","respDate":"250331-09:05:39:095","sourceId":"haproxy:e4906aaf-2672-40db-bee0-95787db46f2b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:05:39:080-62459\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[561b1baf-be75-4f63-af4e-df107f191850], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e4906aaf-2672-40db-bee0-95787db46f2b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:05:41.102 [67ea5ae5ab3fe4ec3f57c12fa1ab29eb,3f57c12fa1ab29eb] [qtp1225114731-852]  INFO [aai-resources,67ea5ae5ab3fe4ec3f57c12fa1ab29eb,3f57c12fa1ab29eb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:41.116 [67ea5ae5ab3fe4ec3f57c12fa1ab29eb,3f57c12fa1ab29eb] [qtp1225114731-852] DEBUG [aai-resources,67ea5ae5ab3fe4ec3f57c12fa1ab29eb,3f57c12fa1ab29eb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"64eea0c0-0cfe-4c23-9513-78d74057cf44","status":"200","rqstDate":"250331-09:05:41:102","respDate":"250331-09:05:41:116","sourceId":"haproxy:64eea0c0-0cfe-4c23-9513-78d74057cf44","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:05:41:102-53681\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c251a88-ced4-476e-8a8b-621d0ffe6086], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[64eea0c0-0cfe-4c23-9513-78d74057cf44]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:05:43.122 [67ea5ae7f748f0d543cf171401bb8d57,43cf171401bb8d57] [qtp1225114731-1294]  INFO [aai-resources,67ea5ae7f748f0d543cf171401bb8d57,43cf171401bb8d57] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:43.130 [67ea5ae7f748f0d543cf171401bb8d57,43cf171401bb8d57] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ae7f748f0d543cf171401bb8d57,43cf171401bb8d57] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"df0d7d51-4c53-4522-a20a-94598c40e091","status":"200","rqstDate":"250331-09:05:43:122","respDate":"250331-09:05:43:130","sourceId":"haproxy:df0d7d51-4c53-4522-a20a-94598c40e091","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:05:43:122-92913\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1db80cb5-c3e0-48d8-a0ac-75372d9d548a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[df0d7d51-4c53-4522-a20a-94598c40e091]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:05:45.136 [67ea5ae9a608944e8f810c9d714b196c,8f810c9d714b196c] [qtp1225114731-852]  INFO [aai-resources,67ea5ae9a608944e8f810c9d714b196c,8f810c9d714b196c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:45.149 [67ea5ae9a608944e8f810c9d714b196c,8f810c9d714b196c] [qtp1225114731-852] DEBUG [aai-resources,67ea5ae9a608944e8f810c9d714b196c,8f810c9d714b196c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"200e2c69-1f34-47f2-aa3f-01458587da0a","status":"200","rqstDate":"250331-09:05:45:137","respDate":"250331-09:05:45:149","sourceId":"haproxy:200e2c69-1f34-47f2-aa3f-01458587da0a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:05:45:137-59458\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9d262c8c-f046-4d93-bc61-a45ea80c4e42], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[200e2c69-1f34-47f2-aa3f-01458587da0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:05:47.155 [67ea5aeb50db6065af53072b5a3d7a09,af53072b5a3d7a09] [qtp1225114731-1294]  INFO [aai-resources,67ea5aeb50db6065af53072b5a3d7a09,af53072b5a3d7a09] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:47.170 [67ea5aeb50db6065af53072b5a3d7a09,af53072b5a3d7a09] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aeb50db6065af53072b5a3d7a09,af53072b5a3d7a09] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bec72b86-53e8-4fd9-bd25-c70d5ddf63ce","status":"200","rqstDate":"250331-09:05:47:155","respDate":"250331-09:05:47:170","sourceId":"haproxy:bec72b86-53e8-4fd9-bd25-c70d5ddf63ce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:05:47:155-86215\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5c913c8d-3535-4e7a-99f3-f883e2d15c6a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bec72b86-53e8-4fd9-bd25-c70d5ddf63ce]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:05:49.179 [67ea5aeda3b58e4c21590458c8d615c4,21590458c8d615c4] [qtp1225114731-852]  INFO [aai-resources,67ea5aeda3b58e4c21590458c8d615c4,21590458c8d615c4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:49.190 [67ea5aeda3b58e4c21590458c8d615c4,21590458c8d615c4] [qtp1225114731-852] DEBUG [aai-resources,67ea5aeda3b58e4c21590458c8d615c4,21590458c8d615c4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dce08f81-fb39-4a7a-a47b-cdd8ee3254b9","status":"200","rqstDate":"250331-09:05:49:179","respDate":"250331-09:05:49:190","sourceId":"haproxy:dce08f81-fb39-4a7a-a47b-cdd8ee3254b9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:49:179-22220\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[877be402-c10c-413c-9288-2bbbbb0ff373], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dce08f81-fb39-4a7a-a47b-cdd8ee3254b9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:05:51.196 [67ea5aef2f9a2832a61cdf54b201743d,a61cdf54b201743d] [qtp1225114731-1294]  INFO [aai-resources,67ea5aef2f9a2832a61cdf54b201743d,a61cdf54b201743d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:51.213 [67ea5aef2f9a2832a61cdf54b201743d,a61cdf54b201743d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aef2f9a2832a61cdf54b201743d,a61cdf54b201743d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d57389dd-3711-439c-aeeb-5d1dde1a297b","status":"200","rqstDate":"250331-09:05:51:196","respDate":"250331-09:05:51:213","sourceId":"haproxy:d57389dd-3711-439c-aeeb-5d1dde1a297b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:51:196-70689\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e3815054-92a5-4cad-83e8-b2e7e6ac1ded], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d57389dd-3711-439c-aeeb-5d1dde1a297b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:05:53.221 [67ea5af10fe481b389b7fd16d5ce005c,89b7fd16d5ce005c] [qtp1225114731-852]  INFO [aai-resources,67ea5af10fe481b389b7fd16d5ce005c,89b7fd16d5ce005c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:53.232 [67ea5af10fe481b389b7fd16d5ce005c,89b7fd16d5ce005c] [qtp1225114731-852] DEBUG [aai-resources,67ea5af10fe481b389b7fd16d5ce005c,89b7fd16d5ce005c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ce0fd100-780b-4083-97c7-86797e23a284","status":"200","rqstDate":"250331-09:05:53:221","respDate":"250331-09:05:53:232","sourceId":"haproxy:ce0fd100-780b-4083-97c7-86797e23a284","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:05:53:221-11019\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5c42594f-1158-48ca-85d2-099ffbfc451d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ce0fd100-780b-4083-97c7-86797e23a284]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:05:55.238 [67ea5af361814d43032466f0a7e3cf63,032466f0a7e3cf63] [qtp1225114731-1294]  INFO [aai-resources,67ea5af361814d43032466f0a7e3cf63,032466f0a7e3cf63] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:55.249 [67ea5af361814d43032466f0a7e3cf63,032466f0a7e3cf63] [qtp1225114731-1294] DEBUG [aai-resources,67ea5af361814d43032466f0a7e3cf63,032466f0a7e3cf63] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ea7fa782-0f15-4b5b-af9f-63543f3f472c","status":"200","rqstDate":"250331-09:05:55:238","respDate":"250331-09:05:55:249","sourceId":"haproxy:ea7fa782-0f15-4b5b-af9f-63543f3f472c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:55:238-44065\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c10edb3f-a4e9-48ca-9b62-36347fa0d975], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ea7fa782-0f15-4b5b-af9f-63543f3f472c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:05:57.256 [67ea5af5f4a2ff64e5f38b8688414d75,e5f38b8688414d75] [qtp1225114731-852]  INFO [aai-resources,67ea5af5f4a2ff64e5f38b8688414d75,e5f38b8688414d75] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:57.273 [67ea5af5f4a2ff64e5f38b8688414d75,e5f38b8688414d75] [qtp1225114731-852] DEBUG [aai-resources,67ea5af5f4a2ff64e5f38b8688414d75,e5f38b8688414d75] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7a0959b6-0aad-47a8-8237-54906a74c9bf","status":"200","rqstDate":"250331-09:05:57:256","respDate":"250331-09:05:57:273","sourceId":"haproxy:7a0959b6-0aad-47a8-8237-54906a74c9bf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:57:256-79483\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4f652d0a-d4ce-447e-b5c1-38c34c14c1f3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7a0959b6-0aad-47a8-8237-54906a74c9bf]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:05:59.280 [67ea5af76ee47f2f117d622f48d4b6dd,117d622f48d4b6dd] [qtp1225114731-1294]  INFO [aai-resources,67ea5af76ee47f2f117d622f48d4b6dd,117d622f48d4b6dd] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:05:59.296 [67ea5af76ee47f2f117d622f48d4b6dd,117d622f48d4b6dd] [qtp1225114731-1294] DEBUG [aai-resources,67ea5af76ee47f2f117d622f48d4b6dd,117d622f48d4b6dd] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f678cdfe-8e22-428c-9572-79911e64d1c2","status":"200","rqstDate":"250331-09:05:59:280","respDate":"250331-09:05:59:295","sourceId":"haproxy:f678cdfe-8e22-428c-9572-79911e64d1c2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:05:59:280-67028\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d53fa74b-1b3a-4aee-a553-6cddb1dba130], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f678cdfe-8e22-428c-9572-79911e64d1c2]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:05:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:06:01.302 [67ea5af983d10e4b95ce0ece6c04c929,95ce0ece6c04c929] [qtp1225114731-852]  INFO [aai-resources,67ea5af983d10e4b95ce0ece6c04c929,95ce0ece6c04c929] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:01.312 [67ea5af983d10e4b95ce0ece6c04c929,95ce0ece6c04c929] [qtp1225114731-852] DEBUG [aai-resources,67ea5af983d10e4b95ce0ece6c04c929,95ce0ece6c04c929] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"753705d0-0c84-4c77-84df-f459742b68e9","status":"200","rqstDate":"250331-09:06:01:303","respDate":"250331-09:06:01:312","sourceId":"haproxy:753705d0-0c84-4c77-84df-f459742b68e9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:06:01:303-45760\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e334e402-da2f-4b6d-b042-f29162699a5e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[753705d0-0c84-4c77-84df-f459742b68e9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:06:03.319 [67ea5afba970e1d4bdeb2b18510b3434,bdeb2b18510b3434] [qtp1225114731-1294]  INFO [aai-resources,67ea5afba970e1d4bdeb2b18510b3434,bdeb2b18510b3434] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:03.339 [67ea5afba970e1d4bdeb2b18510b3434,bdeb2b18510b3434] [qtp1225114731-1294] DEBUG [aai-resources,67ea5afba970e1d4bdeb2b18510b3434,bdeb2b18510b3434] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3ff63952-cc84-4261-91be-90be4c7cacc0","status":"200","rqstDate":"250331-09:06:03:319","respDate":"250331-09:06:03:339","sourceId":"haproxy:3ff63952-cc84-4261-91be-90be4c7cacc0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:06:03:319-56971\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a4e4779f-024b-4ba8-98b9-8bd8bfe718dc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3ff63952-cc84-4261-91be-90be4c7cacc0]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:06:05.346 [67ea5afd6d8eb10a2c2c4d63e491b96a,2c2c4d63e491b96a] [qtp1225114731-852]  INFO [aai-resources,67ea5afd6d8eb10a2c2c4d63e491b96a,2c2c4d63e491b96a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:05.357 [67ea5afd6d8eb10a2c2c4d63e491b96a,2c2c4d63e491b96a] [qtp1225114731-852] DEBUG [aai-resources,67ea5afd6d8eb10a2c2c4d63e491b96a,2c2c4d63e491b96a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6068eea0-06e4-4518-ab68-ae836e7e9095","status":"200","rqstDate":"250331-09:06:05:346","respDate":"250331-09:06:05:357","sourceId":"haproxy:6068eea0-06e4-4518-ab68-ae836e7e9095","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:06:05:346-81947\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[368efb65-a522-4ce8-a403-e1ebd11da0c7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6068eea0-06e4-4518-ab68-ae836e7e9095]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:06:07.363 [67ea5aff3378ce46d039d14756116278,d039d14756116278] [qtp1225114731-1294]  INFO [aai-resources,67ea5aff3378ce46d039d14756116278,d039d14756116278] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:07.380 [67ea5aff3378ce46d039d14756116278,d039d14756116278] [qtp1225114731-1294] DEBUG [aai-resources,67ea5aff3378ce46d039d14756116278,d039d14756116278] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"69bd26f6-8b3a-48bf-999b-a05fd58f5e8c","status":"200","rqstDate":"250331-09:06:07:363","respDate":"250331-09:06:07:380","sourceId":"haproxy:69bd26f6-8b3a-48bf-999b-a05fd58f5e8c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:06:07:363-44545\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[43508317-a7db-4d1f-85df-b6a05cb9d9fd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[69bd26f6-8b3a-48bf-999b-a05fd58f5e8c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:06:09.387 [67ea5b0176efa829164d0793603e384d,164d0793603e384d] [qtp1225114731-852]  INFO [aai-resources,67ea5b0176efa829164d0793603e384d,164d0793603e384d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:09.401 [67ea5b0176efa829164d0793603e384d,164d0793603e384d] [qtp1225114731-852] DEBUG [aai-resources,67ea5b0176efa829164d0793603e384d,164d0793603e384d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f32660f0-1ed0-4ff8-bc2b-3adeca9d46ac","status":"200","rqstDate":"250331-09:06:09:387","respDate":"250331-09:06:09:401","sourceId":"haproxy:f32660f0-1ed0-4ff8-bc2b-3adeca9d46ac","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:09:387-13980\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ff2144df-ab92-424b-afdb-c80821d11bf1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f32660f0-1ed0-4ff8-bc2b-3adeca9d46ac]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:06:11.407 [67ea5b0310c58a8441a928cca2a0c9ef,41a928cca2a0c9ef] [qtp1225114731-1294]  INFO [aai-resources,67ea5b0310c58a8441a928cca2a0c9ef,41a928cca2a0c9ef] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:11.423 [67ea5b0310c58a8441a928cca2a0c9ef,41a928cca2a0c9ef] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b0310c58a8441a928cca2a0c9ef,41a928cca2a0c9ef] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"47ea0971-53df-4d2d-80b1-d1329054a62c","status":"200","rqstDate":"250331-09:06:11:407","respDate":"250331-09:06:11:423","sourceId":"haproxy:47ea0971-53df-4d2d-80b1-d1329054a62c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:06:11:407-44806\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[49c606e8-84c5-4eaa-a7e5-61f353357e5a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[47ea0971-53df-4d2d-80b1-d1329054a62c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:06:13.430 [67ea5b0535fed019661f98ebd31913e5,661f98ebd31913e5] [qtp1225114731-852]  INFO [aai-resources,67ea5b0535fed019661f98ebd31913e5,661f98ebd31913e5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:13.440 [67ea5b0535fed019661f98ebd31913e5,661f98ebd31913e5] [qtp1225114731-852] DEBUG [aai-resources,67ea5b0535fed019661f98ebd31913e5,661f98ebd31913e5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"840ade52-a8a9-42f2-beb9-ec0fe1614cfe","status":"200","rqstDate":"250331-09:06:13:430","respDate":"250331-09:06:13:440","sourceId":"haproxy:840ade52-a8a9-42f2-beb9-ec0fe1614cfe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:13:430-23177\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17288969-a8d0-4718-b767-b607ec0725c4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[840ade52-a8a9-42f2-beb9-ec0fe1614cfe]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:06:15.447 [67ea5b07acc10e8253598d6c15e2e021,53598d6c15e2e021] [qtp1225114731-1294]  INFO [aai-resources,67ea5b07acc10e8253598d6c15e2e021,53598d6c15e2e021] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:15.461 [67ea5b07acc10e8253598d6c15e2e021,53598d6c15e2e021] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b07acc10e8253598d6c15e2e021,53598d6c15e2e021] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"da5143b3-e45d-453f-9e27-aa5dc366dba9","status":"200","rqstDate":"250331-09:06:15:447","respDate":"250331-09:06:15:461","sourceId":"haproxy:da5143b3-e45d-453f-9e27-aa5dc366dba9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:06:15:447-99511\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a2aca793-ebcb-4b0d-9390-5e9794b5619f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[da5143b3-e45d-453f-9e27-aa5dc366dba9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:06:17.468 [67ea5b09185ea13ab8edaeac209d2e05,b8edaeac209d2e05] [qtp1225114731-852]  INFO [aai-resources,67ea5b09185ea13ab8edaeac209d2e05,b8edaeac209d2e05] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:17.479 [67ea5b09185ea13ab8edaeac209d2e05,b8edaeac209d2e05] [qtp1225114731-852] DEBUG [aai-resources,67ea5b09185ea13ab8edaeac209d2e05,b8edaeac209d2e05] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4bfe14b-09f9-454d-a20e-09a5b7a6ac22","status":"200","rqstDate":"250331-09:06:17:468","respDate":"250331-09:06:17:479","sourceId":"haproxy:e4bfe14b-09f9-454d-a20e-09a5b7a6ac22","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:17:468-32612\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[91f84fe3-1173-4874-9a52-1f768da8bd28], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e4bfe14b-09f9-454d-a20e-09a5b7a6ac22]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:06:19.486 [67ea5b0b1509cf297cd3aa5ff22e50e2,7cd3aa5ff22e50e2] [qtp1225114731-1294]  INFO [aai-resources,67ea5b0b1509cf297cd3aa5ff22e50e2,7cd3aa5ff22e50e2] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:19.499 [67ea5b0b1509cf297cd3aa5ff22e50e2,7cd3aa5ff22e50e2] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b0b1509cf297cd3aa5ff22e50e2,7cd3aa5ff22e50e2] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6fd2237f-8b3b-458c-9436-aa14269ed10a","status":"200","rqstDate":"250331-09:06:19:486","respDate":"250331-09:06:19:499","sourceId":"haproxy:6fd2237f-8b3b-458c-9436-aa14269ed10a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:06:19:486-18071\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8ff92b29-80e8-4f9d-b03b-8e73fb9f5c0d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6fd2237f-8b3b-458c-9436-aa14269ed10a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:06:21.505 [67ea5b0dceafb98ee41831a8e9f12f5c,e41831a8e9f12f5c] [qtp1225114731-852]  INFO [aai-resources,67ea5b0dceafb98ee41831a8e9f12f5c,e41831a8e9f12f5c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:21.519 [67ea5b0dceafb98ee41831a8e9f12f5c,e41831a8e9f12f5c] [qtp1225114731-852] DEBUG [aai-resources,67ea5b0dceafb98ee41831a8e9f12f5c,e41831a8e9f12f5c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"56cb87c1-644b-4a1b-9eda-dd3346950cad","status":"200","rqstDate":"250331-09:06:21:505","respDate":"250331-09:06:21:519","sourceId":"haproxy:56cb87c1-644b-4a1b-9eda-dd3346950cad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:06:21:505-34812\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7e364745-37e3-4487-bc82-22ec4b54c7ee], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[56cb87c1-644b-4a1b-9eda-dd3346950cad]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:06:23.526 [67ea5b0f90aa9743a28d5ed528649723,a28d5ed528649723] [qtp1225114731-1294]  INFO [aai-resources,67ea5b0f90aa9743a28d5ed528649723,a28d5ed528649723] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:23.541 [67ea5b0f90aa9743a28d5ed528649723,a28d5ed528649723] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b0f90aa9743a28d5ed528649723,a28d5ed528649723] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c34fee3e-61e3-44cf-a3c7-1622424a200e","status":"200","rqstDate":"250331-09:06:23:526","respDate":"250331-09:06:23:541","sourceId":"haproxy:c34fee3e-61e3-44cf-a3c7-1622424a200e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:06:23:526-63296\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[356766e9-00d7-4fe7-98c0-cc9b870528ce], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c34fee3e-61e3-44cf-a3c7-1622424a200e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:06:25.547 [67ea5b114e74dd40fce70f9bf68814ce,fce70f9bf68814ce] [qtp1225114731-852]  INFO [aai-resources,67ea5b114e74dd40fce70f9bf68814ce,fce70f9bf68814ce] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:25.559 [67ea5b114e74dd40fce70f9bf68814ce,fce70f9bf68814ce] [qtp1225114731-852] DEBUG [aai-resources,67ea5b114e74dd40fce70f9bf68814ce,fce70f9bf68814ce] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"849872f4-f805-4fe4-9d84-064fc0e315cf","status":"200","rqstDate":"250331-09:06:25:547","respDate":"250331-09:06:25:559","sourceId":"haproxy:849872f4-f805-4fe4-9d84-064fc0e315cf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:25:547-76643\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f228c0ec-31c5-484d-84f8-0cca72c2d047], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[849872f4-f805-4fe4-9d84-064fc0e315cf]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:06:27.566 [67ea5b13c26cc0371a228c9eadfe6322,1a228c9eadfe6322] [qtp1225114731-1294]  INFO [aai-resources,67ea5b13c26cc0371a228c9eadfe6322,1a228c9eadfe6322] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:27.581 [67ea5b13c26cc0371a228c9eadfe6322,1a228c9eadfe6322] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b13c26cc0371a228c9eadfe6322,1a228c9eadfe6322] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"088cd6b8-d033-49b2-94a6-c2e49282463c","status":"200","rqstDate":"250331-09:06:27:566","respDate":"250331-09:06:27:581","sourceId":"haproxy:088cd6b8-d033-49b2-94a6-c2e49282463c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:06:27:566-31348\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5c43ce45-b351-4158-8cb1-e8bd8e14c3fb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[088cd6b8-d033-49b2-94a6-c2e49282463c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:06:29.587 [67ea5b15c8140e64bfbe931dd20d7d34,bfbe931dd20d7d34] [qtp1225114731-852]  INFO [aai-resources,67ea5b15c8140e64bfbe931dd20d7d34,bfbe931dd20d7d34] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:29.602 [67ea5b15c8140e64bfbe931dd20d7d34,bfbe931dd20d7d34] [qtp1225114731-852] DEBUG [aai-resources,67ea5b15c8140e64bfbe931dd20d7d34,bfbe931dd20d7d34] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"15715d28-70d2-4740-a634-2d0d19b50502","status":"200","rqstDate":"250331-09:06:29:587","respDate":"250331-09:06:29:602","sourceId":"haproxy:15715d28-70d2-4740-a634-2d0d19b50502","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:06:29:587-75660\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[68a05449-c651-490f-94e3-d39084c1a436], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[15715d28-70d2-4740-a634-2d0d19b50502]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:06:31.609 [67ea5b17e5df03fd151457bb920482e8,151457bb920482e8] [qtp1225114731-1294]  INFO [aai-resources,67ea5b17e5df03fd151457bb920482e8,151457bb920482e8] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:31.621 [67ea5b17e5df03fd151457bb920482e8,151457bb920482e8] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b17e5df03fd151457bb920482e8,151457bb920482e8] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4cbdaa30-9e6b-43bd-be82-b6cd6ef0617b","status":"200","rqstDate":"250331-09:06:31:609","respDate":"250331-09:06:31:621","sourceId":"haproxy:4cbdaa30-9e6b-43bd-be82-b6cd6ef0617b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:06:31:609-25715\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[95f43c71-79de-41d8-9e79-d7bbf77461d0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4cbdaa30-9e6b-43bd-be82-b6cd6ef0617b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:06:33.628 [67ea5b195a9fd65589f4f26519f5934b,89f4f26519f5934b] [qtp1225114731-852]  INFO [aai-resources,67ea5b195a9fd65589f4f26519f5934b,89f4f26519f5934b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:33.642 [67ea5b195a9fd65589f4f26519f5934b,89f4f26519f5934b] [qtp1225114731-852] DEBUG [aai-resources,67ea5b195a9fd65589f4f26519f5934b,89f4f26519f5934b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0869795b-cc7b-47a2-833c-3bbe4b4f3e53","status":"200","rqstDate":"250331-09:06:33:628","respDate":"250331-09:06:33:642","sourceId":"haproxy:0869795b-cc7b-47a2-833c-3bbe4b4f3e53","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:33:628-1626\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8a96ba5b-a3b2-480e-b989-c694e410d4cd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0869795b-cc7b-47a2-833c-3bbe4b4f3e53]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:06:35.649 [67ea5b1b88976f6a236d915072b75f55,236d915072b75f55] [qtp1225114731-1294]  INFO [aai-resources,67ea5b1b88976f6a236d915072b75f55,236d915072b75f55] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:35.658 [67ea5b1b88976f6a236d915072b75f55,236d915072b75f55] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b1b88976f6a236d915072b75f55,236d915072b75f55] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a51f4fed-de11-4116-be82-80816406a950","status":"200","rqstDate":"250331-09:06:35:649","respDate":"250331-09:06:35:658","sourceId":"haproxy:a51f4fed-de11-4116-be82-80816406a950","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:06:35:649-71863\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[404ea60d-e5da-4ddd-9ce4-9d1978dce5d1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a51f4fed-de11-4116-be82-80816406a950]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:06:37.664 [67ea5b1d5697cc69478a3a64abf4af50,478a3a64abf4af50] [qtp1225114731-852]  INFO [aai-resources,67ea5b1d5697cc69478a3a64abf4af50,478a3a64abf4af50] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:37.679 [67ea5b1d5697cc69478a3a64abf4af50,478a3a64abf4af50] [qtp1225114731-852] DEBUG [aai-resources,67ea5b1d5697cc69478a3a64abf4af50,478a3a64abf4af50] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8675abe7-6d1c-412f-81df-9cec619d7e31","status":"200","rqstDate":"250331-09:06:37:664","respDate":"250331-09:06:37:679","sourceId":"haproxy:8675abe7-6d1c-412f-81df-9cec619d7e31","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:06:37:664-71789\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d58d19c8-6d87-4114-b237-75f062f242c6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8675abe7-6d1c-412f-81df-9cec619d7e31]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:06:39.686 [67ea5b1ff00d9c4fe01dd492a0a4f0ea,e01dd492a0a4f0ea] [qtp1225114731-1294]  INFO [aai-resources,67ea5b1ff00d9c4fe01dd492a0a4f0ea,e01dd492a0a4f0ea] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:39.704 [67ea5b1ff00d9c4fe01dd492a0a4f0ea,e01dd492a0a4f0ea] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b1ff00d9c4fe01dd492a0a4f0ea,e01dd492a0a4f0ea] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8a86355d-87b6-49b4-bd72-cea4b8410700","status":"200","rqstDate":"250331-09:06:39:686","respDate":"250331-09:06:39:704","sourceId":"haproxy:8a86355d-87b6-49b4-bd72-cea4b8410700","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:39:686-64518\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0bee31bd-e26c-486e-b419-52d4d81002dc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8a86355d-87b6-49b4-bd72-cea4b8410700]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:06:41.712 [67ea5b2106be035ad6707b56c4063166,d6707b56c4063166] [qtp1225114731-852]  INFO [aai-resources,67ea5b2106be035ad6707b56c4063166,d6707b56c4063166] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:41.725 [67ea5b2106be035ad6707b56c4063166,d6707b56c4063166] [qtp1225114731-852] DEBUG [aai-resources,67ea5b2106be035ad6707b56c4063166,d6707b56c4063166] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"abae9f3c-50d1-482e-bb04-74927c8ea183","status":"200","rqstDate":"250331-09:06:41:712","respDate":"250331-09:06:41:725","sourceId":"haproxy:abae9f3c-50d1-482e-bb04-74927c8ea183","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:41:712-82184\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5e1a37ca-6e05-433e-ba2b-e7c801aaba36], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[abae9f3c-50d1-482e-bb04-74927c8ea183]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:06:43.731 [67ea5b239c7fb4b79d851ac5ebdb21f4,9d851ac5ebdb21f4] [qtp1225114731-1294]  INFO [aai-resources,67ea5b239c7fb4b79d851ac5ebdb21f4,9d851ac5ebdb21f4] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:43.741 [67ea5b239c7fb4b79d851ac5ebdb21f4,9d851ac5ebdb21f4] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b239c7fb4b79d851ac5ebdb21f4,9d851ac5ebdb21f4] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"832478d2-9306-4571-be54-d240f7148125","status":"200","rqstDate":"250331-09:06:43:732","respDate":"250331-09:06:43:741","sourceId":"haproxy:832478d2-9306-4571-be54-d240f7148125","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:43:732-22199\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b881fd8a-7fb4-43ed-953b-4656e256074c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[832478d2-9306-4571-be54-d240f7148125]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:06:45.747 [67ea5b252927226c6ce4ab8b3c5f039f,6ce4ab8b3c5f039f] [qtp1225114731-852]  INFO [aai-resources,67ea5b252927226c6ce4ab8b3c5f039f,6ce4ab8b3c5f039f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:45.759 [67ea5b252927226c6ce4ab8b3c5f039f,6ce4ab8b3c5f039f] [qtp1225114731-852] DEBUG [aai-resources,67ea5b252927226c6ce4ab8b3c5f039f,6ce4ab8b3c5f039f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4b36d4b7-cd9b-49dd-9c81-45c70cf13c20","status":"200","rqstDate":"250331-09:06:45:747","respDate":"250331-09:06:45:759","sourceId":"haproxy:4b36d4b7-cd9b-49dd-9c81-45c70cf13c20","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:06:45:747-60386\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f982c59f-7df1-4713-b68c-a658c55453fa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4b36d4b7-cd9b-49dd-9c81-45c70cf13c20]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:06:47.766 [67ea5b27f16361ce26a5a3b1719d82aa,26a5a3b1719d82aa] [qtp1225114731-1294]  INFO [aai-resources,67ea5b27f16361ce26a5a3b1719d82aa,26a5a3b1719d82aa] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:47.776 [67ea5b27f16361ce26a5a3b1719d82aa,26a5a3b1719d82aa] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b27f16361ce26a5a3b1719d82aa,26a5a3b1719d82aa] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e9a1f0bb-1d7d-415d-8675-fd77a4aa0570","status":"200","rqstDate":"250331-09:06:47:766","respDate":"250331-09:06:47:776","sourceId":"haproxy:e9a1f0bb-1d7d-415d-8675-fd77a4aa0570","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:47:766-41222\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3e5654da-0b40-4f82-93a2-600867e3aab0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e9a1f0bb-1d7d-415d-8675-fd77a4aa0570]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:06:49.781 [67ea5b29a5e182cf5d5da0dee57f2e4c,5d5da0dee57f2e4c] [qtp1225114731-852]  INFO [aai-resources,67ea5b29a5e182cf5d5da0dee57f2e4c,5d5da0dee57f2e4c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:49.793 [67ea5b29a5e182cf5d5da0dee57f2e4c,5d5da0dee57f2e4c] [qtp1225114731-852] DEBUG [aai-resources,67ea5b29a5e182cf5d5da0dee57f2e4c,5d5da0dee57f2e4c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"93158373-0cff-4480-8d09-fa25d3b0e373","status":"200","rqstDate":"250331-09:06:49:781","respDate":"250331-09:06:49:792","sourceId":"haproxy:93158373-0cff-4480-8d09-fa25d3b0e373","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:49:781-29013\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2a0f90e1-d6e1-447a-b71c-eac4d531a502], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[93158373-0cff-4480-8d09-fa25d3b0e373]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:06:51.798 [67ea5b2bc50d212f165b07ef746080b7,165b07ef746080b7] [qtp1225114731-1294]  INFO [aai-resources,67ea5b2bc50d212f165b07ef746080b7,165b07ef746080b7] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:51.813 [67ea5b2bc50d212f165b07ef746080b7,165b07ef746080b7] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b2bc50d212f165b07ef746080b7,165b07ef746080b7] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"558590de-24c6-42c4-8b3f-64c94c4b5326","status":"200","rqstDate":"250331-09:06:51:798","respDate":"250331-09:06:51:813","sourceId":"haproxy:558590de-24c6-42c4-8b3f-64c94c4b5326","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:06:51:798-62322\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[abc53b49-be83-4acb-b581-f891b2200276], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[558590de-24c6-42c4-8b3f-64c94c4b5326]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:06:53.819 [67ea5b2d6b321c72586dfce6a0623464,586dfce6a0623464] [qtp1225114731-852]  INFO [aai-resources,67ea5b2d6b321c72586dfce6a0623464,586dfce6a0623464] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:53.834 [67ea5b2d6b321c72586dfce6a0623464,586dfce6a0623464] [qtp1225114731-852] DEBUG [aai-resources,67ea5b2d6b321c72586dfce6a0623464,586dfce6a0623464] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9aef35a6-a657-4569-9ab7-409e986eda64","status":"200","rqstDate":"250331-09:06:53:820","respDate":"250331-09:06:53:834","sourceId":"haproxy:9aef35a6-a657-4569-9ab7-409e986eda64","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:53:820-43546\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[51fdbc64-bc52-40ce-99b6-6fed3769f05f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9aef35a6-a657-4569-9ab7-409e986eda64]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:06:55.839 [67ea5b2f9ca636998ebafb7d76631ec2,8ebafb7d76631ec2] [qtp1225114731-1294]  INFO [aai-resources,67ea5b2f9ca636998ebafb7d76631ec2,8ebafb7d76631ec2] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:55.857 [67ea5b2f9ca636998ebafb7d76631ec2,8ebafb7d76631ec2] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b2f9ca636998ebafb7d76631ec2,8ebafb7d76631ec2] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d0e95896-d7b5-45cd-a28a-3d6689afda7d","status":"200","rqstDate":"250331-09:06:55:839","respDate":"250331-09:06:55:857","sourceId":"haproxy:d0e95896-d7b5-45cd-a28a-3d6689afda7d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:06:55:839-32158\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f3bd5882-6388-452f-b82a-ef160b73a2a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d0e95896-d7b5-45cd-a28a-3d6689afda7d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:06:57.865 [67ea5b312099db7e6c9388ddd61ad78f,6c9388ddd61ad78f] [qtp1225114731-852]  INFO [aai-resources,67ea5b312099db7e6c9388ddd61ad78f,6c9388ddd61ad78f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:57.884 [67ea5b312099db7e6c9388ddd61ad78f,6c9388ddd61ad78f] [qtp1225114731-852] DEBUG [aai-resources,67ea5b312099db7e6c9388ddd61ad78f,6c9388ddd61ad78f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e55cce34-2b7e-4ab6-892f-169c00eb6901","status":"200","rqstDate":"250331-09:06:57:865","respDate":"250331-09:06:57:884","sourceId":"haproxy:e55cce34-2b7e-4ab6-892f-169c00eb6901","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:06:57:865-94269\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f6e4b5d4-24b6-4b02-8bfe-ad5817c3ddb8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e55cce34-2b7e-4ab6-892f-169c00eb6901]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:06:59.890 [67ea5b331d47e60e234162dec9e9250d,234162dec9e9250d] [qtp1225114731-1294]  INFO [aai-resources,67ea5b331d47e60e234162dec9e9250d,234162dec9e9250d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:06:59.904 [67ea5b331d47e60e234162dec9e9250d,234162dec9e9250d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b331d47e60e234162dec9e9250d,234162dec9e9250d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"635bf82d-ffa5-4edf-a41a-f3d8517f366c","status":"200","rqstDate":"250331-09:06:59:890","respDate":"250331-09:06:59:904","sourceId":"haproxy:635bf82d-ffa5-4edf-a41a-f3d8517f366c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:06:59:890-49094\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a4ea3674-a97f-4d32-866a-c21ba776e793], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[635bf82d-ffa5-4edf-a41a-f3d8517f366c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:06:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:07:01.909 [67ea5b3562b959bf83987b820f03b883,83987b820f03b883] [qtp1225114731-852]  INFO [aai-resources,67ea5b3562b959bf83987b820f03b883,83987b820f03b883] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:01.923 [67ea5b3562b959bf83987b820f03b883,83987b820f03b883] [qtp1225114731-852] DEBUG [aai-resources,67ea5b3562b959bf83987b820f03b883,83987b820f03b883] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c6656897-b8a3-47e9-b6b9-1584bb180bcc","status":"200","rqstDate":"250331-09:07:01:910","respDate":"250331-09:07:01:923","sourceId":"haproxy:c6656897-b8a3-47e9-b6b9-1584bb180bcc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:07:01:910-10862\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7a889ed9-0705-4fb8-a7ec-6e139b92157d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c6656897-b8a3-47e9-b6b9-1584bb180bcc]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:07:03.930 [67ea5b376a9696c2c53b1090eaf27688,c53b1090eaf27688] [qtp1225114731-1294]  INFO [aai-resources,67ea5b376a9696c2c53b1090eaf27688,c53b1090eaf27688] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:03.945 [67ea5b376a9696c2c53b1090eaf27688,c53b1090eaf27688] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b376a9696c2c53b1090eaf27688,c53b1090eaf27688] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cba7f2b1-ee6b-48b4-b6b2-f2d1472fece1","status":"200","rqstDate":"250331-09:07:03:930","respDate":"250331-09:07:03:945","sourceId":"haproxy:cba7f2b1-ee6b-48b4-b6b2-f2d1472fece1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:07:03:930-73529\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[86824228-fb23-46e4-a0a8-ccacabf08930], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cba7f2b1-ee6b-48b4-b6b2-f2d1472fece1]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:07:05.951 [67ea5b39e6c1732d328f27e08328599a,328f27e08328599a] [qtp1225114731-852]  INFO [aai-resources,67ea5b39e6c1732d328f27e08328599a,328f27e08328599a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:05.961 [67ea5b39e6c1732d328f27e08328599a,328f27e08328599a] [qtp1225114731-852] DEBUG [aai-resources,67ea5b39e6c1732d328f27e08328599a,328f27e08328599a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"437580a9-b9a9-4dce-868a-8b4f70b8fec5","status":"200","rqstDate":"250331-09:07:05:951","respDate":"250331-09:07:05:961","sourceId":"haproxy:437580a9-b9a9-4dce-868a-8b4f70b8fec5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:07:05:951-45388\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2f9fc013-cd6f-4e68-9727-2c8ee7df6b5f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[437580a9-b9a9-4dce-868a-8b4f70b8fec5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:07:07.967 [67ea5b3b4a92ad57d2940d6274f69202,d2940d6274f69202] [qtp1225114731-1294]  INFO [aai-resources,67ea5b3b4a92ad57d2940d6274f69202,d2940d6274f69202] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:07.984 [67ea5b3b4a92ad57d2940d6274f69202,d2940d6274f69202] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b3b4a92ad57d2940d6274f69202,d2940d6274f69202] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"844692fd-63a8-4a82-89a5-e31356746dcb","status":"200","rqstDate":"250331-09:07:07:967","respDate":"250331-09:07:07:983","sourceId":"haproxy:844692fd-63a8-4a82-89a5-e31356746dcb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:07:07:967-42659\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b9c10542-98dc-4629-b993-d5db2f5b1ebd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[844692fd-63a8-4a82-89a5-e31356746dcb]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:07:09.989 [67ea5b3d22155894b72083943ea1e53d,b72083943ea1e53d] [qtp1225114731-852]  INFO [aai-resources,67ea5b3d22155894b72083943ea1e53d,b72083943ea1e53d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:10.004 [67ea5b3d22155894b72083943ea1e53d,b72083943ea1e53d] [qtp1225114731-852] DEBUG [aai-resources,67ea5b3d22155894b72083943ea1e53d,b72083943ea1e53d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4c187454-9075-4f0f-b25d-6cf625985841","status":"200","rqstDate":"250331-09:07:09:989","respDate":"250331-09:07:10:004","sourceId":"haproxy:4c187454-9075-4f0f-b25d-6cf625985841","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:07:09:989-74701\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[de1d6e29-415a-4f23-895d-36f097ffbc04], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4c187454-9075-4f0f-b25d-6cf625985841]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:07:12.011 [67ea5b40063340b8663ddb7ee4601513,663ddb7ee4601513] [qtp1225114731-1294]  INFO [aai-resources,67ea5b40063340b8663ddb7ee4601513,663ddb7ee4601513] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:12.024 [67ea5b40063340b8663ddb7ee4601513,663ddb7ee4601513] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b40063340b8663ddb7ee4601513,663ddb7ee4601513] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85ba95e7-99a2-4fe1-bc34-381a6b73cd97","status":"200","rqstDate":"250331-09:07:12:011","respDate":"250331-09:07:12:024","sourceId":"haproxy:85ba95e7-99a2-4fe1-bc34-381a6b73cd97","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:07:12:011-4877\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2424ff71-e52c-4678-a15a-d65d046e7a19], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[85ba95e7-99a2-4fe1-bc34-381a6b73cd97]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:07:14.031 [67ea5b42364d549bd4b7a1250750557d,d4b7a1250750557d] [qtp1225114731-852]  INFO [aai-resources,67ea5b42364d549bd4b7a1250750557d,d4b7a1250750557d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:14.048 [67ea5b42364d549bd4b7a1250750557d,d4b7a1250750557d] [qtp1225114731-852] DEBUG [aai-resources,67ea5b42364d549bd4b7a1250750557d,d4b7a1250750557d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a6cee691-1ec8-4dd0-b11e-1f95257044be","status":"200","rqstDate":"250331-09:07:14:031","respDate":"250331-09:07:14:047","sourceId":"haproxy:a6cee691-1ec8-4dd0-b11e-1f95257044be","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:07:14:031-59970\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7479a5b1-2043-4bf7-831d-975182d3c58e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a6cee691-1ec8-4dd0-b11e-1f95257044be]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:07:16.054 [67ea5b44606dcc7d91bf6e4070883984,91bf6e4070883984] [qtp1225114731-1294]  INFO [aai-resources,67ea5b44606dcc7d91bf6e4070883984,91bf6e4070883984] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:16.067 [67ea5b44606dcc7d91bf6e4070883984,91bf6e4070883984] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b44606dcc7d91bf6e4070883984,91bf6e4070883984] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1e8465e1-0d62-432c-8760-571fceca02f5","status":"200","rqstDate":"250331-09:07:16:054","respDate":"250331-09:07:16:067","sourceId":"haproxy:1e8465e1-0d62-432c-8760-571fceca02f5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:07:16:054-391\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6dbe136d-cc91-45f0-8a4d-b37af8a7b17b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1e8465e1-0d62-432c-8760-571fceca02f5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:07:18.073 [67ea5b469f42839a1563383cd5acb6d4,1563383cd5acb6d4] [qtp1225114731-852]  INFO [aai-resources,67ea5b469f42839a1563383cd5acb6d4,1563383cd5acb6d4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:18.082 [67ea5b469f42839a1563383cd5acb6d4,1563383cd5acb6d4] [qtp1225114731-852] DEBUG [aai-resources,67ea5b469f42839a1563383cd5acb6d4,1563383cd5acb6d4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4da05480-fdef-48e1-bd9b-c3b71d32766b","status":"200","rqstDate":"250331-09:07:18:073","respDate":"250331-09:07:18:082","sourceId":"haproxy:4da05480-fdef-48e1-bd9b-c3b71d32766b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:07:18:073-61978\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d135657a-d7d8-4e2f-a140-820fae1f8972], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4da05480-fdef-48e1-bd9b-c3b71d32766b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 09:07:20.087 [67ea5b482c718e217aaf4ce1382d3136,7aaf4ce1382d3136] [qtp1225114731-1294]  INFO [aai-resources,67ea5b482c718e217aaf4ce1382d3136,7aaf4ce1382d3136] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:20.098 [67ea5b482c718e217aaf4ce1382d3136,7aaf4ce1382d3136] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b482c718e217aaf4ce1382d3136,7aaf4ce1382d3136] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"99e377ae-7983-4b02-aa26-f3fb557e87fe","status":"200","rqstDate":"250331-09:07:20:087","respDate":"250331-09:07:20:098","sourceId":"haproxy:99e377ae-7983-4b02-aa26-f3fb557e87fe","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:07:20:087-61643\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0d44e899-c062-4073-be62-8e0f8bcfdca3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[99e377ae-7983-4b02-aa26-f3fb557e87fe]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:07:22.104 [67ea5b4ac1bcbe9d83ee36c78ae467de,83ee36c78ae467de] [qtp1225114731-852]  INFO [aai-resources,67ea5b4ac1bcbe9d83ee36c78ae467de,83ee36c78ae467de] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:22.117 [67ea5b4ac1bcbe9d83ee36c78ae467de,83ee36c78ae467de] [qtp1225114731-852] DEBUG [aai-resources,67ea5b4ac1bcbe9d83ee36c78ae467de,83ee36c78ae467de] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"74c9efbc-2362-4680-b78b-f471f78929c5","status":"200","rqstDate":"250331-09:07:22:105","respDate":"250331-09:07:22:117","sourceId":"haproxy:74c9efbc-2362-4680-b78b-f471f78929c5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:07:22:105-68999\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1af504d2-1a8b-4adc-bc86-780eb9702105], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[74c9efbc-2362-4680-b78b-f471f78929c5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:07:24.124 [67ea5b4c0892dbab04f97d49abf40959,04f97d49abf40959] [qtp1225114731-1294]  INFO [aai-resources,67ea5b4c0892dbab04f97d49abf40959,04f97d49abf40959] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:24.135 [67ea5b4c0892dbab04f97d49abf40959,04f97d49abf40959] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b4c0892dbab04f97d49abf40959,04f97d49abf40959] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ede14bdc-ae9b-4559-8180-91a9f0edf713","status":"200","rqstDate":"250331-09:07:24:124","respDate":"250331-09:07:24:135","sourceId":"haproxy:ede14bdc-ae9b-4559-8180-91a9f0edf713","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:07:24:124-55254\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[06773026-9822-42f8-b5ea-18654b1ad137], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ede14bdc-ae9b-4559-8180-91a9f0edf713]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:07:26.141 [67ea5b4e2411909edc03219fcf27f4ad,dc03219fcf27f4ad] [qtp1225114731-852]  INFO [aai-resources,67ea5b4e2411909edc03219fcf27f4ad,dc03219fcf27f4ad] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:26.154 [67ea5b4e2411909edc03219fcf27f4ad,dc03219fcf27f4ad] [qtp1225114731-852] DEBUG [aai-resources,67ea5b4e2411909edc03219fcf27f4ad,dc03219fcf27f4ad] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5ebbff13-fdad-4d31-a68e-785fd4bbb858","status":"200","rqstDate":"250331-09:07:26:141","respDate":"250331-09:07:26:154","sourceId":"haproxy:5ebbff13-fdad-4d31-a68e-785fd4bbb858","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:07:26:141-66548\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[965928d1-8c8b-4e07-bb2a-b4886ab4672a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5ebbff13-fdad-4d31-a68e-785fd4bbb858]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:07:28.161 [67ea5b50f2bea7a0e8abc0ebdb95fa69,e8abc0ebdb95fa69] [qtp1225114731-1294]  INFO [aai-resources,67ea5b50f2bea7a0e8abc0ebdb95fa69,e8abc0ebdb95fa69] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:28.178 [67ea5b50f2bea7a0e8abc0ebdb95fa69,e8abc0ebdb95fa69] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b50f2bea7a0e8abc0ebdb95fa69,e8abc0ebdb95fa69] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1a463bce-4503-4516-9808-258452451e0d","status":"200","rqstDate":"250331-09:07:28:161","respDate":"250331-09:07:28:178","sourceId":"haproxy:1a463bce-4503-4516-9808-258452451e0d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:07:28:161-33789\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d882003d-f7aa-4204-9616-8a731aae94ef], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1a463bce-4503-4516-9808-258452451e0d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:07:30.185 [67ea5b52194343d56e5b3d9a2a77130d,6e5b3d9a2a77130d] [qtp1225114731-852]  INFO [aai-resources,67ea5b52194343d56e5b3d9a2a77130d,6e5b3d9a2a77130d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:30.200 [67ea5b52194343d56e5b3d9a2a77130d,6e5b3d9a2a77130d] [qtp1225114731-852] DEBUG [aai-resources,67ea5b52194343d56e5b3d9a2a77130d,6e5b3d9a2a77130d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a5f35bc8-48e2-4f6c-99d4-30f9dc496d31","status":"200","rqstDate":"250331-09:07:30:185","respDate":"250331-09:07:30:200","sourceId":"haproxy:a5f35bc8-48e2-4f6c-99d4-30f9dc496d31","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:07:30:185-41671\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[feaf8308-b779-4d96-9211-db043b82578c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a5f35bc8-48e2-4f6c-99d4-30f9dc496d31]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:07:32.206 [67ea5b54f087633121a245c82b2d86ac,21a245c82b2d86ac] [qtp1225114731-1294]  INFO [aai-resources,67ea5b54f087633121a245c82b2d86ac,21a245c82b2d86ac] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:32.218 [67ea5b54f087633121a245c82b2d86ac,21a245c82b2d86ac] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b54f087633121a245c82b2d86ac,21a245c82b2d86ac] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"11b6ec3d-06b4-4e55-82e3-ed8b30208a0a","status":"200","rqstDate":"250331-09:07:32:206","respDate":"250331-09:07:32:218","sourceId":"haproxy:11b6ec3d-06b4-4e55-82e3-ed8b30208a0a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:07:32:206-90119\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[976312c2-0802-4c6d-a25b-df5f65ded95e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[11b6ec3d-06b4-4e55-82e3-ed8b30208a0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:07:34.225 [67ea5b56ea0f142ec262de889711df0e,c262de889711df0e] [qtp1225114731-852]  INFO [aai-resources,67ea5b56ea0f142ec262de889711df0e,c262de889711df0e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:34.238 [67ea5b56ea0f142ec262de889711df0e,c262de889711df0e] [qtp1225114731-852] DEBUG [aai-resources,67ea5b56ea0f142ec262de889711df0e,c262de889711df0e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7655c724-a481-471d-aa93-e092ae701c5a","status":"200","rqstDate":"250331-09:07:34:225","respDate":"250331-09:07:34:238","sourceId":"haproxy:7655c724-a481-471d-aa93-e092ae701c5a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:07:34:225-98950\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3d8a22a7-e62b-411f-9f02-e9420c61eb40], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7655c724-a481-471d-aa93-e092ae701c5a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:07:36.245 [67ea5b583d5e1e29c5b6a10961ef4004,c5b6a10961ef4004] [qtp1225114731-1294]  INFO [aai-resources,67ea5b583d5e1e29c5b6a10961ef4004,c5b6a10961ef4004] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:36.257 [67ea5b583d5e1e29c5b6a10961ef4004,c5b6a10961ef4004] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b583d5e1e29c5b6a10961ef4004,c5b6a10961ef4004] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0d576b47-2812-40a2-b472-c04483f54b13","status":"200","rqstDate":"250331-09:07:36:245","respDate":"250331-09:07:36:257","sourceId":"haproxy:0d576b47-2812-40a2-b472-c04483f54b13","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:07:36:245-58701\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d2e65d4f-8b97-44a9-b0f8-be16eda669af], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0d576b47-2812-40a2-b472-c04483f54b13]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:07:38.263 [67ea5b5abd56ee2103c1a0121c6e2b62,03c1a0121c6e2b62] [qtp1225114731-852]  INFO [aai-resources,67ea5b5abd56ee2103c1a0121c6e2b62,03c1a0121c6e2b62] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:38.276 [67ea5b5abd56ee2103c1a0121c6e2b62,03c1a0121c6e2b62] [qtp1225114731-852] DEBUG [aai-resources,67ea5b5abd56ee2103c1a0121c6e2b62,03c1a0121c6e2b62] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f9f237ff-2178-4605-879f-e28763adf634","status":"200","rqstDate":"250331-09:07:38:263","respDate":"250331-09:07:38:276","sourceId":"haproxy:f9f237ff-2178-4605-879f-e28763adf634","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:07:38:263-75870\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[72c97777-13f9-4083-9289-004160a61a1b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f9f237ff-2178-4605-879f-e28763adf634]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:07:40.282 [67ea5b5c37dab2ba109014e73e53f1c1,109014e73e53f1c1] [qtp1225114731-1294]  INFO [aai-resources,67ea5b5c37dab2ba109014e73e53f1c1,109014e73e53f1c1] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:40.294 [67ea5b5c37dab2ba109014e73e53f1c1,109014e73e53f1c1] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b5c37dab2ba109014e73e53f1c1,109014e73e53f1c1] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4c8ed51-6a42-441d-b7ab-6633d6b40cba","status":"200","rqstDate":"250331-09:07:40:282","respDate":"250331-09:07:40:294","sourceId":"haproxy:e4c8ed51-6a42-441d-b7ab-6633d6b40cba","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:07:40:282-47155\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ba23fc8f-ffb2-4f14-afdc-cecfca02b8ec], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e4c8ed51-6a42-441d-b7ab-6633d6b40cba]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:07:42.303 [67ea5b5ede2792c1698889e6c89e203a,698889e6c89e203a] [qtp1225114731-852]  INFO [aai-resources,67ea5b5ede2792c1698889e6c89e203a,698889e6c89e203a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:42.317 [67ea5b5ede2792c1698889e6c89e203a,698889e6c89e203a] [qtp1225114731-852] DEBUG [aai-resources,67ea5b5ede2792c1698889e6c89e203a,698889e6c89e203a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c0b7fa92-2298-4e9d-99dc-256c19d073e3","status":"200","rqstDate":"250331-09:07:42:303","respDate":"250331-09:07:42:317","sourceId":"haproxy:c0b7fa92-2298-4e9d-99dc-256c19d073e3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:07:42:303-63161\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[04e8af0d-6a0d-4044-a347-9bb74c1a56c3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c0b7fa92-2298-4e9d-99dc-256c19d073e3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:07:44.322 [67ea5b60d6a092379b52d85c370d5b5d,9b52d85c370d5b5d] [qtp1225114731-1294]  INFO [aai-resources,67ea5b60d6a092379b52d85c370d5b5d,9b52d85c370d5b5d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:44.351 [67ea5b60d6a092379b52d85c370d5b5d,9b52d85c370d5b5d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b60d6a092379b52d85c370d5b5d,9b52d85c370d5b5d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"86bdef4c-2e45-4161-8213-552ab81c148b","status":"200","rqstDate":"250331-09:07:44:322","respDate":"250331-09:07:44:351","sourceId":"haproxy:86bdef4c-2e45-4161-8213-552ab81c148b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:07:44:322-71115\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[85f3a105-0371-4c37-bf4b-a5f69ce676e1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[86bdef4c-2e45-4161-8213-552ab81c148b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 31 - "logType": "access"
2025-03-31 09:07:46.357 [67ea5b623f2992319dd107a2d7a88174,9dd107a2d7a88174] [qtp1225114731-852]  INFO [aai-resources,67ea5b623f2992319dd107a2d7a88174,9dd107a2d7a88174] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:46.379 [67ea5b623f2992319dd107a2d7a88174,9dd107a2d7a88174] [qtp1225114731-852] DEBUG [aai-resources,67ea5b623f2992319dd107a2d7a88174,9dd107a2d7a88174] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c506b678-3dbc-46e3-986d-9c66e297a5a7","status":"200","rqstDate":"250331-09:07:46:357","respDate":"250331-09:07:46:379","sourceId":"haproxy:c506b678-3dbc-46e3-986d-9c66e297a5a7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:07:46:357-12823\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8dec5a6a-2989-4b0d-9183-ffdb525ce148], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c506b678-3dbc-46e3-986d-9c66e297a5a7]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 09:07:48.387 [67ea5b64984098be2992580fb035bfbb,2992580fb035bfbb] [qtp1225114731-1294]  INFO [aai-resources,67ea5b64984098be2992580fb035bfbb,2992580fb035bfbb] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:48.395 [67ea5b64984098be2992580fb035bfbb,2992580fb035bfbb] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b64984098be2992580fb035bfbb,2992580fb035bfbb] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a6d8809f-6ebc-490a-823f-a98acf0fae95","status":"200","rqstDate":"250331-09:07:48:387","respDate":"250331-09:07:48:395","sourceId":"haproxy:a6d8809f-6ebc-490a-823f-a98acf0fae95","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:07:48:387-36527\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e07145ab-d06c-422e-8581-a02cf5da83db], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a6d8809f-6ebc-490a-823f-a98acf0fae95]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 09:07:50.401 [67ea5b66c3e2997cfafa72981a0992cd,fafa72981a0992cd] [qtp1225114731-852]  INFO [aai-resources,67ea5b66c3e2997cfafa72981a0992cd,fafa72981a0992cd] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:50.416 [67ea5b66c3e2997cfafa72981a0992cd,fafa72981a0992cd] [qtp1225114731-852] DEBUG [aai-resources,67ea5b66c3e2997cfafa72981a0992cd,fafa72981a0992cd] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"78517f4b-25b1-4993-996f-8ae691e426e7","status":"200","rqstDate":"250331-09:07:50:401","respDate":"250331-09:07:50:416","sourceId":"haproxy:78517f4b-25b1-4993-996f-8ae691e426e7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:07:50:401-85544\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d62f4d69-65bc-4274-acde-c27631817dd4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[78517f4b-25b1-4993-996f-8ae691e426e7]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:07:52.424 [67ea5b6811080fdbea6bede3fe0b0fdd,ea6bede3fe0b0fdd] [qtp1225114731-1294]  INFO [aai-resources,67ea5b6811080fdbea6bede3fe0b0fdd,ea6bede3fe0b0fdd] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:52.445 [67ea5b6811080fdbea6bede3fe0b0fdd,ea6bede3fe0b0fdd] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b6811080fdbea6bede3fe0b0fdd,ea6bede3fe0b0fdd] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bd5a0386-254b-4ea0-b87a-d0c6baa92d4e","status":"200","rqstDate":"250331-09:07:52:424","respDate":"250331-09:07:52:445","sourceId":"haproxy:bd5a0386-254b-4ea0-b87a-d0c6baa92d4e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:07:52:424-43961\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3d70bdfb-8db1-437f-ab8b-29ea33b29f3a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bd5a0386-254b-4ea0-b87a-d0c6baa92d4e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 09:07:54.452 [67ea5b6a20dae923992552358c357185,992552358c357185] [qtp1225114731-852]  INFO [aai-resources,67ea5b6a20dae923992552358c357185,992552358c357185] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:54.462 [67ea5b6a20dae923992552358c357185,992552358c357185] [qtp1225114731-852] DEBUG [aai-resources,67ea5b6a20dae923992552358c357185,992552358c357185] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d979ec14-065d-473c-8aed-a3012d09ff8d","status":"200","rqstDate":"250331-09:07:54:452","respDate":"250331-09:07:54:462","sourceId":"haproxy:d979ec14-065d-473c-8aed-a3012d09ff8d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:07:54:452-88975\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[13a56296-88b4-4bf2-a180-c7d6634ea627], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d979ec14-065d-473c-8aed-a3012d09ff8d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:07:56.469 [67ea5b6c9c5472561b0bdcb116a108f8,1b0bdcb116a108f8] [qtp1225114731-1294]  INFO [aai-resources,67ea5b6c9c5472561b0bdcb116a108f8,1b0bdcb116a108f8] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:56.485 [67ea5b6c9c5472561b0bdcb116a108f8,1b0bdcb116a108f8] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b6c9c5472561b0bdcb116a108f8,1b0bdcb116a108f8] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"696397f4-305e-4e99-ac6e-fc115bda7d59","status":"200","rqstDate":"250331-09:07:56:469","respDate":"250331-09:07:56:485","sourceId":"haproxy:696397f4-305e-4e99-ac6e-fc115bda7d59","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:07:56:469-73373\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[61c614d0-e851-457b-8b9d-c84b64ec279b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[696397f4-305e-4e99-ac6e-fc115bda7d59]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:07:58.495 [67ea5b6e0493578806dfc70197733b4d,06dfc70197733b4d] [qtp1225114731-852]  INFO [aai-resources,67ea5b6e0493578806dfc70197733b4d,06dfc70197733b4d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:07:58.512 [67ea5b6e0493578806dfc70197733b4d,06dfc70197733b4d] [qtp1225114731-852] DEBUG [aai-resources,67ea5b6e0493578806dfc70197733b4d,06dfc70197733b4d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"78b777e3-fe7b-45ff-8ec2-fcb660d9451e","status":"200","rqstDate":"250331-09:07:58:495","respDate":"250331-09:07:58:512","sourceId":"haproxy:78b777e3-fe7b-45ff-8ec2-fcb660d9451e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:07:58:495-53586\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f2cd433f-50b7-4fd5-aff6-cd9305d341a3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[78b777e3-fe7b-45ff-8ec2-fcb660d9451e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:07:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:08:00.519 [67ea5b7051f1ee8a2f8e6810f2332ea8,2f8e6810f2332ea8] [qtp1225114731-1294]  INFO [aai-resources,67ea5b7051f1ee8a2f8e6810f2332ea8,2f8e6810f2332ea8] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:00.536 [67ea5b7051f1ee8a2f8e6810f2332ea8,2f8e6810f2332ea8] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b7051f1ee8a2f8e6810f2332ea8,2f8e6810f2332ea8] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"935863bb-eee4-44c5-9699-94572a4bd058","status":"200","rqstDate":"250331-09:08:00:519","respDate":"250331-09:08:00:536","sourceId":"haproxy:935863bb-eee4-44c5-9699-94572a4bd058","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:00:519-93227\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a4184c50-1f21-4fe2-9198-2d9230bec798], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[935863bb-eee4-44c5-9699-94572a4bd058]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:08:02.542 [67ea5b72c9d69673827275bba33ba36d,827275bba33ba36d] [qtp1225114731-852]  INFO [aai-resources,67ea5b72c9d69673827275bba33ba36d,827275bba33ba36d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:02.557 [67ea5b72c9d69673827275bba33ba36d,827275bba33ba36d] [qtp1225114731-852] DEBUG [aai-resources,67ea5b72c9d69673827275bba33ba36d,827275bba33ba36d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"86f46f74-f831-475b-8f08-59a425318474","status":"200","rqstDate":"250331-09:08:02:542","respDate":"250331-09:08:02:557","sourceId":"haproxy:86f46f74-f831-475b-8f08-59a425318474","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:02:542-37341\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[89fe1665-1766-4b69-b7f6-170924cece1b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[86f46f74-f831-475b-8f08-59a425318474]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:08:04.565 [67ea5b74cae5fcb24a55d5c9db24c7bc,4a55d5c9db24c7bc] [qtp1225114731-1294]  INFO [aai-resources,67ea5b74cae5fcb24a55d5c9db24c7bc,4a55d5c9db24c7bc] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:04.581 [67ea5b74cae5fcb24a55d5c9db24c7bc,4a55d5c9db24c7bc] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b74cae5fcb24a55d5c9db24c7bc,4a55d5c9db24c7bc] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"92d11f79-26ca-4412-ae55-9e7f8a315e59","status":"200","rqstDate":"250331-09:08:04:565","respDate":"250331-09:08:04:581","sourceId":"haproxy:92d11f79-26ca-4412-ae55-9e7f8a315e59","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:04:565-69868\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[adbe098c-f635-4a07-be81-1a4d77e6c1d5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[92d11f79-26ca-4412-ae55-9e7f8a315e59]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:08:06.587 [67ea5b769cac201e353dd8044bf49084,353dd8044bf49084] [qtp1225114731-852]  INFO [aai-resources,67ea5b769cac201e353dd8044bf49084,353dd8044bf49084] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:06.599 [67ea5b769cac201e353dd8044bf49084,353dd8044bf49084] [qtp1225114731-852] DEBUG [aai-resources,67ea5b769cac201e353dd8044bf49084,353dd8044bf49084] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"28df3de1-b3fe-45a4-b7ef-f6c75de20429","status":"200","rqstDate":"250331-09:08:06:588","respDate":"250331-09:08:06:599","sourceId":"haproxy:28df3de1-b3fe-45a4-b7ef-f6c75de20429","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:06:588-20236\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c9f79baa-55f6-4e95-a622-0c1854d1b9dd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[28df3de1-b3fe-45a4-b7ef-f6c75de20429]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:08:08.607 [67ea5b7814f1e4bd1062bd67952a1030,1062bd67952a1030] [qtp1225114731-1294]  INFO [aai-resources,67ea5b7814f1e4bd1062bd67952a1030,1062bd67952a1030] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:08.623 [67ea5b7814f1e4bd1062bd67952a1030,1062bd67952a1030] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b7814f1e4bd1062bd67952a1030,1062bd67952a1030] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6965705d-d9b7-4067-b0be-6c4ee649b5d5","status":"200","rqstDate":"250331-09:08:08:608","respDate":"250331-09:08:08:623","sourceId":"haproxy:6965705d-d9b7-4067-b0be-6c4ee649b5d5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:08:08:608-62808\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[447331f5-a7dc-485e-a93a-84b596722bc0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6965705d-d9b7-4067-b0be-6c4ee649b5d5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:08:10.630 [67ea5b7a0d42206f079816baef962a40,079816baef962a40] [qtp1225114731-852]  INFO [aai-resources,67ea5b7a0d42206f079816baef962a40,079816baef962a40] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:10.647 [67ea5b7a0d42206f079816baef962a40,079816baef962a40] [qtp1225114731-852] DEBUG [aai-resources,67ea5b7a0d42206f079816baef962a40,079816baef962a40] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5deb4914-ad48-4c3e-a786-02a586b88cbc","status":"200","rqstDate":"250331-09:08:10:630","respDate":"250331-09:08:10:647","sourceId":"haproxy:5deb4914-ad48-4c3e-a786-02a586b88cbc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:10:630-99367\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7c7ff991-4646-4db2-ae51-28973e931882], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5deb4914-ad48-4c3e-a786-02a586b88cbc]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:08:12.653 [67ea5b7cb03476c3c49a04cbcfd470d7,c49a04cbcfd470d7] [qtp1225114731-1294]  INFO [aai-resources,67ea5b7cb03476c3c49a04cbcfd470d7,c49a04cbcfd470d7] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:12.673 [67ea5b7cb03476c3c49a04cbcfd470d7,c49a04cbcfd470d7] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b7cb03476c3c49a04cbcfd470d7,c49a04cbcfd470d7] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c0ab9b2c-a8f9-4dcf-9a21-d287766619aa","status":"200","rqstDate":"250331-09:08:12:653","respDate":"250331-09:08:12:673","sourceId":"haproxy:c0ab9b2c-a8f9-4dcf-9a21-d287766619aa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:12:653-26197\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[71d080dc-8554-4f0d-af97-c85f03a22cfd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c0ab9b2c-a8f9-4dcf-9a21-d287766619aa]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 09:08:14.682 [67ea5b7e9456f7ee847ce92d2171b6fd,847ce92d2171b6fd] [qtp1225114731-852]  INFO [aai-resources,67ea5b7e9456f7ee847ce92d2171b6fd,847ce92d2171b6fd] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:14.695 [67ea5b7e9456f7ee847ce92d2171b6fd,847ce92d2171b6fd] [qtp1225114731-852] DEBUG [aai-resources,67ea5b7e9456f7ee847ce92d2171b6fd,847ce92d2171b6fd] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ee1e48de-0e94-4b16-97c0-4699c0afe18f","status":"200","rqstDate":"250331-09:08:14:682","respDate":"250331-09:08:14:695","sourceId":"haproxy:ee1e48de-0e94-4b16-97c0-4699c0afe18f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:14:682-75209\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[25fdfccd-9fa5-47f9-b9a0-9d569261ca35], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ee1e48de-0e94-4b16-97c0-4699c0afe18f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:08:16.702 [67ea5b80ffa94e41a2125cdfcd211da4,a2125cdfcd211da4] [qtp1225114731-1294]  INFO [aai-resources,67ea5b80ffa94e41a2125cdfcd211da4,a2125cdfcd211da4] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:16.715 [67ea5b80ffa94e41a2125cdfcd211da4,a2125cdfcd211da4] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b80ffa94e41a2125cdfcd211da4,a2125cdfcd211da4] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8fd0fa98-074c-4303-90a9-b2a7ebfa63f1","status":"200","rqstDate":"250331-09:08:16:702","respDate":"250331-09:08:16:715","sourceId":"haproxy:8fd0fa98-074c-4303-90a9-b2a7ebfa63f1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:16:702-89008\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7186cafb-e026-4605-b6c3-5503e8cb3956], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8fd0fa98-074c-4303-90a9-b2a7ebfa63f1]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:08:18.721 [67ea5b8213dd92b42fd3e1f8bf775fae,2fd3e1f8bf775fae] [qtp1225114731-852]  INFO [aai-resources,67ea5b8213dd92b42fd3e1f8bf775fae,2fd3e1f8bf775fae] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:18.732 [67ea5b8213dd92b42fd3e1f8bf775fae,2fd3e1f8bf775fae] [qtp1225114731-852] DEBUG [aai-resources,67ea5b8213dd92b42fd3e1f8bf775fae,2fd3e1f8bf775fae] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"161e36e1-06e3-4749-a2eb-8c34cfb2f69f","status":"200","rqstDate":"250331-09:08:18:721","respDate":"250331-09:08:18:732","sourceId":"haproxy:161e36e1-06e3-4749-a2eb-8c34cfb2f69f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:18:721-20063\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dc9a8a7a-679c-4040-b045-fa65225710a6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[161e36e1-06e3-4749-a2eb-8c34cfb2f69f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:08:20.739 [67ea5b845396e34ef0f03305d9bd687f,f0f03305d9bd687f] [qtp1225114731-1294]  INFO [aai-resources,67ea5b845396e34ef0f03305d9bd687f,f0f03305d9bd687f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:20.752 [67ea5b845396e34ef0f03305d9bd687f,f0f03305d9bd687f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b845396e34ef0f03305d9bd687f,f0f03305d9bd687f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"73d9b53c-a17d-4b1a-9025-b61db80afdfd","status":"200","rqstDate":"250331-09:08:20:739","respDate":"250331-09:08:20:752","sourceId":"haproxy:73d9b53c-a17d-4b1a-9025-b61db80afdfd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:20:739-35729\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f1f60b06-22c5-490b-a428-1dbed2ab8a13], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[73d9b53c-a17d-4b1a-9025-b61db80afdfd]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:08:22.759 [67ea5b86fbcf938c215f5c44ba44ebf7,215f5c44ba44ebf7] [qtp1225114731-852]  INFO [aai-resources,67ea5b86fbcf938c215f5c44ba44ebf7,215f5c44ba44ebf7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:22.775 [67ea5b86fbcf938c215f5c44ba44ebf7,215f5c44ba44ebf7] [qtp1225114731-852] DEBUG [aai-resources,67ea5b86fbcf938c215f5c44ba44ebf7,215f5c44ba44ebf7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f33f31db-615c-4eea-a977-de3a61d010b1","status":"200","rqstDate":"250331-09:08:22:760","respDate":"250331-09:08:22:775","sourceId":"haproxy:f33f31db-615c-4eea-a977-de3a61d010b1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:22:760-4597\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99309337-3b1f-4e09-b48b-a19d1daada7f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f33f31db-615c-4eea-a977-de3a61d010b1]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:08:24.782 [67ea5b885cceb1879372d683e69058de,9372d683e69058de] [qtp1225114731-1294]  INFO [aai-resources,67ea5b885cceb1879372d683e69058de,9372d683e69058de] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:24.791 [67ea5b885cceb1879372d683e69058de,9372d683e69058de] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b885cceb1879372d683e69058de,9372d683e69058de] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ba25ec9b-eb6a-4b7e-9ed4-36b0fc097934","status":"200","rqstDate":"250331-09:08:24:782","respDate":"250331-09:08:24:791","sourceId":"haproxy:ba25ec9b-eb6a-4b7e-9ed4-36b0fc097934","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:08:24:782-27801\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[032ba48a-17cf-4edc-8c66-59997308ab01], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ba25ec9b-eb6a-4b7e-9ed4-36b0fc097934]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:08:26.798 [67ea5b8a3d7d63b082032e3329c9f89a,82032e3329c9f89a] [qtp1225114731-852]  INFO [aai-resources,67ea5b8a3d7d63b082032e3329c9f89a,82032e3329c9f89a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:26.817 [67ea5b8a3d7d63b082032e3329c9f89a,82032e3329c9f89a] [qtp1225114731-852] DEBUG [aai-resources,67ea5b8a3d7d63b082032e3329c9f89a,82032e3329c9f89a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eae5f4d5-f30e-486b-bdba-23834bf50596","status":"200","rqstDate":"250331-09:08:26:799","respDate":"250331-09:08:26:817","sourceId":"haproxy:eae5f4d5-f30e-486b-bdba-23834bf50596","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:26:799-569\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e00d9130-0c9f-47a9-b5d8-7ca95bb3118c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eae5f4d5-f30e-486b-bdba-23834bf50596]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:08:28.822 [67ea5b8c61bf3eb155a0458ffd00582f,55a0458ffd00582f] [qtp1225114731-1294]  INFO [aai-resources,67ea5b8c61bf3eb155a0458ffd00582f,55a0458ffd00582f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:28.831 [67ea5b8c61bf3eb155a0458ffd00582f,55a0458ffd00582f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b8c61bf3eb155a0458ffd00582f,55a0458ffd00582f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"08beb474-3f35-4987-8c0b-e41cca604397","status":"200","rqstDate":"250331-09:08:28:822","respDate":"250331-09:08:28:831","sourceId":"haproxy:08beb474-3f35-4987-8c0b-e41cca604397","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:28:822-84476\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1b1beac9-2912-4362-abae-40ca97feff13], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[08beb474-3f35-4987-8c0b-e41cca604397]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:08:30.838 [67ea5b8efad107599cac66b70d2c1528,9cac66b70d2c1528] [qtp1225114731-852]  INFO [aai-resources,67ea5b8efad107599cac66b70d2c1528,9cac66b70d2c1528] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:30.858 [67ea5b8efad107599cac66b70d2c1528,9cac66b70d2c1528] [qtp1225114731-852] DEBUG [aai-resources,67ea5b8efad107599cac66b70d2c1528,9cac66b70d2c1528] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c871ff0e-302e-4267-a523-8a6acd78032e","status":"200","rqstDate":"250331-09:08:30:838","respDate":"250331-09:08:30:858","sourceId":"haproxy:c871ff0e-302e-4267-a523-8a6acd78032e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:30:838-22152\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6f4fc53d-37cb-4ee8-bbb6-a0a8cc4585fa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c871ff0e-302e-4267-a523-8a6acd78032e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 09:08:32.865 [67ea5b90228963e9ee95cd2d3cd5464a,ee95cd2d3cd5464a] [qtp1225114731-1294]  INFO [aai-resources,67ea5b90228963e9ee95cd2d3cd5464a,ee95cd2d3cd5464a] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:32.877 [67ea5b90228963e9ee95cd2d3cd5464a,ee95cd2d3cd5464a] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b90228963e9ee95cd2d3cd5464a,ee95cd2d3cd5464a] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"29d9b14e-cb1e-4d3b-9b23-e5459d3c663c","status":"200","rqstDate":"250331-09:08:32:865","respDate":"250331-09:08:32:877","sourceId":"haproxy:29d9b14e-cb1e-4d3b-9b23-e5459d3c663c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:32:865-89980\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[07b0af6b-cff6-4a92-a103-15ea832ce03c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[29d9b14e-cb1e-4d3b-9b23-e5459d3c663c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:08:34.884 [67ea5b929693ec888143b59b393949e9,8143b59b393949e9] [qtp1225114731-852]  INFO [aai-resources,67ea5b929693ec888143b59b393949e9,8143b59b393949e9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:34.897 [67ea5b929693ec888143b59b393949e9,8143b59b393949e9] [qtp1225114731-852] DEBUG [aai-resources,67ea5b929693ec888143b59b393949e9,8143b59b393949e9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6d3a3229-a9f1-4fd5-8c27-43559eb9193c","status":"200","rqstDate":"250331-09:08:34:884","respDate":"250331-09:08:34:897","sourceId":"haproxy:6d3a3229-a9f1-4fd5-8c27-43559eb9193c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:34:884-85808\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1f993758-84a1-4058-a5af-29cf31e13be0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6d3a3229-a9f1-4fd5-8c27-43559eb9193c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:08:36.903 [67ea5b9491eb84991723bbf544605c8d,1723bbf544605c8d] [qtp1225114731-1294]  INFO [aai-resources,67ea5b9491eb84991723bbf544605c8d,1723bbf544605c8d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:36.912 [67ea5b9491eb84991723bbf544605c8d,1723bbf544605c8d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b9491eb84991723bbf544605c8d,1723bbf544605c8d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7d272e7e-07b9-46ca-bfb0-047ede36af6d","status":"200","rqstDate":"250331-09:08:36:903","respDate":"250331-09:08:36:912","sourceId":"haproxy:7d272e7e-07b9-46ca-bfb0-047ede36af6d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:36:903-3716\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9264bf63-285c-4fb3-8097-639ea6c6a053], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7d272e7e-07b9-46ca-bfb0-047ede36af6d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:08:38.919 [67ea5b9639892a5faea45c6fe2dc158c,aea45c6fe2dc158c] [qtp1225114731-852]  INFO [aai-resources,67ea5b9639892a5faea45c6fe2dc158c,aea45c6fe2dc158c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:38.932 [67ea5b9639892a5faea45c6fe2dc158c,aea45c6fe2dc158c] [qtp1225114731-852] DEBUG [aai-resources,67ea5b9639892a5faea45c6fe2dc158c,aea45c6fe2dc158c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7ae4ece9-d4da-424e-9581-e05ff30591fd","status":"200","rqstDate":"250331-09:08:38:919","respDate":"250331-09:08:38:932","sourceId":"haproxy:7ae4ece9-d4da-424e-9581-e05ff30591fd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:08:38:919-20262\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[79586c4a-c01f-41a1-b74b-763dd9b91afd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7ae4ece9-d4da-424e-9581-e05ff30591fd]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:08:40.939 [67ea5b981d258c8de903e84816f25c0f,e903e84816f25c0f] [qtp1225114731-1294]  INFO [aai-resources,67ea5b981d258c8de903e84816f25c0f,e903e84816f25c0f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:40.952 [67ea5b981d258c8de903e84816f25c0f,e903e84816f25c0f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b981d258c8de903e84816f25c0f,e903e84816f25c0f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"013c0ab9-754e-44ed-9f56-3af26e4cab0a","status":"200","rqstDate":"250331-09:08:40:939","respDate":"250331-09:08:40:952","sourceId":"haproxy:013c0ab9-754e-44ed-9f56-3af26e4cab0a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:40:939-18271\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dbb9acbe-c612-40d0-8991-b477e795c144], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[013c0ab9-754e-44ed-9f56-3af26e4cab0a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:08:42.957 [67ea5b9a6af3104259f953ccdcc1a9f4,59f953ccdcc1a9f4] [qtp1225114731-852]  INFO [aai-resources,67ea5b9a6af3104259f953ccdcc1a9f4,59f953ccdcc1a9f4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:42.972 [67ea5b9a6af3104259f953ccdcc1a9f4,59f953ccdcc1a9f4] [qtp1225114731-852] DEBUG [aai-resources,67ea5b9a6af3104259f953ccdcc1a9f4,59f953ccdcc1a9f4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6227eebf-5915-4910-b297-0af5e96a7e64","status":"200","rqstDate":"250331-09:08:42:957","respDate":"250331-09:08:42:972","sourceId":"haproxy:6227eebf-5915-4910-b297-0af5e96a7e64","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:08:42:957-17981\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[475b2165-e42c-43e7-957e-944bcaf5fc7b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6227eebf-5915-4910-b297-0af5e96a7e64]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:08:44.979 [67ea5b9cda79d02144e001f8c86651a1,44e001f8c86651a1] [qtp1225114731-1294]  INFO [aai-resources,67ea5b9cda79d02144e001f8c86651a1,44e001f8c86651a1] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:44.993 [67ea5b9cda79d02144e001f8c86651a1,44e001f8c86651a1] [qtp1225114731-1294] DEBUG [aai-resources,67ea5b9cda79d02144e001f8c86651a1,44e001f8c86651a1] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cef8c7f3-3f92-46f4-87aa-625f45dae6e8","status":"200","rqstDate":"250331-09:08:44:979","respDate":"250331-09:08:44:993","sourceId":"haproxy:cef8c7f3-3f92-46f4-87aa-625f45dae6e8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:08:44:979-73959\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[057cc659-952c-4833-b8cc-4adf798bae90], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cef8c7f3-3f92-46f4-87aa-625f45dae6e8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:08:46.999 [67ea5b9ef7947a110aa642c169cd09cb,0aa642c169cd09cb] [qtp1225114731-852]  INFO [aai-resources,67ea5b9ef7947a110aa642c169cd09cb,0aa642c169cd09cb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:47.013 [67ea5b9ef7947a110aa642c169cd09cb,0aa642c169cd09cb] [qtp1225114731-852] DEBUG [aai-resources,67ea5b9ef7947a110aa642c169cd09cb,0aa642c169cd09cb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5a48a459-8039-4769-9c85-76dd56077ecf","status":"200","rqstDate":"250331-09:08:47:000","respDate":"250331-09:08:47:013","sourceId":"haproxy:5a48a459-8039-4769-9c85-76dd56077ecf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:08:47:000-97247\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[07de0cb7-b74f-4afb-863f-95ce673e75ad], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5a48a459-8039-4769-9c85-76dd56077ecf]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:08:49.020 [67ea5ba1180e58243882ecf18d88b13c,3882ecf18d88b13c] [qtp1225114731-1294]  INFO [aai-resources,67ea5ba1180e58243882ecf18d88b13c,3882ecf18d88b13c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:49.031 [67ea5ba1180e58243882ecf18d88b13c,3882ecf18d88b13c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ba1180e58243882ecf18d88b13c,3882ecf18d88b13c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"242412c6-41ca-45e7-84aa-20062aad527e","status":"200","rqstDate":"250331-09:08:49:020","respDate":"250331-09:08:49:031","sourceId":"haproxy:242412c6-41ca-45e7-84aa-20062aad527e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:08:49:020-75425\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[870f109b-0392-4310-8a13-9cde0802c4b0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[242412c6-41ca-45e7-84aa-20062aad527e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:08:51.037 [67ea5ba3bdb30e0980a17d10c09700b3,80a17d10c09700b3] [qtp1225114731-852]  INFO [aai-resources,67ea5ba3bdb30e0980a17d10c09700b3,80a17d10c09700b3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:51.050 [67ea5ba3bdb30e0980a17d10c09700b3,80a17d10c09700b3] [qtp1225114731-852] DEBUG [aai-resources,67ea5ba3bdb30e0980a17d10c09700b3,80a17d10c09700b3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e593dda5-645f-4ba0-88d4-505f4dc36d38","status":"200","rqstDate":"250331-09:08:51:037","respDate":"250331-09:08:51:050","sourceId":"haproxy:e593dda5-645f-4ba0-88d4-505f4dc36d38","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:08:51:037-30057\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1d646a8b-2b80-4117-a982-eb0e785cd37e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e593dda5-645f-4ba0-88d4-505f4dc36d38]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:08:53.056 [67ea5ba5fb0106e4c8ec7d6ed3a7cbe5,c8ec7d6ed3a7cbe5] [qtp1225114731-1294]  INFO [aai-resources,67ea5ba5fb0106e4c8ec7d6ed3a7cbe5,c8ec7d6ed3a7cbe5] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:53.076 [67ea5ba5fb0106e4c8ec7d6ed3a7cbe5,c8ec7d6ed3a7cbe5] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ba5fb0106e4c8ec7d6ed3a7cbe5,c8ec7d6ed3a7cbe5] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"28285fd7-749c-4d7a-9334-07b3b46b9853","status":"200","rqstDate":"250331-09:08:53:056","respDate":"250331-09:08:53:076","sourceId":"haproxy:28285fd7-749c-4d7a-9334-07b3b46b9853","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:53:056-73523\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[61a077cc-5e47-4d2f-8613-b4e042a91638], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[28285fd7-749c-4d7a-9334-07b3b46b9853]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 09:08:55.083 [67ea5ba754465584ba00540c2b028969,ba00540c2b028969] [qtp1225114731-852]  INFO [aai-resources,67ea5ba754465584ba00540c2b028969,ba00540c2b028969] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:55.095 [67ea5ba754465584ba00540c2b028969,ba00540c2b028969] [qtp1225114731-852] DEBUG [aai-resources,67ea5ba754465584ba00540c2b028969,ba00540c2b028969] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6ac122ba-0c72-4aad-bbae-6dd2476551f3","status":"200","rqstDate":"250331-09:08:55:083","respDate":"250331-09:08:55:095","sourceId":"haproxy:6ac122ba-0c72-4aad-bbae-6dd2476551f3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:55:083-93779\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c4a74778-28d2-4c85-96b4-fb237bbdee46], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6ac122ba-0c72-4aad-bbae-6dd2476551f3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:08:57.101 [67ea5ba99d273a27e73a74237746f918,e73a74237746f918] [qtp1225114731-1294]  INFO [aai-resources,67ea5ba99d273a27e73a74237746f918,e73a74237746f918] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.117 [67ea5ba99d273a27e73a74237746f918,e73a74237746f918] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ba99d273a27e73a74237746f918,e73a74237746f918] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"12b90a78-6334-4471-a55c-a53e519a8eb2","status":"200","rqstDate":"250331-09:08:57:101","respDate":"250331-09:08:57:117","sourceId":"haproxy:12b90a78-6334-4471-a55c-a53e519a8eb2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:57:101-10926\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[529d0823-26b1-4bd3-8293-30647e4fd7ae], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[12b90a78-6334-4471-a55c-a53e519a8eb2]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:08:57.434 [67ea5ba915090a60a682d00446c66982,a682d00446c66982] [qtp1225114731-852]  INFO [aai-resources,67ea5ba915090a60a682d00446c66982,a682d00446c66982] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.442 [67ea5ba915090a60a682d00446c66982,a682d00446c66982] [pool-1043-thread-1]  INFO [aai-resources,67ea5ba915090a60a682d00446c66982,a682d00446c66982] 1 --- [l-1043-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.442 [67ea5ba915090a60a682d00446c66982,a682d00446c66982] [pool-1043-thread-1]  INFO [aai-resources,67ea5ba915090a60a682d00446c66982,a682d00446c66982] 1 --- [l-1043-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.442 [67ea5ba915090a60a682d00446c66982,a682d00446c66982] [pool-1043-thread-1]  INFO [aai-resources,67ea5ba915090a60a682d00446c66982,a682d00446c66982] 1 --- [l-1043-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.443 [67ea5ba915090a60a682d00446c66982,a682d00446c66982] [pool-1043-thread-1]  INFO [aai-resources,67ea5ba915090a60a682d00446c66982,a682d00446c66982] 1 --- [l-1043-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:57.467 [67ea5ba915090a60a682d00446c66982,a682d00446c66982] [pool-1043-thread-1]  INFO [aai-resources,67ea5ba915090a60a682d00446c66982,a682d00446c66982] 1 --- [l-1043-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:57.468 [67ea5ba915090a60a682d00446c66982,a682d00446c66982] [qtp1225114731-852] DEBUG [aai-resources,67ea5ba915090a60a682d00446c66982,a682d00446c66982] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:434","respDate":"250331-09:08:57:468","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:57:434-53707\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ac98a7e8-db26-434a-b0c1-914d34848952], Accept=[application/json], x-invocationid=[dcd43c72-b5c3-4b82-862e-09299e3db027], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 37 - "logType": "access"
2025-03-31 09:08:57.489 [67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] [qtp1225114731-1294]  INFO [aai-resources,67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.495 [67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] [pool-1044-thread-1]  INFO [aai-resources,67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] 1 --- [l-1044-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.496 [67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] [pool-1044-thread-1]  INFO [aai-resources,67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] 1 --- [l-1044-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.496 [67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] [pool-1044-thread-1]  INFO [aai-resources,67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] 1 --- [l-1044-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.496 [67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] [pool-1044-thread-1]  INFO [aai-resources,67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] 1 --- [l-1044-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:57.534 [67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] [pool-1044-thread-1]  INFO [aai-resources,67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] 1 --- [l-1044-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:57.535 [67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ba90f7ab263c5e163d96ad88fe6,c5e163d96ad88fe6] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:489","respDate":"250331-09:08:57:535","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:57:489-15689\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[faf35781-6149-4af7-8ee6-f04bd74b5907], Accept=[application/json], x-invocationid=[ac6a4720-55f2-4dfc-aeab-be7f16e16682], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?depth=2" 200 1596 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 47 - "logType": "access"
2025-03-31 09:08:57.589 [67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] [qtp1225114731-852]  INFO [aai-resources,67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.593 [67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] [pool-1045-thread-1]  INFO [aai-resources,67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] 1 --- [l-1045-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.593 [67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] [pool-1045-thread-1]  INFO [aai-resources,67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] 1 --- [l-1045-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.593 [67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] [pool-1045-thread-1]  INFO [aai-resources,67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] 1 --- [l-1045-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.593 [67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] [pool-1045-thread-1]  INFO [aai-resources,67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] 1 --- [l-1045-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:57.600 [67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] [pool-1045-thread-1]  INFO [aai-resources,67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] 1 --- [l-1045-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:57.600 [67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] [qtp1225114731-852] DEBUG [aai-resources,67ea5ba93462f9179eda58534b0eea48,9eda58534b0eea48] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:589","respDate":"250331-09:08:57:600","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/business/projects/project/basicvm-project?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:08:57:589-83646\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b32c35fa-06d9-44c3-9895-5bbc6b8ceeda], Accept=[application/json], x-invocationid=[5bd6e0b2-a45d-4912-ba12-ada990a57c43], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/v24/business/projects/project/basicvm-project?nodes-only=" 200 69 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:08:57.621 [67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] [qtp1225114731-1294]  INFO [aai-resources,67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.626 [67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] [pool-1046-thread-1]  INFO [aai-resources,67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] 1 --- [l-1046-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.626 [67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] [pool-1046-thread-1]  INFO [aai-resources,67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] 1 --- [l-1046-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.626 [67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] [pool-1046-thread-1]  INFO [aai-resources,67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] 1 --- [l-1046-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.626 [67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] [pool-1046-thread-1]  INFO [aai-resources,67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] 1 --- [l-1046-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:57.634 [67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] [pool-1046-thread-1]  INFO [aai-resources,67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] 1 --- [l-1046-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:57.634 [67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ba9e61e4de6a46ebba21e94b128,a46ebba21e94b128] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:621","respDate":"250331-09:08:57:634","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:57:621-30257\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[427f8a87-6300-48c4-bd94-f7617384acfc], Accept=[application/json], x-invocationid=[70b50c94-b756-4c7e-baf8-8da634e3ef86], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/v24/business/owning-entities/owning-entity/dafd4abf-161d-4f6d-a5af-d423a24cf2a5?nodes-only=" 200 128 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:08:57.654 [67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] [qtp1225114731-852]  INFO [aai-resources,67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.658 [67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] [pool-1047-thread-1]  INFO [aai-resources,67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] 1 --- [l-1047-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.658 [67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] [pool-1047-thread-1]  INFO [aai-resources,67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] 1 --- [l-1047-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.658 [67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] [pool-1047-thread-1]  INFO [aai-resources,67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] 1 --- [l-1047-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.658 [67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] [pool-1047-thread-1]  INFO [aai-resources,67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] 1 --- [l-1047-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:57.723 [67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] [pool-1047-thread-1]  INFO [aai-resources,67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] 1 --- [l-1047-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:57.724 [67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] [qtp1225114731-852] DEBUG [aai-resources,67ea5ba98a286dc6497c8123ce3ff0f0,497c8123ce3ff0f0] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:654","respDate":"250331-09:08:57:724","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:57:654-36751\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[6d025145-3b09-48af-9f85-8a3ef3e866bc], Accept=[application/json], x-invocationid=[5cd53842-bda0-4bf6-a443-04d4ac321790], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 72 - "logType": "access"
2025-03-31 09:08:57.750 [67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] [qtp1225114731-1294]  INFO [aai-resources,67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.754 [67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] [pool-1048-thread-1]  INFO [aai-resources,67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] 1 --- [l-1048-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.754 [67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] [pool-1048-thread-1]  INFO [aai-resources,67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] 1 --- [l-1048-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.754 [67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] [pool-1048-thread-1]  INFO [aai-resources,67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] 1 --- [l-1048-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.755 [67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] [pool-1048-thread-1]  INFO [aai-resources,67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] 1 --- [l-1048-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:57.761 [67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] [pool-1048-thread-1]  INFO [aai-resources,67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] 1 --- [l-1048-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:57.761 [67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ba975e516b15e660ea4600f658d,5e660ea4600f658d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:750","respDate":"250331-09:08:57:761","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/business/platforms/platform/basicvm-platform?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:57:750-62257\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[518f2a35-8c51-4867-87b1-414ee4134c58], Accept=[application/json], x-invocationid=[43f7bc63-5632-47ce-9901-4406635669e8], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/v24/business/platforms/platform/basicvm-platform?nodes-only=" 200 71 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:08:57.783 [67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] [qtp1225114731-852]  INFO [aai-resources,67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.788 [67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] [pool-1049-thread-1]  INFO [aai-resources,67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] 1 --- [l-1049-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.788 [67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] [pool-1049-thread-1]  INFO [aai-resources,67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] 1 --- [l-1049-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.788 [67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] [pool-1049-thread-1]  INFO [aai-resources,67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] 1 --- [l-1049-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.789 [67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] [pool-1049-thread-1]  INFO [aai-resources,67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] 1 --- [l-1049-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:57.796 [67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] [pool-1049-thread-1]  INFO [aai-resources,67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] 1 --- [l-1049-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:57.797 [67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] [qtp1225114731-852] DEBUG [aai-resources,67ea5ba96c7529680e878d99556795d4,0e878d99556795d4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:783","respDate":"250331-09:08:57:797","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:08:57:783-295\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[075ff58c-2c0c-40ca-bee3-7e18381de4e7], Accept=[application/json], x-invocationid=[eff72110-c1a2-45de-abda-60041da8be54], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/v24/business/lines-of-business/line-of-business/basicvm-lob?nodes-only=" 200 74 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:08:57.819 [67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] [qtp1225114731-1294]  INFO [aai-resources,67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.823 [67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] [pool-1050-thread-1]  INFO [aai-resources,67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] 1 --- [l-1050-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.823 [67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] [pool-1050-thread-1]  INFO [aai-resources,67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] 1 --- [l-1050-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.823 [67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] [pool-1050-thread-1]  INFO [aai-resources,67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] 1 --- [l-1050-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.823 [67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] [pool-1050-thread-1]  INFO [aai-resources,67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] 1 --- [l-1050-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:57.825 [67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] [pool-1050-thread-1]  INFO [aai-resources,67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] 1 --- [l-1050-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:57.826 [67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ba9c53bda534c21d95c9b9cb1a7,4c21d95c9b9cb1a7] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:819","respDate":"250331-09:08:57:826","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:57:819-31918\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[5b381909-ba53-411e-aaeb-7a6a743ec853], Accept=[application/json], x-invocationid=[c8f80007-e8ac-4107-9fd2-8694bd590dc2], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/v24/nodes/service-instances/service-instance/ed35c6c5-96fa-468c-a227-d1d1d78b187a?format=pathed" 200 252 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 9 - "logType": "access"
2025-03-31 09:08:57.847 [67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] [qtp1225114731-852]  INFO [aai-resources,67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.851 [67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] [pool-1051-thread-1]  INFO [aai-resources,67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] 1 --- [l-1051-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.851 [67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] [pool-1051-thread-1]  INFO [aai-resources,67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] 1 --- [l-1051-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.852 [67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] [pool-1051-thread-1]  INFO [aai-resources,67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] 1 --- [l-1051-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.852 [67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] [pool-1051-thread-1]  INFO [aai-resources,67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] 1 --- [l-1051-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:57.870 [67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] [pool-1051-thread-1]  INFO [aai-resources,67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] 1 --- [l-1051-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:57.870 [67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] [qtp1225114731-852] DEBUG [aai-resources,67ea5ba99a55350313949ef408a31b27,13949ef408a31b27] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:847","respDate":"250331-09:08:57:870","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/business/customers/customer/basicvm-customer","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:57:847-27895\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[83abf7cf-99d0-402c-a652-8327840185cc], Accept=[application/json], x-invocationid=[ad47caf0-74be-414e-b6af-a88f4fe41eb4], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer" 200 139 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 25 - "logType": "access"
2025-03-31 09:08:57.891 [67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] [qtp1225114731-1294]  INFO [aai-resources,67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.896 [67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] [pool-1052-thread-1]  INFO [aai-resources,67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] 1 --- [l-1052-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.896 [67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] [pool-1052-thread-1]  INFO [aai-resources,67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] 1 --- [l-1052-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.896 [67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] [pool-1052-thread-1]  INFO [aai-resources,67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] 1 --- [l-1052-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.896 [67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] [pool-1052-thread-1]  INFO [aai-resources,67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] 1 --- [l-1052-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:57.917 [67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] [pool-1052-thread-1]  INFO [aai-resources,67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] 1 --- [l-1052-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:57.918 [67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ba96c5be9318471fedca7af8dbf,8471fedca7af8dbf] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:891","respDate":"250331-09:08:57:918","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:57:891-53496\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ef5ac53b-1a30-465e-9f86-be681c86bade], Accept=[application/json], x-invocationid=[c4a33de1-3bc1-4d88-93d9-e7131223bfe6], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro" 200 752 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 29 - "logType": "access"
2025-03-31 09:08:57.938 [67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] [qtp1225114731-852]  INFO [aai-resources,67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.942 [67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] [pool-1053-thread-1]  INFO [aai-resources,67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] 1 --- [l-1053-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.942 [67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] [pool-1053-thread-1]  INFO [aai-resources,67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] 1 --- [l-1053-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.942 [67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] [pool-1053-thread-1]  INFO [aai-resources,67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] 1 --- [l-1053-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.942 [67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] [pool-1053-thread-1]  INFO [aai-resources,67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] 1 --- [l-1053-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:57.958 [67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] [pool-1053-thread-1]  INFO [aai-resources,67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] 1 --- [l-1053-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:57.958 [67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] [qtp1225114731-852] DEBUG [aai-resources,67ea5ba9c2b56aeda562e7e688adca04,a562e7e688adca04] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:938","respDate":"250331-09:08:57:958","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:57:938-39843\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[ba834be3-6a09-49aa-a240-e0c4bb4ce876], Accept=[application/json], x-invocationid=[93199448-b690-41be-b391-b74be99b2e24], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:57 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 22 - "logType": "access"
2025-03-31 09:08:57.983 [67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] [qtp1225114731-1294]  INFO [aai-resources,67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:57.990 [67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] [pool-1054-thread-1]  INFO [aai-resources,67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] 1 --- [l-1054-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:57.990 [67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] [pool-1054-thread-1]  INFO [aai-resources,67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] 1 --- [l-1054-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:57.991 [67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] [pool-1054-thread-1]  INFO [aai-resources,67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] 1 --- [l-1054-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:57.991 [67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] [pool-1054-thread-1]  INFO [aai-resources,67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] 1 --- [l-1054-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:58.024 [67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] [pool-1054-thread-1]  INFO [aai-resources,67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] 1 --- [l-1054-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:58.024 [67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ba9e44c515505d5e3930149c788,05d5e3930149c788] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:57:983","respDate":"250331-09:08:58:024","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:57:983-95978\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[b2539f29-0fc4-4139-ad5b-f89d45b483aa], Accept=[application/json], x-invocationid=[dbd8a4b6-e884-4530-805f-39ef87ea118a], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:58 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne" 200 1084 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 43 - "logType": "access"
2025-03-31 09:08:58.045 [67ea5baabe829b1b490558dac592aa30,490558dac592aa30] [qtp1225114731-852]  INFO [aai-resources,67ea5baabe829b1b490558dac592aa30,490558dac592aa30] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:58.050 [67ea5baabe829b1b490558dac592aa30,490558dac592aa30] [pool-1055-thread-1]  INFO [aai-resources,67ea5baabe829b1b490558dac592aa30,490558dac592aa30] 1 --- [l-1055-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:58.050 [67ea5baabe829b1b490558dac592aa30,490558dac592aa30] [pool-1055-thread-1]  INFO [aai-resources,67ea5baabe829b1b490558dac592aa30,490558dac592aa30] 1 --- [l-1055-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:58.050 [67ea5baabe829b1b490558dac592aa30,490558dac592aa30] [pool-1055-thread-1]  INFO [aai-resources,67ea5baabe829b1b490558dac592aa30,490558dac592aa30] 1 --- [l-1055-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:58.054 [67ea5baabe829b1b490558dac592aa30,490558dac592aa30] [pool-1055-thread-1]  INFO [aai-resources,67ea5baabe829b1b490558dac592aa30,490558dac592aa30] 1 --- [l-1055-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:58.071 [67ea5baabe829b1b490558dac592aa30,490558dac592aa30] [pool-1055-thread-1]  INFO [aai-resources,67ea5baabe829b1b490558dac592aa30,490558dac592aa30] 1 --- [l-1055-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:58.071 [67ea5baabe829b1b490558dac592aa30,490558dac592aa30] [qtp1225114731-852] DEBUG [aai-resources,67ea5baabe829b1b490558dac592aa30,490558dac592aa30] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:58:045","respDate":"250331-09:08:58:071","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:58:045-6620\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[d73cfe90-4725-45d9-9b42-d4a83b3dd08f], Accept=[application/json], x-invocationid=[c4c79f82-6a8c-431f-95c4-f74983618d12], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:58 +0000] "GET /aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/5d082e34040e4f62a4bdf5b11f4bb2a8" 200 1035 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 28 - "logType": "access"
2025-03-31 09:08:58.097 [67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] [qtp1225114731-1294]  INFO [aai-resources,67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:58.102 [67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] [pool-1056-thread-1]  INFO [aai-resources,67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] 1 --- [l-1056-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:58.102 [67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] [pool-1056-thread-1]  INFO [aai-resources,67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] 1 --- [l-1056-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:58.102 [67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] [pool-1056-thread-1]  INFO [aai-resources,67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] 1 --- [l-1056-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:58.102 [67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] [pool-1056-thread-1]  INFO [aai-resources,67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] 1 --- [l-1056-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:58.118 [67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] [pool-1056-thread-1]  INFO [aai-resources,67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] 1 --- [l-1056-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:58.119 [67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] [qtp1225114731-1294] DEBUG [aai-resources,67ea5baa581b36a79cd53f555254b6ee,9cd53f555254b6ee] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:58:097","respDate":"250331-09:08:58:119","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:58:097-89565\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[61affbff-7afc-429a-be76-738b4303c0e0], Accept=[application/json], x-invocationid=[72b3c7ed-507f-4a08-8136-6b09b5e4afea], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:58 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c?depth=1" 200 5826 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 24 - "logType": "access"
2025-03-31 09:08:58.196 [67ea5baa9836f6a0744361392b836637,744361392b836637] [qtp1225114731-852]  INFO [aai-resources,67ea5baa9836f6a0744361392b836637,744361392b836637] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:58.202 [67ea5baa9836f6a0744361392b836637,744361392b836637] [pool-1057-thread-1]  INFO [aai-resources,67ea5baa9836f6a0744361392b836637,744361392b836637] 1 --- [l-1057-thread-1] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2025-03-31 09:08:58.202 [67ea5baa9836f6a0744361392b836637,744361392b836637] [pool-1057-thread-1]  INFO [aai-resources,67ea5baa9836f6a0744361392b836637,744361392b836637] 1 --- [l-1057-thread-1] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2025-03-31 09:08:58.202 [67ea5baa9836f6a0744361392b836637,744361392b836637] [pool-1057-thread-1]  INFO [aai-resources,67ea5baa9836f6a0744361392b836637,744361392b836637] 1 --- [l-1057-thread-1] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2025-03-31 09:08:58.202 [67ea5baa9836f6a0744361392b836637,744361392b836637] [pool-1057-thread-1]  INFO [aai-resources,67ea5baa9836f6a0744361392b836637,744361392b836637] 1 --- [l-1057-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : Invoke
2025-03-31 09:08:58.213 [67ea5baa9836f6a0744361392b836637,744361392b836637] [pool-1057-thread-1]  INFO [aai-resources,67ea5baa9836f6a0744361392b836637,744361392b836637] 1 --- [l-1057-thread-1] org.onap.aai.aailog.logs.AaiDBMetricLog  : InvokeReturn
2025-03-31 09:08:58.213 [67ea5baa9836f6a0744361392b836637,744361392b836637] [qtp1225114731-852] DEBUG [aai-resources,67ea5baa9836f6a0744361392b836637,744361392b836637] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19b57b01-1e33-4bc0-bcf9-88b6db71ef04","status":"200","rqstDate":"250331-09:08:58:196","respDate":"250331-09:08:58:213","sourceId":"UNKNOWN:19b57b01-1e33-4bc0-bcf9-88b6db71ef04","resourceId":"http://aai.onap:48327/aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:08:58:196-42266\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{x-request-id=[9e8f3748-5181-4d64-83ea-9571fc8882bb], Accept=[application/json], x-invocationid=[651d7be4-f579-46f4-81d3-7fdcaf0238bb], User-Agent=[Apache-CXF/3.4.1], X-Forwarded-Proto=[http], x-transactionid=[,19b57b01-1e33-4bc0-bcf9-88b6db71ef04], Host=[aai.onap:48327], Pragma=[no-cache], x-onap-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], x-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04], X-Forwarded-Port=[48327], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], Cache-Control=[no-cache], x-onap-partnername=[UNKNOWN], X-Forwarded-For=[127.0.0.6], x-fromappid=[MSO], x-ecomp-requestid=[19b57b01-1e33-4bc0-bcf9-88b6db71ef04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:58 +0000] "GET /aai/v24/network/generic-vnfs/generic-vnf/23c3b9fa-47f1-4f0c-a447-c15ac10ec38c/vf-modules/vf-module/1364a22f-0c4a-4803-ad52-9e2dde2e0c9d?depth=1" 200 1772 REST ,19b57b01-1e33-4bc0-bcf9-88b6db71ef04 MSO 127.0.0.6 - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:08:59.122 [67ea5bab82f7b571d4d5247cd0d9a1bb,d4d5247cd0d9a1bb] [qtp1225114731-1294]  INFO [aai-resources,67ea5bab82f7b571d4d5247cd0d9a1bb,d4d5247cd0d9a1bb] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:08:59.135 [67ea5bab82f7b571d4d5247cd0d9a1bb,d4d5247cd0d9a1bb] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bab82f7b571d4d5247cd0d9a1bb,d4d5247cd0d9a1bb] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f42bbee0-be3c-438d-870b-e6d1167998f8","status":"200","rqstDate":"250331-09:08:59:122","respDate":"250331-09:08:59:135","sourceId":"haproxy:f42bbee0-be3c-438d-870b-e6d1167998f8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:08:59:122-61658\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d7f3dd0f-b230-4f09-a0da-1fa10667981b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f42bbee0-be3c-438d-870b-e6d1167998f8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:08:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:09:01.140 [67ea5badaa810924f7dc7e2658092165,f7dc7e2658092165] [qtp1225114731-852]  INFO [aai-resources,67ea5badaa810924f7dc7e2658092165,f7dc7e2658092165] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:01.154 [67ea5badaa810924f7dc7e2658092165,f7dc7e2658092165] [qtp1225114731-852] DEBUG [aai-resources,67ea5badaa810924f7dc7e2658092165,f7dc7e2658092165] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1a73bebc-eb2e-486b-8da3-a6147e4fc558","status":"200","rqstDate":"250331-09:09:01:140","respDate":"250331-09:09:01:154","sourceId":"haproxy:1a73bebc-eb2e-486b-8da3-a6147e4fc558","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:09:01:140-50362\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6b0f8a78-bf70-4904-a621-1ed2e60dacbf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1a73bebc-eb2e-486b-8da3-a6147e4fc558]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:09:03.160 [67ea5baf702fde43943d3899cc415fea,943d3899cc415fea] [qtp1225114731-1294]  INFO [aai-resources,67ea5baf702fde43943d3899cc415fea,943d3899cc415fea] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:03.172 [67ea5baf702fde43943d3899cc415fea,943d3899cc415fea] [qtp1225114731-1294] DEBUG [aai-resources,67ea5baf702fde43943d3899cc415fea,943d3899cc415fea] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7480d549-4405-4b3b-88d0-651b9f9de490","status":"200","rqstDate":"250331-09:09:03:160","respDate":"250331-09:09:03:172","sourceId":"haproxy:7480d549-4405-4b3b-88d0-651b9f9de490","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:09:03:160-41003\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a9902aba-8295-4b0a-8694-b3b8df4b5323], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7480d549-4405-4b3b-88d0-651b9f9de490]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:09:05.179 [67ea5bb10dc66d875f55479805bd8f7d,5f55479805bd8f7d] [qtp1225114731-852]  INFO [aai-resources,67ea5bb10dc66d875f55479805bd8f7d,5f55479805bd8f7d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:05.192 [67ea5bb10dc66d875f55479805bd8f7d,5f55479805bd8f7d] [qtp1225114731-852] DEBUG [aai-resources,67ea5bb10dc66d875f55479805bd8f7d,5f55479805bd8f7d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"825dc887-1c3f-491f-a909-3323eb822f97","status":"200","rqstDate":"250331-09:09:05:179","respDate":"250331-09:09:05:192","sourceId":"haproxy:825dc887-1c3f-491f-a909-3323eb822f97","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:09:05:179-38789\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[68eee5c8-454d-42ef-8009-d4b7c7cdf842], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[825dc887-1c3f-491f-a909-3323eb822f97]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:09:07.199 [67ea5bb3bb1b55cafb9072074952da96,fb9072074952da96] [qtp1225114731-1294]  INFO [aai-resources,67ea5bb3bb1b55cafb9072074952da96,fb9072074952da96] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:07.208 [67ea5bb3bb1b55cafb9072074952da96,fb9072074952da96] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bb3bb1b55cafb9072074952da96,fb9072074952da96] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"17f0ce5a-7052-49d0-adeb-9aed344ef1bf","status":"200","rqstDate":"250331-09:09:07:199","respDate":"250331-09:09:07:208","sourceId":"haproxy:17f0ce5a-7052-49d0-adeb-9aed344ef1bf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:09:07:199-25635\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2bb5badc-ee1c-4f98-a4ac-b1a0c64fbb06], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[17f0ce5a-7052-49d0-adeb-9aed344ef1bf]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:09:09.215 [67ea5bb5bb2b225d4d03410fb11dce1e,4d03410fb11dce1e] [qtp1225114731-852]  INFO [aai-resources,67ea5bb5bb2b225d4d03410fb11dce1e,4d03410fb11dce1e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:09.225 [67ea5bb5bb2b225d4d03410fb11dce1e,4d03410fb11dce1e] [qtp1225114731-852] DEBUG [aai-resources,67ea5bb5bb2b225d4d03410fb11dce1e,4d03410fb11dce1e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5c09b946-b8be-4b1d-9c21-69bc119d8022","status":"200","rqstDate":"250331-09:09:09:215","respDate":"250331-09:09:09:225","sourceId":"haproxy:5c09b946-b8be-4b1d-9c21-69bc119d8022","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:09:09:215-49245\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[05c947da-e573-4a48-8e5d-3064d3710e9c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5c09b946-b8be-4b1d-9c21-69bc119d8022]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:09:11.230 [67ea5bb73e20580d6d725b139ae36699,6d725b139ae36699] [qtp1225114731-1294]  INFO [aai-resources,67ea5bb73e20580d6d725b139ae36699,6d725b139ae36699] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:11.247 [67ea5bb73e20580d6d725b139ae36699,6d725b139ae36699] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bb73e20580d6d725b139ae36699,6d725b139ae36699] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ddab6cf6-9ca9-49a7-a168-981224649863","status":"200","rqstDate":"250331-09:09:11:230","respDate":"250331-09:09:11:247","sourceId":"haproxy:ddab6cf6-9ca9-49a7-a168-981224649863","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:09:11:230-12750\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c0d5d6c-b650-479d-a83d-39bdff5f36d3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ddab6cf6-9ca9-49a7-a168-981224649863]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:09:13.253 [67ea5bb924b93ecd4dc7c3e207b07f53,4dc7c3e207b07f53] [qtp1225114731-852]  INFO [aai-resources,67ea5bb924b93ecd4dc7c3e207b07f53,4dc7c3e207b07f53] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:13.269 [67ea5bb924b93ecd4dc7c3e207b07f53,4dc7c3e207b07f53] [qtp1225114731-852] DEBUG [aai-resources,67ea5bb924b93ecd4dc7c3e207b07f53,4dc7c3e207b07f53] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"62b988f1-96ec-40b6-b27b-2d74012f867e","status":"200","rqstDate":"250331-09:09:13:254","respDate":"250331-09:09:13:269","sourceId":"haproxy:62b988f1-96ec-40b6-b27b-2d74012f867e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:09:13:254-15455\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b132c3db-7da4-46e8-a9ee-90635b7e0bea], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[62b988f1-96ec-40b6-b27b-2d74012f867e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:09:15.276 [67ea5bbb38188a9c7ce45b69a6f68a79,7ce45b69a6f68a79] [qtp1225114731-1294]  INFO [aai-resources,67ea5bbb38188a9c7ce45b69a6f68a79,7ce45b69a6f68a79] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:15.290 [67ea5bbb38188a9c7ce45b69a6f68a79,7ce45b69a6f68a79] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bbb38188a9c7ce45b69a6f68a79,7ce45b69a6f68a79] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1db67bdd-58a0-4d1e-825a-f2d0e54ed4b5","status":"200","rqstDate":"250331-09:09:15:276","respDate":"250331-09:09:15:290","sourceId":"haproxy:1db67bdd-58a0-4d1e-825a-f2d0e54ed4b5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:09:15:276-44448\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[57e0fb34-43d9-461f-8315-7ca5f818d906], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1db67bdd-58a0-4d1e-825a-f2d0e54ed4b5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:09:17.296 [67ea5bbd6b0144b1983a8566e5365840,983a8566e5365840] [qtp1225114731-852]  INFO [aai-resources,67ea5bbd6b0144b1983a8566e5365840,983a8566e5365840] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:17.310 [67ea5bbd6b0144b1983a8566e5365840,983a8566e5365840] [qtp1225114731-852] DEBUG [aai-resources,67ea5bbd6b0144b1983a8566e5365840,983a8566e5365840] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b61856fc-eee1-4e67-a561-97d82e87afc0","status":"200","rqstDate":"250331-09:09:17:296","respDate":"250331-09:09:17:310","sourceId":"haproxy:b61856fc-eee1-4e67-a561-97d82e87afc0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:09:17:296-26833\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eff99c21-3fb4-491d-af7a-07e986fe2deb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b61856fc-eee1-4e67-a561-97d82e87afc0]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:09:19.317 [67ea5bbffd691b1746d49fc04b291e26,46d49fc04b291e26] [qtp1225114731-1294]  INFO [aai-resources,67ea5bbffd691b1746d49fc04b291e26,46d49fc04b291e26] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:19.332 [67ea5bbffd691b1746d49fc04b291e26,46d49fc04b291e26] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bbffd691b1746d49fc04b291e26,46d49fc04b291e26] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e80edead-b6ba-483d-8c7c-f4fe3932e1fc","status":"200","rqstDate":"250331-09:09:19:318","respDate":"250331-09:09:19:332","sourceId":"haproxy:e80edead-b6ba-483d-8c7c-f4fe3932e1fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:09:19:318-61725\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[55fe78ed-2b17-4f2c-85aa-9e6f4e6470a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e80edead-b6ba-483d-8c7c-f4fe3932e1fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:09:21.339 [67ea5bc142fc0cd9080ac259a6b5fed6,080ac259a6b5fed6] [qtp1225114731-852]  INFO [aai-resources,67ea5bc142fc0cd9080ac259a6b5fed6,080ac259a6b5fed6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:21.350 [67ea5bc142fc0cd9080ac259a6b5fed6,080ac259a6b5fed6] [qtp1225114731-852] DEBUG [aai-resources,67ea5bc142fc0cd9080ac259a6b5fed6,080ac259a6b5fed6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"61221f7e-dbd8-4782-a7a3-f03c8f9ad9d7","status":"200","rqstDate":"250331-09:09:21:339","respDate":"250331-09:09:21:349","sourceId":"haproxy:61221f7e-dbd8-4782-a7a3-f03c8f9ad9d7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:09:21:339-77586\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cc08e848-5ddd-4c95-8c41-f64cc649e9d3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[61221f7e-dbd8-4782-a7a3-f03c8f9ad9d7]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:09:23.355 [67ea5bc33d36cccc970928496fac1050,970928496fac1050] [qtp1225114731-1294]  INFO [aai-resources,67ea5bc33d36cccc970928496fac1050,970928496fac1050] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:23.378 [67ea5bc33d36cccc970928496fac1050,970928496fac1050] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bc33d36cccc970928496fac1050,970928496fac1050] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eb9a0692-a9f2-4a8f-b3c9-d6b352fbc203","status":"200","rqstDate":"250331-09:09:23:356","respDate":"250331-09:09:23:378","sourceId":"haproxy:eb9a0692-a9f2-4a8f-b3c9-d6b352fbc203","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:09:23:356-96405\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ca6c51a4-1206-4bfa-90da-125b066aa1fc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eb9a0692-a9f2-4a8f-b3c9-d6b352fbc203]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 09:09:25.383 [67ea5bc55d0ffd0559334f1e770ef6df,59334f1e770ef6df] [qtp1225114731-852]  INFO [aai-resources,67ea5bc55d0ffd0559334f1e770ef6df,59334f1e770ef6df] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:25.394 [67ea5bc55d0ffd0559334f1e770ef6df,59334f1e770ef6df] [qtp1225114731-852] DEBUG [aai-resources,67ea5bc55d0ffd0559334f1e770ef6df,59334f1e770ef6df] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"84309379-ce59-4925-84c2-197d7f5b6641","status":"200","rqstDate":"250331-09:09:25:383","respDate":"250331-09:09:25:394","sourceId":"haproxy:84309379-ce59-4925-84c2-197d7f5b6641","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:09:25:383-96918\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17021f4a-c341-4b35-b569-2402b3a8efd8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[84309379-ce59-4925-84c2-197d7f5b6641]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:09:27.400 [67ea5bc785d9db33dc08485117385088,dc08485117385088] [qtp1225114731-1294]  INFO [aai-resources,67ea5bc785d9db33dc08485117385088,dc08485117385088] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:27.418 [67ea5bc785d9db33dc08485117385088,dc08485117385088] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bc785d9db33dc08485117385088,dc08485117385088] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4fb54f2c-2ca1-449f-bbf5-0176de8fdd54","status":"200","rqstDate":"250331-09:09:27:400","respDate":"250331-09:09:27:418","sourceId":"haproxy:4fb54f2c-2ca1-449f-bbf5-0176de8fdd54","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:09:27:400-15976\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5a3ddc14-b940-4c1d-adc5-64089db3700e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4fb54f2c-2ca1-449f-bbf5-0176de8fdd54]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:09:29.425 [67ea5bc9fd8bc2814bbbb71582af1c92,4bbbb71582af1c92] [qtp1225114731-852]  INFO [aai-resources,67ea5bc9fd8bc2814bbbb71582af1c92,4bbbb71582af1c92] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:29.439 [67ea5bc9fd8bc2814bbbb71582af1c92,4bbbb71582af1c92] [qtp1225114731-852] DEBUG [aai-resources,67ea5bc9fd8bc2814bbbb71582af1c92,4bbbb71582af1c92] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dd47255d-d583-4a0e-a570-6ba4230b6715","status":"200","rqstDate":"250331-09:09:29:426","respDate":"250331-09:09:29:439","sourceId":"haproxy:dd47255d-d583-4a0e-a570-6ba4230b6715","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:09:29:426-27660\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[484ec994-0326-43dd-92a8-a6bce94dc847], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dd47255d-d583-4a0e-a570-6ba4230b6715]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:09:31.444 [67ea5bcb2d08583e632e3601a23fd664,632e3601a23fd664] [qtp1225114731-1294]  INFO [aai-resources,67ea5bcb2d08583e632e3601a23fd664,632e3601a23fd664] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:31.456 [67ea5bcb2d08583e632e3601a23fd664,632e3601a23fd664] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bcb2d08583e632e3601a23fd664,632e3601a23fd664] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"140c022e-ddc2-4d0a-9f23-58a85d4b6fec","status":"200","rqstDate":"250331-09:09:31:444","respDate":"250331-09:09:31:456","sourceId":"haproxy:140c022e-ddc2-4d0a-9f23-58a85d4b6fec","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:09:31:444-49604\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8bd019cf-8a85-447f-a044-683246b7925c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[140c022e-ddc2-4d0a-9f23-58a85d4b6fec]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:09:33.465 [67ea5bcd460b6f9c47aa251eaac2deb2,47aa251eaac2deb2] [qtp1225114731-852]  INFO [aai-resources,67ea5bcd460b6f9c47aa251eaac2deb2,47aa251eaac2deb2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:33.474 [67ea5bcd460b6f9c47aa251eaac2deb2,47aa251eaac2deb2] [qtp1225114731-852] DEBUG [aai-resources,67ea5bcd460b6f9c47aa251eaac2deb2,47aa251eaac2deb2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cb3338f4-ce4b-449e-ada3-2be6acd528c3","status":"200","rqstDate":"250331-09:09:33:465","respDate":"250331-09:09:33:474","sourceId":"haproxy:cb3338f4-ce4b-449e-ada3-2be6acd528c3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:09:33:465-71071\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[437f42fc-4893-4e27-a59e-fa20045c3094], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cb3338f4-ce4b-449e-ada3-2be6acd528c3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:09:35.480 [67ea5bcf8051d990d62c2b18a9e7d8af,d62c2b18a9e7d8af] [qtp1225114731-1294]  INFO [aai-resources,67ea5bcf8051d990d62c2b18a9e7d8af,d62c2b18a9e7d8af] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:35.493 [67ea5bcf8051d990d62c2b18a9e7d8af,d62c2b18a9e7d8af] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bcf8051d990d62c2b18a9e7d8af,d62c2b18a9e7d8af] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"57c6aa93-13e4-4d1b-a84a-e0f7d0c9a618","status":"200","rqstDate":"250331-09:09:35:480","respDate":"250331-09:09:35:493","sourceId":"haproxy:57c6aa93-13e4-4d1b-a84a-e0f7d0c9a618","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:09:35:480-46613\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[15c9f874-f076-4673-8ee1-436cb8632c5c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[57c6aa93-13e4-4d1b-a84a-e0f7d0c9a618]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:09:37.500 [67ea5bd1fb6505f0dec5067fe7fe891e,dec5067fe7fe891e] [qtp1225114731-852]  INFO [aai-resources,67ea5bd1fb6505f0dec5067fe7fe891e,dec5067fe7fe891e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:37.512 [67ea5bd1fb6505f0dec5067fe7fe891e,dec5067fe7fe891e] [qtp1225114731-852] DEBUG [aai-resources,67ea5bd1fb6505f0dec5067fe7fe891e,dec5067fe7fe891e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"83ce2c07-8593-4691-ac56-505bf9e59b89","status":"200","rqstDate":"250331-09:09:37:500","respDate":"250331-09:09:37:512","sourceId":"haproxy:83ce2c07-8593-4691-ac56-505bf9e59b89","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:09:37:500-3463\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[96128f5b-3b08-45c8-8e74-07578de8d539], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[83ce2c07-8593-4691-ac56-505bf9e59b89]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:09:39.519 [67ea5bd3bc58ae35e80d6c567a4e57e2,e80d6c567a4e57e2] [qtp1225114731-1294]  INFO [aai-resources,67ea5bd3bc58ae35e80d6c567a4e57e2,e80d6c567a4e57e2] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:39.533 [67ea5bd3bc58ae35e80d6c567a4e57e2,e80d6c567a4e57e2] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bd3bc58ae35e80d6c567a4e57e2,e80d6c567a4e57e2] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bf5026a6-c93d-4a84-819b-30b5cac90ed1","status":"200","rqstDate":"250331-09:09:39:519","respDate":"250331-09:09:39:533","sourceId":"haproxy:bf5026a6-c93d-4a84-819b-30b5cac90ed1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:09:39:519-50601\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4bfe6dcf-c775-4b0e-a6a4-c2545bb17549], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bf5026a6-c93d-4a84-819b-30b5cac90ed1]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:09:41.538 [67ea5bd5b845f6b699ca34be09afdca0,99ca34be09afdca0] [qtp1225114731-852]  INFO [aai-resources,67ea5bd5b845f6b699ca34be09afdca0,99ca34be09afdca0] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:41.552 [67ea5bd5b845f6b699ca34be09afdca0,99ca34be09afdca0] [qtp1225114731-852] DEBUG [aai-resources,67ea5bd5b845f6b699ca34be09afdca0,99ca34be09afdca0] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f6d672c4-5629-45db-9956-81a15da196d7","status":"200","rqstDate":"250331-09:09:41:538","respDate":"250331-09:09:41:552","sourceId":"haproxy:f6d672c4-5629-45db-9956-81a15da196d7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:09:41:538-50125\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[06d86971-8183-4a06-9b75-f63293592a52], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f6d672c4-5629-45db-9956-81a15da196d7]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:09:43.559 [67ea5bd7ee8d670ca7dcda0f28c50aec,a7dcda0f28c50aec] [qtp1225114731-1294]  INFO [aai-resources,67ea5bd7ee8d670ca7dcda0f28c50aec,a7dcda0f28c50aec] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:43.572 [67ea5bd7ee8d670ca7dcda0f28c50aec,a7dcda0f28c50aec] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bd7ee8d670ca7dcda0f28c50aec,a7dcda0f28c50aec] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"80acc439-f2f1-4ce9-9c2c-f48adba499ac","status":"200","rqstDate":"250331-09:09:43:559","respDate":"250331-09:09:43:572","sourceId":"haproxy:80acc439-f2f1-4ce9-9c2c-f48adba499ac","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:09:43:559-25167\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f850b37f-6dde-420b-b40d-c15dbf526dcf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[80acc439-f2f1-4ce9-9c2c-f48adba499ac]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:09:45.579 [67ea5bd9346cdeaf114a0f3b99146f3c,114a0f3b99146f3c] [qtp1225114731-852]  INFO [aai-resources,67ea5bd9346cdeaf114a0f3b99146f3c,114a0f3b99146f3c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:45.594 [67ea5bd9346cdeaf114a0f3b99146f3c,114a0f3b99146f3c] [qtp1225114731-852] DEBUG [aai-resources,67ea5bd9346cdeaf114a0f3b99146f3c,114a0f3b99146f3c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"da380bd4-1bf3-48b6-ab39-594a18f4204f","status":"200","rqstDate":"250331-09:09:45:579","respDate":"250331-09:09:45:594","sourceId":"haproxy:da380bd4-1bf3-48b6-ab39-594a18f4204f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:09:45:579-64250\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2a49d885-5f97-4faa-8ca5-c92d5ce52377], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[da380bd4-1bf3-48b6-ab39-594a18f4204f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:09:47.601 [67ea5bdb4e707f5c663b8374982d6632,663b8374982d6632] [qtp1225114731-1294]  INFO [aai-resources,67ea5bdb4e707f5c663b8374982d6632,663b8374982d6632] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:47.618 [67ea5bdb4e707f5c663b8374982d6632,663b8374982d6632] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bdb4e707f5c663b8374982d6632,663b8374982d6632] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"999f8138-9264-49de-921f-577817926ea8","status":"200","rqstDate":"250331-09:09:47:601","respDate":"250331-09:09:47:618","sourceId":"haproxy:999f8138-9264-49de-921f-577817926ea8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:09:47:601-88784\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9e9515ce-093d-46ee-b87d-fcf65c4b478c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[999f8138-9264-49de-921f-577817926ea8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:09:49.625 [67ea5bdd75e3e415b2b9e373b1ae3396,b2b9e373b1ae3396] [qtp1225114731-852]  INFO [aai-resources,67ea5bdd75e3e415b2b9e373b1ae3396,b2b9e373b1ae3396] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:49.641 [67ea5bdd75e3e415b2b9e373b1ae3396,b2b9e373b1ae3396] [qtp1225114731-852] DEBUG [aai-resources,67ea5bdd75e3e415b2b9e373b1ae3396,b2b9e373b1ae3396] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"83975bb4-3f7f-43f8-a647-eaf1b387c0b9","status":"200","rqstDate":"250331-09:09:49:625","respDate":"250331-09:09:49:641","sourceId":"haproxy:83975bb4-3f7f-43f8-a647-eaf1b387c0b9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:09:49:625-99666\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[70986751-8585-4aee-b3d8-7c5a88fe7e08], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[83975bb4-3f7f-43f8-a647-eaf1b387c0b9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:09:51.649 [67ea5bdfad24be623a75003dff42fe7b,3a75003dff42fe7b] [qtp1225114731-1294]  INFO [aai-resources,67ea5bdfad24be623a75003dff42fe7b,3a75003dff42fe7b] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:51.659 [67ea5bdfad24be623a75003dff42fe7b,3a75003dff42fe7b] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bdfad24be623a75003dff42fe7b,3a75003dff42fe7b] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8db315f1-9506-4874-88c0-eccbaa23e84c","status":"200","rqstDate":"250331-09:09:51:649","respDate":"250331-09:09:51:659","sourceId":"haproxy:8db315f1-9506-4874-88c0-eccbaa23e84c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:09:51:649-17239\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c085ad95-52d4-4a47-8d7c-a5eccb1e1326], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8db315f1-9506-4874-88c0-eccbaa23e84c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:09:53.667 [67ea5be1f5c111302ecb56b8e9b5614c,2ecb56b8e9b5614c] [qtp1225114731-852]  INFO [aai-resources,67ea5be1f5c111302ecb56b8e9b5614c,2ecb56b8e9b5614c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:53.683 [67ea5be1f5c111302ecb56b8e9b5614c,2ecb56b8e9b5614c] [qtp1225114731-852] DEBUG [aai-resources,67ea5be1f5c111302ecb56b8e9b5614c,2ecb56b8e9b5614c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b89ebc44-8bee-42cd-9519-106dff04fa55","status":"200","rqstDate":"250331-09:09:53:667","respDate":"250331-09:09:53:683","sourceId":"haproxy:b89ebc44-8bee-42cd-9519-106dff04fa55","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:09:53:667-17657\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[446a9d73-0255-484e-8a5b-8a8fc3fa126b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b89ebc44-8bee-42cd-9519-106dff04fa55]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:09:55.690 [67ea5be3556e6a6ce1b8a55a779dbef8,e1b8a55a779dbef8] [qtp1225114731-1294]  INFO [aai-resources,67ea5be3556e6a6ce1b8a55a779dbef8,e1b8a55a779dbef8] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:55.699 [67ea5be3556e6a6ce1b8a55a779dbef8,e1b8a55a779dbef8] [qtp1225114731-1294] DEBUG [aai-resources,67ea5be3556e6a6ce1b8a55a779dbef8,e1b8a55a779dbef8] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"42dcba21-f558-47a9-9e4d-50a411eac813","status":"200","rqstDate":"250331-09:09:55:690","respDate":"250331-09:09:55:699","sourceId":"haproxy:42dcba21-f558-47a9-9e4d-50a411eac813","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:09:55:690-95384\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[754f2afd-f3b0-4291-8b43-2fc6777850a6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[42dcba21-f558-47a9-9e4d-50a411eac813]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:09:57.706 [67ea5be5153a771b89134ee58042dd1a,89134ee58042dd1a] [qtp1225114731-852]  INFO [aai-resources,67ea5be5153a771b89134ee58042dd1a,89134ee58042dd1a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:57.723 [67ea5be5153a771b89134ee58042dd1a,89134ee58042dd1a] [qtp1225114731-852] DEBUG [aai-resources,67ea5be5153a771b89134ee58042dd1a,89134ee58042dd1a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7e7443dd-ce9d-4f41-8fdf-deafaba5a74b","status":"200","rqstDate":"250331-09:09:57:706","respDate":"250331-09:09:57:723","sourceId":"haproxy:7e7443dd-ce9d-4f41-8fdf-deafaba5a74b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:09:57:706-20972\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eaf10ddf-1040-4d09-80ce-b141d897a840], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7e7443dd-ce9d-4f41-8fdf-deafaba5a74b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:09:59.729 [67ea5be79fe6689ccd83f1a85e248210,cd83f1a85e248210] [qtp1225114731-1294]  INFO [aai-resources,67ea5be79fe6689ccd83f1a85e248210,cd83f1a85e248210] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:09:59.743 [67ea5be79fe6689ccd83f1a85e248210,cd83f1a85e248210] [qtp1225114731-1294] DEBUG [aai-resources,67ea5be79fe6689ccd83f1a85e248210,cd83f1a85e248210] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cb1992fc-9108-4890-ae90-6750687a7964","status":"200","rqstDate":"250331-09:09:59:729","respDate":"250331-09:09:59:743","sourceId":"haproxy:cb1992fc-9108-4890-ae90-6750687a7964","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:09:59:729-43488\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2832c0d1-237b-4cf9-ac02-7679834e0bf7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cb1992fc-9108-4890-ae90-6750687a7964]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:09:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:10:01.749 [67ea5be90bcfe9591c48a95ce61505bc,1c48a95ce61505bc] [qtp1225114731-852]  INFO [aai-resources,67ea5be90bcfe9591c48a95ce61505bc,1c48a95ce61505bc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:01.760 [67ea5be90bcfe9591c48a95ce61505bc,1c48a95ce61505bc] [qtp1225114731-852] DEBUG [aai-resources,67ea5be90bcfe9591c48a95ce61505bc,1c48a95ce61505bc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f27276b1-eba6-4b52-be41-9778bcae61d1","status":"200","rqstDate":"250331-09:10:01:749","respDate":"250331-09:10:01:760","sourceId":"haproxy:f27276b1-eba6-4b52-be41-9778bcae61d1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:10:01:749-19433\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2ae94f96-82ed-4032-a174-9caaf0256a77], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f27276b1-eba6-4b52-be41-9778bcae61d1]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:10:03.767 [67ea5beb99fb4cc92170139c04e23ccd,2170139c04e23ccd] [qtp1225114731-1294]  INFO [aai-resources,67ea5beb99fb4cc92170139c04e23ccd,2170139c04e23ccd] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:03.775 [67ea5beb99fb4cc92170139c04e23ccd,2170139c04e23ccd] [qtp1225114731-1294] DEBUG [aai-resources,67ea5beb99fb4cc92170139c04e23ccd,2170139c04e23ccd] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"563f89f2-a260-487f-bcba-d8ea6c7b8f80","status":"200","rqstDate":"250331-09:10:03:767","respDate":"250331-09:10:03:775","sourceId":"haproxy:563f89f2-a260-487f-bcba-d8ea6c7b8f80","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:10:03:767-98917\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e631d962-22eb-457f-aa6a-b3e9bf0b9ffe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[563f89f2-a260-487f-bcba-d8ea6c7b8f80]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 09:10:05.782 [67ea5bed8bd54f14bd15c9f02f55bcb3,bd15c9f02f55bcb3] [qtp1225114731-852]  INFO [aai-resources,67ea5bed8bd54f14bd15c9f02f55bcb3,bd15c9f02f55bcb3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:05.793 [67ea5bed8bd54f14bd15c9f02f55bcb3,bd15c9f02f55bcb3] [qtp1225114731-852] DEBUG [aai-resources,67ea5bed8bd54f14bd15c9f02f55bcb3,bd15c9f02f55bcb3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2f3fc058-d663-4609-b3a2-b7893ff4e06e","status":"200","rqstDate":"250331-09:10:05:782","respDate":"250331-09:10:05:793","sourceId":"haproxy:2f3fc058-d663-4609-b3a2-b7893ff4e06e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:10:05:782-78567\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[202a3f28-f43d-4dad-a414-cc67065c90ae], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2f3fc058-d663-4609-b3a2-b7893ff4e06e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:10:07.800 [67ea5bef92907f5916c84dd5fa64a214,16c84dd5fa64a214] [qtp1225114731-1294]  INFO [aai-resources,67ea5bef92907f5916c84dd5fa64a214,16c84dd5fa64a214] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:07.810 [67ea5bef92907f5916c84dd5fa64a214,16c84dd5fa64a214] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bef92907f5916c84dd5fa64a214,16c84dd5fa64a214] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0e8b81b8-6b7b-45cf-b195-8f5c6aa6faa9","status":"200","rqstDate":"250331-09:10:07:800","respDate":"250331-09:10:07:810","sourceId":"haproxy:0e8b81b8-6b7b-45cf-b195-8f5c6aa6faa9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:10:07:800-258\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[94798714-690e-43eb-83e6-9d3a3a37a738], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0e8b81b8-6b7b-45cf-b195-8f5c6aa6faa9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:10:09.816 [67ea5bf1c7d60294679f94931a851d6d,679f94931a851d6d] [qtp1225114731-852]  INFO [aai-resources,67ea5bf1c7d60294679f94931a851d6d,679f94931a851d6d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:09.824 [67ea5bf1c7d60294679f94931a851d6d,679f94931a851d6d] [qtp1225114731-852] DEBUG [aai-resources,67ea5bf1c7d60294679f94931a851d6d,679f94931a851d6d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3af08b80-cf94-42ad-93ed-87809df16edf","status":"200","rqstDate":"250331-09:10:09:816","respDate":"250331-09:10:09:824","sourceId":"haproxy:3af08b80-cf94-42ad-93ed-87809df16edf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:10:09:816-10869\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dc0dd23f-70ed-4962-a2cb-0111e13c7595], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3af08b80-cf94-42ad-93ed-87809df16edf]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
2025-03-31 09:10:11.830 [67ea5bf39a491da14e2dddf673acdd4c,4e2dddf673acdd4c] [qtp1225114731-1294]  INFO [aai-resources,67ea5bf39a491da14e2dddf673acdd4c,4e2dddf673acdd4c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:11.841 [67ea5bf39a491da14e2dddf673acdd4c,4e2dddf673acdd4c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bf39a491da14e2dddf673acdd4c,4e2dddf673acdd4c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a5987661-e763-4e81-b6b0-8071640eafb2","status":"200","rqstDate":"250331-09:10:11:830","respDate":"250331-09:10:11:841","sourceId":"haproxy:a5987661-e763-4e81-b6b0-8071640eafb2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:10:11:830-56012\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0e0a2f03-e868-463e-8b28-3c33d7ae6c8a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a5987661-e763-4e81-b6b0-8071640eafb2]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:10:13.849 [67ea5bf53c7fcb70e989eb5ac3845025,e989eb5ac3845025] [qtp1225114731-852]  INFO [aai-resources,67ea5bf53c7fcb70e989eb5ac3845025,e989eb5ac3845025] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:13.860 [67ea5bf53c7fcb70e989eb5ac3845025,e989eb5ac3845025] [qtp1225114731-852] DEBUG [aai-resources,67ea5bf53c7fcb70e989eb5ac3845025,e989eb5ac3845025] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"91a630de-382c-426d-a86c-65a7ad8f72db","status":"200","rqstDate":"250331-09:10:13:849","respDate":"250331-09:10:13:860","sourceId":"haproxy:91a630de-382c-426d-a86c-65a7ad8f72db","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:10:13:849-62098\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0f0869ed-ed7f-476f-b09e-934896af74e8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[91a630de-382c-426d-a86c-65a7ad8f72db]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:10:15.867 [67ea5bf7b9e40650a1e5fdd6655466d7,a1e5fdd6655466d7] [qtp1225114731-1294]  INFO [aai-resources,67ea5bf7b9e40650a1e5fdd6655466d7,a1e5fdd6655466d7] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:15.878 [67ea5bf7b9e40650a1e5fdd6655466d7,a1e5fdd6655466d7] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bf7b9e40650a1e5fdd6655466d7,a1e5fdd6655466d7] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8049abcf-7393-4f4d-a3bd-f0eaefbc3295","status":"200","rqstDate":"250331-09:10:15:867","respDate":"250331-09:10:15:878","sourceId":"haproxy:8049abcf-7393-4f4d-a3bd-f0eaefbc3295","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:10:15:867-71438\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ce486f72-aae4-45ff-9b58-c7ba9acfa5e2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8049abcf-7393-4f4d-a3bd-f0eaefbc3295]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:10:17.884 [67ea5bf9f0d93f2d7dc60f54d3568fd4,7dc60f54d3568fd4] [qtp1225114731-852]  INFO [aai-resources,67ea5bf9f0d93f2d7dc60f54d3568fd4,7dc60f54d3568fd4] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:17.897 [67ea5bf9f0d93f2d7dc60f54d3568fd4,7dc60f54d3568fd4] [qtp1225114731-852] DEBUG [aai-resources,67ea5bf9f0d93f2d7dc60f54d3568fd4,7dc60f54d3568fd4] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"491f6aeb-8173-4995-b007-1d445eedaaab","status":"200","rqstDate":"250331-09:10:17:885","respDate":"250331-09:10:17:897","sourceId":"haproxy:491f6aeb-8173-4995-b007-1d445eedaaab","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:10:17:885-28447\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[38d6bb0e-6082-48c8-ad69-7fdcd3620a50], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[491f6aeb-8173-4995-b007-1d445eedaaab]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:10:19.903 [67ea5bfba6d430bb6c40e9c229637c92,6c40e9c229637c92] [qtp1225114731-1294]  INFO [aai-resources,67ea5bfba6d430bb6c40e9c229637c92,6c40e9c229637c92] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:19.917 [67ea5bfba6d430bb6c40e9c229637c92,6c40e9c229637c92] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bfba6d430bb6c40e9c229637c92,6c40e9c229637c92] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a3354a47-ee7a-4c36-b9cc-6c001d05e07c","status":"200","rqstDate":"250331-09:10:19:903","respDate":"250331-09:10:19:917","sourceId":"haproxy:a3354a47-ee7a-4c36-b9cc-6c001d05e07c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:10:19:903-48853\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5f74f6ec-4698-4e68-b964-383c04b016de], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a3354a47-ee7a-4c36-b9cc-6c001d05e07c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:10:21.923 [67ea5bfdf7fbe14855c652b898ed8b42,55c652b898ed8b42] [qtp1225114731-852]  INFO [aai-resources,67ea5bfdf7fbe14855c652b898ed8b42,55c652b898ed8b42] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:21.935 [67ea5bfdf7fbe14855c652b898ed8b42,55c652b898ed8b42] [qtp1225114731-852] DEBUG [aai-resources,67ea5bfdf7fbe14855c652b898ed8b42,55c652b898ed8b42] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"42891a70-48ed-4f46-b29f-b89b96188e00","status":"200","rqstDate":"250331-09:10:21:923","respDate":"250331-09:10:21:935","sourceId":"haproxy:42891a70-48ed-4f46-b29f-b89b96188e00","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:10:21:923-96052\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4f0f172c-3791-459f-84fa-a44558b5681e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[42891a70-48ed-4f46-b29f-b89b96188e00]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:10:23.941 [67ea5bff432e422aede65346499e206e,ede65346499e206e] [qtp1225114731-1294]  INFO [aai-resources,67ea5bff432e422aede65346499e206e,ede65346499e206e] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:23.957 [67ea5bff432e422aede65346499e206e,ede65346499e206e] [qtp1225114731-1294] DEBUG [aai-resources,67ea5bff432e422aede65346499e206e,ede65346499e206e] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"80d35601-fe98-43ce-9c7a-3f1752d94d39","status":"200","rqstDate":"250331-09:10:23:941","respDate":"250331-09:10:23:957","sourceId":"haproxy:80d35601-fe98-43ce-9c7a-3f1752d94d39","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:10:23:941-65595\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d4ae344f-0d4b-4c2b-a669-0cb9cafb9cc9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[80d35601-fe98-43ce-9c7a-3f1752d94d39]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:10:25.963 [67ea5c01780f3f3d34e69f2f8f48be90,34e69f2f8f48be90] [qtp1225114731-852]  INFO [aai-resources,67ea5c01780f3f3d34e69f2f8f48be90,34e69f2f8f48be90] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:25.972 [67ea5c01780f3f3d34e69f2f8f48be90,34e69f2f8f48be90] [qtp1225114731-852] DEBUG [aai-resources,67ea5c01780f3f3d34e69f2f8f48be90,34e69f2f8f48be90] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a2732128-586d-4826-9b6f-c9a156c12128","status":"200","rqstDate":"250331-09:10:25:963","respDate":"250331-09:10:25:972","sourceId":"haproxy:a2732128-586d-4826-9b6f-c9a156c12128","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:10:25:963-80152\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[479dd549-d54f-4c0f-bdfd-6111eeb93a47], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a2732128-586d-4826-9b6f-c9a156c12128]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:10:27.978 [67ea5c030bdc9bbeeda74ebe28a36169,eda74ebe28a36169] [qtp1225114731-1294]  INFO [aai-resources,67ea5c030bdc9bbeeda74ebe28a36169,eda74ebe28a36169] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:27.999 [67ea5c030bdc9bbeeda74ebe28a36169,eda74ebe28a36169] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c030bdc9bbeeda74ebe28a36169,eda74ebe28a36169] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"db5055ae-3288-4e26-b982-3c6cd6d8955b","status":"200","rqstDate":"250331-09:10:27:978","respDate":"250331-09:10:27:999","sourceId":"haproxy:db5055ae-3288-4e26-b982-3c6cd6d8955b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:10:27:978-24953\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[74c9fcda-ae09-4cab-ad82-890a7a7c4d39], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[db5055ae-3288-4e26-b982-3c6cd6d8955b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 09:10:30.005 [67ea5c065f3ce8595dc6295b8502a648,5dc6295b8502a648] [qtp1225114731-852]  INFO [aai-resources,67ea5c065f3ce8595dc6295b8502a648,5dc6295b8502a648] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:30.021 [67ea5c065f3ce8595dc6295b8502a648,5dc6295b8502a648] [qtp1225114731-852] DEBUG [aai-resources,67ea5c065f3ce8595dc6295b8502a648,5dc6295b8502a648] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3657e7d3-af8d-44e2-8967-7903b7cf5ff6","status":"200","rqstDate":"250331-09:10:30:005","respDate":"250331-09:10:30:021","sourceId":"haproxy:3657e7d3-af8d-44e2-8967-7903b7cf5ff6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:10:30:005-66818\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8f59e9f1-6f57-4301-9612-457e53bd1743], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3657e7d3-af8d-44e2-8967-7903b7cf5ff6]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:10:32.028 [67ea5c08c0753186973000d66c8495f3,973000d66c8495f3] [qtp1225114731-1294]  INFO [aai-resources,67ea5c08c0753186973000d66c8495f3,973000d66c8495f3] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:32.040 [67ea5c08c0753186973000d66c8495f3,973000d66c8495f3] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c08c0753186973000d66c8495f3,973000d66c8495f3] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"747afe30-e88f-4ecc-9ebe-cf46d08765fd","status":"200","rqstDate":"250331-09:10:32:028","respDate":"250331-09:10:32:040","sourceId":"haproxy:747afe30-e88f-4ecc-9ebe-cf46d08765fd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:10:32:028-7698\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[83237136-cba3-4460-9cce-6544f681e705], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[747afe30-e88f-4ecc-9ebe-cf46d08765fd]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:10:34.048 [67ea5c0aade4fef8ae2612ac5c6cee04,ae2612ac5c6cee04] [qtp1225114731-852]  INFO [aai-resources,67ea5c0aade4fef8ae2612ac5c6cee04,ae2612ac5c6cee04] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:34.060 [67ea5c0aade4fef8ae2612ac5c6cee04,ae2612ac5c6cee04] [qtp1225114731-852] DEBUG [aai-resources,67ea5c0aade4fef8ae2612ac5c6cee04,ae2612ac5c6cee04] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"75f5f789-7457-4ac7-976b-c103003c6305","status":"200","rqstDate":"250331-09:10:34:048","respDate":"250331-09:10:34:060","sourceId":"haproxy:75f5f789-7457-4ac7-976b-c103003c6305","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:10:34:048-74377\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[da35a5da-9330-4cec-be9c-a1c3269afcda], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[75f5f789-7457-4ac7-976b-c103003c6305]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:10:36.067 [67ea5c0cc61c3334564c9ff738713448,564c9ff738713448] [qtp1225114731-1294]  INFO [aai-resources,67ea5c0cc61c3334564c9ff738713448,564c9ff738713448] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:36.081 [67ea5c0cc61c3334564c9ff738713448,564c9ff738713448] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c0cc61c3334564c9ff738713448,564c9ff738713448] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"974ca919-b426-4d1f-b4a5-6b4f34153389","status":"200","rqstDate":"250331-09:10:36:067","respDate":"250331-09:10:36:081","sourceId":"haproxy:974ca919-b426-4d1f-b4a5-6b4f34153389","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:10:36:067-91078\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9043e30e-f163-4918-9c7d-acb82d0fece3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[974ca919-b426-4d1f-b4a5-6b4f34153389]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:10:38.088 [67ea5c0e979f1447235193c6c55ae82a,235193c6c55ae82a] [qtp1225114731-852]  INFO [aai-resources,67ea5c0e979f1447235193c6c55ae82a,235193c6c55ae82a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:38.101 [67ea5c0e979f1447235193c6c55ae82a,235193c6c55ae82a] [qtp1225114731-852] DEBUG [aai-resources,67ea5c0e979f1447235193c6c55ae82a,235193c6c55ae82a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5bea01e8-1596-4feb-99a1-dae9c79b81ff","status":"200","rqstDate":"250331-09:10:38:089","respDate":"250331-09:10:38:101","sourceId":"haproxy:5bea01e8-1596-4feb-99a1-dae9c79b81ff","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:10:38:089-2578\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7861804f-80f3-49d5-9674-77a377d366c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5bea01e8-1596-4feb-99a1-dae9c79b81ff]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:10:40.107 [67ea5c101dccfe25f0010c4161dc84ec,f0010c4161dc84ec] [qtp1225114731-1294]  INFO [aai-resources,67ea5c101dccfe25f0010c4161dc84ec,f0010c4161dc84ec] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:40.119 [67ea5c101dccfe25f0010c4161dc84ec,f0010c4161dc84ec] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c101dccfe25f0010c4161dc84ec,f0010c4161dc84ec] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e844d4ef-8984-44e0-8bfc-55bd31697298","status":"200","rqstDate":"250331-09:10:40:107","respDate":"250331-09:10:40:119","sourceId":"haproxy:e844d4ef-8984-44e0-8bfc-55bd31697298","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:10:40:107-52701\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1c964011-272d-4f99-addf-9e63e6f6ef6b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e844d4ef-8984-44e0-8bfc-55bd31697298]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:10:42.125 [67ea5c12471b272be4d4a13918d566ba,e4d4a13918d566ba] [qtp1225114731-852]  INFO [aai-resources,67ea5c12471b272be4d4a13918d566ba,e4d4a13918d566ba] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:42.140 [67ea5c12471b272be4d4a13918d566ba,e4d4a13918d566ba] [qtp1225114731-852] DEBUG [aai-resources,67ea5c12471b272be4d4a13918d566ba,e4d4a13918d566ba] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bac08092-29a9-4411-97e5-525e2f787250","status":"200","rqstDate":"250331-09:10:42:125","respDate":"250331-09:10:42:140","sourceId":"haproxy:bac08092-29a9-4411-97e5-525e2f787250","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:10:42:125-40795\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[558b78dd-0a19-4f3c-8d42-55f79e66e368], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bac08092-29a9-4411-97e5-525e2f787250]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:10:44.147 [67ea5c149d1f06835637f78eabb6b557,5637f78eabb6b557] [qtp1225114731-1294]  INFO [aai-resources,67ea5c149d1f06835637f78eabb6b557,5637f78eabb6b557] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:44.164 [67ea5c149d1f06835637f78eabb6b557,5637f78eabb6b557] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c149d1f06835637f78eabb6b557,5637f78eabb6b557] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2cae2493-808e-4363-8307-ad09f238c63a","status":"200","rqstDate":"250331-09:10:44:147","respDate":"250331-09:10:44:164","sourceId":"haproxy:2cae2493-808e-4363-8307-ad09f238c63a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:10:44:147-30420\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e6152e8b-2ef8-4aff-8e6f-1583942a2d31], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2cae2493-808e-4363-8307-ad09f238c63a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:10:46.172 [67ea5c1669c027f504b9eb001400c553,04b9eb001400c553] [qtp1225114731-852]  INFO [aai-resources,67ea5c1669c027f504b9eb001400c553,04b9eb001400c553] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:46.186 [67ea5c1669c027f504b9eb001400c553,04b9eb001400c553] [qtp1225114731-852] DEBUG [aai-resources,67ea5c1669c027f504b9eb001400c553,04b9eb001400c553] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"738af38c-082d-4494-9cc1-bf374edc1dea","status":"200","rqstDate":"250331-09:10:46:172","respDate":"250331-09:10:46:186","sourceId":"haproxy:738af38c-082d-4494-9cc1-bf374edc1dea","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:10:46:172-2199\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[58982813-59fa-48d1-b876-ce8f90760c62], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[738af38c-082d-4494-9cc1-bf374edc1dea]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:10:48.192 [67ea5c18f663a15312a45de95c287a30,12a45de95c287a30] [qtp1225114731-1294]  INFO [aai-resources,67ea5c18f663a15312a45de95c287a30,12a45de95c287a30] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:48.203 [67ea5c18f663a15312a45de95c287a30,12a45de95c287a30] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c18f663a15312a45de95c287a30,12a45de95c287a30] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"01c9102d-8665-4d07-a89c-553da02622df","status":"200","rqstDate":"250331-09:10:48:192","respDate":"250331-09:10:48:203","sourceId":"haproxy:01c9102d-8665-4d07-a89c-553da02622df","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:10:48:192-25053\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[85f485e8-0add-467e-8510-184787c7d7fa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[01c9102d-8665-4d07-a89c-553da02622df]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:10:50.209 [67ea5c1a3d618e7b87b93e4199a67e26,87b93e4199a67e26] [qtp1225114731-852]  INFO [aai-resources,67ea5c1a3d618e7b87b93e4199a67e26,87b93e4199a67e26] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:50.223 [67ea5c1a3d618e7b87b93e4199a67e26,87b93e4199a67e26] [qtp1225114731-852] DEBUG [aai-resources,67ea5c1a3d618e7b87b93e4199a67e26,87b93e4199a67e26] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e8db18db-7fcf-4407-b4ec-5d7d3cf72800","status":"200","rqstDate":"250331-09:10:50:209","respDate":"250331-09:10:50:223","sourceId":"haproxy:e8db18db-7fcf-4407-b4ec-5d7d3cf72800","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:10:50:209-83414\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d331d77e-2cce-48c8-878b-b78865444c01], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e8db18db-7fcf-4407-b4ec-5d7d3cf72800]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:10:52.229 [67ea5c1ce351906e70e69f00a3aab5b1,70e69f00a3aab5b1] [qtp1225114731-1294]  INFO [aai-resources,67ea5c1ce351906e70e69f00a3aab5b1,70e69f00a3aab5b1] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:52.241 [67ea5c1ce351906e70e69f00a3aab5b1,70e69f00a3aab5b1] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c1ce351906e70e69f00a3aab5b1,70e69f00a3aab5b1] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8d7d018e-a699-496a-b2e3-dc0b86290cf5","status":"200","rqstDate":"250331-09:10:52:230","respDate":"250331-09:10:52:241","sourceId":"haproxy:8d7d018e-a699-496a-b2e3-dc0b86290cf5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:10:52:230-41113\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4fb46cbb-012d-4551-8f44-7fe96e9adb27], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8d7d018e-a699-496a-b2e3-dc0b86290cf5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:10:54.246 [67ea5c1e9baaae7968206e83bb54346d,68206e83bb54346d] [qtp1225114731-852]  INFO [aai-resources,67ea5c1e9baaae7968206e83bb54346d,68206e83bb54346d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:54.257 [67ea5c1e9baaae7968206e83bb54346d,68206e83bb54346d] [qtp1225114731-852] DEBUG [aai-resources,67ea5c1e9baaae7968206e83bb54346d,68206e83bb54346d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"33a03d35-5ea2-4af1-a56d-4f5d7755d74b","status":"200","rqstDate":"250331-09:10:54:246","respDate":"250331-09:10:54:257","sourceId":"haproxy:33a03d35-5ea2-4af1-a56d-4f5d7755d74b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:10:54:246-88796\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9d0d3148-99f3-4756-9ee2-ad7ab22819f3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[33a03d35-5ea2-4af1-a56d-4f5d7755d74b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:10:56.263 [67ea5c201f05f7c444d26929266a2573,44d26929266a2573] [qtp1225114731-1294]  INFO [aai-resources,67ea5c201f05f7c444d26929266a2573,44d26929266a2573] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:56.275 [67ea5c201f05f7c444d26929266a2573,44d26929266a2573] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c201f05f7c444d26929266a2573,44d26929266a2573] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"498dd05e-4665-4a91-9de3-4af7110fb72e","status":"200","rqstDate":"250331-09:10:56:263","respDate":"250331-09:10:56:275","sourceId":"haproxy:498dd05e-4665-4a91-9de3-4af7110fb72e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:10:56:263-1053\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3274ffc9-2269-48c9-b052-8765b56ef8d3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[498dd05e-4665-4a91-9de3-4af7110fb72e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:10:58.281 [67ea5c22f2563db2d713235f0750d13a,d713235f0750d13a] [qtp1225114731-852]  INFO [aai-resources,67ea5c22f2563db2d713235f0750d13a,d713235f0750d13a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:10:58.298 [67ea5c22f2563db2d713235f0750d13a,d713235f0750d13a] [qtp1225114731-852] DEBUG [aai-resources,67ea5c22f2563db2d713235f0750d13a,d713235f0750d13a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"77ac60ab-a1d6-458e-8589-1dda65ffe6cd","status":"200","rqstDate":"250331-09:10:58:281","respDate":"250331-09:10:58:298","sourceId":"haproxy:77ac60ab-a1d6-458e-8589-1dda65ffe6cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:10:58:281-7833\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f440d5a5-8cc1-4668-90bd-f70375751e8c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[77ac60ab-a1d6-458e-8589-1dda65ffe6cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:10:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:11:00.305 [67ea5c242e41104cd946f565c68c96ef,d946f565c68c96ef] [qtp1225114731-1294]  INFO [aai-resources,67ea5c242e41104cd946f565c68c96ef,d946f565c68c96ef] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:00.321 [67ea5c242e41104cd946f565c68c96ef,d946f565c68c96ef] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c242e41104cd946f565c68c96ef,d946f565c68c96ef] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ad16c108-2b08-4328-8d58-c1421d96e898","status":"200","rqstDate":"250331-09:11:00:305","respDate":"250331-09:11:00:321","sourceId":"haproxy:ad16c108-2b08-4328-8d58-c1421d96e898","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:11:00:305-54991\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8601dbf6-b1d8-418d-8837-ae664203ff59], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ad16c108-2b08-4328-8d58-c1421d96e898]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:11:02.327 [67ea5c26b1fce402a9e1b26628fa293c,a9e1b26628fa293c] [qtp1225114731-852]  INFO [aai-resources,67ea5c26b1fce402a9e1b26628fa293c,a9e1b26628fa293c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:02.343 [67ea5c26b1fce402a9e1b26628fa293c,a9e1b26628fa293c] [qtp1225114731-852] DEBUG [aai-resources,67ea5c26b1fce402a9e1b26628fa293c,a9e1b26628fa293c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"82431d50-3d68-4191-8753-8d9b6687d557","status":"200","rqstDate":"250331-09:11:02:327","respDate":"250331-09:11:02:343","sourceId":"haproxy:82431d50-3d68-4191-8753-8d9b6687d557","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:02:327-92433\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b6e2438a-1050-48e0-9c67-6df8465ee96a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[82431d50-3d68-4191-8753-8d9b6687d557]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:11:04.350 [67ea5c2828a6b1e9ddeaf727ced7e183,ddeaf727ced7e183] [qtp1225114731-1294]  INFO [aai-resources,67ea5c2828a6b1e9ddeaf727ced7e183,ddeaf727ced7e183] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:04.363 [67ea5c2828a6b1e9ddeaf727ced7e183,ddeaf727ced7e183] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c2828a6b1e9ddeaf727ced7e183,ddeaf727ced7e183] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7b5a6914-5f22-49ad-8dec-7c90c9fc2457","status":"200","rqstDate":"250331-09:11:04:351","respDate":"250331-09:11:04:363","sourceId":"haproxy:7b5a6914-5f22-49ad-8dec-7c90c9fc2457","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:04:351-46910\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fbc22edf-6aac-47c7-97a4-e77d18647e62], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7b5a6914-5f22-49ad-8dec-7c90c9fc2457]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:11:06.369 [67ea5c2a19f86f531912aab1ec898206,1912aab1ec898206] [qtp1225114731-852]  INFO [aai-resources,67ea5c2a19f86f531912aab1ec898206,1912aab1ec898206] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:06.381 [67ea5c2a19f86f531912aab1ec898206,1912aab1ec898206] [qtp1225114731-852] DEBUG [aai-resources,67ea5c2a19f86f531912aab1ec898206,1912aab1ec898206] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"49424c82-2dfd-4ea5-bfff-a20749f228a9","status":"200","rqstDate":"250331-09:11:06:370","respDate":"250331-09:11:06:381","sourceId":"haproxy:49424c82-2dfd-4ea5-bfff-a20749f228a9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:11:06:370-58828\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[34e387eb-5f70-4c92-ba35-3f6e28201f56], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[49424c82-2dfd-4ea5-bfff-a20749f228a9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:11:08.387 [67ea5c2c5aa22f2e77e65ddf7c6f8e5f,77e65ddf7c6f8e5f] [qtp1225114731-1294]  INFO [aai-resources,67ea5c2c5aa22f2e77e65ddf7c6f8e5f,77e65ddf7c6f8e5f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:08.398 [67ea5c2c5aa22f2e77e65ddf7c6f8e5f,77e65ddf7c6f8e5f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c2c5aa22f2e77e65ddf7c6f8e5f,77e65ddf7c6f8e5f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"530f515d-587e-443a-8631-2ced1c9a6c55","status":"200","rqstDate":"250331-09:11:08:387","respDate":"250331-09:11:08:398","sourceId":"haproxy:530f515d-587e-443a-8631-2ced1c9a6c55","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:08:387-49902\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fb1ecba5-58e8-4a72-860c-595235dd9e74], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[530f515d-587e-443a-8631-2ced1c9a6c55]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:11:10.404 [67ea5c2eef3ea9029b7d6b423df5a930,9b7d6b423df5a930] [qtp1225114731-852]  INFO [aai-resources,67ea5c2eef3ea9029b7d6b423df5a930,9b7d6b423df5a930] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:10.416 [67ea5c2eef3ea9029b7d6b423df5a930,9b7d6b423df5a930] [qtp1225114731-852] DEBUG [aai-resources,67ea5c2eef3ea9029b7d6b423df5a930,9b7d6b423df5a930] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c773d54-95b7-4df8-a5ae-2be307419a68","status":"200","rqstDate":"250331-09:11:10:404","respDate":"250331-09:11:10:416","sourceId":"haproxy:8c773d54-95b7-4df8-a5ae-2be307419a68","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:10:404-84749\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[35d364ae-a3f5-4836-a293-bafcfa65926c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8c773d54-95b7-4df8-a5ae-2be307419a68]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:11:12.422 [67ea5c3058b58e312888a39be408a0f7,2888a39be408a0f7] [qtp1225114731-1294]  INFO [aai-resources,67ea5c3058b58e312888a39be408a0f7,2888a39be408a0f7] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:12.437 [67ea5c3058b58e312888a39be408a0f7,2888a39be408a0f7] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c3058b58e312888a39be408a0f7,2888a39be408a0f7] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"983cc119-8903-499d-bcd0-a7b70808ec7f","status":"200","rqstDate":"250331-09:11:12:422","respDate":"250331-09:11:12:437","sourceId":"haproxy:983cc119-8903-499d-bcd0-a7b70808ec7f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:11:12:422-63123\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[77a454f5-8038-4dda-95d1-9e199a6e72d4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[983cc119-8903-499d-bcd0-a7b70808ec7f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:11:14.444 [67ea5c321d984f2af96495b10fcf394f,f96495b10fcf394f] [qtp1225114731-852]  INFO [aai-resources,67ea5c321d984f2af96495b10fcf394f,f96495b10fcf394f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:14.455 [67ea5c321d984f2af96495b10fcf394f,f96495b10fcf394f] [qtp1225114731-852] DEBUG [aai-resources,67ea5c321d984f2af96495b10fcf394f,f96495b10fcf394f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ebf4799f-fd11-4b64-999c-43aa0f93db82","status":"200","rqstDate":"250331-09:11:14:444","respDate":"250331-09:11:14:455","sourceId":"haproxy:ebf4799f-fd11-4b64-999c-43aa0f93db82","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:11:14:444-68935\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bdca3064-94f0-4db8-836a-ea1b4642fc44], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ebf4799f-fd11-4b64-999c-43aa0f93db82]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:11:16.461 [67ea5c3437c6006c4d0943deff0fdabc,4d0943deff0fdabc] [qtp1225114731-1294]  INFO [aai-resources,67ea5c3437c6006c4d0943deff0fdabc,4d0943deff0fdabc] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:16.474 [67ea5c3437c6006c4d0943deff0fdabc,4d0943deff0fdabc] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c3437c6006c4d0943deff0fdabc,4d0943deff0fdabc] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"207d3e79-023a-4d7b-9402-872a78dedce5","status":"200","rqstDate":"250331-09:11:16:461","respDate":"250331-09:11:16:474","sourceId":"haproxy:207d3e79-023a-4d7b-9402-872a78dedce5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:11:16:461-21226\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[458de3c1-987e-4d9b-a522-24f4979d4c60], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[207d3e79-023a-4d7b-9402-872a78dedce5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:11:18.479 [67ea5c3663a1cd54bf2a195822aed320,bf2a195822aed320] [qtp1225114731-852]  INFO [aai-resources,67ea5c3663a1cd54bf2a195822aed320,bf2a195822aed320] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:18.493 [67ea5c3663a1cd54bf2a195822aed320,bf2a195822aed320] [qtp1225114731-852] DEBUG [aai-resources,67ea5c3663a1cd54bf2a195822aed320,bf2a195822aed320] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"96355b01-1907-4fe6-942e-165b464e59a0","status":"200","rqstDate":"250331-09:11:18:479","respDate":"250331-09:11:18:493","sourceId":"haproxy:96355b01-1907-4fe6-942e-165b464e59a0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:11:18:479-60432\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2f11ca7b-a55c-49db-98ca-3b149b69821c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[96355b01-1907-4fe6-942e-165b464e59a0]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:11:20.499 [67ea5c3849b1dbdfd0127c881e48daa8,d0127c881e48daa8] [qtp1225114731-1294]  INFO [aai-resources,67ea5c3849b1dbdfd0127c881e48daa8,d0127c881e48daa8] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:20.516 [67ea5c3849b1dbdfd0127c881e48daa8,d0127c881e48daa8] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c3849b1dbdfd0127c881e48daa8,d0127c881e48daa8] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4c61730c-bc67-4e65-a32a-15c1461065aa","status":"200","rqstDate":"250331-09:11:20:499","respDate":"250331-09:11:20:515","sourceId":"haproxy:4c61730c-bc67-4e65-a32a-15c1461065aa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:11:20:499-5032\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[399405d1-3672-4a15-975b-2d36220056fc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4c61730c-bc67-4e65-a32a-15c1461065aa]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:11:22.523 [67ea5c3ae335b65e183893c7c990fee7,183893c7c990fee7] [qtp1225114731-852]  INFO [aai-resources,67ea5c3ae335b65e183893c7c990fee7,183893c7c990fee7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:22.533 [67ea5c3ae335b65e183893c7c990fee7,183893c7c990fee7] [qtp1225114731-852] DEBUG [aai-resources,67ea5c3ae335b65e183893c7c990fee7,183893c7c990fee7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e2b01f4d-ab79-4af3-b2a9-1d2243a6a22b","status":"200","rqstDate":"250331-09:11:22:523","respDate":"250331-09:11:22:532","sourceId":"haproxy:e2b01f4d-ab79-4af3-b2a9-1d2243a6a22b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:11:22:523-45859\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[99c7efd7-8020-4747-b6c7-c547cc8f6d4b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e2b01f4d-ab79-4af3-b2a9-1d2243a6a22b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:11:24.541 [67ea5c3ce4afdf9d141c7b006cb7017e,141c7b006cb7017e] [qtp1225114731-1294]  INFO [aai-resources,67ea5c3ce4afdf9d141c7b006cb7017e,141c7b006cb7017e] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:24.555 [67ea5c3ce4afdf9d141c7b006cb7017e,141c7b006cb7017e] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c3ce4afdf9d141c7b006cb7017e,141c7b006cb7017e] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f245a495-b79c-4a15-85d6-ceca2b4f8ae9","status":"200","rqstDate":"250331-09:11:24:542","respDate":"250331-09:11:24:555","sourceId":"haproxy:f245a495-b79c-4a15-85d6-ceca2b4f8ae9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:24:542-61408\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d01157bc-bf61-4b08-ab0f-40e47f036e52], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f245a495-b79c-4a15-85d6-ceca2b4f8ae9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:11:26.562 [67ea5c3ee09761158c89c78cfb599eb9,8c89c78cfb599eb9] [qtp1225114731-852]  INFO [aai-resources,67ea5c3ee09761158c89c78cfb599eb9,8c89c78cfb599eb9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:26.574 [67ea5c3ee09761158c89c78cfb599eb9,8c89c78cfb599eb9] [qtp1225114731-852] DEBUG [aai-resources,67ea5c3ee09761158c89c78cfb599eb9,8c89c78cfb599eb9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f7964973-533a-40a5-8f6c-b96683095d52","status":"200","rqstDate":"250331-09:11:26:562","respDate":"250331-09:11:26:574","sourceId":"haproxy:f7964973-533a-40a5-8f6c-b96683095d52","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:11:26:562-23589\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a6d580f1-1a85-9f8b-b81d-9b22be03b2f8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f7964973-533a-40a5-8f6c-b96683095d52]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:11:28.580 [67ea5c401b486b6ad3407831dae40d9c,d3407831dae40d9c] [qtp1225114731-1294]  INFO [aai-resources,67ea5c401b486b6ad3407831dae40d9c,d3407831dae40d9c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:28.595 [67ea5c401b486b6ad3407831dae40d9c,d3407831dae40d9c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c401b486b6ad3407831dae40d9c,d3407831dae40d9c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"40b683a6-0348-429d-9619-a68cbabd7229","status":"200","rqstDate":"250331-09:11:28:580","respDate":"250331-09:11:28:595","sourceId":"haproxy:40b683a6-0348-429d-9619-a68cbabd7229","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:11:28:580-71022\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ea880916-a1bc-4f4d-a90d-7a9ee8c87e8c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[40b683a6-0348-429d-9619-a68cbabd7229]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:11:30.601 [67ea5c4273871c3bde9cacdb38b150b8,de9cacdb38b150b8] [qtp1225114731-852]  INFO [aai-resources,67ea5c4273871c3bde9cacdb38b150b8,de9cacdb38b150b8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:30.615 [67ea5c4273871c3bde9cacdb38b150b8,de9cacdb38b150b8] [qtp1225114731-852] DEBUG [aai-resources,67ea5c4273871c3bde9cacdb38b150b8,de9cacdb38b150b8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"aa3fab1d-d71e-4311-9be9-6f3c8f3cfd51","status":"200","rqstDate":"250331-09:11:30:601","respDate":"250331-09:11:30:615","sourceId":"haproxy:aa3fab1d-d71e-4311-9be9-6f3c8f3cfd51","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:11:30:601-26405\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aa253cd6-7532-4165-b143-afa33989d650], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[aa3fab1d-d71e-4311-9be9-6f3c8f3cfd51]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:11:32.620 [67ea5c44fb4badb27f3ea0fe6c137b79,7f3ea0fe6c137b79] [qtp1225114731-1294]  INFO [aai-resources,67ea5c44fb4badb27f3ea0fe6c137b79,7f3ea0fe6c137b79] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:32.634 [67ea5c44fb4badb27f3ea0fe6c137b79,7f3ea0fe6c137b79] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c44fb4badb27f3ea0fe6c137b79,7f3ea0fe6c137b79] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fe66ac86-2694-416e-9137-3ec1d78891e9","status":"200","rqstDate":"250331-09:11:32:620","respDate":"250331-09:11:32:634","sourceId":"haproxy:fe66ac86-2694-416e-9137-3ec1d78891e9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:32:620-75245\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dd80e613-9873-45cc-b4f3-bb9f01c3ecfd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fe66ac86-2694-416e-9137-3ec1d78891e9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:11:34.640 [67ea5c46c2a86c17b0693c8a3dfc90ee,b0693c8a3dfc90ee] [qtp1225114731-852]  INFO [aai-resources,67ea5c46c2a86c17b0693c8a3dfc90ee,b0693c8a3dfc90ee] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:34.657 [67ea5c46c2a86c17b0693c8a3dfc90ee,b0693c8a3dfc90ee] [qtp1225114731-852] DEBUG [aai-resources,67ea5c46c2a86c17b0693c8a3dfc90ee,b0693c8a3dfc90ee] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"429f5d49-d349-4d38-9112-82bbcdcee8d3","status":"200","rqstDate":"250331-09:11:34:641","respDate":"250331-09:11:34:657","sourceId":"haproxy:429f5d49-d349-4d38-9112-82bbcdcee8d3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:11:34:641-56391\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7c7e29f7-a612-4c99-a03b-b6811b8629cc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[429f5d49-d349-4d38-9112-82bbcdcee8d3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:11:36.664 [67ea5c485f4313c7816f958320244e6f,816f958320244e6f] [qtp1225114731-1294]  INFO [aai-resources,67ea5c485f4313c7816f958320244e6f,816f958320244e6f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:36.678 [67ea5c485f4313c7816f958320244e6f,816f958320244e6f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c485f4313c7816f958320244e6f,816f958320244e6f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d11295a6-dfb4-4cf3-a19e-ac59e932830e","status":"200","rqstDate":"250331-09:11:36:664","respDate":"250331-09:11:36:678","sourceId":"haproxy:d11295a6-dfb4-4cf3-a19e-ac59e932830e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:11:36:664-8646\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dba1c7c9-4bd0-46c3-b4d6-2c29c6260304], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d11295a6-dfb4-4cf3-a19e-ac59e932830e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:11:38.684 [67ea5c4a9633d90e0cd2c708b758bc38,0cd2c708b758bc38] [qtp1225114731-852]  INFO [aai-resources,67ea5c4a9633d90e0cd2c708b758bc38,0cd2c708b758bc38] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:38.696 [67ea5c4a9633d90e0cd2c708b758bc38,0cd2c708b758bc38] [qtp1225114731-852] DEBUG [aai-resources,67ea5c4a9633d90e0cd2c708b758bc38,0cd2c708b758bc38] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"adae608d-b53d-4357-b54c-dd39609ffb4c","status":"200","rqstDate":"250331-09:11:38:685","respDate":"250331-09:11:38:695","sourceId":"haproxy:adae608d-b53d-4357-b54c-dd39609ffb4c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:38:685-17425\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[914cc096-1dfa-499f-8ee2-7b3075fc52a0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[adae608d-b53d-4357-b54c-dd39609ffb4c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:11:40.701 [67ea5c4c87cfe4061f63b010a810fed9,1f63b010a810fed9] [qtp1225114731-1294]  INFO [aai-resources,67ea5c4c87cfe4061f63b010a810fed9,1f63b010a810fed9] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:40.712 [67ea5c4c87cfe4061f63b010a810fed9,1f63b010a810fed9] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c4c87cfe4061f63b010a810fed9,1f63b010a810fed9] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9d5d626b-0799-4004-90ae-e0b1abd17670","status":"200","rqstDate":"250331-09:11:40:702","respDate":"250331-09:11:40:712","sourceId":"haproxy:9d5d626b-0799-4004-90ae-e0b1abd17670","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:11:40:702-8935\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fc7b4fb9-ccce-4b75-a12d-6d8cf3a0d4d0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9d5d626b-0799-4004-90ae-e0b1abd17670]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:11:42.719 [67ea5c4e8b0d3987dc4e22cc69c6b448,dc4e22cc69c6b448] [qtp1225114731-852]  INFO [aai-resources,67ea5c4e8b0d3987dc4e22cc69c6b448,dc4e22cc69c6b448] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:42.743 [67ea5c4e8b0d3987dc4e22cc69c6b448,dc4e22cc69c6b448] [qtp1225114731-852] DEBUG [aai-resources,67ea5c4e8b0d3987dc4e22cc69c6b448,dc4e22cc69c6b448] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"29cd6c4c-5bc4-4a1c-81b8-95f129beef7b","status":"200","rqstDate":"250331-09:11:42:719","respDate":"250331-09:11:42:743","sourceId":"haproxy:29cd6c4c-5bc4-4a1c-81b8-95f129beef7b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:42:719-98032\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[16d0f020-ae26-4370-b087-0ff3cb4d27b1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[29cd6c4c-5bc4-4a1c-81b8-95f129beef7b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 28 - "logType": "access"
2025-03-31 09:11:44.751 [67ea5c50a9b7eb8206e6632ed1e4edb9,06e6632ed1e4edb9] [qtp1225114731-1294]  INFO [aai-resources,67ea5c50a9b7eb8206e6632ed1e4edb9,06e6632ed1e4edb9] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:44.759 [67ea5c50a9b7eb8206e6632ed1e4edb9,06e6632ed1e4edb9] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c50a9b7eb8206e6632ed1e4edb9,06e6632ed1e4edb9] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c95cb659-a56b-4168-ab5c-1cfc22d39c75","status":"200","rqstDate":"250331-09:11:44:751","respDate":"250331-09:11:44:759","sourceId":"haproxy:c95cb659-a56b-4168-ab5c-1cfc22d39c75","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:44:751-63552\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8ad7865e-0397-4cf6-99d8-63b8b76c7683], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c95cb659-a56b-4168-ab5c-1cfc22d39c75]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 09:11:46.765 [67ea5c5236acd9a87ec224232a1531b3,7ec224232a1531b3] [qtp1225114731-852]  INFO [aai-resources,67ea5c5236acd9a87ec224232a1531b3,7ec224232a1531b3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:46.780 [67ea5c5236acd9a87ec224232a1531b3,7ec224232a1531b3] [qtp1225114731-852] DEBUG [aai-resources,67ea5c5236acd9a87ec224232a1531b3,7ec224232a1531b3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bbbd0bda-85e5-4413-8018-5d27a8818eca","status":"200","rqstDate":"250331-09:11:46:765","respDate":"250331-09:11:46:779","sourceId":"haproxy:bbbd0bda-85e5-4413-8018-5d27a8818eca","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:46:765-49272\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9512ebb0-9956-4eb5-9c66-741da8506257], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bbbd0bda-85e5-4413-8018-5d27a8818eca]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:11:48.785 [67ea5c54500784ac5c1e4d239e5ed8d5,5c1e4d239e5ed8d5] [qtp1225114731-1294]  INFO [aai-resources,67ea5c54500784ac5c1e4d239e5ed8d5,5c1e4d239e5ed8d5] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:48.792 [67ea5c54500784ac5c1e4d239e5ed8d5,5c1e4d239e5ed8d5] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c54500784ac5c1e4d239e5ed8d5,5c1e4d239e5ed8d5] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d3a0ca45-4cc1-4c3d-aceb-ffeb6e17a268","status":"200","rqstDate":"250331-09:11:48:785","respDate":"250331-09:11:48:792","sourceId":"haproxy:d3a0ca45-4cc1-4c3d-aceb-ffeb6e17a268","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:48:785-80184\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2cf8b655-226a-41c2-826c-145dd8d612fb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d3a0ca45-4cc1-4c3d-aceb-ffeb6e17a268]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
2025-03-31 09:11:50.798 [67ea5c5681344376d416f167cecb2daa,d416f167cecb2daa] [qtp1225114731-852]  INFO [aai-resources,67ea5c5681344376d416f167cecb2daa,d416f167cecb2daa] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:50.812 [67ea5c5681344376d416f167cecb2daa,d416f167cecb2daa] [qtp1225114731-852] DEBUG [aai-resources,67ea5c5681344376d416f167cecb2daa,d416f167cecb2daa] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"db9f6f27-f024-4b7d-bb49-2baa1e732055","status":"200","rqstDate":"250331-09:11:50:799","respDate":"250331-09:11:50:812","sourceId":"haproxy:db9f6f27-f024-4b7d-bb49-2baa1e732055","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:50:799-1908\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[947be753-c470-4e2c-a61a-75f50a5aab5b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[db9f6f27-f024-4b7d-bb49-2baa1e732055]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:11:52.819 [67ea5c58437871d8cab578733d6472ed,cab578733d6472ed] [qtp1225114731-1294]  INFO [aai-resources,67ea5c58437871d8cab578733d6472ed,cab578733d6472ed] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:52.833 [67ea5c58437871d8cab578733d6472ed,cab578733d6472ed] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c58437871d8cab578733d6472ed,cab578733d6472ed] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8c00fcc3-5505-40af-8eae-6dd3d255f370","status":"200","rqstDate":"250331-09:11:52:819","respDate":"250331-09:11:52:833","sourceId":"haproxy:8c00fcc3-5505-40af-8eae-6dd3d255f370","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:11:52:819-13288\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d6bdc0a-4185-481b-befe-03b8754cb92c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8c00fcc3-5505-40af-8eae-6dd3d255f370]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:11:54.840 [67ea5c5ab517963e4179e3c65f3e7325,4179e3c65f3e7325] [qtp1225114731-852]  INFO [aai-resources,67ea5c5ab517963e4179e3c65f3e7325,4179e3c65f3e7325] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:54.852 [67ea5c5ab517963e4179e3c65f3e7325,4179e3c65f3e7325] [qtp1225114731-852] DEBUG [aai-resources,67ea5c5ab517963e4179e3c65f3e7325,4179e3c65f3e7325] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a328c7bf-0851-42b4-b58c-47b1d447a36e","status":"200","rqstDate":"250331-09:11:54:841","respDate":"250331-09:11:54:852","sourceId":"haproxy:a328c7bf-0851-42b4-b58c-47b1d447a36e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:11:54:841-79067\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[49185168-95cc-4c4e-87ae-fbad1e687b58], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a328c7bf-0851-42b4-b58c-47b1d447a36e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:11:56.858 [67ea5c5c77708b7dea196b357f790ea3,ea196b357f790ea3] [qtp1225114731-1294]  INFO [aai-resources,67ea5c5c77708b7dea196b357f790ea3,ea196b357f790ea3] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:56.871 [67ea5c5c77708b7dea196b357f790ea3,ea196b357f790ea3] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c5c77708b7dea196b357f790ea3,ea196b357f790ea3] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"736e9a8f-e7f5-407e-a0f7-6b61826a2974","status":"200","rqstDate":"250331-09:11:56:858","respDate":"250331-09:11:56:871","sourceId":"haproxy:736e9a8f-e7f5-407e-a0f7-6b61826a2974","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:56:858-28054\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b3d5079f-87da-410f-933b-fbb3d7702c59], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[736e9a8f-e7f5-407e-a0f7-6b61826a2974]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:11:58.876 [67ea5c5e24ff46de86d523e724f697d1,86d523e724f697d1] [qtp1225114731-852]  INFO [aai-resources,67ea5c5e24ff46de86d523e724f697d1,86d523e724f697d1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:11:58.890 [67ea5c5e24ff46de86d523e724f697d1,86d523e724f697d1] [qtp1225114731-852] DEBUG [aai-resources,67ea5c5e24ff46de86d523e724f697d1,86d523e724f697d1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9bb7d748-1161-4a4b-8579-a2ffca78735c","status":"200","rqstDate":"250331-09:11:58:876","respDate":"250331-09:11:58:890","sourceId":"haproxy:9bb7d748-1161-4a4b-8579-a2ffca78735c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:11:58:876-68034\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[25aadf80-c5e5-4122-a775-4662eac217a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9bb7d748-1161-4a4b-8579-a2ffca78735c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:11:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:12:00.895 [67ea5c605f5484d89d0e4b77065417d7,9d0e4b77065417d7] [qtp1225114731-1294]  INFO [aai-resources,67ea5c605f5484d89d0e4b77065417d7,9d0e4b77065417d7] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:00.909 [67ea5c605f5484d89d0e4b77065417d7,9d0e4b77065417d7] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c605f5484d89d0e4b77065417d7,9d0e4b77065417d7] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3a743c2c-2930-4849-89e0-57452a3cfd2c","status":"200","rqstDate":"250331-09:12:00:895","respDate":"250331-09:12:00:909","sourceId":"haproxy:3a743c2c-2930-4849-89e0-57452a3cfd2c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:12:00:895-73217\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b3f0a7e9-d6f9-4465-ad22-d5ddced254ea], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3a743c2c-2930-4849-89e0-57452a3cfd2c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:12:02.916 [67ea5c628e1d06a6c65acb415681c5d0,c65acb415681c5d0] [qtp1225114731-852]  INFO [aai-resources,67ea5c628e1d06a6c65acb415681c5d0,c65acb415681c5d0] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:02.933 [67ea5c628e1d06a6c65acb415681c5d0,c65acb415681c5d0] [qtp1225114731-852] DEBUG [aai-resources,67ea5c628e1d06a6c65acb415681c5d0,c65acb415681c5d0] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1b19577e-6c49-4a2d-b7a5-307d213eee55","status":"200","rqstDate":"250331-09:12:02:916","respDate":"250331-09:12:02:932","sourceId":"haproxy:1b19577e-6c49-4a2d-b7a5-307d213eee55","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:12:02:916-23106\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[401e0798-3ef9-4e99-ad47-7342b46b2bc4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1b19577e-6c49-4a2d-b7a5-307d213eee55]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:12:04.939 [67ea5c64219f17abaca767607ab9daee,aca767607ab9daee] [qtp1225114731-1294]  INFO [aai-resources,67ea5c64219f17abaca767607ab9daee,aca767607ab9daee] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:04.953 [67ea5c64219f17abaca767607ab9daee,aca767607ab9daee] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c64219f17abaca767607ab9daee,aca767607ab9daee] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"89df7ee3-3b18-4905-9dcb-0d6fede56cae","status":"200","rqstDate":"250331-09:12:04:939","respDate":"250331-09:12:04:953","sourceId":"haproxy:89df7ee3-3b18-4905-9dcb-0d6fede56cae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:12:04:939-94494\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[368170fb-7148-4d9e-b764-d0d345baf431], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[89df7ee3-3b18-4905-9dcb-0d6fede56cae]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:12:06.959 [67ea5c66f7314eda09806a032571f852,09806a032571f852] [qtp1225114731-852]  INFO [aai-resources,67ea5c66f7314eda09806a032571f852,09806a032571f852] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:06.972 [67ea5c66f7314eda09806a032571f852,09806a032571f852] [qtp1225114731-852] DEBUG [aai-resources,67ea5c66f7314eda09806a032571f852,09806a032571f852] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"18cbaca9-945c-43c3-b504-74f6773f1eb2","status":"200","rqstDate":"250331-09:12:06:959","respDate":"250331-09:12:06:972","sourceId":"haproxy:18cbaca9-945c-43c3-b504-74f6773f1eb2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:06:959-41065\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c36a97a-7484-4021-a2d5-329ef1d16012], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[18cbaca9-945c-43c3-b504-74f6773f1eb2]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:12:08.978 [67ea5c6833edfa52bdc06f76de1746cd,bdc06f76de1746cd] [qtp1225114731-1294]  INFO [aai-resources,67ea5c6833edfa52bdc06f76de1746cd,bdc06f76de1746cd] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:08.991 [67ea5c6833edfa52bdc06f76de1746cd,bdc06f76de1746cd] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c6833edfa52bdc06f76de1746cd,bdc06f76de1746cd] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bb1b6e4d-ee59-471a-b3c4-72f066c90796","status":"200","rqstDate":"250331-09:12:08:978","respDate":"250331-09:12:08:990","sourceId":"haproxy:bb1b6e4d-ee59-471a-b3c4-72f066c90796","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:12:08:978-99091\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8ea31957-5658-4316-886d-ded4e85aa993], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bb1b6e4d-ee59-471a-b3c4-72f066c90796]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:12:10.998 [67ea5c6a43771622e29f580e9743bcac,e29f580e9743bcac] [qtp1225114731-852]  INFO [aai-resources,67ea5c6a43771622e29f580e9743bcac,e29f580e9743bcac] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:11.014 [67ea5c6a43771622e29f580e9743bcac,e29f580e9743bcac] [qtp1225114731-852] DEBUG [aai-resources,67ea5c6a43771622e29f580e9743bcac,e29f580e9743bcac] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0b97efed-df0d-46f4-910f-e0b5356fdf39","status":"200","rqstDate":"250331-09:12:10:998","respDate":"250331-09:12:11:014","sourceId":"haproxy:0b97efed-df0d-46f4-910f-e0b5356fdf39","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:10:998-13169\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c40d2061-696d-4db4-a498-e2c6ab4c4248], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0b97efed-df0d-46f4-910f-e0b5356fdf39]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:12:13.020 [67ea5c6d73f7fcb7c192d0d27d6a2862,c192d0d27d6a2862] [qtp1225114731-1294]  INFO [aai-resources,67ea5c6d73f7fcb7c192d0d27d6a2862,c192d0d27d6a2862] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:13.036 [67ea5c6d73f7fcb7c192d0d27d6a2862,c192d0d27d6a2862] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c6d73f7fcb7c192d0d27d6a2862,c192d0d27d6a2862] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"199ce93f-94c6-46c0-9bb2-1a7bc9a62715","status":"200","rqstDate":"250331-09:12:13:020","respDate":"250331-09:12:13:036","sourceId":"haproxy:199ce93f-94c6-46c0-9bb2-1a7bc9a62715","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:13:020-86727\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b59b3650-41de-46d7-9260-657605db662b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[199ce93f-94c6-46c0-9bb2-1a7bc9a62715]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:12:15.042 [67ea5c6fd3cb4fa8038b213cbf9b4c45,038b213cbf9b4c45] [qtp1225114731-852]  INFO [aai-resources,67ea5c6fd3cb4fa8038b213cbf9b4c45,038b213cbf9b4c45] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:15.052 [67ea5c6fd3cb4fa8038b213cbf9b4c45,038b213cbf9b4c45] [qtp1225114731-852] DEBUG [aai-resources,67ea5c6fd3cb4fa8038b213cbf9b4c45,038b213cbf9b4c45] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d4bc9b21-630d-40ec-ae58-e2747edd17b4","status":"200","rqstDate":"250331-09:12:15:042","respDate":"250331-09:12:15:052","sourceId":"haproxy:d4bc9b21-630d-40ec-ae58-e2747edd17b4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:12:15:042-77597\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2f9e7314-4055-45a5-85bf-ca2636ee8b5b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d4bc9b21-630d-40ec-ae58-e2747edd17b4]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:12:17.058 [67ea5c71d77805d96f9acbf3cbd01b32,6f9acbf3cbd01b32] [qtp1225114731-1294]  INFO [aai-resources,67ea5c71d77805d96f9acbf3cbd01b32,6f9acbf3cbd01b32] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:17.076 [67ea5c71d77805d96f9acbf3cbd01b32,6f9acbf3cbd01b32] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c71d77805d96f9acbf3cbd01b32,6f9acbf3cbd01b32] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5c4e85e2-2f3c-4fa5-962d-615a3d414c63","status":"200","rqstDate":"250331-09:12:17:058","respDate":"250331-09:12:17:076","sourceId":"haproxy:5c4e85e2-2f3c-4fa5-962d-615a3d414c63","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:17:058-45645\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0c1d40fd-a00e-485f-8ffc-b58d8a0048b3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5c4e85e2-2f3c-4fa5-962d-615a3d414c63]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:12:19.082 [67ea5c731ca3d7fc777dcf869fbd40ba,777dcf869fbd40ba] [qtp1225114731-852]  INFO [aai-resources,67ea5c731ca3d7fc777dcf869fbd40ba,777dcf869fbd40ba] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:19.090 [67ea5c731ca3d7fc777dcf869fbd40ba,777dcf869fbd40ba] [qtp1225114731-852] DEBUG [aai-resources,67ea5c731ca3d7fc777dcf869fbd40ba,777dcf869fbd40ba] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b18d123a-744b-4a8f-b73d-c551969236fc","status":"200","rqstDate":"250331-09:12:19:082","respDate":"250331-09:12:19:090","sourceId":"haproxy:b18d123a-744b-4a8f-b73d-c551969236fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:12:19:082-62971\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7c9a0e9e-9c9f-4d67-9f15-1b84be6276e5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b18d123a-744b-4a8f-b73d-c551969236fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
2025-03-31 09:12:21.095 [67ea5c75382462d137580a709d306f81,37580a709d306f81] [qtp1225114731-1294]  INFO [aai-resources,67ea5c75382462d137580a709d306f81,37580a709d306f81] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:21.110 [67ea5c75382462d137580a709d306f81,37580a709d306f81] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c75382462d137580a709d306f81,37580a709d306f81] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cf22afc5-26aa-4953-85c0-002b84925dc2","status":"200","rqstDate":"250331-09:12:21:095","respDate":"250331-09:12:21:110","sourceId":"haproxy:cf22afc5-26aa-4953-85c0-002b84925dc2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:12:21:095-46161\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[be35e339-a073-414c-b678-7851ae212557], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cf22afc5-26aa-4953-85c0-002b84925dc2]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:12:23.116 [67ea5c7776474c551776dc41d6e9fef8,1776dc41d6e9fef8] [qtp1225114731-852]  INFO [aai-resources,67ea5c7776474c551776dc41d6e9fef8,1776dc41d6e9fef8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:23.128 [67ea5c7776474c551776dc41d6e9fef8,1776dc41d6e9fef8] [qtp1225114731-852] DEBUG [aai-resources,67ea5c7776474c551776dc41d6e9fef8,1776dc41d6e9fef8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"844905a4-723b-4639-98ce-2ad2b812e5bb","status":"200","rqstDate":"250331-09:12:23:116","respDate":"250331-09:12:23:128","sourceId":"haproxy:844905a4-723b-4639-98ce-2ad2b812e5bb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:12:23:116-27821\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[36eeb5c7-6e17-4bc9-85ea-b57babda520c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[844905a4-723b-4639-98ce-2ad2b812e5bb]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:12:25.134 [67ea5c79b934fde20aa60b63e8e1ae35,0aa60b63e8e1ae35] [qtp1225114731-1294]  INFO [aai-resources,67ea5c79b934fde20aa60b63e8e1ae35,0aa60b63e8e1ae35] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:25.148 [67ea5c79b934fde20aa60b63e8e1ae35,0aa60b63e8e1ae35] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c79b934fde20aa60b63e8e1ae35,0aa60b63e8e1ae35] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"94c1eab5-f927-49b4-9637-e9b16211039b","status":"200","rqstDate":"250331-09:12:25:134","respDate":"250331-09:12:25:148","sourceId":"haproxy:94c1eab5-f927-49b4-9637-e9b16211039b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:12:25:134-77758\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[990a5f89-e196-4cb2-9c0f-30b13f37fd1e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[94c1eab5-f927-49b4-9637-e9b16211039b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:12:27.154 [67ea5c7b076037765b5e6ebc1ee1db6a,5b5e6ebc1ee1db6a] [qtp1225114731-852]  INFO [aai-resources,67ea5c7b076037765b5e6ebc1ee1db6a,5b5e6ebc1ee1db6a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:27.166 [67ea5c7b076037765b5e6ebc1ee1db6a,5b5e6ebc1ee1db6a] [qtp1225114731-852] DEBUG [aai-resources,67ea5c7b076037765b5e6ebc1ee1db6a,5b5e6ebc1ee1db6a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3e1fbf1e-dc58-4561-94ab-13f7fb10ab91","status":"200","rqstDate":"250331-09:12:27:155","respDate":"250331-09:12:27:166","sourceId":"haproxy:3e1fbf1e-dc58-4561-94ab-13f7fb10ab91","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:27:155-68699\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b2a720eb-f77c-41db-84de-d36421f702de], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3e1fbf1e-dc58-4561-94ab-13f7fb10ab91]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:12:29.173 [67ea5c7de64f98db4cb0cf3249c0a99b,4cb0cf3249c0a99b] [qtp1225114731-1294]  INFO [aai-resources,67ea5c7de64f98db4cb0cf3249c0a99b,4cb0cf3249c0a99b] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:29.187 [67ea5c7de64f98db4cb0cf3249c0a99b,4cb0cf3249c0a99b] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c7de64f98db4cb0cf3249c0a99b,4cb0cf3249c0a99b] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ec5af0d1-9712-4282-acb7-f2989f067dc6","status":"200","rqstDate":"250331-09:12:29:173","respDate":"250331-09:12:29:187","sourceId":"haproxy:ec5af0d1-9712-4282-acb7-f2989f067dc6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:29:173-69302\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e10fdd0b-dbd9-4e2a-b04e-4ff13d8ca4a7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ec5af0d1-9712-4282-acb7-f2989f067dc6]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:12:31.197 [67ea5c7f6410090dfca1efa64ae3ae38,fca1efa64ae3ae38] [qtp1225114731-852]  INFO [aai-resources,67ea5c7f6410090dfca1efa64ae3ae38,fca1efa64ae3ae38] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:31.211 [67ea5c7f6410090dfca1efa64ae3ae38,fca1efa64ae3ae38] [qtp1225114731-852] DEBUG [aai-resources,67ea5c7f6410090dfca1efa64ae3ae38,fca1efa64ae3ae38] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2acb393b-a9bb-4502-8290-4ec98c15c3ba","status":"200","rqstDate":"250331-09:12:31:197","respDate":"250331-09:12:31:210","sourceId":"haproxy:2acb393b-a9bb-4502-8290-4ec98c15c3ba","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:12:31:197-26193\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ab662ae2-765b-4e83-b1cd-fde55f02d945], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2acb393b-a9bb-4502-8290-4ec98c15c3ba]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:12:33.218 [67ea5c81bbc33e33745590cfab446cce,745590cfab446cce] [qtp1225114731-1294]  INFO [aai-resources,67ea5c81bbc33e33745590cfab446cce,745590cfab446cce] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:33.231 [67ea5c81bbc33e33745590cfab446cce,745590cfab446cce] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c81bbc33e33745590cfab446cce,745590cfab446cce] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9d7b96c0-84bb-43d2-9c56-6fac3eafd147","status":"200","rqstDate":"250331-09:12:33:218","respDate":"250331-09:12:33:231","sourceId":"haproxy:9d7b96c0-84bb-43d2-9c56-6fac3eafd147","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:33:218-60763\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e9c033e3-db39-4f9c-9687-7a9e46ee1c06], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9d7b96c0-84bb-43d2-9c56-6fac3eafd147]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:12:35.238 [67ea5c8302cb1a36cad53a25ed2f72c6,cad53a25ed2f72c6] [qtp1225114731-852]  INFO [aai-resources,67ea5c8302cb1a36cad53a25ed2f72c6,cad53a25ed2f72c6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:35.250 [67ea5c8302cb1a36cad53a25ed2f72c6,cad53a25ed2f72c6] [qtp1225114731-852] DEBUG [aai-resources,67ea5c8302cb1a36cad53a25ed2f72c6,cad53a25ed2f72c6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"272037ba-aad3-44b8-ae92-b73135c557da","status":"200","rqstDate":"250331-09:12:35:238","respDate":"250331-09:12:35:250","sourceId":"haproxy:272037ba-aad3-44b8-ae92-b73135c557da","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:12:35:238-28545\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ff658b3f-e178-4faa-a769-ed2fcc33f8c1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[272037ba-aad3-44b8-ae92-b73135c557da]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:12:37.262 [67ea5c85675d5a9d76ff34ca68a77d1c,76ff34ca68a77d1c] [qtp1225114731-1294]  INFO [aai-resources,67ea5c85675d5a9d76ff34ca68a77d1c,76ff34ca68a77d1c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:37.276 [67ea5c85675d5a9d76ff34ca68a77d1c,76ff34ca68a77d1c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c85675d5a9d76ff34ca68a77d1c,76ff34ca68a77d1c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"89666737-c1db-48f2-ac2b-52d8ffd9e483","status":"200","rqstDate":"250331-09:12:37:262","respDate":"250331-09:12:37:276","sourceId":"haproxy:89666737-c1db-48f2-ac2b-52d8ffd9e483","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:37:262-46430\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[36ab1329-f8d8-47d4-aaff-eedb521a534d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[89666737-c1db-48f2-ac2b-52d8ffd9e483]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:12:39.283 [67ea5c8767cb4773888e89e31e9a8508,888e89e31e9a8508] [qtp1225114731-852]  INFO [aai-resources,67ea5c8767cb4773888e89e31e9a8508,888e89e31e9a8508] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:39.296 [67ea5c8767cb4773888e89e31e9a8508,888e89e31e9a8508] [qtp1225114731-852] DEBUG [aai-resources,67ea5c8767cb4773888e89e31e9a8508,888e89e31e9a8508] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"76bbff6d-40ce-4869-b695-3a9699a00c73","status":"200","rqstDate":"250331-09:12:39:284","respDate":"250331-09:12:39:296","sourceId":"haproxy:76bbff6d-40ce-4869-b695-3a9699a00c73","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:39:284-17291\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d509c3a2-4526-48e9-8f65-b6b0b2da49a7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[76bbff6d-40ce-4869-b695-3a9699a00c73]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:12:41.303 [67ea5c89da7d549c0e3f5eb3e753d83c,0e3f5eb3e753d83c] [qtp1225114731-1294]  INFO [aai-resources,67ea5c89da7d549c0e3f5eb3e753d83c,0e3f5eb3e753d83c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:41.313 [67ea5c89da7d549c0e3f5eb3e753d83c,0e3f5eb3e753d83c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c89da7d549c0e3f5eb3e753d83c,0e3f5eb3e753d83c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"61b8b064-7bd2-4446-bb88-b79d0607894e","status":"200","rqstDate":"250331-09:12:41:303","respDate":"250331-09:12:41:313","sourceId":"haproxy:61b8b064-7bd2-4446-bb88-b79d0607894e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:41:303-16492\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c84dd764-7608-4334-aac8-0af8536cc8b1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[61b8b064-7bd2-4446-bb88-b79d0607894e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:12:43.319 [67ea5c8b0430666edef4ed55d18dd853,def4ed55d18dd853] [qtp1225114731-852]  INFO [aai-resources,67ea5c8b0430666edef4ed55d18dd853,def4ed55d18dd853] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:43.333 [67ea5c8b0430666edef4ed55d18dd853,def4ed55d18dd853] [qtp1225114731-852] DEBUG [aai-resources,67ea5c8b0430666edef4ed55d18dd853,def4ed55d18dd853] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d97f880e-fe7e-48ce-af00-068f1aca407a","status":"200","rqstDate":"250331-09:12:43:319","respDate":"250331-09:12:43:333","sourceId":"haproxy:d97f880e-fe7e-48ce-af00-068f1aca407a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:12:43:319-76145\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e0f199e7-e03b-4d93-a0f5-e8cf7ffebe71], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d97f880e-fe7e-48ce-af00-068f1aca407a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:12:45.339 [67ea5c8de13ac38d0295a0662e27005f,0295a0662e27005f] [qtp1225114731-1294]  INFO [aai-resources,67ea5c8de13ac38d0295a0662e27005f,0295a0662e27005f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:45.349 [67ea5c8de13ac38d0295a0662e27005f,0295a0662e27005f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c8de13ac38d0295a0662e27005f,0295a0662e27005f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f88ab844-d1aa-4ba3-89a3-ee093146d6a9","status":"200","rqstDate":"250331-09:12:45:340","respDate":"250331-09:12:45:349","sourceId":"haproxy:f88ab844-d1aa-4ba3-89a3-ee093146d6a9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:45:340-33086\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[61f5e704-f20e-46ea-86a8-d5fbc464d505], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f88ab844-d1aa-4ba3-89a3-ee093146d6a9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:12:47.356 [67ea5c8f09e994d3320e4363ec565b18,320e4363ec565b18] [qtp1225114731-852]  INFO [aai-resources,67ea5c8f09e994d3320e4363ec565b18,320e4363ec565b18] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:47.372 [67ea5c8f09e994d3320e4363ec565b18,320e4363ec565b18] [qtp1225114731-852] DEBUG [aai-resources,67ea5c8f09e994d3320e4363ec565b18,320e4363ec565b18] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ef44de55-c1a9-457a-b265-5d028fc427fa","status":"200","rqstDate":"250331-09:12:47:356","respDate":"250331-09:12:47:372","sourceId":"haproxy:ef44de55-c1a9-457a-b265-5d028fc427fa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:12:47:356-22323\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a60cb124-6996-41a5-84a4-2b9f2a5118d3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ef44de55-c1a9-457a-b265-5d028fc427fa]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:12:49.381 [67ea5c91f86fd2ade51780d99b2123d6,e51780d99b2123d6] [qtp1225114731-1294]  INFO [aai-resources,67ea5c91f86fd2ade51780d99b2123d6,e51780d99b2123d6] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:49.393 [67ea5c91f86fd2ade51780d99b2123d6,e51780d99b2123d6] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c91f86fd2ade51780d99b2123d6,e51780d99b2123d6] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"264924dd-7555-4f05-aeaf-ccde68156989","status":"200","rqstDate":"250331-09:12:49:381","respDate":"250331-09:12:49:393","sourceId":"haproxy:264924dd-7555-4f05-aeaf-ccde68156989","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:49:381-99139\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fa574098-4a3e-44bb-8f91-82fb565ce224], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[264924dd-7555-4f05-aeaf-ccde68156989]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:12:51.399 [67ea5c9340ceb7eb1dddb76ad5e3ad33,1dddb76ad5e3ad33] [qtp1225114731-852]  INFO [aai-resources,67ea5c9340ceb7eb1dddb76ad5e3ad33,1dddb76ad5e3ad33] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:51.417 [67ea5c9340ceb7eb1dddb76ad5e3ad33,1dddb76ad5e3ad33] [qtp1225114731-852] DEBUG [aai-resources,67ea5c9340ceb7eb1dddb76ad5e3ad33,1dddb76ad5e3ad33] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"87daaada-e8a1-4d07-be09-f950077fc60f","status":"200","rqstDate":"250331-09:12:51:399","respDate":"250331-09:12:51:417","sourceId":"haproxy:87daaada-e8a1-4d07-be09-f950077fc60f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:12:51:399-47611\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17890388-c902-4229-9478-31ba746ce278], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[87daaada-e8a1-4d07-be09-f950077fc60f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:12:53.425 [67ea5c9517c75fc6a05cacc262340514,a05cacc262340514] [qtp1225114731-1294]  INFO [aai-resources,67ea5c9517c75fc6a05cacc262340514,a05cacc262340514] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:53.439 [67ea5c9517c75fc6a05cacc262340514,a05cacc262340514] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c9517c75fc6a05cacc262340514,a05cacc262340514] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"88f82cf6-7d22-42b0-98ba-9612a0bd3b2b","status":"200","rqstDate":"250331-09:12:53:425","respDate":"250331-09:12:53:439","sourceId":"haproxy:88f82cf6-7d22-42b0-98ba-9612a0bd3b2b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:12:53:425-89251\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1a9d83d7-01ba-49fc-af55-4a744dd7f672], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[88f82cf6-7d22-42b0-98ba-9612a0bd3b2b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:12:55.445 [67ea5c97f728997a2e4a0060e0f95dc2,2e4a0060e0f95dc2] [qtp1225114731-852]  INFO [aai-resources,67ea5c97f728997a2e4a0060e0f95dc2,2e4a0060e0f95dc2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:55.458 [67ea5c97f728997a2e4a0060e0f95dc2,2e4a0060e0f95dc2] [qtp1225114731-852] DEBUG [aai-resources,67ea5c97f728997a2e4a0060e0f95dc2,2e4a0060e0f95dc2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c446c6ca-b97e-47cb-8365-84b55b3e7651","status":"200","rqstDate":"250331-09:12:55:445","respDate":"250331-09:12:55:458","sourceId":"haproxy:c446c6ca-b97e-47cb-8365-84b55b3e7651","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:12:55:445-1298\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f1dfd865-2bb4-4602-943a-512cee5d2c82], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c446c6ca-b97e-47cb-8365-84b55b3e7651]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:12:57.464 [67ea5c99f3a99ab0a13ca0271aec47d2,a13ca0271aec47d2] [qtp1225114731-1294]  INFO [aai-resources,67ea5c99f3a99ab0a13ca0271aec47d2,a13ca0271aec47d2] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:57.476 [67ea5c99f3a99ab0a13ca0271aec47d2,a13ca0271aec47d2] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c99f3a99ab0a13ca0271aec47d2,a13ca0271aec47d2] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a13b101e-4542-4f20-8177-43598d1ed7d3","status":"200","rqstDate":"250331-09:12:57:465","respDate":"250331-09:12:57:476","sourceId":"haproxy:a13b101e-4542-4f20-8177-43598d1ed7d3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:12:57:465-16506\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[344f5298-cba0-40b1-8ea9-0a4001e3f92e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a13b101e-4542-4f20-8177-43598d1ed7d3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:12:59.482 [67ea5c9b29e9836478e151ba5dbd3d8a,78e151ba5dbd3d8a] [qtp1225114731-852]  INFO [aai-resources,67ea5c9b29e9836478e151ba5dbd3d8a,78e151ba5dbd3d8a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:12:59.491 [67ea5c9b29e9836478e151ba5dbd3d8a,78e151ba5dbd3d8a] [qtp1225114731-852] DEBUG [aai-resources,67ea5c9b29e9836478e151ba5dbd3d8a,78e151ba5dbd3d8a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c1f3f16d-3180-420c-9c15-13e8eb67d666","status":"200","rqstDate":"250331-09:12:59:482","respDate":"250331-09:12:59:491","sourceId":"haproxy:c1f3f16d-3180-420c-9c15-13e8eb67d666","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:12:59:482-71415\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b8120b8d-9ebe-43a3-ab10-92dfa1a2d3f6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c1f3f16d-3180-420c-9c15-13e8eb67d666]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:12:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:13:01.497 [67ea5c9d57af1c4af00ea0920e653dc0,f00ea0920e653dc0] [qtp1225114731-1294]  INFO [aai-resources,67ea5c9d57af1c4af00ea0920e653dc0,f00ea0920e653dc0] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:01.512 [67ea5c9d57af1c4af00ea0920e653dc0,f00ea0920e653dc0] [qtp1225114731-1294] DEBUG [aai-resources,67ea5c9d57af1c4af00ea0920e653dc0,f00ea0920e653dc0] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7fbd3710-ddfc-4fa6-a2ac-6069bbcb8faa","status":"200","rqstDate":"250331-09:13:01:497","respDate":"250331-09:13:01:512","sourceId":"haproxy:7fbd3710-ddfc-4fa6-a2ac-6069bbcb8faa","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:01:497-92578\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[66cdf3c7-df88-4082-ab6d-3c503e62ef7d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7fbd3710-ddfc-4fa6-a2ac-6069bbcb8faa]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:13:03.520 [67ea5c9f507f6bd1d1c8c66479bf5a3e,d1c8c66479bf5a3e] [qtp1225114731-852]  INFO [aai-resources,67ea5c9f507f6bd1d1c8c66479bf5a3e,d1c8c66479bf5a3e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:03.535 [67ea5c9f507f6bd1d1c8c66479bf5a3e,d1c8c66479bf5a3e] [qtp1225114731-852] DEBUG [aai-resources,67ea5c9f507f6bd1d1c8c66479bf5a3e,d1c8c66479bf5a3e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"70ca47c3-35c5-42c3-a992-81b94c474a04","status":"200","rqstDate":"250331-09:13:03:520","respDate":"250331-09:13:03:535","sourceId":"haproxy:70ca47c3-35c5-42c3-a992-81b94c474a04","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:13:03:520-37408\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cc4c8464-261d-41cf-a766-a27d11cd578e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[70ca47c3-35c5-42c3-a992-81b94c474a04]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:13:05.542 [67ea5ca1bc1a3b40ed9c4a944b50e4d6,ed9c4a944b50e4d6] [qtp1225114731-1294]  INFO [aai-resources,67ea5ca1bc1a3b40ed9c4a944b50e4d6,ed9c4a944b50e4d6] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:05.559 [67ea5ca1bc1a3b40ed9c4a944b50e4d6,ed9c4a944b50e4d6] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ca1bc1a3b40ed9c4a944b50e4d6,ed9c4a944b50e4d6] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"24027cf9-c7e9-4afa-97c2-3a23f58a1ae3","status":"200","rqstDate":"250331-09:13:05:542","respDate":"250331-09:13:05:559","sourceId":"haproxy:24027cf9-c7e9-4afa-97c2-3a23f58a1ae3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:13:05:542-1122\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4b2798ef-4412-4a24-9720-097a76565ef4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[24027cf9-c7e9-4afa-97c2-3a23f58a1ae3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:13:07.565 [67ea5ca370c293582f93070a474eaca1,2f93070a474eaca1] [qtp1225114731-852]  INFO [aai-resources,67ea5ca370c293582f93070a474eaca1,2f93070a474eaca1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:07.577 [67ea5ca370c293582f93070a474eaca1,2f93070a474eaca1] [qtp1225114731-852] DEBUG [aai-resources,67ea5ca370c293582f93070a474eaca1,2f93070a474eaca1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"877bddc2-3e56-473e-b3e8-b4f7776034a5","status":"200","rqstDate":"250331-09:13:07:565","respDate":"250331-09:13:07:576","sourceId":"haproxy:877bddc2-3e56-473e-b3e8-b4f7776034a5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:07:565-50617\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9110623f-2a67-9fdd-8cfb-951186bd6d97], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[877bddc2-3e56-473e-b3e8-b4f7776034a5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:13:09.582 [67ea5ca5dae5e0e3d4ab4852ac7851c5,d4ab4852ac7851c5] [qtp1225114731-1294]  INFO [aai-resources,67ea5ca5dae5e0e3d4ab4852ac7851c5,d4ab4852ac7851c5] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:09.593 [67ea5ca5dae5e0e3d4ab4852ac7851c5,d4ab4852ac7851c5] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ca5dae5e0e3d4ab4852ac7851c5,d4ab4852ac7851c5] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e2f069ac-ba4e-43ab-a375-f521c6bfcae5","status":"200","rqstDate":"250331-09:13:09:582","respDate":"250331-09:13:09:593","sourceId":"haproxy:e2f069ac-ba4e-43ab-a375-f521c6bfcae5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:09:582-79581\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[65ee5f30-f7aa-4035-9bc1-10244aea61e2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e2f069ac-ba4e-43ab-a375-f521c6bfcae5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:13:11.600 [67ea5ca7c2b1a8fe65fe698c644819c6,65fe698c644819c6] [qtp1225114731-852]  INFO [aai-resources,67ea5ca7c2b1a8fe65fe698c644819c6,65fe698c644819c6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:11.610 [67ea5ca7c2b1a8fe65fe698c644819c6,65fe698c644819c6] [qtp1225114731-852] DEBUG [aai-resources,67ea5ca7c2b1a8fe65fe698c644819c6,65fe698c644819c6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b3419b32-2976-46ec-90a3-f8f9a43cc583","status":"200","rqstDate":"250331-09:13:11:600","respDate":"250331-09:13:11:610","sourceId":"haproxy:b3419b32-2976-46ec-90a3-f8f9a43cc583","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:13:11:600-14206\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6eda0d46-dc42-431b-8dc3-ecbd2c45c475], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b3419b32-2976-46ec-90a3-f8f9a43cc583]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:13:13.619 [67ea5ca9c293750b87026d8fe24d777c,87026d8fe24d777c] [qtp1225114731-1294]  INFO [aai-resources,67ea5ca9c293750b87026d8fe24d777c,87026d8fe24d777c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:13.637 [67ea5ca9c293750b87026d8fe24d777c,87026d8fe24d777c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ca9c293750b87026d8fe24d777c,87026d8fe24d777c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"65aba872-14d1-420a-a861-41851824a538","status":"200","rqstDate":"250331-09:13:13:620","respDate":"250331-09:13:13:637","sourceId":"haproxy:65aba872-14d1-420a-a861-41851824a538","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:13:13:620-54778\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e7e9929d-3da5-4f13-ae03-3fc1ae3ea2d0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[65aba872-14d1-420a-a861-41851824a538]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 09:13:15.646 [67ea5cab3d987fecd2c7e861b783ea59,d2c7e861b783ea59] [qtp1225114731-852]  INFO [aai-resources,67ea5cab3d987fecd2c7e861b783ea59,d2c7e861b783ea59] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:15.658 [67ea5cab3d987fecd2c7e861b783ea59,d2c7e861b783ea59] [qtp1225114731-852] DEBUG [aai-resources,67ea5cab3d987fecd2c7e861b783ea59,d2c7e861b783ea59] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e6df6564-fde8-45fc-8205-394fa5ed3e11","status":"200","rqstDate":"250331-09:13:15:646","respDate":"250331-09:13:15:658","sourceId":"haproxy:e6df6564-fde8-45fc-8205-394fa5ed3e11","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:13:15:646-35369\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d50ca3ea-cc31-49cd-8a26-3d6796eb475f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e6df6564-fde8-45fc-8205-394fa5ed3e11]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:13:17.665 [67ea5cad6cf07f2f9455d83f3aa9ea7f,9455d83f3aa9ea7f] [qtp1225114731-1294]  INFO [aai-resources,67ea5cad6cf07f2f9455d83f3aa9ea7f,9455d83f3aa9ea7f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:17.677 [67ea5cad6cf07f2f9455d83f3aa9ea7f,9455d83f3aa9ea7f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cad6cf07f2f9455d83f3aa9ea7f,9455d83f3aa9ea7f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"180480a5-a793-4fee-a0e6-d453b213c9b4","status":"200","rqstDate":"250331-09:13:17:665","respDate":"250331-09:13:17:677","sourceId":"haproxy:180480a5-a793-4fee-a0e6-d453b213c9b4","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:13:17:665-95423\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c886b09c-192e-46ca-91fc-3606b04d5bbd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[180480a5-a793-4fee-a0e6-d453b213c9b4]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:13:19.686 [67ea5cafafece186c980b1f1d2a55631,c980b1f1d2a55631] [qtp1225114731-852]  INFO [aai-resources,67ea5cafafece186c980b1f1d2a55631,c980b1f1d2a55631] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:19.699 [67ea5cafafece186c980b1f1d2a55631,c980b1f1d2a55631] [qtp1225114731-852] DEBUG [aai-resources,67ea5cafafece186c980b1f1d2a55631,c980b1f1d2a55631] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ec4f1d27-fcf2-4d4a-aec7-d1d4d3875d8e","status":"200","rqstDate":"250331-09:13:19:687","respDate":"250331-09:13:19:699","sourceId":"haproxy:ec4f1d27-fcf2-4d4a-aec7-d1d4d3875d8e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:19:687-68900\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f95f30ea-5847-4500-adc4-892119b03587], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ec4f1d27-fcf2-4d4a-aec7-d1d4d3875d8e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:13:21.707 [67ea5cb15f66db29f5104b85e120c304,f5104b85e120c304] [qtp1225114731-1294]  INFO [aai-resources,67ea5cb15f66db29f5104b85e120c304,f5104b85e120c304] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:21.720 [67ea5cb15f66db29f5104b85e120c304,f5104b85e120c304] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cb15f66db29f5104b85e120c304,f5104b85e120c304] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6d5b4395-8e10-45df-a319-0997aed0c106","status":"200","rqstDate":"250331-09:13:21:707","respDate":"250331-09:13:21:720","sourceId":"haproxy:6d5b4395-8e10-45df-a319-0997aed0c106","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:21:707-9055\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6fc3b7c7-e202-4d63-ba4d-fe4a809d8d46], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6d5b4395-8e10-45df-a319-0997aed0c106]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:13:23.726 [67ea5cb389201c5127b6df3add994e10,27b6df3add994e10] [qtp1225114731-852]  INFO [aai-resources,67ea5cb389201c5127b6df3add994e10,27b6df3add994e10] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:23.735 [67ea5cb389201c5127b6df3add994e10,27b6df3add994e10] [qtp1225114731-852] DEBUG [aai-resources,67ea5cb389201c5127b6df3add994e10,27b6df3add994e10] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"22b6c30a-ac02-40c5-a92a-77e8cfe4f831","status":"200","rqstDate":"250331-09:13:23:726","respDate":"250331-09:13:23:735","sourceId":"haproxy:22b6c30a-ac02-40c5-a92a-77e8cfe4f831","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:13:23:726-29746\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c5b118c9-ec78-4877-bb07-4b37498c68b7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[22b6c30a-ac02-40c5-a92a-77e8cfe4f831]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:13:25.743 [67ea5cb51f5bac4c26e70034c6ebf87c,26e70034c6ebf87c] [qtp1225114731-1294]  INFO [aai-resources,67ea5cb51f5bac4c26e70034c6ebf87c,26e70034c6ebf87c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:25.756 [67ea5cb51f5bac4c26e70034c6ebf87c,26e70034c6ebf87c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cb51f5bac4c26e70034c6ebf87c,26e70034c6ebf87c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4b8c66e5-33e8-434a-9f50-08e29571af2e","status":"200","rqstDate":"250331-09:13:25:743","respDate":"250331-09:13:25:755","sourceId":"haproxy:4b8c66e5-33e8-434a-9f50-08e29571af2e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:25:743-7509\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cbbd94eb-4cf3-4713-8cbb-6851b8781511], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4b8c66e5-33e8-434a-9f50-08e29571af2e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:13:27.764 [67ea5cb724b2ce86a8d77038964edd02,a8d77038964edd02] [qtp1225114731-852]  INFO [aai-resources,67ea5cb724b2ce86a8d77038964edd02,a8d77038964edd02] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:27.778 [67ea5cb724b2ce86a8d77038964edd02,a8d77038964edd02] [qtp1225114731-852] DEBUG [aai-resources,67ea5cb724b2ce86a8d77038964edd02,a8d77038964edd02] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7c77fe5a-b18f-4dc9-b8a1-97ffce12bdd0","status":"200","rqstDate":"250331-09:13:27:765","respDate":"250331-09:13:27:777","sourceId":"haproxy:7c77fe5a-b18f-4dc9-b8a1-97ffce12bdd0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:27:765-81999\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4137c3bb-e56e-4571-8b3a-aa38990b4e6d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7c77fe5a-b18f-4dc9-b8a1-97ffce12bdd0]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:13:29.783 [67ea5cb98d8858e4fa66a78ca6813b3d,fa66a78ca6813b3d] [qtp1225114731-1294]  INFO [aai-resources,67ea5cb98d8858e4fa66a78ca6813b3d,fa66a78ca6813b3d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:29.796 [67ea5cb98d8858e4fa66a78ca6813b3d,fa66a78ca6813b3d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cb98d8858e4fa66a78ca6813b3d,fa66a78ca6813b3d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e70e8529-d470-47cc-a6b3-31fb914c261a","status":"200","rqstDate":"250331-09:13:29:783","respDate":"250331-09:13:29:796","sourceId":"haproxy:e70e8529-d470-47cc-a6b3-31fb914c261a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:29:783-87269\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5ae4145c-35ec-4efd-bb05-04849ce1df75], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e70e8529-d470-47cc-a6b3-31fb914c261a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:13:31.802 [67ea5cbb7dec2e04a313fbda0665280c,a313fbda0665280c] [qtp1225114731-852]  INFO [aai-resources,67ea5cbb7dec2e04a313fbda0665280c,a313fbda0665280c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:31.814 [67ea5cbb7dec2e04a313fbda0665280c,a313fbda0665280c] [qtp1225114731-852] DEBUG [aai-resources,67ea5cbb7dec2e04a313fbda0665280c,a313fbda0665280c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8f14d359-868a-4435-87c1-7914c054e1fc","status":"200","rqstDate":"250331-09:13:31:802","respDate":"250331-09:13:31:814","sourceId":"haproxy:8f14d359-868a-4435-87c1-7914c054e1fc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:13:31:802-41839\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[27cb10d5-61b5-4395-835b-71933b7d4fde], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8f14d359-868a-4435-87c1-7914c054e1fc]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:13:33.820 [67ea5cbd1e17c94b530d5f715713d883,530d5f715713d883] [qtp1225114731-1294]  INFO [aai-resources,67ea5cbd1e17c94b530d5f715713d883,530d5f715713d883] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:33.834 [67ea5cbd1e17c94b530d5f715713d883,530d5f715713d883] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cbd1e17c94b530d5f715713d883,530d5f715713d883] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3e528296-ffe0-4471-8397-a3f706b76d08","status":"200","rqstDate":"250331-09:13:33:821","respDate":"250331-09:13:33:834","sourceId":"haproxy:3e528296-ffe0-4471-8397-a3f706b76d08","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:33:821-30366\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c2089579-6da4-40ab-8f05-91e7067e2c33], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3e528296-ffe0-4471-8397-a3f706b76d08]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:13:35.841 [67ea5cbf843dfe90f227dfbff2c10036,f227dfbff2c10036] [qtp1225114731-852]  INFO [aai-resources,67ea5cbf843dfe90f227dfbff2c10036,f227dfbff2c10036] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:35.855 [67ea5cbf843dfe90f227dfbff2c10036,f227dfbff2c10036] [qtp1225114731-852] DEBUG [aai-resources,67ea5cbf843dfe90f227dfbff2c10036,f227dfbff2c10036] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"87a2a914-f418-4a0c-91e0-d91ce687a339","status":"200","rqstDate":"250331-09:13:35:842","respDate":"250331-09:13:35:855","sourceId":"haproxy:87a2a914-f418-4a0c-91e0-d91ce687a339","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:13:35:842-81699\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c39fa2d0-533b-4b5a-be77-c4ef3a8e22c7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[87a2a914-f418-4a0c-91e0-d91ce687a339]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:13:37.864 [67ea5cc11cdf60e54d166c7f70ca2b3a,4d166c7f70ca2b3a] [qtp1225114731-1294]  INFO [aai-resources,67ea5cc11cdf60e54d166c7f70ca2b3a,4d166c7f70ca2b3a] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:37.878 [67ea5cc11cdf60e54d166c7f70ca2b3a,4d166c7f70ca2b3a] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cc11cdf60e54d166c7f70ca2b3a,4d166c7f70ca2b3a] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"19490b6b-5fa9-4a1a-ae88-79321de1aee9","status":"200","rqstDate":"250331-09:13:37:864","respDate":"250331-09:13:37:878","sourceId":"haproxy:19490b6b-5fa9-4a1a-ae88-79321de1aee9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:13:37:864-879\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d7672840-05a6-425a-8a88-2f8bc3755098], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[19490b6b-5fa9-4a1a-ae88-79321de1aee9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:13:39.884 [67ea5cc3e671490f2f8ce7e4f52b9b6f,2f8ce7e4f52b9b6f] [qtp1225114731-852]  INFO [aai-resources,67ea5cc3e671490f2f8ce7e4f52b9b6f,2f8ce7e4f52b9b6f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:39.900 [67ea5cc3e671490f2f8ce7e4f52b9b6f,2f8ce7e4f52b9b6f] [qtp1225114731-852] DEBUG [aai-resources,67ea5cc3e671490f2f8ce7e4f52b9b6f,2f8ce7e4f52b9b6f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9c0a741c-b07f-4462-99e5-bf31040e7924","status":"200","rqstDate":"250331-09:13:39:884","respDate":"250331-09:13:39:900","sourceId":"haproxy:9c0a741c-b07f-4462-99e5-bf31040e7924","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:39:884-49879\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f65dcf11-8303-4d47-8d33-c5952aa4c0bd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9c0a741c-b07f-4462-99e5-bf31040e7924]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:13:41.906 [67ea5cc5f1ee59840668d8607e36218f,0668d8607e36218f] [qtp1225114731-1294]  INFO [aai-resources,67ea5cc5f1ee59840668d8607e36218f,0668d8607e36218f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:41.919 [67ea5cc5f1ee59840668d8607e36218f,0668d8607e36218f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cc5f1ee59840668d8607e36218f,0668d8607e36218f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2dbbf335-45f2-4b2e-bb2a-b5326592a791","status":"200","rqstDate":"250331-09:13:41:906","respDate":"250331-09:13:41:919","sourceId":"haproxy:2dbbf335-45f2-4b2e-bb2a-b5326592a791","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:13:41:906-22549\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a27f4097-e49b-4719-adaf-9ee7f37dc179], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2dbbf335-45f2-4b2e-bb2a-b5326592a791]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:13:43.925 [67ea5cc77e2f29be6c07280cc3396618,6c07280cc3396618] [qtp1225114731-852]  INFO [aai-resources,67ea5cc77e2f29be6c07280cc3396618,6c07280cc3396618] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:43.937 [67ea5cc77e2f29be6c07280cc3396618,6c07280cc3396618] [qtp1225114731-852] DEBUG [aai-resources,67ea5cc77e2f29be6c07280cc3396618,6c07280cc3396618] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6ee06e62-d440-4c6d-b66d-642801f1aa6a","status":"200","rqstDate":"250331-09:13:43:925","respDate":"250331-09:13:43:937","sourceId":"haproxy:6ee06e62-d440-4c6d-b66d-642801f1aa6a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:13:43:925-69564\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[36b77fff-33e5-413e-b49e-7061d9fc5f80], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6ee06e62-d440-4c6d-b66d-642801f1aa6a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:13:45.943 [67ea5cc993373092e6e9e0be5a279558,e6e9e0be5a279558] [qtp1225114731-1294]  INFO [aai-resources,67ea5cc993373092e6e9e0be5a279558,e6e9e0be5a279558] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:45.955 [67ea5cc993373092e6e9e0be5a279558,e6e9e0be5a279558] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cc993373092e6e9e0be5a279558,e6e9e0be5a279558] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b8082c04-220c-4609-8fad-704f8d1962ae","status":"200","rqstDate":"250331-09:13:45:943","respDate":"250331-09:13:45:955","sourceId":"haproxy:b8082c04-220c-4609-8fad-704f8d1962ae","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:45:943-20245\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae812811-dcfc-4e8f-8f6a-cd18e5a8aa24], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b8082c04-220c-4609-8fad-704f8d1962ae]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:13:47.962 [67ea5ccb876f951374495604635a0048,74495604635a0048] [qtp1225114731-852]  INFO [aai-resources,67ea5ccb876f951374495604635a0048,74495604635a0048] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:47.980 [67ea5ccb876f951374495604635a0048,74495604635a0048] [qtp1225114731-852] DEBUG [aai-resources,67ea5ccb876f951374495604635a0048,74495604635a0048] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5808a4f5-bd45-4476-b4d5-259c531aa7e1","status":"200","rqstDate":"250331-09:13:47:962","respDate":"250331-09:13:47:980","sourceId":"haproxy:5808a4f5-bd45-4476-b4d5-259c531aa7e1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:47:962-13085\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[821e8f8e-c778-4e2d-90b3-701a018eef9f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5808a4f5-bd45-4476-b4d5-259c531aa7e1]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:13:49.986 [67ea5ccd300875f9c148895cd3baf72e,c148895cd3baf72e] [qtp1225114731-1294]  INFO [aai-resources,67ea5ccd300875f9c148895cd3baf72e,c148895cd3baf72e] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:50.000 [67ea5ccd300875f9c148895cd3baf72e,c148895cd3baf72e] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ccd300875f9c148895cd3baf72e,c148895cd3baf72e] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4b324c5b-0898-4d3f-afe5-98565a18178e","status":"200","rqstDate":"250331-09:13:49:986","respDate":"250331-09:13:50:000","sourceId":"haproxy:4b324c5b-0898-4d3f-afe5-98565a18178e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:13:49:986-78643\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8fc170b5-b872-42b5-9bd3-7889578655bf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4b324c5b-0898-4d3f-afe5-98565a18178e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:13:52.006 [67ea5cd010cdf1c2856c15bc71eeeddc,856c15bc71eeeddc] [qtp1225114731-852]  INFO [aai-resources,67ea5cd010cdf1c2856c15bc71eeeddc,856c15bc71eeeddc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:52.020 [67ea5cd010cdf1c2856c15bc71eeeddc,856c15bc71eeeddc] [qtp1225114731-852] DEBUG [aai-resources,67ea5cd010cdf1c2856c15bc71eeeddc,856c15bc71eeeddc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6b501beb-af8b-4ff1-8e72-d5ce06fba246","status":"200","rqstDate":"250331-09:13:52:006","respDate":"250331-09:13:52:020","sourceId":"haproxy:6b501beb-af8b-4ff1-8e72-d5ce06fba246","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:52:006-99786\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cd91ccc5-7354-4a7f-b202-4f820bdb305a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6b501beb-af8b-4ff1-8e72-d5ce06fba246]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:13:54.026 [67ea5cd2ffc6cdd806eb67574b7642d2,06eb67574b7642d2] [qtp1225114731-1294]  INFO [aai-resources,67ea5cd2ffc6cdd806eb67574b7642d2,06eb67574b7642d2] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:54.035 [67ea5cd2ffc6cdd806eb67574b7642d2,06eb67574b7642d2] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cd2ffc6cdd806eb67574b7642d2,06eb67574b7642d2] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a55773a1-c897-4079-a6a7-2a971ae2630d","status":"200","rqstDate":"250331-09:13:54:026","respDate":"250331-09:13:54:035","sourceId":"haproxy:a55773a1-c897-4079-a6a7-2a971ae2630d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:13:54:026-68703\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[41d83087-a68e-4035-b2cc-256be7579eca], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a55773a1-c897-4079-a6a7-2a971ae2630d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:13:56.042 [67ea5cd4bcf4b2f48fa294a17f70f4c8,8fa294a17f70f4c8] [qtp1225114731-852]  INFO [aai-resources,67ea5cd4bcf4b2f48fa294a17f70f4c8,8fa294a17f70f4c8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:56.055 [67ea5cd4bcf4b2f48fa294a17f70f4c8,8fa294a17f70f4c8] [qtp1225114731-852] DEBUG [aai-resources,67ea5cd4bcf4b2f48fa294a17f70f4c8,8fa294a17f70f4c8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a82fc6b6-fb5a-4709-9093-febddb173055","status":"200","rqstDate":"250331-09:13:56:042","respDate":"250331-09:13:56:055","sourceId":"haproxy:a82fc6b6-fb5a-4709-9093-febddb173055","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:13:56:042-87233\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[db341fe6-afaf-4ad8-abdd-d91f39505dbe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a82fc6b6-fb5a-4709-9093-febddb173055]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:13:58.063 [67ea5cd60c842fdf36c3c3f6542ec00d,36c3c3f6542ec00d] [qtp1225114731-1294]  INFO [aai-resources,67ea5cd60c842fdf36c3c3f6542ec00d,36c3c3f6542ec00d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:13:58.075 [67ea5cd60c842fdf36c3c3f6542ec00d,36c3c3f6542ec00d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cd60c842fdf36c3c3f6542ec00d,36c3c3f6542ec00d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9b95b831-cae9-44c8-b907-e2de8114140c","status":"200","rqstDate":"250331-09:13:58:063","respDate":"250331-09:13:58:075","sourceId":"haproxy:9b95b831-cae9-44c8-b907-e2de8114140c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:13:58:063-86337\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ce43ca8a-dab6-4d3d-9e8a-50031f6a62b1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9b95b831-cae9-44c8-b907-e2de8114140c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:13:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:14:00.082 [67ea5cd8fa87890c55c0ccb7efda5f4c,55c0ccb7efda5f4c] [qtp1225114731-852]  INFO [aai-resources,67ea5cd8fa87890c55c0ccb7efda5f4c,55c0ccb7efda5f4c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:00.095 [67ea5cd8fa87890c55c0ccb7efda5f4c,55c0ccb7efda5f4c] [qtp1225114731-852] DEBUG [aai-resources,67ea5cd8fa87890c55c0ccb7efda5f4c,55c0ccb7efda5f4c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"96316d30-54c4-475f-b4f1-09a979f496e8","status":"200","rqstDate":"250331-09:14:00:082","respDate":"250331-09:14:00:095","sourceId":"haproxy:96316d30-54c4-475f-b4f1-09a979f496e8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:14:00:082-60749\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cec3eed0-a99d-419e-a9c9-b731ebc9b0cd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[96316d30-54c4-475f-b4f1-09a979f496e8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:14:02.102 [67ea5cdaaa6409e6350dd32b4c806014,350dd32b4c806014] [qtp1225114731-1294]  INFO [aai-resources,67ea5cdaaa6409e6350dd32b4c806014,350dd32b4c806014] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:02.115 [67ea5cdaaa6409e6350dd32b4c806014,350dd32b4c806014] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cdaaa6409e6350dd32b4c806014,350dd32b4c806014] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2535eb7e-e00b-41e6-86e2-e8c97f9965e5","status":"200","rqstDate":"250331-09:14:02:102","respDate":"250331-09:14:02:115","sourceId":"haproxy:2535eb7e-e00b-41e6-86e2-e8c97f9965e5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:14:02:102-32971\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2634b9b9-b544-4ae6-967d-f5b6601e3beb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2535eb7e-e00b-41e6-86e2-e8c97f9965e5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:14:04.121 [67ea5cdcc4c4ea55e31cfbc7893524d7,e31cfbc7893524d7] [qtp1225114731-852]  INFO [aai-resources,67ea5cdcc4c4ea55e31cfbc7893524d7,e31cfbc7893524d7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:04.133 [67ea5cdcc4c4ea55e31cfbc7893524d7,e31cfbc7893524d7] [qtp1225114731-852] DEBUG [aai-resources,67ea5cdcc4c4ea55e31cfbc7893524d7,e31cfbc7893524d7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6d9f8edb-776f-48f7-ab04-318fa7534fd3","status":"200","rqstDate":"250331-09:14:04:121","respDate":"250331-09:14:04:133","sourceId":"haproxy:6d9f8edb-776f-48f7-ab04-318fa7534fd3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:04:121-74107\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e73a6efd-6096-440e-a154-38a87e872f4a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6d9f8edb-776f-48f7-ab04-318fa7534fd3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:14:06.138 [67ea5cde885d9ddfa6e33542c6ad6c03,a6e33542c6ad6c03] [qtp1225114731-1294]  INFO [aai-resources,67ea5cde885d9ddfa6e33542c6ad6c03,a6e33542c6ad6c03] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:06.151 [67ea5cde885d9ddfa6e33542c6ad6c03,a6e33542c6ad6c03] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cde885d9ddfa6e33542c6ad6c03,a6e33542c6ad6c03] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"878b7f6b-3d4c-4b35-ae4c-a9b93fa9eede","status":"200","rqstDate":"250331-09:14:06:138","respDate":"250331-09:14:06:151","sourceId":"haproxy:878b7f6b-3d4c-4b35-ae4c-a9b93fa9eede","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:14:06:138-78003\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[08f8ff08-51f0-4b09-90fd-2be0807e6fd1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[878b7f6b-3d4c-4b35-ae4c-a9b93fa9eede]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:14:08.158 [67ea5ce040baef1dbd851b3f2684ac12,bd851b3f2684ac12] [qtp1225114731-852]  INFO [aai-resources,67ea5ce040baef1dbd851b3f2684ac12,bd851b3f2684ac12] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:08.172 [67ea5ce040baef1dbd851b3f2684ac12,bd851b3f2684ac12] [qtp1225114731-852] DEBUG [aai-resources,67ea5ce040baef1dbd851b3f2684ac12,bd851b3f2684ac12] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5802ae87-7267-4058-a325-386a140a2d6e","status":"200","rqstDate":"250331-09:14:08:158","respDate":"250331-09:14:08:172","sourceId":"haproxy:5802ae87-7267-4058-a325-386a140a2d6e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:08:158-4319\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cbfc3896-0838-4d60-820f-861758cb3294], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5802ae87-7267-4058-a325-386a140a2d6e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:14:10.178 [67ea5ce205823af7040fe30907873d47,040fe30907873d47] [qtp1225114731-1294]  INFO [aai-resources,67ea5ce205823af7040fe30907873d47,040fe30907873d47] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:10.196 [67ea5ce205823af7040fe30907873d47,040fe30907873d47] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ce205823af7040fe30907873d47,040fe30907873d47] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"43f2fe9b-ce81-4239-a3b3-a4000003a4ab","status":"200","rqstDate":"250331-09:14:10:178","respDate":"250331-09:14:10:196","sourceId":"haproxy:43f2fe9b-ce81-4239-a3b3-a4000003a4ab","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:10:178-20462\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f38bead8-1709-4a2a-b41a-8e5030b1c556], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[43f2fe9b-ce81-4239-a3b3-a4000003a4ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:14:12.202 [67ea5ce4d5248c6f1f1b115a4a9c0b19,1f1b115a4a9c0b19] [qtp1225114731-852]  INFO [aai-resources,67ea5ce4d5248c6f1f1b115a4a9c0b19,1f1b115a4a9c0b19] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:12.212 [67ea5ce4d5248c6f1f1b115a4a9c0b19,1f1b115a4a9c0b19] [qtp1225114731-852] DEBUG [aai-resources,67ea5ce4d5248c6f1f1b115a4a9c0b19,1f1b115a4a9c0b19] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d03deaed-3cc5-40a6-9dd2-78eb4eb7a196","status":"200","rqstDate":"250331-09:14:12:202","respDate":"250331-09:14:12:212","sourceId":"haproxy:d03deaed-3cc5-40a6-9dd2-78eb4eb7a196","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:12:202-78132\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e6035be4-9e33-427f-9074-325862bd8710], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d03deaed-3cc5-40a6-9dd2-78eb4eb7a196]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:14:14.219 [67ea5ce6b632c751819411c63a1065f4,819411c63a1065f4] [qtp1225114731-1294]  INFO [aai-resources,67ea5ce6b632c751819411c63a1065f4,819411c63a1065f4] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:14.241 [67ea5ce6b632c751819411c63a1065f4,819411c63a1065f4] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ce6b632c751819411c63a1065f4,819411c63a1065f4] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"beec054d-3d30-4f87-9581-181ecb7c1133","status":"200","rqstDate":"250331-09:14:14:219","respDate":"250331-09:14:14:241","sourceId":"haproxy:beec054d-3d30-4f87-9581-181ecb7c1133","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:14:14:219-33135\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[937de1b7-8aae-4d51-8694-77d5282da3f4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[beec054d-3d30-4f87-9581-181ecb7c1133]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 24 - "logType": "access"
2025-03-31 09:14:16.248 [67ea5ce8f67a6eefd4f5c551de78ed1f,d4f5c551de78ed1f] [qtp1225114731-852]  INFO [aai-resources,67ea5ce8f67a6eefd4f5c551de78ed1f,d4f5c551de78ed1f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:16.257 [67ea5ce8f67a6eefd4f5c551de78ed1f,d4f5c551de78ed1f] [qtp1225114731-852] DEBUG [aai-resources,67ea5ce8f67a6eefd4f5c551de78ed1f,d4f5c551de78ed1f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"be2850cd-b3e3-433a-82a1-f05641ed04c8","status":"200","rqstDate":"250331-09:14:16:248","respDate":"250331-09:14:16:256","sourceId":"haproxy:be2850cd-b3e3-433a-82a1-f05641ed04c8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:14:16:248-62882\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6ab6b09b-f6b0-4c57-bdd3-cef848e9d597], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[be2850cd-b3e3-433a-82a1-f05641ed04c8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 09:14:18.263 [67ea5cea40784e44cfe686ebdcb1bce8,cfe686ebdcb1bce8] [qtp1225114731-1294]  INFO [aai-resources,67ea5cea40784e44cfe686ebdcb1bce8,cfe686ebdcb1bce8] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:18.277 [67ea5cea40784e44cfe686ebdcb1bce8,cfe686ebdcb1bce8] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cea40784e44cfe686ebdcb1bce8,cfe686ebdcb1bce8] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7a11675f-28a8-47b2-a106-5de41fff4ba9","status":"200","rqstDate":"250331-09:14:18:263","respDate":"250331-09:14:18:277","sourceId":"haproxy:7a11675f-28a8-47b2-a106-5de41fff4ba9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:18:263-65084\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[28aaf0e1-3cc5-4fc1-ad47-4a4759ea85ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7a11675f-28a8-47b2-a106-5de41fff4ba9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:14:20.284 [67ea5cec7a9b0a7b36f4b291b0e22989,36f4b291b0e22989] [qtp1225114731-852]  INFO [aai-resources,67ea5cec7a9b0a7b36f4b291b0e22989,36f4b291b0e22989] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:20.298 [67ea5cec7a9b0a7b36f4b291b0e22989,36f4b291b0e22989] [qtp1225114731-852] DEBUG [aai-resources,67ea5cec7a9b0a7b36f4b291b0e22989,36f4b291b0e22989] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f614d7f-5be6-468f-9ff2-f8af6a33673b","status":"200","rqstDate":"250331-09:14:20:284","respDate":"250331-09:14:20:298","sourceId":"haproxy:0f614d7f-5be6-468f-9ff2-f8af6a33673b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:14:20:284-85917\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e5d15ebc-553b-464e-a2fc-74a2147ab294], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0f614d7f-5be6-468f-9ff2-f8af6a33673b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:14:22.304 [67ea5cee7e9c97a64de4c209bf36bdeb,4de4c209bf36bdeb] [qtp1225114731-1294]  INFO [aai-resources,67ea5cee7e9c97a64de4c209bf36bdeb,4de4c209bf36bdeb] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:22.318 [67ea5cee7e9c97a64de4c209bf36bdeb,4de4c209bf36bdeb] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cee7e9c97a64de4c209bf36bdeb,4de4c209bf36bdeb] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"63ab6e89-6c8f-4497-9b1a-fc2a47f3042a","status":"200","rqstDate":"250331-09:14:22:304","respDate":"250331-09:14:22:318","sourceId":"haproxy:63ab6e89-6c8f-4497-9b1a-fc2a47f3042a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:14:22:304-3630\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c76749a1-2827-4f41-aa23-1826911fe9d8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[63ab6e89-6c8f-4497-9b1a-fc2a47f3042a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:14:24.324 [67ea5cf0163dbe98756676822201874e,756676822201874e] [qtp1225114731-852]  INFO [aai-resources,67ea5cf0163dbe98756676822201874e,756676822201874e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:24.334 [67ea5cf0163dbe98756676822201874e,756676822201874e] [qtp1225114731-852] DEBUG [aai-resources,67ea5cf0163dbe98756676822201874e,756676822201874e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a48f3935-3503-4f66-9aca-fd8c65ea6d44","status":"200","rqstDate":"250331-09:14:24:324","respDate":"250331-09:14:24:334","sourceId":"haproxy:a48f3935-3503-4f66-9aca-fd8c65ea6d44","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:14:24:324-72923\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4f88df60-d6e9-467d-9d52-4401b3cb3258], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a48f3935-3503-4f66-9aca-fd8c65ea6d44]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:14:26.341 [67ea5cf20e466320876f8f7efb3d5164,876f8f7efb3d5164] [qtp1225114731-1294]  INFO [aai-resources,67ea5cf20e466320876f8f7efb3d5164,876f8f7efb3d5164] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:26.355 [67ea5cf20e466320876f8f7efb3d5164,876f8f7efb3d5164] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cf20e466320876f8f7efb3d5164,876f8f7efb3d5164] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5af805af-e92d-4c88-a10b-b9f51580b810","status":"200","rqstDate":"250331-09:14:26:341","respDate":"250331-09:14:26:355","sourceId":"haproxy:5af805af-e92d-4c88-a10b-b9f51580b810","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:14:26:341-37738\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6c42b0d3-7beb-4937-a955-6ce6b4a081d0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5af805af-e92d-4c88-a10b-b9f51580b810]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:14:28.361 [67ea5cf48588c68a11a92bf243889c6d,11a92bf243889c6d] [qtp1225114731-852]  INFO [aai-resources,67ea5cf48588c68a11a92bf243889c6d,11a92bf243889c6d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:28.375 [67ea5cf48588c68a11a92bf243889c6d,11a92bf243889c6d] [qtp1225114731-852] DEBUG [aai-resources,67ea5cf48588c68a11a92bf243889c6d,11a92bf243889c6d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ea4b041d-d2a2-462d-853d-136ce0507bdf","status":"200","rqstDate":"250331-09:14:28:361","respDate":"250331-09:14:28:375","sourceId":"haproxy:ea4b041d-d2a2-462d-853d-136ce0507bdf","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:14:28:361-24773\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[214a11b0-51e4-49a2-9a1f-53a196918520], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ea4b041d-d2a2-462d-853d-136ce0507bdf]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:14:30.380 [67ea5cf699e5da1eeb341127a7f31926,eb341127a7f31926] [qtp1225114731-1294]  INFO [aai-resources,67ea5cf699e5da1eeb341127a7f31926,eb341127a7f31926] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:30.391 [67ea5cf699e5da1eeb341127a7f31926,eb341127a7f31926] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cf699e5da1eeb341127a7f31926,eb341127a7f31926] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"563aceaa-3311-43aa-b67d-71ff2bac1c63","status":"200","rqstDate":"250331-09:14:30:380","respDate":"250331-09:14:30:391","sourceId":"haproxy:563aceaa-3311-43aa-b67d-71ff2bac1c63","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:14:30:380-13053\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8c6d5d85-e2ca-46b6-8f38-c73d2f975da6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[563aceaa-3311-43aa-b67d-71ff2bac1c63]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:14:32.397 [67ea5cf846d923aac102139286334057,c102139286334057] [qtp1225114731-852]  INFO [aai-resources,67ea5cf846d923aac102139286334057,c102139286334057] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:32.413 [67ea5cf846d923aac102139286334057,c102139286334057] [qtp1225114731-852] DEBUG [aai-resources,67ea5cf846d923aac102139286334057,c102139286334057] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f20eb5d4-a9aa-4b8a-abf5-e7ae7bb32dce","status":"200","rqstDate":"250331-09:14:32:397","respDate":"250331-09:14:32:413","sourceId":"haproxy:f20eb5d4-a9aa-4b8a-abf5-e7ae7bb32dce","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:14:32:397-36288\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a6813580-1b45-4faf-a3c6-dccf0d28c7f2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f20eb5d4-a9aa-4b8a-abf5-e7ae7bb32dce]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:14:34.419 [67ea5cfa1a3c6df29d53b0d0880e441b,9d53b0d0880e441b] [qtp1225114731-1294]  INFO [aai-resources,67ea5cfa1a3c6df29d53b0d0880e441b,9d53b0d0880e441b] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:34.433 [67ea5cfa1a3c6df29d53b0d0880e441b,9d53b0d0880e441b] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cfa1a3c6df29d53b0d0880e441b,9d53b0d0880e441b] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"465c556a-d342-406a-a002-ce5c45670b34","status":"200","rqstDate":"250331-09:14:34:420","respDate":"250331-09:14:34:432","sourceId":"haproxy:465c556a-d342-406a-a002-ce5c45670b34","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:14:34:420-93832\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6a4f0359-bed9-48eb-a5b0-5a8f9a48d47e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[465c556a-d342-406a-a002-ce5c45670b34]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:14:36.440 [67ea5cfcb945eb21b9d221d31e7b88f8,b9d221d31e7b88f8] [qtp1225114731-852]  INFO [aai-resources,67ea5cfcb945eb21b9d221d31e7b88f8,b9d221d31e7b88f8] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:36.452 [67ea5cfcb945eb21b9d221d31e7b88f8,b9d221d31e7b88f8] [qtp1225114731-852] DEBUG [aai-resources,67ea5cfcb945eb21b9d221d31e7b88f8,b9d221d31e7b88f8] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dedbd503-ef60-451b-aec7-4926cbb7769e","status":"200","rqstDate":"250331-09:14:36:440","respDate":"250331-09:14:36:451","sourceId":"haproxy:dedbd503-ef60-451b-aec7-4926cbb7769e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:14:36:440-86197\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9c8935a0-4d00-4aaa-890a-5b13bc5fc84e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dedbd503-ef60-451b-aec7-4926cbb7769e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:14:38.458 [67ea5cfe31c241a4440cba2be756f0bb,440cba2be756f0bb] [qtp1225114731-1294]  INFO [aai-resources,67ea5cfe31c241a4440cba2be756f0bb,440cba2be756f0bb] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:38.475 [67ea5cfe31c241a4440cba2be756f0bb,440cba2be756f0bb] [qtp1225114731-1294] DEBUG [aai-resources,67ea5cfe31c241a4440cba2be756f0bb,440cba2be756f0bb] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b47c82e0-a662-4fae-a3b1-61d47dd58c0e","status":"200","rqstDate":"250331-09:14:38:458","respDate":"250331-09:14:38:475","sourceId":"haproxy:b47c82e0-a662-4fae-a3b1-61d47dd58c0e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:14:38:458-73727\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[01fb58c7-df5b-4038-97db-fba5da89ed98], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b47c82e0-a662-4fae-a3b1-61d47dd58c0e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:14:40.480 [67ea5d00488a5123c154388cf0cec076,c154388cf0cec076] [qtp1225114731-852]  INFO [aai-resources,67ea5d00488a5123c154388cf0cec076,c154388cf0cec076] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:40.494 [67ea5d00488a5123c154388cf0cec076,c154388cf0cec076] [qtp1225114731-852] DEBUG [aai-resources,67ea5d00488a5123c154388cf0cec076,c154388cf0cec076] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d0ae4f42-d3b9-4ebc-9f55-c9ba96564cac","status":"200","rqstDate":"250331-09:14:40:480","respDate":"250331-09:14:40:494","sourceId":"haproxy:d0ae4f42-d3b9-4ebc-9f55-c9ba96564cac","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:40:480-71068\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bb218b4d-5755-425c-8f2a-ab811ad2dda0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d0ae4f42-d3b9-4ebc-9f55-c9ba96564cac]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:14:42.500 [67ea5d021f5ea4ef8e9f9fa165460817,8e9f9fa165460817] [qtp1225114731-1294]  INFO [aai-resources,67ea5d021f5ea4ef8e9f9fa165460817,8e9f9fa165460817] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:42.512 [67ea5d021f5ea4ef8e9f9fa165460817,8e9f9fa165460817] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d021f5ea4ef8e9f9fa165460817,8e9f9fa165460817] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a2cb02d8-03ce-4784-9eb6-e54151cf7a05","status":"200","rqstDate":"250331-09:14:42:500","respDate":"250331-09:14:42:512","sourceId":"haproxy:a2cb02d8-03ce-4784-9eb6-e54151cf7a05","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:14:42:500-61873\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ef26ce2a-a6d5-4884-a871-b07e81b9b1bb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a2cb02d8-03ce-4784-9eb6-e54151cf7a05]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:14:44.518 [67ea5d04d5d9f32d94edc145ac69cb91,94edc145ac69cb91] [qtp1225114731-852]  INFO [aai-resources,67ea5d04d5d9f32d94edc145ac69cb91,94edc145ac69cb91] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:44.531 [67ea5d04d5d9f32d94edc145ac69cb91,94edc145ac69cb91] [qtp1225114731-852] DEBUG [aai-resources,67ea5d04d5d9f32d94edc145ac69cb91,94edc145ac69cb91] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9c9734e9-ce12-4fc1-9002-ff057bbe70dc","status":"200","rqstDate":"250331-09:14:44:518","respDate":"250331-09:14:44:531","sourceId":"haproxy:9c9734e9-ce12-4fc1-9002-ff057bbe70dc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:44:518-16347\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3b6c2c02-91e0-49e5-89c1-088b4dea48b1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9c9734e9-ce12-4fc1-9002-ff057bbe70dc]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:14:46.537 [67ea5d0631d18f83313baa21c1137388,313baa21c1137388] [qtp1225114731-1294]  INFO [aai-resources,67ea5d0631d18f83313baa21c1137388,313baa21c1137388] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:46.547 [67ea5d0631d18f83313baa21c1137388,313baa21c1137388] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d0631d18f83313baa21c1137388,313baa21c1137388] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a7b043de-7cfe-4a69-baaa-e5dab159f86b","status":"200","rqstDate":"250331-09:14:46:537","respDate":"250331-09:14:46:547","sourceId":"haproxy:a7b043de-7cfe-4a69-baaa-e5dab159f86b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:14:46:537-15329\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[eb10b4ae-6244-467c-84d5-ca9428f3a337], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a7b043de-7cfe-4a69-baaa-e5dab159f86b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:14:48.553 [67ea5d088859b4a0034fb0f29e25d61f,034fb0f29e25d61f] [qtp1225114731-852]  INFO [aai-resources,67ea5d088859b4a0034fb0f29e25d61f,034fb0f29e25d61f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:48.576 [67ea5d088859b4a0034fb0f29e25d61f,034fb0f29e25d61f] [qtp1225114731-852] DEBUG [aai-resources,67ea5d088859b4a0034fb0f29e25d61f,034fb0f29e25d61f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d08e69f9-9f98-4d1a-b34a-74540e309f3c","status":"200","rqstDate":"250331-09:14:48:553","respDate":"250331-09:14:48:576","sourceId":"haproxy:d08e69f9-9f98-4d1a-b34a-74540e309f3c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:48:553-29992\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[53ecf6b7-dabb-4c5e-8988-1506f395923c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d08e69f9-9f98-4d1a-b34a-74540e309f3c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 09:14:50.583 [67ea5d0a23b7ede27e574b5e057c6ba9,7e574b5e057c6ba9] [qtp1225114731-1294]  INFO [aai-resources,67ea5d0a23b7ede27e574b5e057c6ba9,7e574b5e057c6ba9] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:50.597 [67ea5d0a23b7ede27e574b5e057c6ba9,7e574b5e057c6ba9] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d0a23b7ede27e574b5e057c6ba9,7e574b5e057c6ba9] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9ade1839-d32e-4a6a-ad2e-6a47a6946e03","status":"200","rqstDate":"250331-09:14:50:583","respDate":"250331-09:14:50:597","sourceId":"haproxy:9ade1839-d32e-4a6a-ad2e-6a47a6946e03","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:50:583-8816\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1f9c953b-ac5d-410f-a26b-4179442606e0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9ade1839-d32e-4a6a-ad2e-6a47a6946e03]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:14:52.603 [67ea5d0cb7c3a558d392906d75a29c4a,d392906d75a29c4a] [qtp1225114731-852]  INFO [aai-resources,67ea5d0cb7c3a558d392906d75a29c4a,d392906d75a29c4a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:52.620 [67ea5d0cb7c3a558d392906d75a29c4a,d392906d75a29c4a] [qtp1225114731-852] DEBUG [aai-resources,67ea5d0cb7c3a558d392906d75a29c4a,d392906d75a29c4a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1b09504f-a13a-4d36-b829-89b4d80637f9","status":"200","rqstDate":"250331-09:14:52:603","respDate":"250331-09:14:52:620","sourceId":"haproxy:1b09504f-a13a-4d36-b829-89b4d80637f9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:14:52:603-98561\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[aff3d185-7b77-4bdc-a622-4e3fa96cf20a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1b09504f-a13a-4d36-b829-89b4d80637f9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:14:54.626 [67ea5d0eb829d2198139a4e283a6c67d,8139a4e283a6c67d] [qtp1225114731-1294]  INFO [aai-resources,67ea5d0eb829d2198139a4e283a6c67d,8139a4e283a6c67d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:54.641 [67ea5d0eb829d2198139a4e283a6c67d,8139a4e283a6c67d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d0eb829d2198139a4e283a6c67d,8139a4e283a6c67d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d36f1521-81b9-4588-83ca-9d62e2daba84","status":"200","rqstDate":"250331-09:14:54:626","respDate":"250331-09:14:54:641","sourceId":"haproxy:d36f1521-81b9-4588-83ca-9d62e2daba84","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:54:626-33232\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f93a7c57-8a5c-40ff-bfda-073f1a932bd7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d36f1521-81b9-4588-83ca-9d62e2daba84]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:14:56.647 [67ea5d10fc5f36f34085a4384866b62d,4085a4384866b62d] [qtp1225114731-852]  INFO [aai-resources,67ea5d10fc5f36f34085a4384866b62d,4085a4384866b62d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:56.665 [67ea5d10fc5f36f34085a4384866b62d,4085a4384866b62d] [qtp1225114731-852] DEBUG [aai-resources,67ea5d10fc5f36f34085a4384866b62d,4085a4384866b62d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d1e5ea61-14ab-459d-ad44-54f28584e654","status":"200","rqstDate":"250331-09:14:56:647","respDate":"250331-09:14:56:664","sourceId":"haproxy:d1e5ea61-14ab-459d-ad44-54f28584e654","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:56:647-11328\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[17710d92-1525-4eec-af48-732f058190a9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d1e5ea61-14ab-459d-ad44-54f28584e654]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:14:58.670 [67ea5d12d08cb8d837694dfb977ba3ea,37694dfb977ba3ea] [qtp1225114731-1294]  INFO [aai-resources,67ea5d12d08cb8d837694dfb977ba3ea,37694dfb977ba3ea] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:14:58.683 [67ea5d12d08cb8d837694dfb977ba3ea,37694dfb977ba3ea] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d12d08cb8d837694dfb977ba3ea,37694dfb977ba3ea] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b4587f75-2bfd-4425-944d-2bae3e8f2ae3","status":"200","rqstDate":"250331-09:14:58:671","respDate":"250331-09:14:58:683","sourceId":"haproxy:b4587f75-2bfd-4425-944d-2bae3e8f2ae3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:14:58:671-6704\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[97b57f6e-f210-4aca-910d-d40350db2aac], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b4587f75-2bfd-4425-944d-2bae3e8f2ae3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:14:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:15:00.689 [67ea5d14a281728c2b78af35bbca8f33,2b78af35bbca8f33] [qtp1225114731-852]  INFO [aai-resources,67ea5d14a281728c2b78af35bbca8f33,2b78af35bbca8f33] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:00.699 [67ea5d14a281728c2b78af35bbca8f33,2b78af35bbca8f33] [qtp1225114731-852] DEBUG [aai-resources,67ea5d14a281728c2b78af35bbca8f33,2b78af35bbca8f33] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e367a989-9329-4c7b-a587-a05fa4723bd3","status":"200","rqstDate":"250331-09:15:00:689","respDate":"250331-09:15:00:699","sourceId":"haproxy:e367a989-9329-4c7b-a587-a05fa4723bd3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:15:00:689-60326\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d0e6ece8-56b8-4f2d-bb83-54fa13bfe10a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e367a989-9329-4c7b-a587-a05fa4723bd3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:15:02.705 [67ea5d16a1f141b8268dd9fdba4f4b78,268dd9fdba4f4b78] [qtp1225114731-1294]  INFO [aai-resources,67ea5d16a1f141b8268dd9fdba4f4b78,268dd9fdba4f4b78] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:02.720 [67ea5d16a1f141b8268dd9fdba4f4b78,268dd9fdba4f4b78] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d16a1f141b8268dd9fdba4f4b78,268dd9fdba4f4b78] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1cf280d7-9cf3-4120-acad-5f319e43828e","status":"200","rqstDate":"250331-09:15:02:705","respDate":"250331-09:15:02:720","sourceId":"haproxy:1cf280d7-9cf3-4120-acad-5f319e43828e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:15:02:705-71002\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[cef47caa-5ce1-4acd-b3a9-b10512aabeee], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1cf280d7-9cf3-4120-acad-5f319e43828e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:15:04.726 [67ea5d18d7a9f8a150bb7e12265057ec,50bb7e12265057ec] [qtp1225114731-852]  INFO [aai-resources,67ea5d18d7a9f8a150bb7e12265057ec,50bb7e12265057ec] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:04.737 [67ea5d18d7a9f8a150bb7e12265057ec,50bb7e12265057ec] [qtp1225114731-852] DEBUG [aai-resources,67ea5d18d7a9f8a150bb7e12265057ec,50bb7e12265057ec] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b6f320ee-24b8-41c9-8516-9e28774d6c65","status":"200","rqstDate":"250331-09:15:04:727","respDate":"250331-09:15:04:736","sourceId":"haproxy:b6f320ee-24b8-41c9-8516-9e28774d6c65","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:04:727-43837\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[173930cf-6c7d-49ce-974f-c458f2b757a2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b6f320ee-24b8-41c9-8516-9e28774d6c65]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:15:06.743 [67ea5d1ad1b4989ddf469987b9c8a80d,df469987b9c8a80d] [qtp1225114731-1294]  INFO [aai-resources,67ea5d1ad1b4989ddf469987b9c8a80d,df469987b9c8a80d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:06.757 [67ea5d1ad1b4989ddf469987b9c8a80d,df469987b9c8a80d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d1ad1b4989ddf469987b9c8a80d,df469987b9c8a80d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fc25f805-a2bb-4f3b-bc1e-a2d7122e90cd","status":"200","rqstDate":"250331-09:15:06:743","respDate":"250331-09:15:06:757","sourceId":"haproxy:fc25f805-a2bb-4f3b-bc1e-a2d7122e90cd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:06:743-95567\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae552f44-a866-4117-8ab5-5865a76c5c4e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fc25f805-a2bb-4f3b-bc1e-a2d7122e90cd]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:15:08.763 [67ea5d1c5c44182f888d8a0437dc063b,888d8a0437dc063b] [qtp1225114731-852]  INFO [aai-resources,67ea5d1c5c44182f888d8a0437dc063b,888d8a0437dc063b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:08.774 [67ea5d1c5c44182f888d8a0437dc063b,888d8a0437dc063b] [qtp1225114731-852] DEBUG [aai-resources,67ea5d1c5c44182f888d8a0437dc063b,888d8a0437dc063b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"edd7adf2-c35f-4323-89d8-6a9581a36b08","status":"200","rqstDate":"250331-09:15:08:763","respDate":"250331-09:15:08:774","sourceId":"haproxy:edd7adf2-c35f-4323-89d8-6a9581a36b08","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:08:763-43097\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e0104a08-de7c-46c1-be0b-2b55a62229db], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[edd7adf2-c35f-4323-89d8-6a9581a36b08]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:15:10.780 [67ea5d1e995e6338fbbbe3d8402e89dc,fbbbe3d8402e89dc] [qtp1225114731-1294]  INFO [aai-resources,67ea5d1e995e6338fbbbe3d8402e89dc,fbbbe3d8402e89dc] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:10.795 [67ea5d1e995e6338fbbbe3d8402e89dc,fbbbe3d8402e89dc] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d1e995e6338fbbbe3d8402e89dc,fbbbe3d8402e89dc] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"901fb226-00a2-4144-b202-a8a50c949601","status":"200","rqstDate":"250331-09:15:10:780","respDate":"250331-09:15:10:795","sourceId":"haproxy:901fb226-00a2-4144-b202-a8a50c949601","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:10:780-47185\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ea041a85-aaee-4931-ba31-4f8a54f099ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[901fb226-00a2-4144-b202-a8a50c949601]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:15:12.802 [67ea5d201b07266918d9c68209023226,18d9c68209023226] [qtp1225114731-852]  INFO [aai-resources,67ea5d201b07266918d9c68209023226,18d9c68209023226] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:12.813 [67ea5d201b07266918d9c68209023226,18d9c68209023226] [qtp1225114731-852] DEBUG [aai-resources,67ea5d201b07266918d9c68209023226,18d9c68209023226] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0bb103bf-f734-4a5d-bb32-809971c59e2c","status":"200","rqstDate":"250331-09:15:12:802","respDate":"250331-09:15:12:813","sourceId":"haproxy:0bb103bf-f734-4a5d-bb32-809971c59e2c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:12:802-68141\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[48559045-8db8-42ff-8b35-a9cbddff08f5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0bb103bf-f734-4a5d-bb32-809971c59e2c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:15:14.821 [67ea5d22fdd5c61a68f662e7f9491058,68f662e7f9491058] [qtp1225114731-1294]  INFO [aai-resources,67ea5d22fdd5c61a68f662e7f9491058,68f662e7f9491058] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:14.835 [67ea5d22fdd5c61a68f662e7f9491058,68f662e7f9491058] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d22fdd5c61a68f662e7f9491058,68f662e7f9491058] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e63b7d5a-730c-467f-b20b-b9b7afa37388","status":"200","rqstDate":"250331-09:15:14:822","respDate":"250331-09:15:14:835","sourceId":"haproxy:e63b7d5a-730c-467f-b20b-b9b7afa37388","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:15:14:822-66568\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3ab0ab8e-83b6-47a7-93cc-6f85257ab61e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e63b7d5a-730c-467f-b20b-b9b7afa37388]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:15:16.843 [67ea5d24c76b018d83aceb4e45607a16,83aceb4e45607a16] [qtp1225114731-852]  INFO [aai-resources,67ea5d24c76b018d83aceb4e45607a16,83aceb4e45607a16] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:16.854 [67ea5d24c76b018d83aceb4e45607a16,83aceb4e45607a16] [qtp1225114731-852] DEBUG [aai-resources,67ea5d24c76b018d83aceb4e45607a16,83aceb4e45607a16] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cae99133-cb86-4b84-97ce-2d3ad451bb9d","status":"200","rqstDate":"250331-09:15:16:843","respDate":"250331-09:15:16:854","sourceId":"haproxy:cae99133-cb86-4b84-97ce-2d3ad451bb9d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:15:16:843-26325\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a48ac296-ca42-48e0-9a63-339d45a425e6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cae99133-cb86-4b84-97ce-2d3ad451bb9d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:15:18.860 [67ea5d2679552aeb87acccf8e13491b0,87acccf8e13491b0] [qtp1225114731-1294]  INFO [aai-resources,67ea5d2679552aeb87acccf8e13491b0,87acccf8e13491b0] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:18.875 [67ea5d2679552aeb87acccf8e13491b0,87acccf8e13491b0] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d2679552aeb87acccf8e13491b0,87acccf8e13491b0] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a892347d-8dd4-400f-b030-1f0f0e50821d","status":"200","rqstDate":"250331-09:15:18:860","respDate":"250331-09:15:18:875","sourceId":"haproxy:a892347d-8dd4-400f-b030-1f0f0e50821d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:18:860-29926\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8f188683-529c-4e5f-a735-7aaedecd8a6e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a892347d-8dd4-400f-b030-1f0f0e50821d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:15:20.883 [67ea5d2820295559be0afd0f8135120a,be0afd0f8135120a] [qtp1225114731-852]  INFO [aai-resources,67ea5d2820295559be0afd0f8135120a,be0afd0f8135120a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:20.897 [67ea5d2820295559be0afd0f8135120a,be0afd0f8135120a] [qtp1225114731-852] DEBUG [aai-resources,67ea5d2820295559be0afd0f8135120a,be0afd0f8135120a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bda63749-7c2e-433e-82fe-7d7bed632b5b","status":"200","rqstDate":"250331-09:15:20:883","respDate":"250331-09:15:20:897","sourceId":"haproxy:bda63749-7c2e-433e-82fe-7d7bed632b5b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:20:883-58720\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8808e082-6c58-4578-826f-67b28ff12985], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bda63749-7c2e-433e-82fe-7d7bed632b5b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:15:22.904 [67ea5d2abe6daef3a1d8f1b89a38c776,a1d8f1b89a38c776] [qtp1225114731-1294]  INFO [aai-resources,67ea5d2abe6daef3a1d8f1b89a38c776,a1d8f1b89a38c776] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:22.918 [67ea5d2abe6daef3a1d8f1b89a38c776,a1d8f1b89a38c776] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d2abe6daef3a1d8f1b89a38c776,a1d8f1b89a38c776] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"344b4045-b474-4149-a4fa-3ef62753955c","status":"200","rqstDate":"250331-09:15:22:904","respDate":"250331-09:15:22:918","sourceId":"haproxy:344b4045-b474-4149-a4fa-3ef62753955c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:15:22:904-66739\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ad853142-dae8-46e0-a471-3c3c5d3e9912], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[344b4045-b474-4149-a4fa-3ef62753955c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:15:24.925 [67ea5d2c367aa7f7af418463c5b38d80,af418463c5b38d80] [qtp1225114731-852]  INFO [aai-resources,67ea5d2c367aa7f7af418463c5b38d80,af418463c5b38d80] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:24.940 [67ea5d2c367aa7f7af418463c5b38d80,af418463c5b38d80] [qtp1225114731-852] DEBUG [aai-resources,67ea5d2c367aa7f7af418463c5b38d80,af418463c5b38d80] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0e5402d8-214d-4c9b-9995-ee9f642a173b","status":"200","rqstDate":"250331-09:15:24:925","respDate":"250331-09:15:24:940","sourceId":"haproxy:0e5402d8-214d-4c9b-9995-ee9f642a173b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:24:925-53816\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[acee05b2-f196-4068-a7e1-b51f0303529b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0e5402d8-214d-4c9b-9995-ee9f642a173b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:15:26.949 [67ea5d2e2c43d2f3361f2546407c46e0,361f2546407c46e0] [qtp1225114731-1294]  INFO [aai-resources,67ea5d2e2c43d2f3361f2546407c46e0,361f2546407c46e0] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:26.964 [67ea5d2e2c43d2f3361f2546407c46e0,361f2546407c46e0] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d2e2c43d2f3361f2546407c46e0,361f2546407c46e0] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3acceed5-58ab-4961-8319-7372d344953d","status":"200","rqstDate":"250331-09:15:26:949","respDate":"250331-09:15:26:964","sourceId":"haproxy:3acceed5-58ab-4961-8319-7372d344953d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:15:26:949-98476\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5288c6b0-fd17-43f9-b566-280cc42ddba7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3acceed5-58ab-4961-8319-7372d344953d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:15:28.970 [67ea5d302efa151dd58b584687243a89,d58b584687243a89] [qtp1225114731-852]  INFO [aai-resources,67ea5d302efa151dd58b584687243a89,d58b584687243a89] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:28.989 [67ea5d302efa151dd58b584687243a89,d58b584687243a89] [qtp1225114731-852] DEBUG [aai-resources,67ea5d302efa151dd58b584687243a89,d58b584687243a89] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6a888dfc-7306-4ed4-a06a-7947d98fe61c","status":"200","rqstDate":"250331-09:15:28:970","respDate":"250331-09:15:28:989","sourceId":"haproxy:6a888dfc-7306-4ed4-a06a-7947d98fe61c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:28:970-1824\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b3556aed-691c-4172-a87a-f85bf95bd5a1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6a888dfc-7306-4ed4-a06a-7947d98fe61c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:15:30.995 [67ea5d325c0cbb65e7879ca7f3838304,e7879ca7f3838304] [qtp1225114731-1294]  INFO [aai-resources,67ea5d325c0cbb65e7879ca7f3838304,e7879ca7f3838304] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:31.005 [67ea5d325c0cbb65e7879ca7f3838304,e7879ca7f3838304] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d325c0cbb65e7879ca7f3838304,e7879ca7f3838304] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"264c6812-5686-411d-840f-ee5a6f9506c6","status":"200","rqstDate":"250331-09:15:30:995","respDate":"250331-09:15:31:005","sourceId":"haproxy:264c6812-5686-411d-840f-ee5a6f9506c6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:15:30:995-40627\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[88e9997f-3a58-4243-8876-a9c66bbf7369], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[264c6812-5686-411d-840f-ee5a6f9506c6]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:15:33.010 [67ea5d35b3d825aeda818772d4130df9,da818772d4130df9] [qtp1225114731-852]  INFO [aai-resources,67ea5d35b3d825aeda818772d4130df9,da818772d4130df9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:33.026 [67ea5d35b3d825aeda818772d4130df9,da818772d4130df9] [qtp1225114731-852] DEBUG [aai-resources,67ea5d35b3d825aeda818772d4130df9,da818772d4130df9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"44c18ed2-b6f6-4f00-a60b-b84c436a5cf3","status":"200","rqstDate":"250331-09:15:33:010","respDate":"250331-09:15:33:026","sourceId":"haproxy:44c18ed2-b6f6-4f00-a60b-b84c436a5cf3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:15:33:010-38295\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fc64b3c9-cdd7-484c-ac24-a0999100ecb8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[44c18ed2-b6f6-4f00-a60b-b84c436a5cf3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:15:35.032 [67ea5d37606566415128e8d0e198304d,5128e8d0e198304d] [qtp1225114731-1294]  INFO [aai-resources,67ea5d37606566415128e8d0e198304d,5128e8d0e198304d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:35.041 [67ea5d37606566415128e8d0e198304d,5128e8d0e198304d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d37606566415128e8d0e198304d,5128e8d0e198304d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d72b2ea0-a26d-4bfb-b339-086efa980604","status":"200","rqstDate":"250331-09:15:35:032","respDate":"250331-09:15:35:041","sourceId":"haproxy:d72b2ea0-a26d-4bfb-b339-086efa980604","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:35:032-92612\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[50838507-23b4-4c29-b01d-5e18751ab77b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d72b2ea0-a26d-4bfb-b339-086efa980604]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:15:37.048 [67ea5d3975346ed6db551fc0346f97e1,db551fc0346f97e1] [qtp1225114731-852]  INFO [aai-resources,67ea5d3975346ed6db551fc0346f97e1,db551fc0346f97e1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:37.062 [67ea5d3975346ed6db551fc0346f97e1,db551fc0346f97e1] [qtp1225114731-852] DEBUG [aai-resources,67ea5d3975346ed6db551fc0346f97e1,db551fc0346f97e1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c944b32e-f5c1-4d61-85eb-7d5800fffdb9","status":"200","rqstDate":"250331-09:15:37:048","respDate":"250331-09:15:37:061","sourceId":"haproxy:c944b32e-f5c1-4d61-85eb-7d5800fffdb9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:37:048-65170\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5fa75d93-b10a-4e30-9682-6c881d8090f8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c944b32e-f5c1-4d61-85eb-7d5800fffdb9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:15:39.069 [67ea5d3b8c04c27ff2372f58bb7f8c3b,f2372f58bb7f8c3b] [qtp1225114731-1294]  INFO [aai-resources,67ea5d3b8c04c27ff2372f58bb7f8c3b,f2372f58bb7f8c3b] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:39.079 [67ea5d3b8c04c27ff2372f58bb7f8c3b,f2372f58bb7f8c3b] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d3b8c04c27ff2372f58bb7f8c3b,f2372f58bb7f8c3b] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cf6a1fb1-50ae-499a-84df-865f93800f86","status":"200","rqstDate":"250331-09:15:39:069","respDate":"250331-09:15:39:079","sourceId":"haproxy:cf6a1fb1-50ae-499a-84df-865f93800f86","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:39:069-88365\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[decf48a4-1213-4e7b-8ddb-03a302249dc9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cf6a1fb1-50ae-499a-84df-865f93800f86]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:15:41.086 [67ea5d3deb531da62701c3ce59ad1474,2701c3ce59ad1474] [qtp1225114731-852]  INFO [aai-resources,67ea5d3deb531da62701c3ce59ad1474,2701c3ce59ad1474] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:41.098 [67ea5d3deb531da62701c3ce59ad1474,2701c3ce59ad1474] [qtp1225114731-852] DEBUG [aai-resources,67ea5d3deb531da62701c3ce59ad1474,2701c3ce59ad1474] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d468f32d-fb11-4722-ac29-7725b741d2d8","status":"200","rqstDate":"250331-09:15:41:086","respDate":"250331-09:15:41:098","sourceId":"haproxy:d468f32d-fb11-4722-ac29-7725b741d2d8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:15:41:086-95834\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[30d17818-252f-4d23-9b71-1666b99efd61], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d468f32d-fb11-4722-ac29-7725b741d2d8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:15:43.104 [67ea5d3feab1263a884b3af2084a7503,884b3af2084a7503] [qtp1225114731-1294]  INFO [aai-resources,67ea5d3feab1263a884b3af2084a7503,884b3af2084a7503] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:43.117 [67ea5d3feab1263a884b3af2084a7503,884b3af2084a7503] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d3feab1263a884b3af2084a7503,884b3af2084a7503] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7bc43441-ca48-483f-9b19-7de926a41436","status":"200","rqstDate":"250331-09:15:43:104","respDate":"250331-09:15:43:117","sourceId":"haproxy:7bc43441-ca48-483f-9b19-7de926a41436","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:15:43:104-43958\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4d55e3af-2654-40e8-aa16-3b989c353284], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7bc43441-ca48-483f-9b19-7de926a41436]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:15:45.123 [67ea5d414bab9d8548e393a509ae6622,48e393a509ae6622] [qtp1225114731-852]  INFO [aai-resources,67ea5d414bab9d8548e393a509ae6622,48e393a509ae6622] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:45.136 [67ea5d414bab9d8548e393a509ae6622,48e393a509ae6622] [qtp1225114731-852] DEBUG [aai-resources,67ea5d414bab9d8548e393a509ae6622,48e393a509ae6622] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9b16fdc6-1300-43d6-890c-badf4e10778c","status":"200","rqstDate":"250331-09:15:45:123","respDate":"250331-09:15:45:136","sourceId":"haproxy:9b16fdc6-1300-43d6-890c-badf4e10778c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:45:123-54176\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7473d965-d0ee-4c13-8c78-9ec84981d36a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9b16fdc6-1300-43d6-890c-badf4e10778c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:15:47.143 [67ea5d438d7de308bfccb1e2fd05b0f3,bfccb1e2fd05b0f3] [qtp1225114731-1294]  INFO [aai-resources,67ea5d438d7de308bfccb1e2fd05b0f3,bfccb1e2fd05b0f3] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:47.152 [67ea5d438d7de308bfccb1e2fd05b0f3,bfccb1e2fd05b0f3] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d438d7de308bfccb1e2fd05b0f3,bfccb1e2fd05b0f3] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4e7d8801-b249-4ea6-ad8e-db254d5390dd","status":"200","rqstDate":"250331-09:15:47:143","respDate":"250331-09:15:47:152","sourceId":"haproxy:4e7d8801-b249-4ea6-ad8e-db254d5390dd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:15:47:143-20290\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c59dce68-c9f2-470c-9118-dd51f4953138], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4e7d8801-b249-4ea6-ad8e-db254d5390dd]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:15:49.159 [67ea5d45bd0a5c5ac71582aac994e923,c71582aac994e923] [qtp1225114731-852]  INFO [aai-resources,67ea5d45bd0a5c5ac71582aac994e923,c71582aac994e923] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:49.174 [67ea5d45bd0a5c5ac71582aac994e923,c71582aac994e923] [qtp1225114731-852] DEBUG [aai-resources,67ea5d45bd0a5c5ac71582aac994e923,c71582aac994e923] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"25f21365-a027-48fb-8ef1-1f9cef04f0f5","status":"200","rqstDate":"250331-09:15:49:159","respDate":"250331-09:15:49:174","sourceId":"haproxy:25f21365-a027-48fb-8ef1-1f9cef04f0f5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:15:49:159-67037\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0aebcd6c-a336-4774-a442-0265ca9af2b1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[25f21365-a027-48fb-8ef1-1f9cef04f0f5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:15:51.179 [67ea5d477262ec9cd3188ac6582075e7,d3188ac6582075e7] [qtp1225114731-1294]  INFO [aai-resources,67ea5d477262ec9cd3188ac6582075e7,d3188ac6582075e7] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:51.192 [67ea5d477262ec9cd3188ac6582075e7,d3188ac6582075e7] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d477262ec9cd3188ac6582075e7,d3188ac6582075e7] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"cd7c1b69-ee9f-42ee-ac6a-b2ce5e1d55a3","status":"200","rqstDate":"250331-09:15:51:180","respDate":"250331-09:15:51:192","sourceId":"haproxy:cd7c1b69-ee9f-42ee-ac6a-b2ce5e1d55a3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:15:51:180-34704\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b81db127-f3a9-4aee-ad09-126f710a0774], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[cd7c1b69-ee9f-42ee-ac6a-b2ce5e1d55a3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:15:53.199 [67ea5d49e6a81970e321c020f3152984,e321c020f3152984] [qtp1225114731-852]  INFO [aai-resources,67ea5d49e6a81970e321c020f3152984,e321c020f3152984] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:53.212 [67ea5d49e6a81970e321c020f3152984,e321c020f3152984] [qtp1225114731-852] DEBUG [aai-resources,67ea5d49e6a81970e321c020f3152984,e321c020f3152984] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"db9c33e2-182f-4be2-a1bd-ca24bf007dad","status":"200","rqstDate":"250331-09:15:53:199","respDate":"250331-09:15:53:212","sourceId":"haproxy:db9c33e2-182f-4be2-a1bd-ca24bf007dad","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:53:199-82729\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[592de490-c8c0-4377-8d6b-74d13a129e51], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[db9c33e2-182f-4be2-a1bd-ca24bf007dad]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:15:55.220 [67ea5d4bdff2d921b98ca323bb4e846a,b98ca323bb4e846a] [qtp1225114731-1294]  INFO [aai-resources,67ea5d4bdff2d921b98ca323bb4e846a,b98ca323bb4e846a] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:55.235 [67ea5d4bdff2d921b98ca323bb4e846a,b98ca323bb4e846a] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d4bdff2d921b98ca323bb4e846a,b98ca323bb4e846a] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"657d6961-9b98-4a12-b86f-0c1b9fff0954","status":"200","rqstDate":"250331-09:15:55:220","respDate":"250331-09:15:55:234","sourceId":"haproxy:657d6961-9b98-4a12-b86f-0c1b9fff0954","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:15:55:220-80280\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[83afb447-3fe5-4a29-86cc-50200fcd7b4d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[657d6961-9b98-4a12-b86f-0c1b9fff0954]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:15:57.242 [67ea5d4db132ab82e242b9ccceff3583,e242b9ccceff3583] [qtp1225114731-852]  INFO [aai-resources,67ea5d4db132ab82e242b9ccceff3583,e242b9ccceff3583] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:57.255 [67ea5d4db132ab82e242b9ccceff3583,e242b9ccceff3583] [qtp1225114731-852] DEBUG [aai-resources,67ea5d4db132ab82e242b9ccceff3583,e242b9ccceff3583] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9ce97836-aead-42cb-8a33-f3bdfe383944","status":"200","rqstDate":"250331-09:15:57:242","respDate":"250331-09:15:57:255","sourceId":"haproxy:9ce97836-aead-42cb-8a33-f3bdfe383944","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:15:57:242-21785\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[83e2dd64-03e7-4cef-93c7-9c260f6699a8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9ce97836-aead-42cb-8a33-f3bdfe383944]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:15:59.262 [67ea5d4f746fca15755a8df3a011ea83,755a8df3a011ea83] [qtp1225114731-1294]  INFO [aai-resources,67ea5d4f746fca15755a8df3a011ea83,755a8df3a011ea83] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:15:59.275 [67ea5d4f746fca15755a8df3a011ea83,755a8df3a011ea83] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d4f746fca15755a8df3a011ea83,755a8df3a011ea83] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6af85694-3fa2-45ad-99b2-df0fd9f732de","status":"200","rqstDate":"250331-09:15:59:262","respDate":"250331-09:15:59:275","sourceId":"haproxy:6af85694-3fa2-45ad-99b2-df0fd9f732de","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:15:59:262-63573\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[6d2486b3-e36a-406d-88fc-8b1079f4484c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6af85694-3fa2-45ad-99b2-df0fd9f732de]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:15:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:16:01.281 [67ea5d51e93df9d5c898c99505c992d7,c898c99505c992d7] [qtp1225114731-852]  INFO [aai-resources,67ea5d51e93df9d5c898c99505c992d7,c898c99505c992d7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:01.294 [67ea5d51e93df9d5c898c99505c992d7,c898c99505c992d7] [qtp1225114731-852] DEBUG [aai-resources,67ea5d51e93df9d5c898c99505c992d7,c898c99505c992d7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c08bce9e-f47f-4b8a-ab7e-fd2e0039fce2","status":"200","rqstDate":"250331-09:16:01:281","respDate":"250331-09:16:01:294","sourceId":"haproxy:c08bce9e-f47f-4b8a-ab7e-fd2e0039fce2","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:16:01:281-33624\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[befca789-3fc4-45bf-aa6e-aa81f9578833], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c08bce9e-f47f-4b8a-ab7e-fd2e0039fce2]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:16:03.301 [67ea5d539c11ed4a9e39b695f04d976a,9e39b695f04d976a] [qtp1225114731-1294]  INFO [aai-resources,67ea5d539c11ed4a9e39b695f04d976a,9e39b695f04d976a] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:03.320 [67ea5d539c11ed4a9e39b695f04d976a,9e39b695f04d976a] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d539c11ed4a9e39b695f04d976a,9e39b695f04d976a] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bf0a1e2e-23ed-4cb8-861f-e85b2107640d","status":"200","rqstDate":"250331-09:16:03:301","respDate":"250331-09:16:03:320","sourceId":"haproxy:bf0a1e2e-23ed-4cb8-861f-e85b2107640d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:16:03:301-93151\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f805d510-fe6d-4392-8215-92e5424d2863], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bf0a1e2e-23ed-4cb8-861f-e85b2107640d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 09:16:05.327 [67ea5d5521a0c99e468517b73e6b03ff,468517b73e6b03ff] [qtp1225114731-852]  INFO [aai-resources,67ea5d5521a0c99e468517b73e6b03ff,468517b73e6b03ff] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:05.337 [67ea5d5521a0c99e468517b73e6b03ff,468517b73e6b03ff] [qtp1225114731-852] DEBUG [aai-resources,67ea5d5521a0c99e468517b73e6b03ff,468517b73e6b03ff] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b7adf04-bf19-4ad9-a2b7-ca299dfdb2e7","status":"200","rqstDate":"250331-09:16:05:327","respDate":"250331-09:16:05:337","sourceId":"haproxy:8b7adf04-bf19-4ad9-a2b7-ca299dfdb2e7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:05:327-72932\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[380b9269-806c-44f9-bb0b-abc79bf81471], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8b7adf04-bf19-4ad9-a2b7-ca299dfdb2e7]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:16:07.345 [67ea5d576c8093421914117e70b10a79,1914117e70b10a79] [qtp1225114731-1294]  INFO [aai-resources,67ea5d576c8093421914117e70b10a79,1914117e70b10a79] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:07.359 [67ea5d576c8093421914117e70b10a79,1914117e70b10a79] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d576c8093421914117e70b10a79,1914117e70b10a79] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9ce53a6e-4f28-4ae0-ad73-ef2d5c15e740","status":"200","rqstDate":"250331-09:16:07:345","respDate":"250331-09:16:07:359","sourceId":"haproxy:9ce53a6e-4f28-4ae0-ad73-ef2d5c15e740","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:07:345-64043\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[966cebcf-f55b-4572-b5bb-2300d656ad77], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9ce53a6e-4f28-4ae0-ad73-ef2d5c15e740]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:16:09.366 [67ea5d597a56ceedb49727ca00638a41,b49727ca00638a41] [qtp1225114731-852]  INFO [aai-resources,67ea5d597a56ceedb49727ca00638a41,b49727ca00638a41] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:09.374 [67ea5d597a56ceedb49727ca00638a41,b49727ca00638a41] [qtp1225114731-852] DEBUG [aai-resources,67ea5d597a56ceedb49727ca00638a41,b49727ca00638a41] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8e5000c7-b517-48ab-bd73-851d92f733c3","status":"200","rqstDate":"250331-09:16:09:366","respDate":"250331-09:16:09:374","sourceId":"haproxy:8e5000c7-b517-48ab-bd73-851d92f733c3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:16:09:366-37907\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[63dd0aa5-9e3e-4223-83ed-904eab2e217f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8e5000c7-b517-48ab-bd73-851d92f733c3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
2025-03-31 09:16:11.381 [67ea5d5bacda513b908e928768af7d35,908e928768af7d35] [qtp1225114731-1294]  INFO [aai-resources,67ea5d5bacda513b908e928768af7d35,908e928768af7d35] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:11.393 [67ea5d5bacda513b908e928768af7d35,908e928768af7d35] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d5bacda513b908e928768af7d35,908e928768af7d35] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8940de3b-c894-4200-8dc3-39b1986681c8","status":"200","rqstDate":"250331-09:16:11:381","respDate":"250331-09:16:11:393","sourceId":"haproxy:8940de3b-c894-4200-8dc3-39b1986681c8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:11:381-4563\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3e8a8db3-19e2-4937-ae18-2bd642936ff0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8940de3b-c894-4200-8dc3-39b1986681c8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:16:13.402 [67ea5d5d42bb7b023f0d974f5453236f,3f0d974f5453236f] [qtp1225114731-852]  INFO [aai-resources,67ea5d5d42bb7b023f0d974f5453236f,3f0d974f5453236f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:13.419 [67ea5d5d42bb7b023f0d974f5453236f,3f0d974f5453236f] [qtp1225114731-852] DEBUG [aai-resources,67ea5d5d42bb7b023f0d974f5453236f,3f0d974f5453236f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6b75d79e-7bb3-4d5f-bd83-41ea1c395301","status":"200","rqstDate":"250331-09:16:13:404","respDate":"250331-09:16:13:419","sourceId":"haproxy:6b75d79e-7bb3-4d5f-bd83-41ea1c395301","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:13:404-54688\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d834955a-3b42-4da5-8867-0a7272128e4d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6b75d79e-7bb3-4d5f-bd83-41ea1c395301]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:16:15.424 [67ea5d5fd8eb4a8c0a6889175617a463,0a6889175617a463] [qtp1225114731-1294]  INFO [aai-resources,67ea5d5fd8eb4a8c0a6889175617a463,0a6889175617a463] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:15.436 [67ea5d5fd8eb4a8c0a6889175617a463,0a6889175617a463] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d5fd8eb4a8c0a6889175617a463,0a6889175617a463] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"16faa424-51f9-4599-9e0d-51e1eaad56b8","status":"200","rqstDate":"250331-09:16:15:424","respDate":"250331-09:16:15:436","sourceId":"haproxy:16faa424-51f9-4599-9e0d-51e1eaad56b8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:16:15:424-55349\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ca8eb8e3-cbe8-408f-9a56-f3d29a5ddf9e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[16faa424-51f9-4599-9e0d-51e1eaad56b8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:16:17.448 [67ea5d61444984c9cc10eaeb11fb77b2,cc10eaeb11fb77b2] [qtp1225114731-852]  INFO [aai-resources,67ea5d61444984c9cc10eaeb11fb77b2,cc10eaeb11fb77b2] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:17.460 [67ea5d61444984c9cc10eaeb11fb77b2,cc10eaeb11fb77b2] [qtp1225114731-852] DEBUG [aai-resources,67ea5d61444984c9cc10eaeb11fb77b2,cc10eaeb11fb77b2] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9f83da5f-214d-43e8-a155-20d236664ef1","status":"200","rqstDate":"250331-09:16:17:448","respDate":"250331-09:16:17:460","sourceId":"haproxy:9f83da5f-214d-43e8-a155-20d236664ef1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:16:17:448-5454\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bc0a89be-23fd-4c16-9a4e-50a5cc964d2b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9f83da5f-214d-43e8-a155-20d236664ef1]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:16:19.467 [67ea5d6341039b88e261addf780b9da9,e261addf780b9da9] [qtp1225114731-1294]  INFO [aai-resources,67ea5d6341039b88e261addf780b9da9,e261addf780b9da9] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:19.479 [67ea5d6341039b88e261addf780b9da9,e261addf780b9da9] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d6341039b88e261addf780b9da9,e261addf780b9da9] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"05eacb22-936b-476b-aa69-8594cc48c6b5","status":"200","rqstDate":"250331-09:16:19:467","respDate":"250331-09:16:19:479","sourceId":"haproxy:05eacb22-936b-476b-aa69-8594cc48c6b5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:16:19:467-7805\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ac9a53a9-307a-4fb6-9c87-21f0fb901312], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[05eacb22-936b-476b-aa69-8594cc48c6b5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:16:21.486 [67ea5d65dc2c8923036878ea6ca58455,036878ea6ca58455] [qtp1225114731-852]  INFO [aai-resources,67ea5d65dc2c8923036878ea6ca58455,036878ea6ca58455] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:21.501 [67ea5d65dc2c8923036878ea6ca58455,036878ea6ca58455] [qtp1225114731-852] DEBUG [aai-resources,67ea5d65dc2c8923036878ea6ca58455,036878ea6ca58455] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"834ed7c4-6d92-49d1-af1f-aa680931d3c6","status":"200","rqstDate":"250331-09:16:21:486","respDate":"250331-09:16:21:501","sourceId":"haproxy:834ed7c4-6d92-49d1-af1f-aa680931d3c6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:21:486-10642\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[885a3029-77c8-4c5e-a61c-007bbbd5d8b3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[834ed7c4-6d92-49d1-af1f-aa680931d3c6]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:16:23.506 [67ea5d67c3f37d6db83af1270775e477,b83af1270775e477] [qtp1225114731-1294]  INFO [aai-resources,67ea5d67c3f37d6db83af1270775e477,b83af1270775e477] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:23.520 [67ea5d67c3f37d6db83af1270775e477,b83af1270775e477] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d67c3f37d6db83af1270775e477,b83af1270775e477] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"35b27bcf-bb11-4c54-bfe8-5e0238db2144","status":"200","rqstDate":"250331-09:16:23:507","respDate":"250331-09:16:23:520","sourceId":"haproxy:35b27bcf-bb11-4c54-bfe8-5e0238db2144","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:16:23:507-32963\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[33356d22-20a0-4e80-b25c-5777aa641ce5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[35b27bcf-bb11-4c54-bfe8-5e0238db2144]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:16:25.527 [67ea5d6936a0f21d1cea7681cc9fd281,1cea7681cc9fd281] [qtp1225114731-852]  INFO [aai-resources,67ea5d6936a0f21d1cea7681cc9fd281,1cea7681cc9fd281] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:25.540 [67ea5d6936a0f21d1cea7681cc9fd281,1cea7681cc9fd281] [qtp1225114731-852] DEBUG [aai-resources,67ea5d6936a0f21d1cea7681cc9fd281,1cea7681cc9fd281] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c61729e6-b5d0-4b69-bd6d-2569f91f2e91","status":"200","rqstDate":"250331-09:16:25:527","respDate":"250331-09:16:25:540","sourceId":"haproxy:c61729e6-b5d0-4b69-bd6d-2569f91f2e91","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:16:25:527-58580\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e0e1b0ad-301c-426d-9219-cc64e857650f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c61729e6-b5d0-4b69-bd6d-2569f91f2e91]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:16:27.547 [67ea5d6b05b8d53cdb4eb9e2cbfae9a1,db4eb9e2cbfae9a1] [qtp1225114731-1294]  INFO [aai-resources,67ea5d6b05b8d53cdb4eb9e2cbfae9a1,db4eb9e2cbfae9a1] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:27.559 [67ea5d6b05b8d53cdb4eb9e2cbfae9a1,db4eb9e2cbfae9a1] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d6b05b8d53cdb4eb9e2cbfae9a1,db4eb9e2cbfae9a1] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d4cb85fc-8cc1-4c12-9a3f-1e3cc73c9ca3","status":"200","rqstDate":"250331-09:16:27:547","respDate":"250331-09:16:27:559","sourceId":"haproxy:d4cb85fc-8cc1-4c12-9a3f-1e3cc73c9ca3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:27:547-58147\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e129c419-d723-45cd-a818-b561e752ce5f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d4cb85fc-8cc1-4c12-9a3f-1e3cc73c9ca3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:16:29.566 [67ea5d6dca5f7be7cb573cabb80a2402,cb573cabb80a2402] [qtp1225114731-852]  INFO [aai-resources,67ea5d6dca5f7be7cb573cabb80a2402,cb573cabb80a2402] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:29.579 [67ea5d6dca5f7be7cb573cabb80a2402,cb573cabb80a2402] [qtp1225114731-852] DEBUG [aai-resources,67ea5d6dca5f7be7cb573cabb80a2402,cb573cabb80a2402] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e8de8519-e3a4-4572-8581-7a3f2b4117ab","status":"200","rqstDate":"250331-09:16:29:566","respDate":"250331-09:16:29:579","sourceId":"haproxy:e8de8519-e3a4-4572-8581-7a3f2b4117ab","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:16:29:566-25704\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4c2d795f-54f4-40e2-a2cb-c2aa11688983], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e8de8519-e3a4-4572-8581-7a3f2b4117ab]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:16:31.585 [67ea5d6f0cedd938a459d544a2f68009,a459d544a2f68009] [qtp1225114731-1294]  INFO [aai-resources,67ea5d6f0cedd938a459d544a2f68009,a459d544a2f68009] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:31.597 [67ea5d6f0cedd938a459d544a2f68009,a459d544a2f68009] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d6f0cedd938a459d544a2f68009,a459d544a2f68009] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ceabbc29-dc47-42a7-8644-3e1c4a63332a","status":"200","rqstDate":"250331-09:16:31:585","respDate":"250331-09:16:31:597","sourceId":"haproxy:ceabbc29-dc47-42a7-8644-3e1c4a63332a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:16:31:585-67292\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f16173f9-28df-4c63-b71f-c51b9e3d1dc9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ceabbc29-dc47-42a7-8644-3e1c4a63332a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:16:33.603 [67ea5d71b94dc98a8eba50edb3b1bd99,8eba50edb3b1bd99] [qtp1225114731-852]  INFO [aai-resources,67ea5d71b94dc98a8eba50edb3b1bd99,8eba50edb3b1bd99] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:33.617 [67ea5d71b94dc98a8eba50edb3b1bd99,8eba50edb3b1bd99] [qtp1225114731-852] DEBUG [aai-resources,67ea5d71b94dc98a8eba50edb3b1bd99,8eba50edb3b1bd99] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d18fc27a-354b-469d-a9fd-5e34cfedee4e","status":"200","rqstDate":"250331-09:16:33:603","respDate":"250331-09:16:33:617","sourceId":"haproxy:d18fc27a-354b-469d-a9fd-5e34cfedee4e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:33:603-81865\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[62fc90af-a623-4b9f-8b7b-ac926da1d74c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d18fc27a-354b-469d-a9fd-5e34cfedee4e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:16:35.625 [67ea5d73a6cee78c84d8e0dc1e692e8f,84d8e0dc1e692e8f] [qtp1225114731-1294]  INFO [aai-resources,67ea5d73a6cee78c84d8e0dc1e692e8f,84d8e0dc1e692e8f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:35.637 [67ea5d73a6cee78c84d8e0dc1e692e8f,84d8e0dc1e692e8f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d73a6cee78c84d8e0dc1e692e8f,84d8e0dc1e692e8f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fd12500c-b3f3-44cf-822c-81067a202405","status":"200","rqstDate":"250331-09:16:35:625","respDate":"250331-09:16:35:637","sourceId":"haproxy:fd12500c-b3f3-44cf-822c-81067a202405","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:35:625-96197\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4db48f76-6a85-4e8b-90e3-028126d4040d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fd12500c-b3f3-44cf-822c-81067a202405]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:16:37.643 [67ea5d75a708f4ef4b1f3ddeb5cffea1,4b1f3ddeb5cffea1] [qtp1225114731-852]  INFO [aai-resources,67ea5d75a708f4ef4b1f3ddeb5cffea1,4b1f3ddeb5cffea1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:37.657 [67ea5d75a708f4ef4b1f3ddeb5cffea1,4b1f3ddeb5cffea1] [qtp1225114731-852] DEBUG [aai-resources,67ea5d75a708f4ef4b1f3ddeb5cffea1,4b1f3ddeb5cffea1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bc4600fe-e8fa-42e7-906f-d5801ce161d5","status":"200","rqstDate":"250331-09:16:37:643","respDate":"250331-09:16:37:657","sourceId":"haproxy:bc4600fe-e8fa-42e7-906f-d5801ce161d5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:37:643-75226\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5166dac6-c828-46d2-bc4c-e1cdd83a2715], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bc4600fe-e8fa-42e7-906f-d5801ce161d5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:16:39.664 [67ea5d7748f8249feb3d65f5602fa4bf,eb3d65f5602fa4bf] [qtp1225114731-1294]  INFO [aai-resources,67ea5d7748f8249feb3d65f5602fa4bf,eb3d65f5602fa4bf] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:39.679 [67ea5d7748f8249feb3d65f5602fa4bf,eb3d65f5602fa4bf] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d7748f8249feb3d65f5602fa4bf,eb3d65f5602fa4bf] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b988d9b-831e-4bc9-aac4-53c6ab882451","status":"200","rqstDate":"250331-09:16:39:664","respDate":"250331-09:16:39:679","sourceId":"haproxy:8b988d9b-831e-4bc9-aac4-53c6ab882451","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:16:39:664-93337\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[005bfc89-7dfe-45ae-afb0-99a0acc4a770], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8b988d9b-831e-4bc9-aac4-53c6ab882451]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:16:41.686 [67ea5d79e6348dfdf2775ac62b7d1968,f2775ac62b7d1968] [qtp1225114731-852]  INFO [aai-resources,67ea5d79e6348dfdf2775ac62b7d1968,f2775ac62b7d1968] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:41.704 [67ea5d79e6348dfdf2775ac62b7d1968,f2775ac62b7d1968] [qtp1225114731-852] DEBUG [aai-resources,67ea5d79e6348dfdf2775ac62b7d1968,f2775ac62b7d1968] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"58bafdc6-e6d0-448c-a329-d1ae67d54cd7","status":"200","rqstDate":"250331-09:16:41:686","respDate":"250331-09:16:41:704","sourceId":"haproxy:58bafdc6-e6d0-448c-a329-d1ae67d54cd7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:41:686-10701\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a3a6d992-fe83-4f26-9143-def0bb45c171], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[58bafdc6-e6d0-448c-a329-d1ae67d54cd7]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
2025-03-31 09:16:43.711 [67ea5d7bb3643b3fd0adf0f8c9e4d275,d0adf0f8c9e4d275] [qtp1225114731-1294]  INFO [aai-resources,67ea5d7bb3643b3fd0adf0f8c9e4d275,d0adf0f8c9e4d275] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:43.726 [67ea5d7bb3643b3fd0adf0f8c9e4d275,d0adf0f8c9e4d275] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d7bb3643b3fd0adf0f8c9e4d275,d0adf0f8c9e4d275] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3ae1bc67-1934-443e-9731-5ec274176b6c","status":"200","rqstDate":"250331-09:16:43:711","respDate":"250331-09:16:43:726","sourceId":"haproxy:3ae1bc67-1934-443e-9731-5ec274176b6c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:43:711-79320\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d47f92f0-fae8-4204-be3e-847dab851132], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3ae1bc67-1934-443e-9731-5ec274176b6c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:16:45.733 [67ea5d7d85d86361fa617eacd58faa76,fa617eacd58faa76] [qtp1225114731-852]  INFO [aai-resources,67ea5d7d85d86361fa617eacd58faa76,fa617eacd58faa76] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:45.752 [67ea5d7d85d86361fa617eacd58faa76,fa617eacd58faa76] [qtp1225114731-852] DEBUG [aai-resources,67ea5d7d85d86361fa617eacd58faa76,fa617eacd58faa76] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4fd2cd1-ec03-4e8b-b9b7-cffece397549","status":"200","rqstDate":"250331-09:16:45:733","respDate":"250331-09:16:45:752","sourceId":"haproxy:e4fd2cd1-ec03-4e8b-b9b7-cffece397549","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:16:45:733-52840\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[081c2b8a-6257-4358-a68f-c922d5b5bf36], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e4fd2cd1-ec03-4e8b-b9b7-cffece397549]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 21 - "logType": "access"
2025-03-31 09:16:47.758 [67ea5d7f8c0b1b6ed1b45bfa2f6e7299,d1b45bfa2f6e7299] [qtp1225114731-1294]  INFO [aai-resources,67ea5d7f8c0b1b6ed1b45bfa2f6e7299,d1b45bfa2f6e7299] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:47.766 [67ea5d7f8c0b1b6ed1b45bfa2f6e7299,d1b45bfa2f6e7299] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d7f8c0b1b6ed1b45bfa2f6e7299,d1b45bfa2f6e7299] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0dd83c8c-cba8-4d34-84b3-f888d30ff4d5","status":"200","rqstDate":"250331-09:16:47:758","respDate":"250331-09:16:47:766","sourceId":"haproxy:0dd83c8c-cba8-4d34-84b3-f888d30ff4d5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:16:47:758-80367\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a719d4a9-6baf-4097-a940-4f30a7b78a61], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0dd83c8c-cba8-4d34-84b3-f888d30ff4d5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
2025-03-31 09:16:49.773 [67ea5d815671fb27107e7248b047421f,107e7248b047421f] [qtp1225114731-852]  INFO [aai-resources,67ea5d815671fb27107e7248b047421f,107e7248b047421f] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:49.781 [67ea5d815671fb27107e7248b047421f,107e7248b047421f] [qtp1225114731-852] DEBUG [aai-resources,67ea5d815671fb27107e7248b047421f,107e7248b047421f] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"60f90b8d-4579-4235-b1d9-2a471a33163c","status":"200","rqstDate":"250331-09:16:49:773","respDate":"250331-09:16:49:781","sourceId":"haproxy:60f90b8d-4579-4235-b1d9-2a471a33163c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:16:49:773-94489\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f125440e-3048-4c27-b4a8-de10cc2196e2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[60f90b8d-4579-4235-b1d9-2a471a33163c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:16:51.788 [67ea5d83156c4d755684eb6557cfe8d4,5684eb6557cfe8d4] [qtp1225114731-1294]  INFO [aai-resources,67ea5d83156c4d755684eb6557cfe8d4,5684eb6557cfe8d4] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:51.804 [67ea5d83156c4d755684eb6557cfe8d4,5684eb6557cfe8d4] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d83156c4d755684eb6557cfe8d4,5684eb6557cfe8d4] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"906baf5d-371f-49da-bc91-5ae08c80a638","status":"200","rqstDate":"250331-09:16:51:788","respDate":"250331-09:16:51:803","sourceId":"haproxy:906baf5d-371f-49da-bc91-5ae08c80a638","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:16:51:788-41657\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7c7742e1-d453-4dc9-8b8a-52d6d6caf59d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[906baf5d-371f-49da-bc91-5ae08c80a638]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:16:53.811 [67ea5d853b5743278c6d76ee04db67a7,8c6d76ee04db67a7] [qtp1225114731-852]  INFO [aai-resources,67ea5d853b5743278c6d76ee04db67a7,8c6d76ee04db67a7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:53.827 [67ea5d853b5743278c6d76ee04db67a7,8c6d76ee04db67a7] [qtp1225114731-852] DEBUG [aai-resources,67ea5d853b5743278c6d76ee04db67a7,8c6d76ee04db67a7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"777ccf82-d88f-4d60-9da0-3dd20f8c8c9a","status":"200","rqstDate":"250331-09:16:53:811","respDate":"250331-09:16:53:827","sourceId":"haproxy:777ccf82-d88f-4d60-9da0-3dd20f8c8c9a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:16:53:811-22376\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8d0a13fd-02f5-439f-ae01-36c030d2459a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[777ccf82-d88f-4d60-9da0-3dd20f8c8c9a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:16:55.834 [67ea5d871a00b3437f732c37fa60020f,7f732c37fa60020f] [qtp1225114731-1294]  INFO [aai-resources,67ea5d871a00b3437f732c37fa60020f,7f732c37fa60020f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:55.846 [67ea5d871a00b3437f732c37fa60020f,7f732c37fa60020f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d871a00b3437f732c37fa60020f,7f732c37fa60020f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fee5162b-a3d2-4d2f-a6a1-2db2fe961572","status":"200","rqstDate":"250331-09:16:55:834","respDate":"250331-09:16:55:846","sourceId":"haproxy:fee5162b-a3d2-4d2f-a6a1-2db2fe961572","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:16:55:834-2173\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5ecab1e8-5a81-4281-9b24-6926c25ed6a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fee5162b-a3d2-4d2f-a6a1-2db2fe961572]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:16:57.854 [67ea5d89fd6bc348ab8c1a6a50ae00eb,ab8c1a6a50ae00eb] [qtp1225114731-852]  INFO [aai-resources,67ea5d89fd6bc348ab8c1a6a50ae00eb,ab8c1a6a50ae00eb] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:57.871 [67ea5d89fd6bc348ab8c1a6a50ae00eb,ab8c1a6a50ae00eb] [qtp1225114731-852] DEBUG [aai-resources,67ea5d89fd6bc348ab8c1a6a50ae00eb,ab8c1a6a50ae00eb] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3673a0aa-1f00-4e65-bc90-2fad69aca69a","status":"200","rqstDate":"250331-09:16:57:854","respDate":"250331-09:16:57:870","sourceId":"haproxy:3673a0aa-1f00-4e65-bc90-2fad69aca69a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:57:854-61479\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dd9fdac6-421e-44ae-94ca-85e7442562d9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3673a0aa-1f00-4e65-bc90-2fad69aca69a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:16:59.877 [67ea5d8b64753a33a28c60fe0d0d6e1e,a28c60fe0d0d6e1e] [qtp1225114731-1294]  INFO [aai-resources,67ea5d8b64753a33a28c60fe0d0d6e1e,a28c60fe0d0d6e1e] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:16:59.892 [67ea5d8b64753a33a28c60fe0d0d6e1e,a28c60fe0d0d6e1e] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d8b64753a33a28c60fe0d0d6e1e,a28c60fe0d0d6e1e] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"611422f9-3bfb-4316-b4bb-92d076ae8859","status":"200","rqstDate":"250331-09:16:59:877","respDate":"250331-09:16:59:892","sourceId":"haproxy:611422f9-3bfb-4316-b4bb-92d076ae8859","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:16:59:877-71876\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a409a232-e048-43d6-8f98-e4ab8b516cda], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[611422f9-3bfb-4316-b4bb-92d076ae8859]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:16:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:17:01.899 [67ea5d8dcf4ea1248a50d9777327dd79,8a50d9777327dd79] [qtp1225114731-852]  INFO [aai-resources,67ea5d8dcf4ea1248a50d9777327dd79,8a50d9777327dd79] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:01.909 [67ea5d8dcf4ea1248a50d9777327dd79,8a50d9777327dd79] [qtp1225114731-852] DEBUG [aai-resources,67ea5d8dcf4ea1248a50d9777327dd79,8a50d9777327dd79] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"dce307ee-7f21-4b1f-a16a-b63a6c063c2a","status":"200","rqstDate":"250331-09:17:01:899","respDate":"250331-09:17:01:909","sourceId":"haproxy:dce307ee-7f21-4b1f-a16a-b63a6c063c2a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:17:01:899-3625\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[617dc6bc-a8be-4b72-a059-f9bd819f49e2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[dce307ee-7f21-4b1f-a16a-b63a6c063c2a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:17:03.915 [67ea5d8f00c89a73d253b293269a9a75,d253b293269a9a75] [qtp1225114731-1294]  INFO [aai-resources,67ea5d8f00c89a73d253b293269a9a75,d253b293269a9a75] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:03.926 [67ea5d8f00c89a73d253b293269a9a75,d253b293269a9a75] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d8f00c89a73d253b293269a9a75,d253b293269a9a75] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0f4c40ef-6654-48b4-9548-e0350f971e5a","status":"200","rqstDate":"250331-09:17:03:915","respDate":"250331-09:17:03:926","sourceId":"haproxy:0f4c40ef-6654-48b4-9548-e0350f971e5a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:17:03:915-77773\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fa23c8de-cb80-488b-be8b-a8a9e56e231d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0f4c40ef-6654-48b4-9548-e0350f971e5a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:17:05.935 [67ea5d91dc5a242e044ffcb32f11a4a7,044ffcb32f11a4a7] [qtp1225114731-852]  INFO [aai-resources,67ea5d91dc5a242e044ffcb32f11a4a7,044ffcb32f11a4a7] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:05.946 [67ea5d91dc5a242e044ffcb32f11a4a7,044ffcb32f11a4a7] [qtp1225114731-852] DEBUG [aai-resources,67ea5d91dc5a242e044ffcb32f11a4a7,044ffcb32f11a4a7] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c3e46c61-234b-41ce-94e6-6389ac85587f","status":"200","rqstDate":"250331-09:17:05:935","respDate":"250331-09:17:05:946","sourceId":"haproxy:c3e46c61-234b-41ce-94e6-6389ac85587f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:17:05:935-52171\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ff030705-b738-48f3-bb86-be8795da26bf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c3e46c61-234b-41ce-94e6-6389ac85587f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:17:07.953 [67ea5d93738a4269a7532bd365722c14,a7532bd365722c14] [qtp1225114731-1294]  INFO [aai-resources,67ea5d93738a4269a7532bd365722c14,a7532bd365722c14] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:07.967 [67ea5d93738a4269a7532bd365722c14,a7532bd365722c14] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d93738a4269a7532bd365722c14,a7532bd365722c14] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"7f748fb7-c3a1-49a8-9ad3-806b0c8a6fd9","status":"200","rqstDate":"250331-09:17:07:953","respDate":"250331-09:17:07:967","sourceId":"haproxy:7f748fb7-c3a1-49a8-9ad3-806b0c8a6fd9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:17:07:953-68769\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2a3b1db0-3a84-4682-a7a5-c563fb9e7c72], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[7f748fb7-c3a1-49a8-9ad3-806b0c8a6fd9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:17:09.974 [67ea5d95ea31fc040003f8d34bd45895,0003f8d34bd45895] [qtp1225114731-852]  INFO [aai-resources,67ea5d95ea31fc040003f8d34bd45895,0003f8d34bd45895] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:09.986 [67ea5d95ea31fc040003f8d34bd45895,0003f8d34bd45895] [qtp1225114731-852] DEBUG [aai-resources,67ea5d95ea31fc040003f8d34bd45895,0003f8d34bd45895] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8d666230-adb2-4744-bf51-4b597a42d89a","status":"200","rqstDate":"250331-09:17:09:974","respDate":"250331-09:17:09:986","sourceId":"haproxy:8d666230-adb2-4744-bf51-4b597a42d89a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:17:09:974-77406\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[794de68e-382a-493d-b18f-580ad747e004], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8d666230-adb2-4744-bf51-4b597a42d89a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:17:11.992 [67ea5d97c8f7c85ba229aed4e945fe70,a229aed4e945fe70] [qtp1225114731-1294]  INFO [aai-resources,67ea5d97c8f7c85ba229aed4e945fe70,a229aed4e945fe70] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:12.007 [67ea5d97c8f7c85ba229aed4e945fe70,a229aed4e945fe70] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d97c8f7c85ba229aed4e945fe70,a229aed4e945fe70] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fae255fd-ddde-4779-b1d7-2784804b3208","status":"200","rqstDate":"250331-09:17:11:993","respDate":"250331-09:17:12:007","sourceId":"haproxy:fae255fd-ddde-4779-b1d7-2784804b3208","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:17:11:993-71185\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ae8cd178-4f1c-45d0-9fb5-fe10f5e3b455], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fae255fd-ddde-4779-b1d7-2784804b3208]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:17:14.013 [67ea5d9ae1b073106a41eef1bf6e5766,6a41eef1bf6e5766] [qtp1225114731-852]  INFO [aai-resources,67ea5d9ae1b073106a41eef1bf6e5766,6a41eef1bf6e5766] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:14.025 [67ea5d9ae1b073106a41eef1bf6e5766,6a41eef1bf6e5766] [qtp1225114731-852] DEBUG [aai-resources,67ea5d9ae1b073106a41eef1bf6e5766,6a41eef1bf6e5766] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9b3b7568-a367-43bf-9641-3d9a2c980398","status":"200","rqstDate":"250331-09:17:14:013","respDate":"250331-09:17:14:024","sourceId":"haproxy:9b3b7568-a367-43bf-9641-3d9a2c980398","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:17:14:013-60164\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[40bfa79c-f6ac-460a-be76-08c3263f6814], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9b3b7568-a367-43bf-9641-3d9a2c980398]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:17:16.032 [67ea5d9c93fd0cd30a74d09c7cc20966,0a74d09c7cc20966] [qtp1225114731-1294]  INFO [aai-resources,67ea5d9c93fd0cd30a74d09c7cc20966,0a74d09c7cc20966] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:16.045 [67ea5d9c93fd0cd30a74d09c7cc20966,0a74d09c7cc20966] [qtp1225114731-1294] DEBUG [aai-resources,67ea5d9c93fd0cd30a74d09c7cc20966,0a74d09c7cc20966] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a4e9e2a6-dca6-4c39-b343-6843f6210316","status":"200","rqstDate":"250331-09:17:16:032","respDate":"250331-09:17:16:045","sourceId":"haproxy:a4e9e2a6-dca6-4c39-b343-6843f6210316","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:17:16:032-96193\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bdc6551e-b794-46a0-81d9-bfbc0ddbd28d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a4e9e2a6-dca6-4c39-b343-6843f6210316]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:17:18.052 [67ea5d9e35d03f2e63c1a88808fe943a,63c1a88808fe943a] [qtp1225114731-852]  INFO [aai-resources,67ea5d9e35d03f2e63c1a88808fe943a,63c1a88808fe943a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:18.066 [67ea5d9e35d03f2e63c1a88808fe943a,63c1a88808fe943a] [qtp1225114731-852] DEBUG [aai-resources,67ea5d9e35d03f2e63c1a88808fe943a,63c1a88808fe943a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8b8bc792-02eb-4961-b56d-9be160777593","status":"200","rqstDate":"250331-09:17:18:052","respDate":"250331-09:17:18:066","sourceId":"haproxy:8b8bc792-02eb-4961-b56d-9be160777593","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:17:18:052-77885\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[48a40d13-3f06-4bb4-ab64-fc1e5416730f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8b8bc792-02eb-4961-b56d-9be160777593]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:17:20.073 [67ea5da0f6d8e3ee302cea4cfc747867,302cea4cfc747867] [qtp1225114731-1294]  INFO [aai-resources,67ea5da0f6d8e3ee302cea4cfc747867,302cea4cfc747867] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:20.086 [67ea5da0f6d8e3ee302cea4cfc747867,302cea4cfc747867] [qtp1225114731-1294] DEBUG [aai-resources,67ea5da0f6d8e3ee302cea4cfc747867,302cea4cfc747867] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5349d71d-692b-4d32-b12c-f103ad3a55ed","status":"200","rqstDate":"250331-09:17:20:073","respDate":"250331-09:17:20:086","sourceId":"haproxy:5349d71d-692b-4d32-b12c-f103ad3a55ed","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:17:20:073-92694\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f167d1fc-d9f0-4563-ac14-5332a78db796], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5349d71d-692b-4d32-b12c-f103ad3a55ed]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:17:22.092 [67ea5da220ca6cd9a4c0c1f4bba89cdd,a4c0c1f4bba89cdd] [qtp1225114731-852]  INFO [aai-resources,67ea5da220ca6cd9a4c0c1f4bba89cdd,a4c0c1f4bba89cdd] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:22.105 [67ea5da220ca6cd9a4c0c1f4bba89cdd,a4c0c1f4bba89cdd] [qtp1225114731-852] DEBUG [aai-resources,67ea5da220ca6cd9a4c0c1f4bba89cdd,a4c0c1f4bba89cdd] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"52cb4ddc-36b6-4788-8b0b-64be93bbad1c","status":"200","rqstDate":"250331-09:17:22:092","respDate":"250331-09:17:22:105","sourceId":"haproxy:52cb4ddc-36b6-4788-8b0b-64be93bbad1c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:17:22:092-64414\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[39367a96-a434-4386-9ce5-b2042f0d351d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[52cb4ddc-36b6-4788-8b0b-64be93bbad1c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:17:24.111 [67ea5da47de03248b7eaae03c09b5957,b7eaae03c09b5957] [qtp1225114731-1294]  INFO [aai-resources,67ea5da47de03248b7eaae03c09b5957,b7eaae03c09b5957] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:24.123 [67ea5da47de03248b7eaae03c09b5957,b7eaae03c09b5957] [qtp1225114731-1294] DEBUG [aai-resources,67ea5da47de03248b7eaae03c09b5957,b7eaae03c09b5957] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8be99458-ab64-400f-a373-e6fd49aba90b","status":"200","rqstDate":"250331-09:17:24:111","respDate":"250331-09:17:24:123","sourceId":"haproxy:8be99458-ab64-400f-a373-e6fd49aba90b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:17:24:111-82414\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5b641a1b-5074-47f8-af0a-85b9dadc0a63], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8be99458-ab64-400f-a373-e6fd49aba90b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:17:26.129 [67ea5da6e1cb69463109b723b942bf7d,3109b723b942bf7d] [qtp1225114731-852]  INFO [aai-resources,67ea5da6e1cb69463109b723b942bf7d,3109b723b942bf7d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:26.145 [67ea5da6e1cb69463109b723b942bf7d,3109b723b942bf7d] [qtp1225114731-852] DEBUG [aai-resources,67ea5da6e1cb69463109b723b942bf7d,3109b723b942bf7d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4354fb86-2120-4086-83e0-967508280c7c","status":"200","rqstDate":"250331-09:17:26:129","respDate":"250331-09:17:26:145","sourceId":"haproxy:4354fb86-2120-4086-83e0-967508280c7c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:17:26:129-66093\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[29f624ac-9757-4def-bc06-8b2e24415c73], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4354fb86-2120-4086-83e0-967508280c7c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:17:28.151 [67ea5da80410db8404fba8a2e04da67d,04fba8a2e04da67d] [qtp1225114731-1294]  INFO [aai-resources,67ea5da80410db8404fba8a2e04da67d,04fba8a2e04da67d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:28.190 [67ea5da80410db8404fba8a2e04da67d,04fba8a2e04da67d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5da80410db8404fba8a2e04da67d,04fba8a2e04da67d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3014ba2c-cf06-4748-a1c2-b436d8aac5d7","status":"200","rqstDate":"250331-09:17:28:151","respDate":"250331-09:17:28:190","sourceId":"haproxy:3014ba2c-cf06-4748-a1c2-b436d8aac5d7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:17:28:151-28115\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2608a154-a822-491a-bfd8-39e57ed5fab6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3014ba2c-cf06-4748-a1c2-b436d8aac5d7]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 41 - "logType": "access"
2025-03-31 09:17:30.198 [67ea5daae1a80428e5644ec0bc3bf9d3,e5644ec0bc3bf9d3] [qtp1225114731-852]  INFO [aai-resources,67ea5daae1a80428e5644ec0bc3bf9d3,e5644ec0bc3bf9d3] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:30.218 [67ea5daae1a80428e5644ec0bc3bf9d3,e5644ec0bc3bf9d3] [qtp1225114731-852] DEBUG [aai-resources,67ea5daae1a80428e5644ec0bc3bf9d3,e5644ec0bc3bf9d3] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e4cf41db-bbdc-4f1a-8b7e-e6606e906065","status":"200","rqstDate":"250331-09:17:30:198","respDate":"250331-09:17:30:218","sourceId":"haproxy:e4cf41db-bbdc-4f1a-8b7e-e6606e906065","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:17:30:198-83081\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[466a8070-42ac-4135-b1b9-d80401bac01c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e4cf41db-bbdc-4f1a-8b7e-e6606e906065]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 22 - "logType": "access"
2025-03-31 09:17:32.225 [67ea5dac76a67e4e13ed22974c9651a2,13ed22974c9651a2] [qtp1225114731-1294]  INFO [aai-resources,67ea5dac76a67e4e13ed22974c9651a2,13ed22974c9651a2] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:32.239 [67ea5dac76a67e4e13ed22974c9651a2,13ed22974c9651a2] [qtp1225114731-1294] DEBUG [aai-resources,67ea5dac76a67e4e13ed22974c9651a2,13ed22974c9651a2] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"98791562-a5b5-40f5-b9ce-f481ea21c285","status":"200","rqstDate":"250331-09:17:32:225","respDate":"250331-09:17:32:239","sourceId":"haproxy:98791562-a5b5-40f5-b9ce-f481ea21c285","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:17:32:225-89735\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[083c5301-7c6b-4737-b4ae-0ab34ef00d07], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[98791562-a5b5-40f5-b9ce-f481ea21c285]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:17:34.245 [67ea5daee4078f553a995db4efab4d16,3a995db4efab4d16] [qtp1225114731-852]  INFO [aai-resources,67ea5daee4078f553a995db4efab4d16,3a995db4efab4d16] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:34.260 [67ea5daee4078f553a995db4efab4d16,3a995db4efab4d16] [qtp1225114731-852] DEBUG [aai-resources,67ea5daee4078f553a995db4efab4d16,3a995db4efab4d16] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5c1ef064-7bf2-4446-82af-444839c97940","status":"200","rqstDate":"250331-09:17:34:245","respDate":"250331-09:17:34:260","sourceId":"haproxy:5c1ef064-7bf2-4446-82af-444839c97940","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:17:34:245-26318\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[471f3ed7-433d-929a-ad3e-9b29fe52c821], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5c1ef064-7bf2-4446-82af-444839c97940]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:17:36.267 [67ea5db0586e43ae85bc05f7708c781e,85bc05f7708c781e] [qtp1225114731-1294]  INFO [aai-resources,67ea5db0586e43ae85bc05f7708c781e,85bc05f7708c781e] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:36.276 [67ea5db0586e43ae85bc05f7708c781e,85bc05f7708c781e] [qtp1225114731-1294] DEBUG [aai-resources,67ea5db0586e43ae85bc05f7708c781e,85bc05f7708c781e] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"94b345a9-d4b3-4c87-9f66-830e3390789c","status":"200","rqstDate":"250331-09:17:36:267","respDate":"250331-09:17:36:276","sourceId":"haproxy:94b345a9-d4b3-4c87-9f66-830e3390789c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:17:36:267-55822\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f30d87a2-6695-40fd-a019-2e516e36f0c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[94b345a9-d4b3-4c87-9f66-830e3390789c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:17:38.283 [67ea5db2de42ddb2f0cbef70ef072c97,f0cbef70ef072c97] [qtp1225114731-852]  INFO [aai-resources,67ea5db2de42ddb2f0cbef70ef072c97,f0cbef70ef072c97] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:38.298 [67ea5db2de42ddb2f0cbef70ef072c97,f0cbef70ef072c97] [qtp1225114731-852] DEBUG [aai-resources,67ea5db2de42ddb2f0cbef70ef072c97,f0cbef70ef072c97] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"fff88acc-a46a-46bd-b8e9-3f8f8dd4ff07","status":"200","rqstDate":"250331-09:17:38:284","respDate":"250331-09:17:38:298","sourceId":"haproxy:fff88acc-a46a-46bd-b8e9-3f8f8dd4ff07","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:17:38:284-7708\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9c741787-8ced-49bc-9b7c-413d4c7c49a3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[fff88acc-a46a-46bd-b8e9-3f8f8dd4ff07]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:17:40.304 [67ea5db4718a78f689d83fb0c6c77cac,89d83fb0c6c77cac] [qtp1225114731-1294]  INFO [aai-resources,67ea5db4718a78f689d83fb0c6c77cac,89d83fb0c6c77cac] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:40.318 [67ea5db4718a78f689d83fb0c6c77cac,89d83fb0c6c77cac] [qtp1225114731-1294] DEBUG [aai-resources,67ea5db4718a78f689d83fb0c6c77cac,89d83fb0c6c77cac] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"90b3ebfc-f929-423d-a475-d49b48b86430","status":"200","rqstDate":"250331-09:17:40:305","respDate":"250331-09:17:40:318","sourceId":"haproxy:90b3ebfc-f929-423d-a475-d49b48b86430","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:17:40:305-28929\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[991dfd17-b9a6-4da1-b134-e1e459bbaf8f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[90b3ebfc-f929-423d-a475-d49b48b86430]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:17:42.324 [67ea5db644e2fbab56c3457819efbc9e,56c3457819efbc9e] [qtp1225114731-852]  INFO [aai-resources,67ea5db644e2fbab56c3457819efbc9e,56c3457819efbc9e] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:42.336 [67ea5db644e2fbab56c3457819efbc9e,56c3457819efbc9e] [qtp1225114731-852] DEBUG [aai-resources,67ea5db644e2fbab56c3457819efbc9e,56c3457819efbc9e] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"04ef64b6-9a76-4ccf-b94e-e01bc646343c","status":"200","rqstDate":"250331-09:17:42:324","respDate":"250331-09:17:42:336","sourceId":"haproxy:04ef64b6-9a76-4ccf-b94e-e01bc646343c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:17:42:324-9498\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0ff6d923-ebb8-49e7-a32a-5bbe89e36f95], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[04ef64b6-9a76-4ccf-b94e-e01bc646343c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:17:44.341 [67ea5db8e88ca5273f33b7bc4fb79c60,3f33b7bc4fb79c60] [qtp1225114731-1294]  INFO [aai-resources,67ea5db8e88ca5273f33b7bc4fb79c60,3f33b7bc4fb79c60] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:44.352 [67ea5db8e88ca5273f33b7bc4fb79c60,3f33b7bc4fb79c60] [qtp1225114731-1294] DEBUG [aai-resources,67ea5db8e88ca5273f33b7bc4fb79c60,3f33b7bc4fb79c60] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"22b15933-49cd-4f1a-853f-54748f216fe3","status":"200","rqstDate":"250331-09:17:44:342","respDate":"250331-09:17:44:352","sourceId":"haproxy:22b15933-49cd-4f1a-853f-54748f216fe3","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:17:44:342-3660\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f5986880-72c1-4ec7-aef2-48ec02134f50], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[22b15933-49cd-4f1a-853f-54748f216fe3]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:17:46.367 [67ea5dba3c1a30582c2648c795d50f6c,2c2648c795d50f6c] [qtp1225114731-852]  INFO [aai-resources,67ea5dba3c1a30582c2648c795d50f6c,2c2648c795d50f6c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:46.379 [67ea5dba3c1a30582c2648c795d50f6c,2c2648c795d50f6c] [qtp1225114731-852] DEBUG [aai-resources,67ea5dba3c1a30582c2648c795d50f6c,2c2648c795d50f6c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eded885e-6063-4c71-8465-643623c39acb","status":"200","rqstDate":"250331-09:17:46:367","respDate":"250331-09:17:46:379","sourceId":"haproxy:eded885e-6063-4c71-8465-643623c39acb","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:17:46:367-12792\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[27a0ec62-4369-49fa-b4bb-5efb86bb2d3b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eded885e-6063-4c71-8465-643623c39acb]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:17:48.384 [67ea5dbcb3afff1afda4f4a0b18e78a6,fda4f4a0b18e78a6] [qtp1225114731-1294]  INFO [aai-resources,67ea5dbcb3afff1afda4f4a0b18e78a6,fda4f4a0b18e78a6] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:48.401 [67ea5dbcb3afff1afda4f4a0b18e78a6,fda4f4a0b18e78a6] [qtp1225114731-1294] DEBUG [aai-resources,67ea5dbcb3afff1afda4f4a0b18e78a6,fda4f4a0b18e78a6] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"40ad4196-2e72-4834-b0c6-be91d1f95633","status":"200","rqstDate":"250331-09:17:48:386","respDate":"250331-09:17:48:401","sourceId":"haproxy:40ad4196-2e72-4834-b0c6-be91d1f95633","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:17:48:386-29918\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9cbab6ef-458b-4d36-9deb-ed6e905d2c53], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[40ad4196-2e72-4834-b0c6-be91d1f95633]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:17:50.406 [67ea5dbe82627b39840357c43ad162c1,840357c43ad162c1] [qtp1225114731-852]  INFO [aai-resources,67ea5dbe82627b39840357c43ad162c1,840357c43ad162c1] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:50.419 [67ea5dbe82627b39840357c43ad162c1,840357c43ad162c1] [qtp1225114731-852] DEBUG [aai-resources,67ea5dbe82627b39840357c43ad162c1,840357c43ad162c1] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"adb0ebce-b3ff-42e2-8990-35a74a892411","status":"200","rqstDate":"250331-09:17:50:406","respDate":"250331-09:17:50:419","sourceId":"haproxy:adb0ebce-b3ff-42e2-8990-35a74a892411","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:17:50:406-48380\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0ae99e6e-fb1f-443f-bde2-2531a49b1376], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[adb0ebce-b3ff-42e2-8990-35a74a892411]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:50 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:17:52.428 [67ea5dc0b8f092ddfcceaf87940328ed,fcceaf87940328ed] [qtp1225114731-1294]  INFO [aai-resources,67ea5dc0b8f092ddfcceaf87940328ed,fcceaf87940328ed] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:52.442 [67ea5dc0b8f092ddfcceaf87940328ed,fcceaf87940328ed] [qtp1225114731-1294] DEBUG [aai-resources,67ea5dc0b8f092ddfcceaf87940328ed,fcceaf87940328ed] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"76a80a13-a7fb-49ca-a028-3aee8cd1f4a8","status":"200","rqstDate":"250331-09:17:52:429","respDate":"250331-09:17:52:442","sourceId":"haproxy:76a80a13-a7fb-49ca-a028-3aee8cd1f4a8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:17:52:429-98983\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[25d1e5c0-c99c-4f52-b655-9cacd5c6ea72], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[76a80a13-a7fb-49ca-a028-3aee8cd1f4a8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:52 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:17:54.449 [67ea5dc2117bc63b76a5493711c36902,76a5493711c36902] [qtp1225114731-852]  INFO [aai-resources,67ea5dc2117bc63b76a5493711c36902,76a5493711c36902] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:54.463 [67ea5dc2117bc63b76a5493711c36902,76a5493711c36902] [qtp1225114731-852] DEBUG [aai-resources,67ea5dc2117bc63b76a5493711c36902,76a5493711c36902] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1bf7c215-39f0-4ba3-83b5-f820d7e8ab57","status":"200","rqstDate":"250331-09:17:54:449","respDate":"250331-09:17:54:463","sourceId":"haproxy:1bf7c215-39f0-4ba3-83b5-f820d7e8ab57","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:17:54:449-42947\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3f348aa3-e8fa-4a71-ab9e-ac4a0fcfeece], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1bf7c215-39f0-4ba3-83b5-f820d7e8ab57]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:54 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:17:56.470 [67ea5dc4885330fc4afe611c80022a38,4afe611c80022a38] [qtp1225114731-1294]  INFO [aai-resources,67ea5dc4885330fc4afe611c80022a38,4afe611c80022a38] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:56.484 [67ea5dc4885330fc4afe611c80022a38,4afe611c80022a38] [qtp1225114731-1294] DEBUG [aai-resources,67ea5dc4885330fc4afe611c80022a38,4afe611c80022a38] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b0f5736d-aaa6-4a79-ad7f-400bd5c0740b","status":"200","rqstDate":"250331-09:17:56:470","respDate":"250331-09:17:56:484","sourceId":"haproxy:b0f5736d-aaa6-4a79-ad7f-400bd5c0740b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:17:56:470-26798\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4bc4744e-c5ec-47ea-b9f3-6294c3c22252], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b0f5736d-aaa6-4a79-ad7f-400bd5c0740b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:56 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:17:58.490 [67ea5dc6cb6e384897e89132d3579b60,97e89132d3579b60] [qtp1225114731-852]  INFO [aai-resources,67ea5dc6cb6e384897e89132d3579b60,97e89132d3579b60] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:17:58.505 [67ea5dc6cb6e384897e89132d3579b60,97e89132d3579b60] [qtp1225114731-852] DEBUG [aai-resources,67ea5dc6cb6e384897e89132d3579b60,97e89132d3579b60] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"39978a62-b57f-4316-88c0-a58f69a9da36","status":"200","rqstDate":"250331-09:17:58:490","respDate":"250331-09:17:58:505","sourceId":"haproxy:39978a62-b57f-4316-88c0-a58f69a9da36","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:17:58:490-24627\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1cb9a9e2-dcc0-4b30-af3f-c80d08269e97], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[39978a62-b57f-4316-88c0-a58f69a9da36]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:17:58 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:18:00.510 [67ea5dc8d953867f62c11a3089b7be72,62c11a3089b7be72] [qtp1225114731-1294]  INFO [aai-resources,67ea5dc8d953867f62c11a3089b7be72,62c11a3089b7be72] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:00.525 [67ea5dc8d953867f62c11a3089b7be72,62c11a3089b7be72] [qtp1225114731-1294] DEBUG [aai-resources,67ea5dc8d953867f62c11a3089b7be72,62c11a3089b7be72] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"81dc135e-302a-4842-8821-99e86a928be7","status":"200","rqstDate":"250331-09:18:00:511","respDate":"250331-09:18:00:525","sourceId":"haproxy:81dc135e-302a-4842-8821-99e86a928be7","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:18:00:511-69198\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[718c4c2e-5b68-4701-aa02-e6d1dd27360c], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[81dc135e-302a-4842-8821-99e86a928be7]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:00 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:18:02.533 [67ea5dca00385a77d31144ddc82d746d,d31144ddc82d746d] [qtp1225114731-852]  INFO [aai-resources,67ea5dca00385a77d31144ddc82d746d,d31144ddc82d746d] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:02.543 [67ea5dca00385a77d31144ddc82d746d,d31144ddc82d746d] [qtp1225114731-852] DEBUG [aai-resources,67ea5dca00385a77d31144ddc82d746d,d31144ddc82d746d] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"3d626665-1ed6-409c-b4da-17db2213a371","status":"200","rqstDate":"250331-09:18:02:533","respDate":"250331-09:18:02:543","sourceId":"haproxy:3d626665-1ed6-409c-b4da-17db2213a371","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:02:533-22165\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f8b821ca-3390-47a4-b792-38745c2424fd], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[3d626665-1ed6-409c-b4da-17db2213a371]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:02 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:18:04.549 [67ea5dcce120db00615c9ed00d26ac85,615c9ed00d26ac85] [qtp1225114731-1294]  INFO [aai-resources,67ea5dcce120db00615c9ed00d26ac85,615c9ed00d26ac85] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:04.561 [67ea5dcce120db00615c9ed00d26ac85,615c9ed00d26ac85] [qtp1225114731-1294] DEBUG [aai-resources,67ea5dcce120db00615c9ed00d26ac85,615c9ed00d26ac85] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f2cf6aea-aef0-433f-a04e-71aaca002669","status":"200","rqstDate":"250331-09:18:04:549","respDate":"250331-09:18:04:561","sourceId":"haproxy:f2cf6aea-aef0-433f-a04e-71aaca002669","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:04:549-18129\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5d81423b-9b82-4bdb-83f9-07863a4c664f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f2cf6aea-aef0-433f-a04e-71aaca002669]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:04 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:18:06.568 [67ea5dce3f93892a71807e4bcbc02cac,71807e4bcbc02cac] [qtp1225114731-852]  INFO [aai-resources,67ea5dce3f93892a71807e4bcbc02cac,71807e4bcbc02cac] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:06.578 [67ea5dce3f93892a71807e4bcbc02cac,71807e4bcbc02cac] [qtp1225114731-852] DEBUG [aai-resources,67ea5dce3f93892a71807e4bcbc02cac,71807e4bcbc02cac] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"838aa153-49f5-4e82-8245-0471abf5d83f","status":"200","rqstDate":"250331-09:18:06:568","respDate":"250331-09:18:06:578","sourceId":"haproxy:838aa153-49f5-4e82-8245-0471abf5d83f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:18:06:568-54430\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[fddb974f-753a-4070-9317-4fb0f16e623e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[838aa153-49f5-4e82-8245-0471abf5d83f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:06 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:18:08.585 [67ea5dd0b137f99c04ebeef5059cdb6e,04ebeef5059cdb6e] [qtp1225114731-1294]  INFO [aai-resources,67ea5dd0b137f99c04ebeef5059cdb6e,04ebeef5059cdb6e] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:08.601 [67ea5dd0b137f99c04ebeef5059cdb6e,04ebeef5059cdb6e] [qtp1225114731-1294] DEBUG [aai-resources,67ea5dd0b137f99c04ebeef5059cdb6e,04ebeef5059cdb6e] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e018bc25-5fc3-4524-a8c8-5698471ce989","status":"200","rqstDate":"250331-09:18:08:585","respDate":"250331-09:18:08:601","sourceId":"haproxy:e018bc25-5fc3-4524-a8c8-5698471ce989","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:18:08:585-97646\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[32e09f74-70a7-488c-b80f-538a36e706a5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e018bc25-5fc3-4524-a8c8-5698471ce989]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:08 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:18:10.607 [67ea5dd281102b1039d2f8973d4ba812,39d2f8973d4ba812] [qtp1225114731-852]  INFO [aai-resources,67ea5dd281102b1039d2f8973d4ba812,39d2f8973d4ba812] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:10.622 [67ea5dd281102b1039d2f8973d4ba812,39d2f8973d4ba812] [qtp1225114731-852] DEBUG [aai-resources,67ea5dd281102b1039d2f8973d4ba812,39d2f8973d4ba812] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c42defe0-559d-40a1-8726-e1b8459f2810","status":"200","rqstDate":"250331-09:18:10:607","respDate":"250331-09:18:10:622","sourceId":"haproxy:c42defe0-559d-40a1-8726-e1b8459f2810","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:10:607-5955\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[41813b8f-09f7-442b-963a-408b1d1811d3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c42defe0-559d-40a1-8726-e1b8459f2810]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:10 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:18:12.631 [67ea5dd4c2899106af25855844f41d98,af25855844f41d98] [qtp1225114731-1294]  INFO [aai-resources,67ea5dd4c2899106af25855844f41d98,af25855844f41d98] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:12.649 [67ea5dd4c2899106af25855844f41d98,af25855844f41d98] [qtp1225114731-1294] DEBUG [aai-resources,67ea5dd4c2899106af25855844f41d98,af25855844f41d98] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"537e0edb-bdf8-459b-8bb1-a0cba1c7e3b8","status":"200","rqstDate":"250331-09:18:12:631","respDate":"250331-09:18:12:649","sourceId":"haproxy:537e0edb-bdf8-459b-8bb1-a0cba1c7e3b8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:18:12:631-69771\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[463bb161-c4a8-4fd2-aff4-73df195d9141], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[537e0edb-bdf8-459b-8bb1-a0cba1c7e3b8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:12 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 23 - "logType": "access"
2025-03-31 09:18:14.658 [67ea5dd6feba1731632608b3a4e32138,632608b3a4e32138] [qtp1225114731-852]  INFO [aai-resources,67ea5dd6feba1731632608b3a4e32138,632608b3a4e32138] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:14.669 [67ea5dd6feba1731632608b3a4e32138,632608b3a4e32138] [qtp1225114731-852] DEBUG [aai-resources,67ea5dd6feba1731632608b3a4e32138,632608b3a4e32138] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"40f3b801-0ec8-43cc-be33-fd4b22b5255c","status":"200","rqstDate":"250331-09:18:14:659","respDate":"250331-09:18:14:669","sourceId":"haproxy:40f3b801-0ec8-43cc-be33-fd4b22b5255c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:14:659-58313\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8f862473-d168-4205-bfa4-62f6f08841c2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[40f3b801-0ec8-43cc-be33-fd4b22b5255c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:14 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:18:16.675 [67ea5dd8513ca469c7f046f3618c2a20,c7f046f3618c2a20] [qtp1225114731-1294]  INFO [aai-resources,67ea5dd8513ca469c7f046f3618c2a20,c7f046f3618c2a20] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:16.688 [67ea5dd8513ca469c7f046f3618c2a20,c7f046f3618c2a20] [qtp1225114731-1294] DEBUG [aai-resources,67ea5dd8513ca469c7f046f3618c2a20,c7f046f3618c2a20] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ff4673d0-6975-4c62-8b93-ba0dadde269c","status":"200","rqstDate":"250331-09:18:16:675","respDate":"250331-09:18:16:688","sourceId":"haproxy:ff4673d0-6975-4c62-8b93-ba0dadde269c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:18:16:675-67306\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bdbe8768-f3bc-44c3-9337-cf727aa5473d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ff4673d0-6975-4c62-8b93-ba0dadde269c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:16 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:18:18.695 [67ea5dda3adf111bf6270d0e41e38382,f6270d0e41e38382] [qtp1225114731-852]  INFO [aai-resources,67ea5dda3adf111bf6270d0e41e38382,f6270d0e41e38382] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:18.706 [67ea5dda3adf111bf6270d0e41e38382,f6270d0e41e38382] [qtp1225114731-852] DEBUG [aai-resources,67ea5dda3adf111bf6270d0e41e38382,f6270d0e41e38382] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"84cedb39-9821-4f1e-b9e8-49320a51ee4e","status":"200","rqstDate":"250331-09:18:18:695","respDate":"250331-09:18:18:706","sourceId":"haproxy:84cedb39-9821-4f1e-b9e8-49320a51ee4e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:18:18:695-64693\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a0c8aee7-35f5-4ee8-9461-da2bd0cca5c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[84cedb39-9821-4f1e-b9e8-49320a51ee4e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:18 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:18:20.713 [67ea5ddcda922ffb8c8b01fa41cc2c78,8c8b01fa41cc2c78] [qtp1225114731-1294]  INFO [aai-resources,67ea5ddcda922ffb8c8b01fa41cc2c78,8c8b01fa41cc2c78] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:20.726 [67ea5ddcda922ffb8c8b01fa41cc2c78,8c8b01fa41cc2c78] [qtp1225114731-1294] DEBUG [aai-resources,67ea5ddcda922ffb8c8b01fa41cc2c78,8c8b01fa41cc2c78] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4f999af1-2950-47df-b60c-2248c96b5d3e","status":"200","rqstDate":"250331-09:18:20:714","respDate":"250331-09:18:20:726","sourceId":"haproxy:4f999af1-2950-47df-b60c-2248c96b5d3e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:18:20:714-27734\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f96d5cf3-6464-4ea3-9371-7b1e960672e2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4f999af1-2950-47df-b60c-2248c96b5d3e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:20 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:18:22.734 [67ea5dde3f74b3b0eb6123d2efeb45ef,eb6123d2efeb45ef] [qtp1225114731-852]  INFO [aai-resources,67ea5dde3f74b3b0eb6123d2efeb45ef,eb6123d2efeb45ef] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:22.747 [67ea5dde3f74b3b0eb6123d2efeb45ef,eb6123d2efeb45ef] [qtp1225114731-852] DEBUG [aai-resources,67ea5dde3f74b3b0eb6123d2efeb45ef,eb6123d2efeb45ef] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a0b35034-b7ea-45c2-ad81-8493277d1b54","status":"200","rqstDate":"250331-09:18:22:734","respDate":"250331-09:18:22:746","sourceId":"haproxy:a0b35034-b7ea-45c2-ad81-8493277d1b54","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:18:22:734-64730\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[d887069a-cab8-4946-bd0c-3c1f71abc3d7], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a0b35034-b7ea-45c2-ad81-8493277d1b54]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:22 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:18:24.753 [67ea5de03e2481158260f04126e8ef85,8260f04126e8ef85] [qtp1225114731-1294]  INFO [aai-resources,67ea5de03e2481158260f04126e8ef85,8260f04126e8ef85] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:24.763 [67ea5de03e2481158260f04126e8ef85,8260f04126e8ef85] [qtp1225114731-1294] DEBUG [aai-resources,67ea5de03e2481158260f04126e8ef85,8260f04126e8ef85] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"8877f24e-6675-4cdc-a631-475045437f3a","status":"200","rqstDate":"250331-09:18:24:753","respDate":"250331-09:18:24:763","sourceId":"haproxy:8877f24e-6675-4cdc-a631-475045437f3a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:24:753-90584\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0802d782-a4f9-487b-b380-d60fde740a74], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[8877f24e-6675-4cdc-a631-475045437f3a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:24 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:18:26.770 [67ea5de2d4a29458409d6480bb870aea,409d6480bb870aea] [qtp1225114731-852]  INFO [aai-resources,67ea5de2d4a29458409d6480bb870aea,409d6480bb870aea] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:26.785 [67ea5de2d4a29458409d6480bb870aea,409d6480bb870aea] [qtp1225114731-852] DEBUG [aai-resources,67ea5de2d4a29458409d6480bb870aea,409d6480bb870aea] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0e7d71ea-c5fa-4c1a-b9b2-3b2e40929d0f","status":"200","rqstDate":"250331-09:18:26:770","respDate":"250331-09:18:26:785","sourceId":"haproxy:0e7d71ea-c5fa-4c1a-b9b2-3b2e40929d0f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:18:26:770-67590\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4a816cbe-22ee-4f77-9951-dd1e5332eb97], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0e7d71ea-c5fa-4c1a-b9b2-3b2e40929d0f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:26 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:18:28.791 [67ea5de450d90d58202744b6463f4099,202744b6463f4099] [qtp1225114731-1294]  INFO [aai-resources,67ea5de450d90d58202744b6463f4099,202744b6463f4099] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:28.801 [67ea5de450d90d58202744b6463f4099,202744b6463f4099] [qtp1225114731-1294] DEBUG [aai-resources,67ea5de450d90d58202744b6463f4099,202744b6463f4099] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"48d6534d-9251-4049-99d4-cbe9ace53e1f","status":"200","rqstDate":"250331-09:18:28:791","respDate":"250331-09:18:28:801","sourceId":"haproxy:48d6534d-9251-4049-99d4-cbe9ace53e1f","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:18:28:791-39010\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bec96f1f-3962-4fdc-83e1-321a01215831], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[48d6534d-9251-4049-99d4-cbe9ace53e1f]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:28 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:18:30.807 [67ea5de6f5e1a5dccaf614244ff538cf,caf614244ff538cf] [qtp1225114731-852]  INFO [aai-resources,67ea5de6f5e1a5dccaf614244ff538cf,caf614244ff538cf] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:30.821 [67ea5de6f5e1a5dccaf614244ff538cf,caf614244ff538cf] [qtp1225114731-852] DEBUG [aai-resources,67ea5de6f5e1a5dccaf614244ff538cf,caf614244ff538cf] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2af7c2b8-9b7a-4caf-b6da-b992183b5e0d","status":"200","rqstDate":"250331-09:18:30:807","respDate":"250331-09:18:30:821","sourceId":"haproxy:2af7c2b8-9b7a-4caf-b6da-b992183b5e0d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:18:30:807-55299\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[916970a5-afe0-4656-ba08-d580859fd126], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2af7c2b8-9b7a-4caf-b6da-b992183b5e0d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:30 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:18:32.828 [67ea5de83bd8a69ce6d626ec79bad975,e6d626ec79bad975] [qtp1225114731-1294]  INFO [aai-resources,67ea5de83bd8a69ce6d626ec79bad975,e6d626ec79bad975] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:32.841 [67ea5de83bd8a69ce6d626ec79bad975,e6d626ec79bad975] [qtp1225114731-1294] DEBUG [aai-resources,67ea5de83bd8a69ce6d626ec79bad975,e6d626ec79bad975] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"da60c029-2be2-449b-a43d-b52320ceb50c","status":"200","rqstDate":"250331-09:18:32:828","respDate":"250331-09:18:32:841","sourceId":"haproxy:da60c029-2be2-449b-a43d-b52320ceb50c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:32:828-13471\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[424881d9-a8a1-4af7-94ac-73b520dc4e85], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[da60c029-2be2-449b-a43d-b52320ceb50c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:32 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:18:34.847 [67ea5dea644b2abdc0828b28c5f567a5,c0828b28c5f567a5] [qtp1225114731-852]  INFO [aai-resources,67ea5dea644b2abdc0828b28c5f567a5,c0828b28c5f567a5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:34.859 [67ea5dea644b2abdc0828b28c5f567a5,c0828b28c5f567a5] [qtp1225114731-852] DEBUG [aai-resources,67ea5dea644b2abdc0828b28c5f567a5,c0828b28c5f567a5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5eac9eef-3556-4209-814c-777fd7279097","status":"200","rqstDate":"250331-09:18:34:847","respDate":"250331-09:18:34:859","sourceId":"haproxy:5eac9eef-3556-4209-814c-777fd7279097","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:34:847-20060\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[67250c59-6306-4feb-a91d-305804f69d02], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5eac9eef-3556-4209-814c-777fd7279097]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:34 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:18:36.864 [67ea5dec0a45e3a4ca9c0b24a158ccc2,ca9c0b24a158ccc2] [qtp1225114731-1294]  INFO [aai-resources,67ea5dec0a45e3a4ca9c0b24a158ccc2,ca9c0b24a158ccc2] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:36.877 [67ea5dec0a45e3a4ca9c0b24a158ccc2,ca9c0b24a158ccc2] [qtp1225114731-1294] DEBUG [aai-resources,67ea5dec0a45e3a4ca9c0b24a158ccc2,ca9c0b24a158ccc2] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b57a87ed-d362-4772-be56-49a027c0fb53","status":"200","rqstDate":"250331-09:18:36:865","respDate":"250331-09:18:36:877","sourceId":"haproxy:b57a87ed-d362-4772-be56-49a027c0fb53","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:18:36:865-54333\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[018821d0-374e-4c7e-9093-de99e07563a8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b57a87ed-d362-4772-be56-49a027c0fb53]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:36 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:18:38.882 [67ea5dee75d7565f7d30982c84141b7c,7d30982c84141b7c] [qtp1225114731-852]  INFO [aai-resources,67ea5dee75d7565f7d30982c84141b7c,7d30982c84141b7c] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:38.895 [67ea5dee75d7565f7d30982c84141b7c,7d30982c84141b7c] [qtp1225114731-852] DEBUG [aai-resources,67ea5dee75d7565f7d30982c84141b7c,7d30982c84141b7c] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"625a1e34-9158-46e8-ac9d-0b412be42bc1","status":"200","rqstDate":"250331-09:18:38:883","respDate":"250331-09:18:38:895","sourceId":"haproxy:625a1e34-9158-46e8-ac9d-0b412be42bc1","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:38:883-88670\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[222a5850-a4d6-4026-80aa-4e8818b9f4c9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[625a1e34-9158-46e8-ac9d-0b412be42bc1]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:38 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:18:40.903 [67ea5df0b04b925225fb5191907097c9,25fb5191907097c9] [qtp1225114731-1294]  INFO [aai-resources,67ea5df0b04b925225fb5191907097c9,25fb5191907097c9] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:40.917 [67ea5df0b04b925225fb5191907097c9,25fb5191907097c9] [qtp1225114731-1294] DEBUG [aai-resources,67ea5df0b04b925225fb5191907097c9,25fb5191907097c9] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"2f8ecf3b-8645-441e-ae51-9fe78febbd92","status":"200","rqstDate":"250331-09:18:40:903","respDate":"250331-09:18:40:917","sourceId":"haproxy:2f8ecf3b-8645-441e-ae51-9fe78febbd92","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:40:903-91056\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b16bda16-6d76-4bdb-a862-7d39d550f02a], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[2f8ecf3b-8645-441e-ae51-9fe78febbd92]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:40 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:18:42.924 [67ea5df2a30a01f0855d36102d013b82,855d36102d013b82] [qtp1225114731-852]  INFO [aai-resources,67ea5df2a30a01f0855d36102d013b82,855d36102d013b82] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:42.936 [67ea5df2a30a01f0855d36102d013b82,855d36102d013b82] [qtp1225114731-852] DEBUG [aai-resources,67ea5df2a30a01f0855d36102d013b82,855d36102d013b82] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1d65e312-f4a9-4817-9e49-b06b211cc133","status":"200","rqstDate":"250331-09:18:42:924","respDate":"250331-09:18:42:936","sourceId":"haproxy:1d65e312-f4a9-4817-9e49-b06b211cc133","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:18:42:924-3384\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1e0b9aaa-b7a7-418d-91c7-d4047c8c7755], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1d65e312-f4a9-4817-9e49-b06b211cc133]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:42 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:18:44.943 [67ea5df4e81a934fb9ed67a4b8bc7070,b9ed67a4b8bc7070] [qtp1225114731-1294]  INFO [aai-resources,67ea5df4e81a934fb9ed67a4b8bc7070,b9ed67a4b8bc7070] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:44.956 [67ea5df4e81a934fb9ed67a4b8bc7070,b9ed67a4b8bc7070] [qtp1225114731-1294] DEBUG [aai-resources,67ea5df4e81a934fb9ed67a4b8bc7070,b9ed67a4b8bc7070] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1da9978b-256e-4598-9d60-ec9f66283420","status":"200","rqstDate":"250331-09:18:44:943","respDate":"250331-09:18:44:956","sourceId":"haproxy:1da9978b-256e-4598-9d60-ec9f66283420","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:44:943-97107\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1f3ea139-e42a-422c-b4de-901c6c1b62b0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1da9978b-256e-4598-9d60-ec9f66283420]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:44 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:18:46.961 [67ea5df6cc9b51f20a8b0d93788b7e00,0a8b0d93788b7e00] [qtp1225114731-852]  INFO [aai-resources,67ea5df6cc9b51f20a8b0d93788b7e00,0a8b0d93788b7e00] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:46.975 [67ea5df6cc9b51f20a8b0d93788b7e00,0a8b0d93788b7e00] [qtp1225114731-852] DEBUG [aai-resources,67ea5df6cc9b51f20a8b0d93788b7e00,0a8b0d93788b7e00] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c4645b91-c18c-4f2f-b392-2373074bbc81","status":"200","rqstDate":"250331-09:18:46:961","respDate":"250331-09:18:46:975","sourceId":"haproxy:c4645b91-c18c-4f2f-b392-2373074bbc81","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:46:961-25725\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a2408446-49a6-45a7-a136-6753045813e5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c4645b91-c18c-4f2f-b392-2373074bbc81]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:46 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:18:48.981 [67ea5df87988540102747a3f85ce7ca5,02747a3f85ce7ca5] [qtp1225114731-1294]  INFO [aai-resources,67ea5df87988540102747a3f85ce7ca5,02747a3f85ce7ca5] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:48.993 [67ea5df87988540102747a3f85ce7ca5,02747a3f85ce7ca5] [qtp1225114731-1294] DEBUG [aai-resources,67ea5df87988540102747a3f85ce7ca5,02747a3f85ce7ca5] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ef3ef7fa-5f66-46d1-b2e6-06423663893c","status":"200","rqstDate":"250331-09:18:48:981","respDate":"250331-09:18:48:993","sourceId":"haproxy:ef3ef7fa-5f66-46d1-b2e6-06423663893c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:18:48:981-33028\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[9f5e537b-35a2-4e3a-b886-476c437c5e21], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ef3ef7fa-5f66-46d1-b2e6-06423663893c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:48 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:18:50.999 [67ea5dfa7ca80198eff20a6f122010fa,eff20a6f122010fa] [qtp1225114731-852]  INFO [aai-resources,67ea5dfa7ca80198eff20a6f122010fa,eff20a6f122010fa] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:51.012 [67ea5dfa7ca80198eff20a6f122010fa,eff20a6f122010fa] [qtp1225114731-852] DEBUG [aai-resources,67ea5dfa7ca80198eff20a6f122010fa,eff20a6f122010fa] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"eea0105e-a778-4699-aa23-d6087454ba54","status":"200","rqstDate":"250331-09:18:50:999","respDate":"250331-09:18:51:012","sourceId":"haproxy:eea0105e-a778-4699-aa23-d6087454ba54","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:50:999-80717\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[faeeeee8-c59c-4139-901d-2293c73c001e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[eea0105e-a778-4699-aa23-d6087454ba54]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:18:53.019 [67ea5dfd5a431e9b5bc1cc400beaa70c,5bc1cc400beaa70c] [qtp1225114731-1294]  INFO [aai-resources,67ea5dfd5a431e9b5bc1cc400beaa70c,5bc1cc400beaa70c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:53.033 [67ea5dfd5a431e9b5bc1cc400beaa70c,5bc1cc400beaa70c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5dfd5a431e9b5bc1cc400beaa70c,5bc1cc400beaa70c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6df475b3-3de6-410e-8f0f-6edc0f1d6968","status":"200","rqstDate":"250331-09:18:53:019","respDate":"250331-09:18:53:033","sourceId":"haproxy:6df475b3-3de6-410e-8f0f-6edc0f1d6968","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:53:019-64712\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7d915a76-d0bb-4a63-b654-898886c03cbf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6df475b3-3de6-410e-8f0f-6edc0f1d6968]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:18:55.039 [67ea5dff47e4394174c294a53ceecb66,74c294a53ceecb66] [qtp1225114731-852]  INFO [aai-resources,67ea5dff47e4394174c294a53ceecb66,74c294a53ceecb66] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:55.049 [67ea5dff47e4394174c294a53ceecb66,74c294a53ceecb66] [qtp1225114731-852] DEBUG [aai-resources,67ea5dff47e4394174c294a53ceecb66,74c294a53ceecb66] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4da5ebe5-93a1-42aa-aa78-2826a028cab0","status":"200","rqstDate":"250331-09:18:55:039","respDate":"250331-09:18:55:049","sourceId":"haproxy:4da5ebe5-93a1-42aa-aa78-2826a028cab0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:18:55:039-5112\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bd9ae5f9-6550-485d-9dd7-d71837f9eff2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4da5ebe5-93a1-42aa-aa78-2826a028cab0]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:18:57.057 [67ea5e01ac5b1048417f9079b2dd750c,417f9079b2dd750c] [qtp1225114731-1294]  INFO [aai-resources,67ea5e01ac5b1048417f9079b2dd750c,417f9079b2dd750c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:57.073 [67ea5e01ac5b1048417f9079b2dd750c,417f9079b2dd750c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e01ac5b1048417f9079b2dd750c,417f9079b2dd750c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f43632af-277d-40e8-a9c2-5e7c020177d0","status":"200","rqstDate":"250331-09:18:57:057","respDate":"250331-09:18:57:073","sourceId":"haproxy:f43632af-277d-40e8-a9c2-5e7c020177d0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:18:57:057-41499\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[22bb225e-91c8-4b50-9928-d7dfb87718cf], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f43632af-277d-40e8-a9c2-5e7c020177d0]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:18:59.080 [67ea5e03ad98dc355dcfb8fbe3b336d9,5dcfb8fbe3b336d9] [qtp1225114731-852]  INFO [aai-resources,67ea5e03ad98dc355dcfb8fbe3b336d9,5dcfb8fbe3b336d9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:18:59.089 [67ea5e03ad98dc355dcfb8fbe3b336d9,5dcfb8fbe3b336d9] [qtp1225114731-852] DEBUG [aai-resources,67ea5e03ad98dc355dcfb8fbe3b336d9,5dcfb8fbe3b336d9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b7062809-34bd-466e-8f94-34c4000d07f9","status":"200","rqstDate":"250331-09:18:59:080","respDate":"250331-09:18:59:089","sourceId":"haproxy:b7062809-34bd-466e-8f94-34c4000d07f9","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:18:59:080-86656\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4b6619e2-4d4a-42e3-a3de-aeaa87cab034], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b7062809-34bd-466e-8f94-34c4000d07f9]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:18:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:19:01.094 [67ea5e05e4326f4ca26c3646031dff64,a26c3646031dff64] [qtp1225114731-1294]  INFO [aai-resources,67ea5e05e4326f4ca26c3646031dff64,a26c3646031dff64] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:01.110 [67ea5e05e4326f4ca26c3646031dff64,a26c3646031dff64] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e05e4326f4ca26c3646031dff64,a26c3646031dff64] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"4b4c4893-1eea-4361-894b-ce1470389b69","status":"200","rqstDate":"250331-09:19:01:095","respDate":"250331-09:19:01:110","sourceId":"haproxy:4b4c4893-1eea-4361-894b-ce1470389b69","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:19:01:095-38896\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[74a31635-02d2-47fc-849e-851141a099eb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[4b4c4893-1eea-4361-894b-ce1470389b69]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:19:03.117 [67ea5e07780e03d3d644b92f79b878d9,d644b92f79b878d9] [qtp1225114731-852]  INFO [aai-resources,67ea5e07780e03d3d644b92f79b878d9,d644b92f79b878d9] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:03.127 [67ea5e07780e03d3d644b92f79b878d9,d644b92f79b878d9] [qtp1225114731-852] DEBUG [aai-resources,67ea5e07780e03d3d644b92f79b878d9,d644b92f79b878d9] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0a9bf848-865c-4bf1-84a0-4d6e44455278","status":"200","rqstDate":"250331-09:19:03:117","respDate":"250331-09:19:03:127","sourceId":"haproxy:0a9bf848-865c-4bf1-84a0-4d6e44455278","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:19:03:117-74845\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[304e86a7-e1b2-41e9-befc-a3d812ec07c4], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0a9bf848-865c-4bf1-84a0-4d6e44455278]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:19:05.132 [67ea5e0917797dcd7e14731c15b47170,7e14731c15b47170] [qtp1225114731-1294]  INFO [aai-resources,67ea5e0917797dcd7e14731c15b47170,7e14731c15b47170] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:05.143 [67ea5e0917797dcd7e14731c15b47170,7e14731c15b47170] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e0917797dcd7e14731c15b47170,7e14731c15b47170] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"460d95fa-5659-4dae-b4f5-b8d21cc21f5e","status":"200","rqstDate":"250331-09:19:05:132","respDate":"250331-09:19:05:143","sourceId":"haproxy:460d95fa-5659-4dae-b4f5-b8d21cc21f5e","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:19:05:132-71578\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a2ef70e0-b4ca-4834-bf01-6f6ef20d8fc2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[460d95fa-5659-4dae-b4f5-b8d21cc21f5e]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:19:07.150 [67ea5e0b0dc9ad75fff0c98ee89a0ef0,fff0c98ee89a0ef0] [qtp1225114731-852]  INFO [aai-resources,67ea5e0b0dc9ad75fff0c98ee89a0ef0,fff0c98ee89a0ef0] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:07.161 [67ea5e0b0dc9ad75fff0c98ee89a0ef0,fff0c98ee89a0ef0] [qtp1225114731-852] DEBUG [aai-resources,67ea5e0b0dc9ad75fff0c98ee89a0ef0,fff0c98ee89a0ef0] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"72bca96f-a0eb-49b7-9523-77c78577c7c5","status":"200","rqstDate":"250331-09:19:07:150","respDate":"250331-09:19:07:161","sourceId":"haproxy:72bca96f-a0eb-49b7-9523-77c78577c7c5","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:19:07:150-72805\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e370369a-2266-4757-bbe3-55a2bbd0bec1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[72bca96f-a0eb-49b7-9523-77c78577c7c5]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:19:09.167 [67ea5e0dd333e3ae05827abf3f284386,05827abf3f284386] [qtp1225114731-1294]  INFO [aai-resources,67ea5e0dd333e3ae05827abf3f284386,05827abf3f284386] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:09.180 [67ea5e0dd333e3ae05827abf3f284386,05827abf3f284386] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e0dd333e3ae05827abf3f284386,05827abf3f284386] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5b35e5dc-84a9-4780-a05a-bb2ee6876e22","status":"200","rqstDate":"250331-09:19:09:167","respDate":"250331-09:19:09:180","sourceId":"haproxy:5b35e5dc-84a9-4780-a05a-bb2ee6876e22","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:19:09:167-41554\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[dca6a973-8c29-43f1-832b-3de61aee6950], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5b35e5dc-84a9-4780-a05a-bb2ee6876e22]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:19:11.187 [67ea5e0f41c9e42e963cc33d2a7d5a8b,963cc33d2a7d5a8b] [qtp1225114731-852]  INFO [aai-resources,67ea5e0f41c9e42e963cc33d2a7d5a8b,963cc33d2a7d5a8b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:11.202 [67ea5e0f41c9e42e963cc33d2a7d5a8b,963cc33d2a7d5a8b] [qtp1225114731-852] DEBUG [aai-resources,67ea5e0f41c9e42e963cc33d2a7d5a8b,963cc33d2a7d5a8b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0dbf3a31-a81e-4f64-96cc-b424efb6e681","status":"200","rqstDate":"250331-09:19:11:187","respDate":"250331-09:19:11:202","sourceId":"haproxy:0dbf3a31-a81e-4f64-96cc-b424efb6e681","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:19:11:187-7251\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[ce25aec1-fc5e-4bf9-baf5-427088015263], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0dbf3a31-a81e-4f64-96cc-b424efb6e681]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:19:13.208 [67ea5e11cf4ac2601d531e530637587b,1d531e530637587b] [qtp1225114731-1294]  INFO [aai-resources,67ea5e11cf4ac2601d531e530637587b,1d531e530637587b] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:13.220 [67ea5e11cf4ac2601d531e530637587b,1d531e530637587b] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e11cf4ac2601d531e530637587b,1d531e530637587b] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f0cdd6d1-3f3d-408a-af96-d151575b87a8","status":"200","rqstDate":"250331-09:19:13:208","respDate":"250331-09:19:13:220","sourceId":"haproxy:f0cdd6d1-3f3d-408a-af96-d151575b87a8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:19:13:208-42975\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[18fd4fa0-7ee1-4b15-9278-b195f5f8eccb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f0cdd6d1-3f3d-408a-af96-d151575b87a8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:19:15.226 [67ea5e13f30e5ed3a97df5fec5972bf6,a97df5fec5972bf6] [qtp1225114731-852]  INFO [aai-resources,67ea5e13f30e5ed3a97df5fec5972bf6,a97df5fec5972bf6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:15.238 [67ea5e13f30e5ed3a97df5fec5972bf6,a97df5fec5972bf6] [qtp1225114731-852] DEBUG [aai-resources,67ea5e13f30e5ed3a97df5fec5972bf6,a97df5fec5972bf6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"0bbe4e68-5a7d-4a53-a133-f59796db8227","status":"200","rqstDate":"250331-09:19:15:226","respDate":"250331-09:19:15:238","sourceId":"haproxy:0bbe4e68-5a7d-4a53-a133-f59796db8227","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:19:15:226-71772\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[68f698ed-c521-4cda-a7f8-185fccb0b9ed], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[0bbe4e68-5a7d-4a53-a133-f59796db8227]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:15 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:19:17.245 [67ea5e158cfec87c555f905e1321b09c,555f905e1321b09c] [qtp1225114731-1294]  INFO [aai-resources,67ea5e158cfec87c555f905e1321b09c,555f905e1321b09c] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:17.259 [67ea5e158cfec87c555f905e1321b09c,555f905e1321b09c] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e158cfec87c555f905e1321b09c,555f905e1321b09c] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f8c7a7df-6dae-4bdc-828d-bed7b19fd69c","status":"200","rqstDate":"250331-09:19:17:246","respDate":"250331-09:19:17:259","sourceId":"haproxy:f8c7a7df-6dae-4bdc-828d-bed7b19fd69c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:19:17:246-95739\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a2c21703-b430-4051-b15f-0db9a927d38b], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f8c7a7df-6dae-4bdc-828d-bed7b19fd69c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:17 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:19:19.265 [67ea5e1764f39cf7a18a7cf18ed9bd93,a18a7cf18ed9bd93] [qtp1225114731-852]  INFO [aai-resources,67ea5e1764f39cf7a18a7cf18ed9bd93,a18a7cf18ed9bd93] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:19.278 [67ea5e1764f39cf7a18a7cf18ed9bd93,a18a7cf18ed9bd93] [qtp1225114731-852] DEBUG [aai-resources,67ea5e1764f39cf7a18a7cf18ed9bd93,a18a7cf18ed9bd93] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c0a7c863-09a7-42ff-9903-ee386de7314d","status":"200","rqstDate":"250331-09:19:19:266","respDate":"250331-09:19:19:278","sourceId":"haproxy:c0a7c863-09a7-42ff-9903-ee386de7314d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:19:19:266-72581\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5d13d242-f8d8-9668-912f-2874d47fa1d2], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c0a7c863-09a7-42ff-9903-ee386de7314d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:19 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:19:21.286 [67ea5e19645420226930ded239715089,6930ded239715089] [qtp1225114731-1294]  INFO [aai-resources,67ea5e19645420226930ded239715089,6930ded239715089] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:21.300 [67ea5e19645420226930ded239715089,6930ded239715089] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e19645420226930ded239715089,6930ded239715089] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"a0591ae5-5427-4d27-84fd-1c9af6191f09","status":"200","rqstDate":"250331-09:19:21:286","respDate":"250331-09:19:21:300","sourceId":"haproxy:a0591ae5-5427-4d27-84fd-1c9af6191f09","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:19:21:286-74248\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[784f1712-612b-4dcc-8904-dc4a20ed14c5], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[a0591ae5-5427-4d27-84fd-1c9af6191f09]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:21 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:19:23.308 [67ea5e1b3576d13be4af8a3186f9f287,e4af8a3186f9f287] [qtp1225114731-852]  INFO [aai-resources,67ea5e1b3576d13be4af8a3186f9f287,e4af8a3186f9f287] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:23.322 [67ea5e1b3576d13be4af8a3186f9f287,e4af8a3186f9f287] [qtp1225114731-852] DEBUG [aai-resources,67ea5e1b3576d13be4af8a3186f9f287,e4af8a3186f9f287] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ca2d59a7-d2b9-40a7-bcb3-4dc068075a86","status":"200","rqstDate":"250331-09:19:23:309","respDate":"250331-09:19:23:321","sourceId":"haproxy:ca2d59a7-d2b9-40a7-bcb3-4dc068075a86","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:19:23:309-15458\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f6cae2e7-53ad-4149-9a91-18eee9f393d6], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ca2d59a7-d2b9-40a7-bcb3-4dc068075a86]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:23 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:19:25.328 [67ea5e1d4e732a23a576bf7115e921c3,a576bf7115e921c3] [qtp1225114731-1294]  INFO [aai-resources,67ea5e1d4e732a23a576bf7115e921c3,a576bf7115e921c3] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:25.340 [67ea5e1d4e732a23a576bf7115e921c3,a576bf7115e921c3] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e1d4e732a23a576bf7115e921c3,a576bf7115e921c3] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"49354937-8b6e-4b85-a38a-a4dfdd570839","status":"200","rqstDate":"250331-09:19:25:329","respDate":"250331-09:19:25:340","sourceId":"haproxy:49354937-8b6e-4b85-a38a-a4dfdd570839","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:19:25:329-33690\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[269a9516-9724-412a-b3e0-4e354c097ee1], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[49354937-8b6e-4b85-a38a-a4dfdd570839]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:25 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:19:27.348 [67ea5e1f58b0f36127a7f05a6e3263c6,27a7f05a6e3263c6] [qtp1225114731-852]  INFO [aai-resources,67ea5e1f58b0f36127a7f05a6e3263c6,27a7f05a6e3263c6] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:27.373 [67ea5e1f58b0f36127a7f05a6e3263c6,27a7f05a6e3263c6] [qtp1225114731-852] DEBUG [aai-resources,67ea5e1f58b0f36127a7f05a6e3263c6,27a7f05a6e3263c6] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"76feda15-d765-45a6-9e57-d219aa616499","status":"200","rqstDate":"250331-09:19:27:348","respDate":"250331-09:19:27:372","sourceId":"haproxy:76feda15-d765-45a6-9e57-d219aa616499","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:19:27:348-20991\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f7e0ef77-34d5-41f6-9bea-18360c36623f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[76feda15-d765-45a6-9e57-d219aa616499]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:27 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 27 - "logType": "access"
2025-03-31 09:19:29.379 [67ea5e210cd08ad4aa209298e2018462,aa209298e2018462] [qtp1225114731-1294]  INFO [aai-resources,67ea5e210cd08ad4aa209298e2018462,aa209298e2018462] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:29.389 [67ea5e210cd08ad4aa209298e2018462,aa209298e2018462] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e210cd08ad4aa209298e2018462,aa209298e2018462] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"980cf214-36af-4b39-ade9-e4792b2f6ff0","status":"200","rqstDate":"250331-09:19:29:380","respDate":"250331-09:19:29:389","sourceId":"haproxy:980cf214-36af-4b39-ade9-e4792b2f6ff0","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:19:29:380-23761\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[3dbbe82c-c64f-4e74-8cad-d59352ad51ca], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[980cf214-36af-4b39-ade9-e4792b2f6ff0]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:29 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:19:31.395 [67ea5e2329748fb2688fc8b695a5f8dc,688fc8b695a5f8dc] [qtp1225114731-852]  INFO [aai-resources,67ea5e2329748fb2688fc8b695a5f8dc,688fc8b695a5f8dc] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:31.408 [67ea5e2329748fb2688fc8b695a5f8dc,688fc8b695a5f8dc] [qtp1225114731-852] DEBUG [aai-resources,67ea5e2329748fb2688fc8b695a5f8dc,688fc8b695a5f8dc] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"1fe4cda0-a7ff-4d34-a225-4e022bf791a6","status":"200","rqstDate":"250331-09:19:31:395","respDate":"250331-09:19:31:408","sourceId":"haproxy:1fe4cda0-a7ff-4d34-a225-4e022bf791a6","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:19:31:395-68969\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5345c875-f9fc-491d-8c4b-461ac26d7a3d], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[1fe4cda0-a7ff-4d34-a225-4e022bf791a6]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:31 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:19:33.414 [67ea5e251db697940ebfa527e63a6c47,0ebfa527e63a6c47] [qtp1225114731-1294]  INFO [aai-resources,67ea5e251db697940ebfa527e63a6c47,0ebfa527e63a6c47] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:33.425 [67ea5e251db697940ebfa527e63a6c47,0ebfa527e63a6c47] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e251db697940ebfa527e63a6c47,0ebfa527e63a6c47] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9c9ce1a7-d811-4cdb-b198-9b084632d692","status":"200","rqstDate":"250331-09:19:33:414","respDate":"250331-09:19:33:425","sourceId":"haproxy:9c9ce1a7-d811-4cdb-b198-9b084632d692","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:19:33:414-27267\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[740bb432-e575-4d92-ae2b-1b2e28680bfb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9c9ce1a7-d811-4cdb-b198-9b084632d692]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:33 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:19:35.432 [67ea5e27353e9e6d44832980092f74f0,44832980092f74f0] [qtp1225114731-852]  INFO [aai-resources,67ea5e27353e9e6d44832980092f74f0,44832980092f74f0] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:35.448 [67ea5e27353e9e6d44832980092f74f0,44832980092f74f0] [qtp1225114731-852] DEBUG [aai-resources,67ea5e27353e9e6d44832980092f74f0,44832980092f74f0] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"01b7bd3f-c29e-43a6-a34e-1e1e03daef3d","status":"200","rqstDate":"250331-09:19:35:433","respDate":"250331-09:19:35:448","sourceId":"haproxy:01b7bd3f-c29e-43a6-a34e-1e1e03daef3d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:19:35:433-98533\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f71a6752-bf60-4385-8be7-267a8b6c027e], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[01b7bd3f-c29e-43a6-a34e-1e1e03daef3d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:35 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:19:37.457 [67ea5e298356491f922201cb26d4fb4f,922201cb26d4fb4f] [qtp1225114731-1294]  INFO [aai-resources,67ea5e298356491f922201cb26d4fb4f,922201cb26d4fb4f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:37.467 [67ea5e298356491f922201cb26d4fb4f,922201cb26d4fb4f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e298356491f922201cb26d4fb4f,922201cb26d4fb4f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ee3e7bde-1030-41fa-aff1-b8a6c15e5719","status":"200","rqstDate":"250331-09:19:37:457","respDate":"250331-09:19:37:467","sourceId":"haproxy:ee3e7bde-1030-41fa-aff1-b8a6c15e5719","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:19:37:457-86128\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[b89902c8-5f1c-4e4d-9e66-72bd7e654656], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ee3e7bde-1030-41fa-aff1-b8a6c15e5719]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:37 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:19:39.475 [67ea5e2b9e0975981e2ec2c9e4de477a,1e2ec2c9e4de477a] [qtp1225114731-852]  INFO [aai-resources,67ea5e2b9e0975981e2ec2c9e4de477a,1e2ec2c9e4de477a] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:39.498 [67ea5e2b9e0975981e2ec2c9e4de477a,1e2ec2c9e4de477a] [qtp1225114731-852] DEBUG [aai-resources,67ea5e2b9e0975981e2ec2c9e4de477a,1e2ec2c9e4de477a] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"83b3feec-ca6f-4a93-b16b-07c265189218","status":"200","rqstDate":"250331-09:19:39:475","respDate":"250331-09:19:39:498","sourceId":"haproxy:83b3feec-ca6f-4a93-b16b-07c265189218","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:19:39:475-14863\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[e2c79056-2e6f-486d-9e0a-dee88e5187fe], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[83b3feec-ca6f-4a93-b16b-07c265189218]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:39 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 25 - "logType": "access"
2025-03-31 09:19:41.503 [67ea5e2d05e0a5a486fa3ae4abaab51f,86fa3ae4abaab51f] [qtp1225114731-1294]  INFO [aai-resources,67ea5e2d05e0a5a486fa3ae4abaab51f,86fa3ae4abaab51f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:41.516 [67ea5e2d05e0a5a486fa3ae4abaab51f,86fa3ae4abaab51f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e2d05e0a5a486fa3ae4abaab51f,86fa3ae4abaab51f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bbbba73f-d80b-44cb-b2fb-e6aaa011e26b","status":"200","rqstDate":"250331-09:19:41:503","respDate":"250331-09:19:41:516","sourceId":"haproxy:bbbba73f-d80b-44cb-b2fb-e6aaa011e26b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:19:41:503-39021\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[5c3c9978-fca0-4512-96c8-c3e71a5ba7e3], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bbbba73f-d80b-44cb-b2fb-e6aaa011e26b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:41 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:19:43.524 [67ea5e2f76240c702012441dbcf35987,2012441dbcf35987] [qtp1225114731-852]  INFO [aai-resources,67ea5e2f76240c702012441dbcf35987,2012441dbcf35987] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:43.541 [67ea5e2f76240c702012441dbcf35987,2012441dbcf35987] [qtp1225114731-852] DEBUG [aai-resources,67ea5e2f76240c702012441dbcf35987,2012441dbcf35987] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"898ca911-c1b5-4c0f-9f36-3594d7287bde","status":"200","rqstDate":"250331-09:19:43:524","respDate":"250331-09:19:43:541","sourceId":"haproxy:898ca911-c1b5-4c0f-9f36-3594d7287bde","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:19:43:524-60203\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[bfc2af50-205f-4ad8-9cbd-43eedeee2eff], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[898ca911-c1b5-4c0f-9f36-3594d7287bde]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:43 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:19:45.549 [67ea5e31c574de0c9edd59dc096ad8aa,9edd59dc096ad8aa] [qtp1225114731-1294]  INFO [aai-resources,67ea5e31c574de0c9edd59dc096ad8aa,9edd59dc096ad8aa] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:45.561 [67ea5e31c574de0c9edd59dc096ad8aa,9edd59dc096ad8aa] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e31c574de0c9edd59dc096ad8aa,9edd59dc096ad8aa] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"d2595742-c3f4-49ea-983d-4f0b65c68eb8","status":"200","rqstDate":"250331-09:19:45:549","respDate":"250331-09:19:45:561","sourceId":"haproxy:d2595742-c3f4-49ea-983d-4f0b65c68eb8","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:19:45:549-24923\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[47c60b1f-6d4d-449a-8a38-bb2f22f389c0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[d2595742-c3f4-49ea-983d-4f0b65c68eb8]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:45 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:19:47.567 [67ea5e33bfd374fbac609419b81cc455,ac609419b81cc455] [qtp1225114731-852]  INFO [aai-resources,67ea5e33bfd374fbac609419b81cc455,ac609419b81cc455] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:47.580 [67ea5e33bfd374fbac609419b81cc455,ac609419b81cc455] [qtp1225114731-852] DEBUG [aai-resources,67ea5e33bfd374fbac609419b81cc455,ac609419b81cc455] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"e2fb5bf0-91dd-4f3a-b814-f4b93d5f985d","status":"200","rqstDate":"250331-09:19:47:568","respDate":"250331-09:19:47:580","sourceId":"haproxy:e2fb5bf0-91dd-4f3a-b814-f4b93d5f985d","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:19:47:568-27904\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[1b404ad9-c85c-4fdb-9ad0-f552efca5baa], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[e2fb5bf0-91dd-4f3a-b814-f4b93d5f985d]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:47 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:19:49.588 [67ea5e353d8cf39aa20cfa0c2e6390e3,a20cfa0c2e6390e3] [qtp1225114731-1294]  INFO [aai-resources,67ea5e353d8cf39aa20cfa0c2e6390e3,a20cfa0c2e6390e3] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:49.600 [67ea5e353d8cf39aa20cfa0c2e6390e3,a20cfa0c2e6390e3] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e353d8cf39aa20cfa0c2e6390e3,a20cfa0c2e6390e3] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"c93839ab-cead-46d0-b543-0a945fd0cc80","status":"200","rqstDate":"250331-09:19:49:588","respDate":"250331-09:19:49:600","sourceId":"haproxy:c93839ab-cead-46d0-b543-0a945fd0cc80","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:19:49:588-41594\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a4328dd3-3ac7-463c-80ec-25b9e97b0bbb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[c93839ab-cead-46d0-b543-0a945fd0cc80]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:49 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
2025-03-31 09:19:51.607 [67ea5e37888659e79ee049a137a20b46,9ee049a137a20b46] [qtp1225114731-852]  INFO [aai-resources,67ea5e37888659e79ee049a137a20b46,9ee049a137a20b46] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:51.616 [67ea5e37888659e79ee049a137a20b46,9ee049a137a20b46] [qtp1225114731-852] DEBUG [aai-resources,67ea5e37888659e79ee049a137a20b46,9ee049a137a20b46] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"04313fcc-62a0-40d8-8cf9-e866846532cc","status":"200","rqstDate":"250331-09:19:51:607","respDate":"250331-09:19:51:616","sourceId":"haproxy:04313fcc-62a0-40d8-8cf9-e866846532cc","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:19:51:607-69339\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[c32bf060-a4bc-40a7-a6b2-3b96d9d608bb], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[04313fcc-62a0-40d8-8cf9-e866846532cc]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:51 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:19:53.622 [67ea5e39af2ed8f3d1ddc34add698c1d,d1ddc34add698c1d] [qtp1225114731-1294]  INFO [aai-resources,67ea5e39af2ed8f3d1ddc34add698c1d,d1ddc34add698c1d] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:53.637 [67ea5e39af2ed8f3d1ddc34add698c1d,d1ddc34add698c1d] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e39af2ed8f3d1ddc34add698c1d,d1ddc34add698c1d] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"9d56565b-1cc4-4d63-9d61-26b9e4e77b13","status":"200","rqstDate":"250331-09:19:53:622","respDate":"250331-09:19:53:637","sourceId":"haproxy:9d56565b-1cc4-4d63-9d61-26b9e4e77b13","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:19:53:622-90480\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8f8ac8ed-fadc-4bb9-9585-0689cb07bda0], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[9d56565b-1cc4-4d63-9d61-26b9e4e77b13]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:53 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:19:55.643 [67ea5e3b9fdcfaba6c8c03973d5d133b,6c8c03973d5d133b] [qtp1225114731-852]  INFO [aai-resources,67ea5e3b9fdcfaba6c8c03973d5d133b,6c8c03973d5d133b] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:55.653 [67ea5e3b9fdcfaba6c8c03973d5d133b,6c8c03973d5d133b] [qtp1225114731-852] DEBUG [aai-resources,67ea5e3b9fdcfaba6c8c03973d5d133b,6c8c03973d5d133b] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"85fdbeae-683d-4ed1-bc65-2650b95ef674","status":"200","rqstDate":"250331-09:19:55:643","respDate":"250331-09:19:55:653","sourceId":"haproxy:85fdbeae-683d-4ed1-bc65-2650b95ef674","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:19:55:643-78433\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[af89d2f8-28e5-4d76-bc07-7fb244b852b8], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[85fdbeae-683d-4ed1-bc65-2650b95ef674]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:55 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
2025-03-31 09:19:57.660 [67ea5e3d7881a2f74a8708b3fcd2a08f,4a8708b3fcd2a08f] [qtp1225114731-1294]  INFO [aai-resources,67ea5e3d7881a2f74a8708b3fcd2a08f,4a8708b3fcd2a08f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:57.676 [67ea5e3d7881a2f74a8708b3fcd2a08f,4a8708b3fcd2a08f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e3d7881a2f74a8708b3fcd2a08f,4a8708b3fcd2a08f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"ce3f3a07-75fb-498a-add7-4fd2108ad5be","status":"200","rqstDate":"250331-09:19:57:660","respDate":"250331-09:19:57:675","sourceId":"haproxy:ce3f3a07-75fb-498a-add7-4fd2108ad5be","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:19:57:660-73615\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f6553d16-f05b-47c0-90bd-69596c2e516f], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[ce3f3a07-75fb-498a-add7-4fd2108ad5be]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:57 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 19 - "logType": "access"
2025-03-31 09:19:59.684 [67ea5e3f4cdd6fc66f1f4d34bf714260,6f1f4d34bf714260] [qtp1225114731-852]  INFO [aai-resources,67ea5e3f4cdd6fc66f1f4d34bf714260,6f1f4d34bf714260] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:19:59.694 [67ea5e3f4cdd6fc66f1f4d34bf714260,6f1f4d34bf714260] [qtp1225114731-852] DEBUG [aai-resources,67ea5e3f4cdd6fc66f1f4d34bf714260,6f1f4d34bf714260] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"6fe4c331-6623-4d11-b805-7012173fef50","status":"200","rqstDate":"250331-09:19:59:684","respDate":"250331-09:19:59:694","sourceId":"haproxy:6fe4c331-6623-4d11-b805-7012173fef50","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:19:59:684-41210\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[f627e5b4-30f6-4dd7-b7fa-66c67ab9b4cc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[6fe4c331-6623-4d11-b805-7012173fef50]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:19:59 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
2025-03-31 09:20:01.701 [67ea5e415d264e6d6a611e9be3202c3e,6a611e9be3202c3e] [qtp1225114731-1294]  INFO [aai-resources,67ea5e415d264e6d6a611e9be3202c3e,6a611e9be3202c3e] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:20:01.713 [67ea5e415d264e6d6a611e9be3202c3e,6a611e9be3202c3e] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e415d264e6d6a611e9be3202c3e,6a611e9be3202c3e] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"94d08e2a-1ab2-4eea-8d6a-cb12fe1b558c","status":"200","rqstDate":"250331-09:20:01:701","respDate":"250331-09:20:01:713","sourceId":"haproxy:94d08e2a-1ab2-4eea-8d6a-cb12fe1b558c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:20:01:701-37303\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[a0a7f050-46e9-455e-b596-7639a72e5053], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[94d08e2a-1ab2-4eea-8d6a-cb12fe1b558c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:20:01 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
2025-03-31 09:20:03.721 [67ea5e4368e256fcd1b9841261d892f5,d1b9841261d892f5] [qtp1225114731-852]  INFO [aai-resources,67ea5e4368e256fcd1b9841261d892f5,d1b9841261d892f5] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:20:03.735 [67ea5e4368e256fcd1b9841261d892f5,d1b9841261d892f5] [qtp1225114731-852] DEBUG [aai-resources,67ea5e4368e256fcd1b9841261d892f5,d1b9841261d892f5] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"144f6df3-c508-45c0-9491-9c6ce1ceb44c","status":"200","rqstDate":"250331-09:20:03:721","respDate":"250331-09:20:03:735","sourceId":"haproxy:144f6df3-c508-45c0-9491-9c6ce1ceb44c","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:20:03:721-1373\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[8ec21abd-d8e2-4d53-9bec-b5fdb56a17bc], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[144f6df3-c508-45c0-9491-9c6ce1ceb44c]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:20:03 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:20:05.741 [67ea5e45a20a48ef5296fe35e641d61f,5296fe35e641d61f] [qtp1225114731-1294]  INFO [aai-resources,67ea5e45a20a48ef5296fe35e641d61f,5296fe35e641d61f] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:20:05.756 [67ea5e45a20a48ef5296fe35e641d61f,5296fe35e641d61f] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e45a20a48ef5296fe35e641d61f,5296fe35e641d61f] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"15ad0724-5a30-49e0-a0ca-0ce464bc1444","status":"200","rqstDate":"250331-09:20:05:741","respDate":"250331-09:20:05:755","sourceId":"haproxy:15ad0724-5a30-49e0-a0ca-0ce464bc1444","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"2-aai-resources-250331-09:20:05:741-60767\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[7d08af9c-dd91-4a69-ba79-9a6583124d48], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[15ad0724-5a30-49e0-a0ca-0ce464bc1444]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:20:05 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
2025-03-31 09:20:07.763 [67ea5e47f52f906373edeccf95f76b61,73edeccf95f76b61] [qtp1225114731-852]  INFO [aai-resources,67ea5e47f52f906373edeccf95f76b61,73edeccf95f76b61] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:20:07.774 [67ea5e47f52f906373edeccf95f76b61,73edeccf95f76b61] [qtp1225114731-852] DEBUG [aai-resources,67ea5e47f52f906373edeccf95f76b61,73edeccf95f76b61] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"f4d35044-c435-4936-b63a-31c8cce28091","status":"200","rqstDate":"250331-09:20:07:764","respDate":"250331-09:20:07:774","sourceId":"haproxy:f4d35044-c435-4936-b63a-31c8cce28091","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:20:07:764-65386\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4fb2f2be-5b87-455f-ae9f-f48a1fb1a257], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[f4d35044-c435-4936-b63a-31c8cce28091]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:20:07 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
2025-03-31 09:20:09.782 [67ea5e491d220392acd8eb572cbc5256,acd8eb572cbc5256] [qtp1225114731-1294]  INFO [aai-resources,67ea5e491d220392acd8eb572cbc5256,acd8eb572cbc5256] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:20:09.798 [67ea5e491d220392acd8eb572cbc5256,acd8eb572cbc5256] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e491d220392acd8eb572cbc5256,acd8eb572cbc5256] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"bef3b458-0a1a-4f2d-8201-9a71636ea19b","status":"200","rqstDate":"250331-09:20:09:782","respDate":"250331-09:20:09:798","sourceId":"haproxy:bef3b458-0a1a-4f2d-8201-9a71636ea19b","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:20:09:782-47487\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[0af1fe68-87c9-473a-b3e2-eb0b2c9cbce9], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[bef3b458-0a1a-4f2d-8201-9a71636ea19b]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:20:09 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
2025-03-31 09:20:11.802 [67ea5e4b9c00bb812dd498e404efea15,2dd498e404efea15] [qtp1225114731-852]  INFO [aai-resources,67ea5e4b9c00bb812dd498e404efea15,2dd498e404efea15] 1 --- [p1225114731-852] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:20:11.818 [67ea5e4b9c00bb812dd498e404efea15,2dd498e404efea15] [qtp1225114731-852] DEBUG [aai-resources,67ea5e4b9c00bb812dd498e404efea15,2dd498e404efea15] 1 --- [p1225114731-852] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"b248f68f-9e32-4479-9300-318f88bf2e9a","status":"200","rqstDate":"250331-09:20:11:802","respDate":"250331-09:20:11:818","sourceId":"haproxy:b248f68f-9e32-4479-9300-318f88bf2e9a","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"1-aai-resources-250331-09:20:11:802-94812\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[2f6e099f-6b76-4835-b4ef-b6538c4e8970], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[b248f68f-9e32-4479-9300-318f88bf2e9a]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:20:11 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
2025-03-31 09:20:13.824 [67ea5e4d3e2cc44e222a77bcb75831ac,222a77bcb75831ac] [qtp1225114731-1294]  INFO [aai-resources,67ea5e4d3e2cc44e222a77bcb75831ac,222a77bcb75831ac] 1 --- [1225114731-1294] o.o.l.f.base.AbstractAuditLogFilter      : Entering
2025-03-31 09:20:13.838 [67ea5e4d3e2cc44e222a77bcb75831ac,222a77bcb75831ac] [qtp1225114731-1294] DEBUG [aai-resources,67ea5e4d3e2cc44e222a77bcb75831ac,222a77bcb75831ac] 1 --- [1225114731-1294] o.o.a.i.post.ResponseTransactionLogging  : {"transactionId":"5818be2e-f9b5-4127-b911-43c6284e1dfd","status":"200","rqstDate":"250331-09:20:13:825","respDate":"250331-09:20:13:838","sourceId":"haproxy:5818be2e-f9b5-4127-b911-43c6284e1dfd","resourceId":"http://aai/aai/util/echo","resourceType":"GET","rqstBuf":"{\"ID\":\"0-aai-resources-250331-09:20:13:825-38439\",\"Http-Method\":\"GET\",\"Content-Type\":null,\"Headers\":\"{Authorization=[Basic QUFJOkFBSQ==], x-request-id=[4f16d407-da51-4f92-9cb2-720e0bd11827], x-envoy-attempt-count=[1], Accept=[application/json], X-Forwarded-Proto=[http], x-transactionid=[haproxy-0111], Host=[aai], x-fromappid=[haproxy], X-ONAP-RequestID=[5818be2e-f9b5-4127-b911-43c6284e1dfd]}\"}"}
127.0.0.6 - - [31/Mar/2025:09:20:13 +0000] "GET /aai/util/echo" 200 49 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"